[Buildroot] [RFC 0/2] Add support for building barebox xloader.

Marek Belisko marek.belisko at open-nandra.com
Sat Dec 22 23:04:18 UTC 2012


Reposting-> first time was sent to wrong mailing list.

Currently Buildroot have support to build barebox only. For some board there is possibility
to build also xloader (first stage bootloader) based on barebox. Following patches add
support for building barebox + xloader (aka MLO) by once if user specify configuration for
xloader.

First patch move building barebox to separate directory. Second patch add support for building
xloader. Both binaries are build in separate directories to avoid problems with not clean tree.

With this patches we can build complete image for e.g. pandaboard (which is my case) without building
anything by hand.

Marek Belisko (2):
  barebox: Build barebox in separate directory.
  barebox: Add possibility to build also barebox xloader (MLO).

 boot/barebox/Config.in  |   28 ++++++++++++++++++++++++++++
 boot/barebox/barebox.mk |   45 ++++++++++++++++++++++++++++++++++++++-------
 2 files changed, 66 insertions(+), 7 deletions(-)

-- 
1.7.10.4



More information about the buildroot mailing list