[U-Boot] [RFC 2/2] Add support for bootstrap stage to QEMU-MIPS board.

2010-11-30 Thread luigi.mantellini
From: Luigi 'Comio' Mantellini Signed-off-by: Luigi 'Comio' Mantellini --- board/qemu-mips/Makefile | 15 ++- board/qemu-mips/config.mk |7 ++- board/qemu-mips/qemu-mips_bootstrap.c | 48 + board/qemu-mips/u-boot-bootstrap.lds | 73 +++

[U-Boot] [RFC 1/2] Add support for bootstrap stage that allows to have a compressed U-Boot image. The final image will named "u-boot-bootstrap".

2010-11-30 Thread luigi.mantellini
From: Luigi 'Comio' Mantellini The following symbols are allowed: CONFIG_BOOTSTRAP Enable the bootstrap stage. A minimal code is added to uncompress or copy the payload (a full U-Boot image). CONFIG_BOOTSTRAP_TEXT_BASE TEXT_BASE of the bootstrap code. CONFIG_BOOTSTRAP_

[U-Boot] [RFC 0/2] Add support for bootstrap stage and compressed U-Boot image

2010-11-30 Thread luigi.mantellini
From: Luigi 'Comio' Mantellini Hi All, The following patches introduce the bootstrap support that enable to have a compressed U-Boot image. The bootstrap code supports the uncompressed as well as compressed payloads, using LZMA, GZIP, BZIP2 and LZO. Actually I developed just the mips version