summaryrefslogtreecommitdiff
path: root/arch/arm/mach-vexpress/include/mach/uncompress.h
AgeCommit message (Collapse)AuthorFilesLines
2012-09-14ARM: vexpress: convert to multi-platformRob Herring1-86/+0
Convert vexpress to multi-platform. This always enables vexpress DT and makes it the default v7 platform. Signed-off-by: Rob Herring <rob.herring@calxeda.com> Cc: Pawel Moll <pawel.moll@arm.com>
2012-07-13ARM: vexpress: Config option for early printk consolePawel Moll1-0/+14
Versatile Express platform can be used in different configurations, the console UART used by early printk may be located at different addresses in the address space. This patch makes it possible to select the base address of a PL011 UART to be used as a console output in the kernel configuration. The default behaviour is still the heuristic detecting memory map on Cortex-A core tiles. The zImage decompressor will use the same configuration values or print out nothing if DEBUG_LL is not enabled. Signed-off-by: Pawel Moll <pawel.moll@arm.com>
2012-02-24ARM: vexpress: Motherboard RS1 memory map supportPawel Moll1-1/+21
This patch adds support for RS1 memory map based Versatile Express motherboard. Signed-off-by: Pawel Moll <pawel.moll@arm.com>
2010-05-02ARM: Add Versatile Express supportRussell King1-0/+52
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>