summaryrefslogtreecommitdiff
path: root/arch/arm/plat-s3c/include/plat/uncompress.h
AgeCommit message (Collapse)AuthorFilesLines
2010-02-23ARM: SAMSUNG: Move common headers from plat-s3c to plat-samsungBen Dooks1-186/+0
Move common headers from plat-s3c's include/plat directory into plat-samsung. No need to fix any files, these are still included via <plat/> Signed-off-by: Ben Dooks <ben-linux@fluff.org>
2009-02-19[ARM] 5376/1: S3C24XX: Fix sparse errors in platform uncompress.hDaniel Silverstone1-1/+4
Ensure __iomem attribute is __force 'd off in the minimal __raw_writel() implementation. Signed-off-by: Simtec Linux Team <linux@simtec.co.uk> Signed-off-by: Ben Dooks <ben@simtec.co.uk> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2008-12-18Merge branch 'next-s3c64xx' into next-mergedBen Dooks1-1/+1
2008-12-16[ARM] S3C: Add UART FIFO selection during arch decompressionBen Dooks1-0/+28
Add a configuration option to start the UART FIFOs during the decompressions sequence to improve boot time when the bootloader fails to enable the UART FIFOs. For example, the SMDK6410 UBoot 1.1.6 leaves the FIFOs off. Signed-off-by: Ben Dooks <ben-linux@fluff.org>
2008-12-16[ARM] S3C64XX: Add system boot-time supportBen Dooks1-1/+1
Add the necessary defines for <mach/uncompress.h> to function and build an working header code block. Signed-off-by: Ben Doioks <ben-linux@fluff.org>
2008-10-30[ARM] S3C: Move regs-watchdog.h to arch/arm/plat-s3c/include/platBen Dooks1-1/+1
Move regs-watchdog.h to arch/arm/plat-s3c/include/plat ready to clean out the old include directories Signed-off-by: Ben Dooks <ben-linux@fluff.org>
2008-10-08[ARM] S3C24XX: Additional include movesBen Dooks1-0/+155
Continue moving the include files into arch/arm Signed-off-by: Ben Dooks <ben-linux@fluff.org>