Searched hist:b1b4e89a0f3b75854c39a62cae41bad56d210adf (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/include/linux/unaligned/ |
H A D | generic.h | 25b26ec69fb5390ce08601189d8848fcef91b97c Mon Oct 29 08:34:25 CDT 2012 Kim Phillips <kim.phillips@freescale.com> include/linux/unaligned/generic.h: fix warning: preprocessor token __force redefined
include/linux/unaligned/generic.h:5:9: warning: preprocessor token __force redefined include/linux/compiler.h:10:10: this was the original definition
fixup __force definitions in compat.h code appears to be placed there as a cover up from a code import from linux when u-boot didn't yet have a compiler.h, introduced by commit b1b4e89a0f3b75854c39a62cae41bad56d210adf "Add LZO decompressor support".
Signed-off-by: Kim Phillips <kim.phillips@freescale.com> b1b4e89a0f3b75854c39a62cae41bad56d210adf Thu Mar 19 09:34:56 CDT 2009 Stefan Roese <sr@denx.de> Add LZO decompressor support
This patch adds LZO decompression support to U-Boot. It is needed for the upcoming UBIFS support, since UBIFS uses LZO as default compressor/ decompressor. Since we only support read-only in UBIFS, only the decompressor is needed.
All this is copied with minor changes from the current Linux kernel version (2.6.28-rc8).
This patch only implements this LZO decompressor support for PPC. Other platforms using UBIFS will have to add the required "include/asm/unaligned.h" as well. It should be fairly easy to copy this from the Linux source tree as I have done it for PPC in this patch.
Signed-off-by: Stefan Roese <sr@denx.de>
|
H A D | access_ok.h | b1b4e89a0f3b75854c39a62cae41bad56d210adf Thu Mar 19 09:34:56 CDT 2009 Stefan Roese <sr@denx.de> Add LZO decompressor support
This patch adds LZO decompression support to U-Boot. It is needed for the upcoming UBIFS support, since UBIFS uses LZO as default compressor/ decompressor. Since we only support read-only in UBIFS, only the decompressor is needed.
All this is copied with minor changes from the current Linux kernel version (2.6.28-rc8).
This patch only implements this LZO decompressor support for PPC. Other platforms using UBIFS will have to add the required "include/asm/unaligned.h" as well. It should be fairly easy to copy this from the Linux source tree as I have done it for PPC in this patch.
Signed-off-by: Stefan Roese <sr@denx.de>
|
/openbmc/u-boot/include/linux/ |
H A D | lzo.h | b1b4e89a0f3b75854c39a62cae41bad56d210adf Thu Mar 19 09:34:56 CDT 2009 Stefan Roese <sr@denx.de> Add LZO decompressor support
This patch adds LZO decompression support to U-Boot. It is needed for the upcoming UBIFS support, since UBIFS uses LZO as default compressor/ decompressor. Since we only support read-only in UBIFS, only the decompressor is needed.
All this is copied with minor changes from the current Linux kernel version (2.6.28-rc8).
This patch only implements this LZO decompressor support for PPC. Other platforms using UBIFS will have to add the required "include/asm/unaligned.h" as well. It should be fairly easy to copy this from the Linux source tree as I have done it for PPC in this patch.
Signed-off-by: Stefan Roese <sr@denx.de>
|
/openbmc/u-boot/ |
H A D | Makefile | b1b4e89a0f3b75854c39a62cae41bad56d210adf Thu Mar 19 09:34:56 CDT 2009 Stefan Roese <sr@denx.de> Add LZO decompressor support
This patch adds LZO decompression support to U-Boot. It is needed for the upcoming UBIFS support, since UBIFS uses LZO as default compressor/ decompressor. Since we only support read-only in UBIFS, only the decompressor is needed.
All this is copied with minor changes from the current Linux kernel version (2.6.28-rc8).
This patch only implements this LZO decompressor support for PPC. Other platforms using UBIFS will have to add the required "include/asm/unaligned.h" as well. It should be fairly easy to copy this from the Linux source tree as I have done it for PPC in this patch.
Signed-off-by: Stefan Roese <sr@denx.de>
|