[Buildroot] [PATCH 0/3 v4] Initial support for Panda and PandaES

Nicolas Dechesne n-dechesne at ti.com
Sun Mar 18 22:04:49 UTC 2012


Here is a new attempt to add support for TI PandaBoard and PandaBoard ES.

Many thanks for Arnout for his time reviewing all these versions!

v4:
 - add a config variable for SPL name since MLO is used on OMAP only
 - changed the default SPL NAME to MLO in pandaboard config
 - rebased on master branch as of 2012/03/18 

v3:
 - added more documentation in uboot/Config.in regarding SPL
 - added 'acked-by' as per review
 - rebased on master branch as of 2012/03/12

v2:

 - typo cleanup as per reviews
 - introduce BR2_TARGET_UBOOT_FORMAT_IMG to allow use of u-boot.img
   on platforms that need it, like OMAP. This is better than v1 since
   u-boot.img is not stricly dependent on SPL, so making 2 parameters
   makes more sense.

v1:

Because we want to deprecate x-loader in favor of u-boot SPL:
- my first patch adds support for SPL in BR
- SPL is enabled by default in my panda config.

Both Panda and PandaES have been tested, detection is done at run time
in uboot and kernel, so we can have 1 configuration only.

I've used DEVTMPFS by default, as 1) I generally prefer this, and 2) ttyO
was missing from the generic dev table... 


*** BLURB HERE ***

Nicolas Dechesne (3):
  uboot: Add support for U-Boot SPL
  uboot: add a new binary format for u-boot.img
  configs: add support for PandaBoard and PandaBoard ES

 boot/uboot/Config.in         |   21 +++++++++++++++++++++
 boot/uboot/uboot.mk          |    4 ++++
 configs/pandaboard_defconfig |   26 ++++++++++++++++++++++++++
 3 files changed, 51 insertions(+), 0 deletions(-)
 create mode 100644 configs/pandaboard_defconfig

-- 
1.7.9.1



More information about the buildroot mailing list