| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
It appears the socfpga_cyclone5_trcom devicetree has been
removed from upstream linux source.
Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
|
|
|
|
| |
Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
|
|
|
|
|
|
|
| |
Move the wks file name to a common name for agilex and
stratix10
Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
|
|
|
|
|
|
|
|
| |
Move the defconfig declaration to the various machine
declarations, or to a common include in the machine
declaration.
Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
| |
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>
|
|
|
| |
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>
|
|
|
| |
Add jffs image configuration
|
|
|
| |
update image type to create jffs2
|
|
|
|
| |
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"
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
| |
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
|
|
| |
This would allow to later on resize the rootfs
partition inside of the Linux if the storage media
used is originally bigger than the image itself. It
would effectively allow to utilize the entire storage
media from the Linux OS on the device.
Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
|
|
|
|
|
|
|
| |
sdcard image class is no longer valid, remove the INHERIT
for the class
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>
|
|
|
|
| |
Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
|
|
|
|
|
|
|
|
|
| |
This adds creation of a stratix10 sdcard via wic by default,
a consequence being that wic depends on both the kernel and
bootloader being built so a typical console-image build will
also build u-boot and the kernel.
Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
|
|
|
|
|
|
|
| |
remove redundant _stratix10 from variables and add all
needed UBOOT variables
Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
|
|
|
|
|
|
| |
This feature / package are not available in angstrom 2.4
Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
|
|
|
|
|
|
| |
${KERNEL_PACKAGE_NAME}-base
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
| |
Signed-off-by: Yves Vandervennet <yves.vandervennet@linux.intel.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
| |
Signed-off-by: Yves Vandervennet <yves.vandervennet@intel.com>
|
|
|
|
|
|
|
|
|
| |
Add support for the Nios2 R2 Code Density Extension, which is a
completely new 16/32-bit instruction set addition to reduce size
of the code and increase performance.
Signed-off-by: Marek Vasut <marex@denx.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
| |
Add support for the Bit Manipulation Extensions , which is optional
part of Nios2 R2 spec .
Signed-off-by: Marek Vasut <marex@denx.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
|
|
| |
Add support for Nios2 R2 , which is a new revision of Nios2 .
Note that Nios2 R2 is always little endian. Also note that
Nios2 R2 is NOT binary compatible with Nios2 R1 due to the
instruction opcode reencoding.
Signed-off-by: Marek Vasut <marex@denx.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
| |
Add support for Big-Endian Nios2 R1 .
Signed-off-by: Marek Vasut <marex@denx.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
| |
Use _append instead of += so that the machine adds into the
TUNE_FEATURES after the tune-nios2.inc was processed.
Signed-off-by: Marek Vasut <marex@denx.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
| |
Rewrite the tune description and drop duplicate TUNE_ARCH.
Signed-off-by: Marek Vasut <marex@denx.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
| |
Just append TUNE_PKGARCH instead of having all sorts of ad-hoc variables
all over the place.
Signed-off-by: Marek Vasut <marex@denx.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
| |
Just append TUNE_CCARGS instead of having all sorts of ad-hoc variables
all over the place.
Signed-off-by: Marek Vasut <marex@denx.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
| |
All of these feature-nios-* files are small, so inline them
to make it easier to see the changes they make.
Signed-off-by: Marek Vasut <marex@denx.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
| |
This is not used, so drop it.
Signed-off-by: Marek Vasut <marex@denx.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
| |
Signed-off-by: Dalon Westergreen <dalon.westergreen@intel.com>
|
|
|
|
|
| |
Since the machine conf allows you to change uboot versions
you need to be able to change the sdcard creation setup
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* u-boot-socfpga: update PV for all recipes and add common include
for mainline uboot versions
u-boot-socfpga versioning scheme varied, some prepended with a 'v'
others not. u-boot mainline tags versions with vYYYY.MM so we
should be consistent.
Create a single include for all mainline uboot versions.
Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
* u-boot-socfpga: Add support for v2016.11
Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
* Update sdcard image class and add to arria5 / cyclone 5 machine
conf
* Move arria5/cyclone5 to uboot-socfpga v2016.11
Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
* Update sdcard script
Seemed to be an issue with the rootfs partition being slightly
smaller then the ROOTFS_SIZE in some cases.
Signed-off-by: Dalon Westergreen <dalon.westergreen@intel.com>
* uboot: Cleanup v2014.10 recipe
v2014.10 is used for Arria10, at this time it does not support
GCC6 which is the default for morty
* Clean up arria5 and cyclone5 machine definitions
Signed-off-by: Dalon Westergreen <dalon.westergreen@intel.com>
* linux-socfpga: add 4.7 and 4.7 dev recipes
Signed-off-by: Dalon Westergreen <dalon.westergreen@intel.com>
* linux-socfpga: update srcrev for 4.6 kernel and remove 4.6 dev
Signed-off-by: Dalon Westergreen <dalon.westergreen@intel.com>
* linux-socfpga: delete 4.1 dev as 4.1 is no longer maintained
* linux-socfpga: update 4.1.22 srcrev to latest release
|
|
|
|
|
|
|
|
| |
Without a default set we may pick a provider that does not work with
this machine.
Signed-off-by: Tom Rini <trini@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
|
|
| |
Upgrade the u-boot package to 2016.05 as it contains significant
fixes for DDR initialization of the Gen5 socfpga as well as fixes
for the problems with QSPI and USB with dcache enabled.
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Dalon Westergreen <dwesterg@gmail.com>
Cc: Khem Raj <raj.khem@gmail.com>
|