summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot-socfpga-common.inc
Commit message (Collapse)AuthorAgeFilesLines
* u-boot-socfpga: add new UBOOT_CONFIG to support ATF on QSPI bootChang Rebecca Swee Fun2020-11-061-0/+2
| | | | Signed-off-by: Chang Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com>
* u-boot: add defconfig for arm-trusted-firmware supportChang Rebecca Swee Fun2020-09-081-0/+2
| | | | Signed-off-by: Chang Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com>
* u-boot: move common variables into u-boot-socfpga-common.incChang Rebecca Swee Fun2020-08-061-1/+14
| | | | | | | | | | This should provide more flexibility in controlling the u-boot build for SoCFPGA products. We would like to adopt the similar approach as the linux-altera.inc to gain control on some variables when building u-boot recipe. The versioned recipes will then be much simpler to maintain. Signed-off-by: Chang Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com>
* u-boot-socfpga-common: add stratix10 qspi u-boot defconfigChang Rebecca Swee Fun2020-08-031-0/+1
| | | | Signed-off-by: Chang Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com>
* u-boot-socfpga: move u-boot configs into include fileChang Rebecca Swee Fun2020-07-221-1/+16
| | | | | | | | This will provide more flexibility in selecting the configs from machine configurations and better manageability in terms of the recipe parsing and maintenance. Signed-off-by: Chang Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com>
* Add support for u-boot-socfpga 2019.04Dalon Westergreen2019-09-201-2/+5
| | | | | | | 2019.04 is now the officially supported u-boot for all socfpga platforms. Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
* Remove unnecessary hex generation for stratix10Dalon Westergreen2019-06-101-53/+0
| | | | | | | 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>
* u-boot: update License file on per-release basisAndrey Zhizhikin2019-02-251-3/+0
| | | | | | | | | 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>
* Generate U-Boot SPL hex imageDalon Westergreen2018-02-271-0/+53
| | | | | | | For Stratix10, U-Boot SPL is placed in the FPGA image. To do this, it must be in an ihex format. Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
* Cleanup to get ready to support extlinux.conf bootDalon Westergreen2017-02-011-0/+2
| | | | | | | | | 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>
* Update uboot and kernel recipes, and fix sdcard class (#44)Dalon Westergreen2017-01-111-0/+11
* 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