
Dear Dirk Eibach,
In message 1228750904-5008-1-git-send-email-eibach@gdsys.de you wrote:
Board support for the Guntermann & Drunck PowerPC 440 ETX module. Based on the AMCC Yosemite board support by Stefan Roese.
Signed-off-by: Dirk Eibach eibach@gdsys.de
...
--- /dev/null +++ b/board/gdsys/gdppc440etx/config.mk @@ -0,0 +1,44 @@
...
+# +# esd ADCIOP boards
^^^^^^^^^^^^^^^^^^^^^^
Really? I would expect some G&D entry here.
+#
+#TEXT_BASE = 0x00001000
+ifeq ($(ramsym),1) +TEXT_BASE = 0xFBD00000 +else +TEXT_BASE = 0xFFF80000 +endif
+PLATFORM_CPPFLAGS += -DCONFIG_440=1
+ifeq ($(debug),1) +PLATFORM_CPPFLAGS += -DDEBUG +endif
+ifeq ($(dbcr),1) +PLATFORM_CPPFLAGS += -DCONFIG_SYS_INIT_DBCR=0x8cff0000 +endif diff --git a/board/gdsys/gdppc440etx/gdppc440etx.c b/board/gdsys/gdppc440etx/gdppc440etx.c new file mode 100644 index 0000000..c5b2638 --- /dev/null +++ b/board/gdsys/gdppc440etx/gdppc440etx.c @@ -0,0 +1,329 @@ +/*
- (C) Copyright 2008
- Dirk Eibach, Guntermann & Drunck GmbH, eibach@gdsys.de
- Based on board/amcc/yosemite/yosemite.c by Stefan Roese
This is an attempt of an attribution, but it is not the original copyright entry which MUST be preserved if you use significant parts of the code.
+#endif /* defined(CONFIG_PCI) */ diff --git a/board/gdsys/gdppc440etx/init.S b/board/gdsys/gdppc440etx/init.S new file mode 100644 index 0000000..85943da --- /dev/null +++ b/board/gdsys/gdppc440etx/init.S @@ -0,0 +1,74 @@ +/* +* (C) Copyright 2008 +* Dirk Eibach, Guntermann & Drunck GmbH, eibach@gdsys.de +* +* based on board/amcc/yosemite/init.S
Please keep original copyright headers! Same for all other files!
Best regards,
Wolfgang Denk