| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Commit a40f5d34065129ab19a3c981cbb38f854e9ae0ec in poky master moved some
bits out of u-boot.inc (from oe-core) into u-boot-common_${PV}.inc. This
breaks u-boot-socfpga_2016.05 recipe from this layer since SRC_URI itself
results undefined. u-boot-socfpga_2014.10, which re-defines itself all the
upstream factored-out bits, seems unaffected at the moment but might deserve
some reworking anyway.
Since u-boot_2016.05 is not yet in oe-core, we follow the same approach and
we add back the missing bits in a new file u-boot-common_2016.05.inc which is
then required by u-boot-socfpga_2016.05.bb.
|
|
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>
|