[meta-xilinx] [PATCH 0/5] Updates to u-boot-xlnx

Nathan Rossi nathan at nathanrossi.com
Wed Jan 6 05:19:37 PST 2016


This series fixes support for 'kc705-trd-microblazeel' within
u-boot-xlnx_2015.07. This is implemented as a patch which overrides the
'microblaze-generic' U-Boot config and is only applied to the U-Boot source when
building the 'kc705-trd-microblazeel' machine.

The series also removes the existing xparameters.h and associated MicroBlaze
only configuration from u-boot-xlnx. The main reason that this configuration
mechanism is no longer sufficent is due to Device Model support in U-Boot. This
change is a stepping stone before moving MicroBlaze over to use Device Model
entirely.

Additionally this series removes the older u-boot-xlnx_2015.04 recipe and the
associated fsbl-platform-init dependency (for u-boot-spl/ps7_init).

Nathan Rossi (5):
  u-boot-xlnx_2015.07: Add support for 'kc705-trd-microblazeel' directly
  docs/BOOT.tftp: Update U-Boot commands for MicroBlaze
  u-boot-xlnx_2015.04: Drop this version
  u-boot-extra.inc: Retire use of this configuration framework
  fsbl-platform-init: Drop this recipe it is no longer required

 .../kc705/kc705-trd-microblazeel.xparameters.h     |  48 -----
 conf/machine/kc705-trd-microblazeel.conf           |   1 -
 docs/BOOT.tftp                                     |   6 +-
 .../platform-init/fsbl-platform-init_2014.4.bb     |  32 ---
 recipes-bsp/u-boot/u-boot-extra.inc                |  52 -----
 recipes-bsp/u-boot/u-boot-xlnx-dev.bb              |   1 -
 ...nq-Fix-up-the-target-file-name-for-u-boot.patch |  27 ---
 .../microblaze-Fix-EMAC-Lite-initialization.patch  |  31 ---
 ...roblaze-generic_defconfig-Disable-configs.patch |  42 ----
 ...kc705-trd-Convert-microblaze-generic-to-k.patch | 215 +++++++++++++++++++++
 .../zynq-Add-Zynq-PicoZed-board-support.patch      | 143 --------------
 recipes-bsp/u-boot/u-boot-xlnx_2015.04.bb          |  30 ---
 recipes-bsp/u-boot/u-boot-xlnx_2015.07.bb          |   3 +-
 13 files changed, 220 insertions(+), 411 deletions(-)
 delete mode 100644 conf/machine/boards/kc705/kc705-trd-microblazeel.xparameters.h
 delete mode 100644 recipes-bsp/platform-init/fsbl-platform-init_2014.4.bb
 delete mode 100644 recipes-bsp/u-boot/u-boot-extra.inc
 delete mode 100644 recipes-bsp/u-boot/u-boot-xlnx/ARM-zynq-Fix-up-the-target-file-name-for-u-boot.patch
 delete mode 100644 recipes-bsp/u-boot/u-boot-xlnx/microblaze-Fix-EMAC-Lite-initialization.patch
 delete mode 100644 recipes-bsp/u-boot/u-boot-xlnx/microblaze-generic_defconfig-Disable-configs.patch
 create mode 100644 recipes-bsp/u-boot/u-boot-xlnx/microblaze-kc705-trd-Convert-microblaze-generic-to-k.patch
 delete mode 100644 recipes-bsp/u-boot/u-boot-xlnx/zynq-Add-Zynq-PicoZed-board-support.patch
 delete mode 100644 recipes-bsp/u-boot/u-boot-xlnx_2015.04.bb

-- 
2.6.4




More information about the meta-xilinx mailing list