All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/3 v4] Initial support for Panda and PandaES
@ 2012-03-18 22:04 Nicolas Dechesne
  2012-03-18 22:04 ` [Buildroot] [PATCH 1/3 v4] uboot: Add support for U-Boot SPL Nicolas Dechesne
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: Nicolas Dechesne @ 2012-03-18 22:04 UTC (permalink / raw)
  To: buildroot

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

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2012-05-05 21:52 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-18 22:04 [Buildroot] [PATCH 0/3 v4] Initial support for Panda and PandaES Nicolas Dechesne
2012-03-18 22:04 ` [Buildroot] [PATCH 1/3 v4] uboot: Add support for U-Boot SPL Nicolas Dechesne
2012-04-01 18:50   ` Frank Hunleth
2012-05-02 23:29     ` Dechesne, Nicolas
2012-05-04 13:04   ` Gustavo Zacarias
2012-05-05 21:49   ` Peter Korsgaard
2012-03-18 22:04 ` [Buildroot] [PATCH 2/3 v4] uboot: add a new binary format for u-boot.img Nicolas Dechesne
2012-05-04 13:04   ` Gustavo Zacarias
2012-05-05 21:50   ` Peter Korsgaard
2012-03-18 22:04 ` [Buildroot] [PATCH 3/3 v4] configs: add support for PandaBoard and PandaBoard ES Nicolas Dechesne
2012-05-04 13:05   ` Gustavo Zacarias
2012-05-05 21:52   ` Peter Korsgaard
2012-03-26  8:53 ` [Buildroot] [PATCH 0/3 v4] Initial support for Panda and PandaES Dechesne, Nicolas

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.