[ARM] mmp: avengers lite (pxa168) board bring up

Previous thread: [ARM] pxa: use chip->ack() instead of accessing GEDR directly by Linux Kernel Mailing List on Friday, March 12, 2010 - 6:02 pm. (1 message)

Next thread: [ARM] pxa: introduce processor specific pxa27x_assert_ac97reset() by Linux Kernel Mailing List on Friday, March 12, 2010 - 6:02 pm. (1 message)
From: Linux Kernel Mailing List
Date: Friday, March 12, 2010 - 6:02 pm

Gitweb:     http://git.kernel.org/linus/9896de72d20686f4dbc9cdd64ca178c80d6838b6
Commit:     9896de72d20686f4dbc9cdd64ca178c80d6838b6
Parent:     0925e2f0fc5a55621cb80afbb6d4543c62e6a653
Author:     Haojian Zhuang <haojian.zhuang@marvell.com>
AuthorDate: Tue Jan 12 08:54:50 2010 +0800
Committer:  Eric Miao <eric.y.miao@gmail.com>
CommitDate: Tue Mar 2 07:40:53 2010 +0800

    [ARM] mmp: avengers lite (pxa168) board bring up
    
    Signed-off-by: Gavin Gu <gavin.gu@marvell.com>
    Signed-off-by: Jing Xiang <jxiang@marvell.com>
    Signed-off-by: Jack Ren <jack.ren@marvell.com>
    Signed-off-by: Haojian Zhuang <haojian.zhuang@marvell.com>
    Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
---
 arch/arm/mach-mmp/Kconfig                   |    7 ++++
 arch/arm/mach-mmp/Makefile                  |    1 +
 arch/arm/mach-mmp/avengers_lite.c           |   51 +++++++++++++++++++++++++++
 arch/arm/mach-mmp/include/mach/mfp-pxa168.h |    4 ++-
 arch/arm/mach-mmp/include/mach/uncompress.h |   13 +++++--
 5 files changed, 72 insertions(+), 4 deletions(-)

diff --git a/arch/arm/mach-mmp/Kconfig b/arch/arm/mach-mmp/Kconfig
index c6a564f..daddbef 100644
--- a/arch/arm/mach-mmp/Kconfig
+++ b/arch/arm/mach-mmp/Kconfig
@@ -16,6 +16,13 @@ config MACH_ZYLONITE2
 	  Say 'Y' here if you want to support the Marvell PXA168-based
 	  Zylonite2 Development Board.
 
+config MACH_AVENGERS_LITE
+	bool "Marvell's PXA168 Avengers Lite Development Board"
+	select CPU_PXA168
+	help
+	  Say 'Y' here if you want to support the Marvell PXA168-based
+	  Avengers Lite Development Board.
+
 config MACH_TAVOREVB
 	bool "Marvell's PXA910 TavorEVB Development Board"
 	select CPU_PXA910
diff --git a/arch/arm/mach-mmp/Makefile b/arch/arm/mach-mmp/Makefile
index 6883e65..854f0ab 100644
--- a/arch/arm/mach-mmp/Makefile
+++ b/arch/arm/mach-mmp/Makefile
@@ -11,5 +11,6 @@ obj-$(CONFIG_CPU_PXA910)	+= pxa910.o
 # board support
 obj-$(CONFIG_MACH_ASPENITE)	+= aspenite.o
 obj-$(CONFIG_MACH_ZYLONITE2)	+= ...
Previous thread: [ARM] pxa: use chip->ack() instead of accessing GEDR directly by Linux Kernel Mailing List on Friday, March 12, 2010 - 6:02 pm. (1 message)

Next thread: [ARM] pxa: introduce processor specific pxa27x_assert_ac97reset() by Linux Kernel Mailing List on Friday, March 12, 2010 - 6:02 pm. (1 message)