summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-contrib/recipes-bsp/u-boot
Commit message (Collapse)AuthorAgeFilesLines
* meta-xilinx-contrib/u-boot: Remove minized appendsNathan Rossi2019-01-012-225/+0
| | | | | | | | | | | | | | | | | The minized board is supported in the v2018.07 of u-boot which is the default provided by oe-core/meta. This includes all the configuration provided by the patch. Note however that neither upstream u-boot nor the patch in meta-xilinx-contrib provided ps7 init files for this board which makes the HAS_PLATFORM_INIT incorrect, as it will result in a boot.bin being built which does not include ps7 init configuration and thus will not boot correctly. As such this change also removes the boot.bin setup and use in the machine configuration to prevent the dependency on platform init files which are not available. Signed-off-by: Nathan Rossi <nathan@nathanrossi.com> Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
* u-boot_%.bbappend: Fix the breakage on platform init filesManjukumar Matha2018-08-081-1/+1
| | | | | | | | | | | Fix the following error for machines like microzed: ERROR: Nothing PROVIDES 'virtual/xilinx-platform-init' This happens because the contrib recipe is overriding the HAS_PLATFORM_INIT instead of appending the configuration for minized machine. This patch fixes the issue by adding an append. Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
* minized-zynq7: Add u-boot supportClement Laigle2018-06-212-0/+225
Backport the u-boot MiniZed support from v2018.7 release. Signed-off-by: Clement Laigle <clement.laigle8@gmail.com> Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>