| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
| |
Only currently maintained poky branches are maintained and tested in meta-altera
|
|
|
|
|
|
|
|
| |
u-boot default configuration now correctly has u-boot.img
as the u-boot fat image filename. So we need to update
the UBOOT_BINARY name appropriately.
Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Remove:
-> 4.20 kernel
Add:
-> 5.2 kernel
Update:
-> 4.14.126 rt kernel
-> 4.14.130 kernel
Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
|
|
|
|
|
|
|
| |
This is not needed anylonger as a normal build works
with the virtual platform.
Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
|
|
|
|
|
|
|
| |
2019.04 is now the officially supported u-boot for all
socfpga platforms.
Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
|
|
|
|
| |
Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
|
|
|
|
|
|
|
| |
These older versions are no longer supported and in many
cases will not even build.
Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
|
|
|
| |
Without updating the reference to the write dtb on the kernel (as proposed by this PR) I was not able to compile yocto with this meta-altera
|
|
|
|
|
|
|
|
|
|
| |
PREFERRED_PROVIDER_u-boot ?= "u-boot-socfpga" is required
if enabled u-boot kernel signing of fitimages. The uboot-sign
class requires this is set when u-boot is being provided by
a package not called u-boot. For socfpga devices, the u-boot
package is u-boot-socfpga.
Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
|
|
|
|
| |
Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
|
|
|
|
| |
Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
|
|
|
|
| |
Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
|
|
|
| |
Add jffs image configuration
|
|
|
| |
update image type to create jffs2
|
|
|
| |
update linux-socfpga rt branch to d28435f2010b6fa334bd6abe709f7cd890ccc22c
|
|
|
| |
Update linux-socfpga commit to d6b8a5d4b162e7b67f73fc1cd69d8c69c895d787
|
|
|
|
|
|
|
| |
Update u-boot to release tag and add fix for arria10 to
release fpga routed HPS peripherals properly.
Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
|
|
|
|
| |
Changing the dtb file generated as wic configuration would fail if socfpga_cyclone5_de0_sockit.dtb is not available. Also the the script in
layers/meta-altera/recipes-kernel/linux/linux-altera-ltsi-rt_4.14-73.bb:11:KERNEL_DEVICETREE_remove_cyclone5 = "socfpga_cyclone5_de0_nano_soc.dtb"
|
|
|
|
|
|
|
| |
Update 4.20, 5.0, and 4.14.73 ltsi / ltsi-rt kernels to latest
releases.
Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
|
|
|
|
| |
Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
|
| |
|
|
|
|
|
|
| |
An extra -ltsi was added somewhere along the line.
Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
|
|
|
|
|
|
|
|
|
| |
For some reason the scc call in do_kernel_metadata is
failing in my build. I am sttill investigating the
cause, but moving to an scc over a cfg seems to
resolve this.
Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
|
|
|
|
|
|
|
| |
Keep all devices on the latest kernel rather then the
ltsi kernels.
Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
|
|
|
|
|
|
|
|
|
| |
Mainline uboot for arria10 supports creating the boot
header required for spl using mkimage. With this update,
it is now possible to build the sdcard image without
external tools.
Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
|
|
|
|
|
|
|
|
| |
-> move extlinux configuration to individual machine configs.
this makes it more readable
-> cleanup u-boot common configuration
Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
|
|
|
|
| |
Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
|
|
|
|
|
|
|
|
|
| |
The bulk of the devicetrees are already listed in the
machine configurations for the devices. Having devicetree
lists in the machine confs and kernel recipes is confusing
and needless.
Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
|
|
|
|
| |
Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
|
|
|
|
|
|
| |
4,9 kernels are no longer supported of maintained.
Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
|
|
|
|
|
|
|
| |
hex creation for stratix10 spl is being added to the uboot build.
we know just need to set SPL_BINARY appropriately.
Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Initial mainline support for Arria10 and Stratix10. Stratix10
still requires some patches, also included in this recipe.
Arria10
-> uboot support is in mainline.
Stratix10
-> uboot mainlining is almost complete, add missing
patches.
-> Known issue at this time is that reset in u-boot
does not appear functional.
Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
|
|
|
|
|
|
|
|
|
| |
Cleanup machine conf and add an include for socfgpa_armv8a
in preparation for agilex.
Add initial support for u-boot 2019.07 for S10
Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
|
|
|
|
|
|
|
| |
poky warrior moved the armv8 include to armv8a, as
such the stratix10 machine conf needs to change.
Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
|
|
|
|
|
|
|
| |
Warrior specific changes are needed, and as a result
sumo and thud support must be disabled.
Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
|
| |
|
|
|
|
|
|
| |
Update to the latest release
Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
|
|
|
|
| |
Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
|
|
|
|
|
|
|
| |
The 4.7/18 kernels are no longer supported and
are no longer hosted in the linux-socfpga repository.
Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
|
|
|
|
|
|
|
|
| |
Remove reference to auto-serial-console as it is in
meta-linaro which is not needed. Add SERIAL_CONSOLES
to enable a terminal on ttyS0.
Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
|
|
|
|
|
|
|
| |
The commit
202eb5481421 ARM: dts: socfpga: Rename socfpga_cyclone5_de0_{sockit,nano_soc}
on the linux-altera repository renamed the socfpga_cyclone5_de0_sockit.dtb devicetree
to socfpga_cyclone5_de0_nano_soc.dtb.
Rename it also here
|
| |
|
| |
|
|
|
|
| |
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
| |
Update kernel 4.14.73-ltsi to commit 3286950
|
|
|
|
|
|
|
|
| |
This commit updates the cyclone5 machine with the U-Boot v2019.01
Note, that the License file in this version is updated, therefore the
License checksum differs from all previous releases here.
Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
|
|
|
|
|
|
|
|
|
| |
This serves as a preparation for v2019.01 integration, where the License
file is updated. Since the checksum cannot be maintained in the common
include file any longer - the best way is to move the License
description and checksum into individual recipes.
Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
|
|
|
|
|
|
|
|
| |
UBOOT_BINARY and UBOOT_SUFFIX are defined on a machine
basis, and therefore are moved from u-boot-socfpga
recipe to the machine configuration.
Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
|
|
|
|
|
|
|
|
| |
This update resolves the build issue for Yocto 2.6 (Thud),
as it uses the version of U-Boot which has a build conflict
of libfdt-devel resolved.
Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
|