9
0
Fork 0
barebox/arch/arm/pbl
Sascha Hauer 5e61dd3fb5 Add comp_copy function for use with CONFIG_IMAGE_COMPRESSION_NONE
The Makefile compression commands all append the size of the
uncompressed image. With CONFIG_IMAGE_COMPRESSION_NONE simply
'shipped' is used which does not append the size. Add and use
a special comp_copy function which adds the size. This helps
us to get the uncompressed image size in the startup code later.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2016-09-15 09:23:43 +02:00
..
.gitignore ARM: PBL: Add missing pieces for xz compressed PBL image 2014-11-27 17:15:23 +01:00
Makefile Add comp_copy function for use with CONFIG_IMAGE_COMPRESSION_NONE 2016-09-15 09:23:43 +02:00
piggy.gzip.S compressed image: add gzip support 2012-08-03 18:09:15 +08:00
piggy.lz4.S pbl: add lz4 support 2013-07-22 09:15:32 +02:00
piggy.lzo.S pbl: discard unwind symbol if enable in barebox 2012-08-03 18:09:15 +08:00
piggy.shipped.S pbl: add none compression support 2013-01-30 22:32:13 +01:00
piggy.xzkern.S ARM: PBL: Add missing pieces for xz compressed PBL image 2014-11-27 17:15:23 +01:00