summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
Commit message (Collapse)AuthorAgeFilesLines
* add support for u-boot v2017.09Dalon Westergreen2018-02-261-0/+15
| | | | | | | -> adds support for stratix10 -> Remove dependency on mkenvimage as this is not used Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
* Add support for v2017.07 u-bootDalon Westergreen2017-08-283-0/+39
| | | | Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
* Fix build with YP pyroJan-Simon Möller2017-08-103-2/+34
| | | | | | | | Mainly fix the u-boot build by: - changing u-boot-mkenvimage to use $(CC) instead of cc - adding bc-native to u-boot-socfpga due to RS-sysroot in YP Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
* Update CV / AV configuration to use older partitionsDalon Westergreen2017-02-012-4/+4
| | | | Signed-off-by: Dalon Westergreen <dalon.westergreen@intel.com>
* Cleanup to get ready to support extlinux.conf bootDalon Westergreen2017-02-012-1/+13
| | | | | | | | | when adding extlinux.conf generation to angstrom there is a requirement for something that provides uboot. This patch adds a PROVIDES so that the package accurately reports that it provides uboot Signed-off-by: Dalon Westergreen <dalon.westergreen@intel.com>
* Add mkenvimage depend for v2016.11Dalon Westergreen2017-01-241-0/+1
| | | | Signed-off-by: Dalon Westergreen <dalon.westergreen@intel.com>
* Fix problem with FILESEXTRAPATHS in uboot v2016.11 recipeDalon Westergreen2017-01-241-1/+1
|
* Add uboot environment file sof cyclone5-socdkDalon Westergreen2017-01-202-0/+12
|
* add support to generate uboot environment imagesDalon Westergreen2017-01-202-5/+9
| | | | | | | | create uboot environment images to populate the sdcard images. This allows non-default uboot environments to be used without the need for changing / patching uboot Initially add de0-nano-soc environment
* add support to generate uboot environment imagesDalon Westergreen2017-01-205-1/+66
| | | | | | create uboot environment images to populate the sdcard images. This allows non-default uboot environments to be used without the need for changing / patching uboot
* Add u-boot-socfpga_v2013.01.01 backDalon Westergreen2017-01-143-1/+24
| | | | | | | | v2013.01.01 is the officially supported uboot version for socfpga, per Yves' request, adding support for this version back in. Signed-off-by: Dalon Westergreen <dalon.westergreen@intel.com>
* Add support to fix arria10 u-boot-socfpga v2014.10 build with gcc6 (#47)Dalon Westergreen2017-01-132-1/+95
| | | | | | | | | | * u-boot-socfpga: Remove unnecessary 10m50 additions in v2016.05 Signed-off-by: Dalon Westergreen <dalon.westergreen@intel.com> * Add fix to support gcc6 compilation of v2014.10 of uboot-socfpga Signed-off-by: Dalon Westergreen <dalon.westergreen@intel.com>
* u-boot-socfpga: Remove unnecessary 10m50 additions in v2016.05 (#46)Dalon Westergreen2017-01-122-21/+0
| | | Signed-off-by: Dalon Westergreen <dalon.westergreen@intel.com>
* Update uboot and kernel recipes, and fix sdcard class (#44)Dalon Westergreen2017-01-115-57/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* drop unsused u-boot-socfpga.incAndrea Galbusera2016-11-011-89/+0
| | | | None of the available u-boot recipes is requiring this file anymore: drop it
* u-boot-socfpga_2016.05: fix build with new upstream u-boot.incAndrea Galbusera2016-11-012-9/+17
| | | | | | | | | | | | | 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.
* u-boot: Upgrade to 2016.05Marek Vasut2016-05-173-3/+3
| | | | | | | | | | 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>
* kernel,u-boot: Fix builds for max10/nios2Khem Raj2016-05-161-1/+18
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Clean up variables for ubootDalon Westergreen2016-04-182-83/+1
| | | | -> Moved common variables to socfpga.inc
* Testing sdcardDalon Westergreen2016-04-181-0/+69
|
* Add support for mainline uboot for cyclone5 / arria5 devicesDalon Westergreen2016-04-172-4/+28
| | | | | | | | 1) Remove 2013.01.01 u-boot which is only used for cyclone5/arria5. cyclone5/arria5 are fully supported in mainline uboot 2) Add recipe for mainline uboot supporting socfpga cyclone5 / arria5 based kits.
* Updated tag for U-Boot 2013.01.01.Yves Vandervennet2016-02-171-1/+1
| | | | | | | This will enable building U-Boot with GCC 5.x. Signed-off-by: Yves Vandervennet <yvanderv@opensource.altera.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* u-boot,altera-ltsi-rt: Update to working SHA idIlya Katsnelson2016-01-251-1/+1
| | | | | | | Fix the name of the machine in the comments for Arria10 Signed-off-by: Ilya Katsnelson <ikatsnelson@vmem.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Change uboot git repo to new github locationDalon Westergreen2015-11-131-1/+1
|
* Set Arria10 and Arria5/Cyclone5 uboot SRCREV to SoCEDS 15.1 release versionsDalon Westergreen2015-11-132-1/+5
|
* Fix u-boot 2014.10 PVDalon Westergreen2015-11-121-2/+2
|
* Add Arria10 initialDalon Westergreen2015-11-121-0/+49
|
* Fix U-Boot recipe for Fido 1.8student2015-06-231-1/+1
|
* linux-altera: Remove incorrect COMPATIBLE_MACHINEKhem Raj2014-09-201-4/+4
| | | | | | beautify ?= Signed-off-by: Khem Raj <raj.khem@gmail.com>
* u-boot: Rename recipes dirKhem Raj2014-09-202-0/+0
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Yocto layer for Altera's SoCFPGAYves Vandervennet2014-09-202-0/+90
Signed-off-by: Yves Vandervennet <yvanderv@opensource.altera.com>