aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot
AgeCommit message (Collapse)Author
2014-11-18zedboard : Add files to build working boot.bin file.Philip Balister
This uses the GPL files from: https://github.com/Xilinx/embeddedsw/tree/master/lib/sw_apps/zynq_fsbl/misc/zed and renames them. There is a u-boot patch to use the _gpl named versions, when this is upstream and meta-xilnx uses this version, we can switch to using the files with the proper names. Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
2014-11-18zc702-zynq7 : Update uEnv.txt devicetree filename to match updates.Philip Balister
The dtb filename changed in updates to meta-xilinx. Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
2014-11-17machine-xilinx-default.inc: Move UBOOT_SUFFIX definitionNathan Rossi
Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
2014-11-05u-boot-xlnx : Add uEnv.txt for zc702 so it boots from SD card.Philip Balister
Signed-off-by: Philip Balister <philip@balister.org>
2014-10-27u-boot-xlnx: Rework ELF deployNathan Rossi
* Move ELF deploy out of the u-boot-extra.inc include * Use similar to u-boot.inc naming for the UBOOT_ELF* variables Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
2014-10-27u-boot-xlnx: Add support for building SPL for the zc702.Philip Balister
The ps7_init files are GPL versions from: https://github.com/Xilinx/embeddedsw/tree/master/lib/sw_apps/zynq_fsbl/misc/zc702 I had to edit the .h filename in the .c file. Another option is use the file names as is, but this needs a patch to u-boot so it looks for ps7_init_gpl.c. Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
2014-10-27u-boot-xlnx.inc: Add support for building working SPLPhilip Balister
You need to add the files ps7_init.[ch] via a board specific SRC_URI append. The ps7 files should be GPL licensed to avoid license headaches. Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
2014-08-25u-boot-xlnx: Rename "_git" to "-dev" for master-next tracking recipeNathan Rossi
* Change to match how the kernel recipes handle master-next tracking * Update the SRCREV to match a newer git commit Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
2014-05-22u-boot-xlnx: Remove older versionsNathan Rossi
* Remove 2013.01 and 2013.07, these versions have been superseded by 2014.01 * Clean up and remove any unused patches Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
2014-05-21u-boot-xlnx_2014.01: Add 2014.01 u-bootNathan Rossi
* License file has changed in u-boot source Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
2014-04-11u-boot-xlnx: Update license checksum for master-nextNathan Rossi
* License has changed in u-boot sources, update to reflect the license changes Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
2014-03-25u-boot-xlnx: Update SRC_URI to use https instead of gitNathan Rossi
* Cleaned up the comments for tags used Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
2013-10-29u-boot-xlnx_git.bb: Remove use of SRCPV in PVNathan Rossi
* This removes the reliance on the SRCPV during recipe parsing, which in turn removes the need for the parsing process to request information from the git server. Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
2013-09-12recipes-bsp:u-boot Remove u-boot 2013.01.01 target.Sipke Vriend
Yocto 1.5 master has removed 2013.01 u-boot as a target, so follow suit. Signed-off-by: Sipke Vriend <sipke.vriend@xilinx.com>
2013-09-05u-boot-xlnx: Add uEnv.txt supportNathan Rossi
* Backport uEnv.txt support from upstream master-next Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
2013-09-04u-boot-extra.inc: Refactored to use xilinx-utils functionsNathan Rossi
* Fixed issue with manual searching of BBPATH * Cleaned up to use same SRC_URI append method as linux-machine-config Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
2013-09-03recipes-bsp:u-boot: Add u-boot-xlnx_2013.07 and bleeding edge recipe.Sipke Vriend
Add u-boot-xlnx_2013.07.bb and point to latest master next on u-boot-xlnx.git Also add u-boot-xlnx_git.bb as a bleeding edge recipe for u-boot. The bleeding edge version defaults to master-next latest commit, but can be changed to build any branch in the u-boot-xlnx.git repository. Signed-off-by: Sipke Vriend <sipke.vriend@xilinx.com>
2013-09-03recipes-bsp:u-boot-xlnx: Move patch files out of include file.Sipke Vriend
Include file is common and should not hold patch files which may no longer be required in future versions of u-boot. So move the patches currently required by 2013.01 into the 2013.101 bb file. If for some reasons these patches are also required in later versions, they should be added to the new version recipe also. Signed-off-by: Sipke Vriend <sipke.vriend@xilinx.com>
2013-09-03recipes-bsp:u-boot-xlnx: Delete 2012.10 u-boot recipe.Sipke Vriend
Removing the 2012.10 u-boot recipe because it is not a version in poky recipes. Signed-off-by: Sipke Vriend <sipke.vriend@xilinx.com>
2013-08-01Refactored MACHINE_* usageNathan Rossi
* Added 'conf/machine/boards' as a default FILESEXTRAPATH (for each available layer). * Change MACHINE_* to rely only on the path being relative to 'conf/machine/boards'. * Fixed up linux-xlnx.inc and linux-machine-common.inc to use 'MACHINE_*' for default files. * Fixed KERNEL_DEVICETREE setting such that the variable is valid before the base __anonymous function of linux-dtb.inc is executed. Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
2013-07-30Merge branch 'master' into nrossi/layer-refactorNathan Rossi
2013-07-05u-boot: Add yocto u-boot plus patches.Sipke Vriend
Provide u-boot_v2013.01.01 with Xilinx specific patches for xilinx-v2013.01 Required small changes to common include files so they can be shared between u-boot and u-boot-xlnx. Signed-off-by: Sipke Vriend <sipke.vriend@xilinx.com>
2013-06-26u-boot-xlnx: Changed MicroBlaze specific configureNathan Rossi
* Handles generation of the config.mk, this avoids the need for a manual config.mk to be provided, it depends on the information provided in xparameters.h. * Added 'MACHINE_XPARAMETERS' which points to a machine specific xparameters.h file. Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
2013-05-31recipes-bsp: remove redundant comment line from u-boot 2013.01 recipeSipke Vriend
Signed-off-by: Sipke Vriend <sipke.vriend@xilinx.com>
2013-05-08u-boot-xlnx: Add microblaze specific configuration setupNathan Rossi
* When the machine being built is microblaze, copy config.mk and xparameters.h into board/xilinx/microblaze-generic * Fixed newlines in file Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
2013-05-07u-boot-xlnx: Add patches for MicroBlaze initrd supportNathan Rossi
Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
2013-05-02Move RTC config in kernel config to fragments.Sipke Vriend
Zedboard has no RTC, ZC702 does. Signed-off-by: Sipke Vriend <sipke.vriend@xilinx.com>
2013-04-23Moved defconfig to bsp/board layer.Sipke Vriend
Also some other minor changes. Signed-off-by: Sipke Vriend <sipke.vriend@xilinx.com>
2013-04-22Branch to start enablement of bsps. Kernel recipes. Uboot recipes. Zedboard ↵Sipke Vriend
meta layer. Signed-off-by: Sipke Vriend <sipke.vriend@xilinx.com>