[PATCH 03/12] Add pre-bootloader (pbl) image support
Jean-Christophe PLAGNIOL-VILLARD
plagnioj at jcrosoft.com
Fri Aug 3 03:06:19 EDT 2012
On 08:50 Fri 03 Aug , Sascha Hauer wrote:
> On Mon, Jul 30, 2012 at 12:02:36PM +0200, Jean-Christophe PLAGNIOL-VILLARD wrote:
> > This allows for creating a pre-bootloader binary for
> > - nand boot
> > - mmc boot
> > - compressed image
> >
> > The pbl will be incharge of the lowlevel init if needed.
> > The barebox will skip it.
> >
> > Import string functions from linux 3.4 (arch/arm/boot/compressed/string.c) and
> > implement a dummy panic.
> >
> > For now on introduce dummy zbarebox* targets and c code that will contain later
> > the decompressor. This only implemeted on ARM.
> >
> > This patch is based on Sascha Hauer <s.hauer at pengutronix.de>
> > Add compressed image support patch
> >
> > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj at jcrosoft.com>
> > ---
> > Makefile | 6 +-
> > arch/arm/Kconfig | 1 +
> > arch/arm/Makefile | 4 +
> > arch/arm/cpu/Makefile | 1 +
>
> In this file the following must be added to make 'make clean' work in
> the pbl directory:
>
> archclean:
> $(MAKE) $(clean)=$(pbl)
yeap forget this one
Best Regards,
J.
More information about the barebox
mailing list