1 Index: linux-2.6.24.7/arch/ppc/platforms/4xx/Kconfig
2 ===================================================================
3 --- linux-2.6.24.7.orig/arch/ppc/platforms/4xx/Kconfig
4 +++ linux-2.6.24.7/arch/ppc/platforms/4xx/Kconfig
5 @@ -53,6 +53,12 @@ config WALNUT
7 This option enables support for the IBM PPC405GP evaluation board.
11 + select WANT_EARLY_SERIAL
13 + This option enables support for the IBM PPC405EP evaluation board.
17 select XILINX_VIRTEX_II_PRO
18 @@ -184,7 +190,7 @@ config BOOKE
22 - depends on ASH || BAMBOO || BUBINGA || CPCI405 || EBONY || EP405 || LUAN || YUCCA || OCOTEA || REDWOOD_5 || REDWOOD_6 || SYCAMORE || TAISHAN || WALNUT
23 + depends on ASH || BAMBOO || BUBINGA || CPCI405 || EBONY || EP405 || LUAN || YUCCA || OCOTEA || REDWOOD_5 || REDWOOD_6 || SYCAMORE || TAISHAN || WALNUT || MAGICBOX
27 @@ -194,7 +200,7 @@ config IBM_EMAC4
31 - depends on BUBINGA || EP405 || SYCAMORE || WALNUT || CPCI405
32 + depends on BUBINGA || EP405 || SYCAMORE || WALNUT || CPCI405 || MAGICBOX
35 # OAK doesn't exist but wanted to keep this around for any future 403GCX boards
36 @@ -205,7 +211,7 @@ config 403GCX
41 + depends on BUBINGA || MAGICBOX
45 Index: linux-2.6.24.7/arch/ppc/platforms/4xx/Makefile
46 ===================================================================
47 --- linux-2.6.24.7.orig/arch/ppc/platforms/4xx/Makefile
48 +++ linux-2.6.24.7/arch/ppc/platforms/4xx/Makefile
49 @@ -14,6 +14,7 @@ obj-$(CONFIG_REDWOOD_6) += redwood6.o
50 obj-$(CONFIG_SYCAMORE) += sycamore.o
51 obj-$(CONFIG_TAISHAN) += taishan.o
52 obj-$(CONFIG_WALNUT) += walnut.o
53 +obj-$(CONFIG_MAGICBOX) += magicbox.o
54 obj-$(CONFIG_XILINX_ML300) += xilinx_ml300.o
55 obj-$(CONFIG_XILINX_ML403) += xilinx_ml403.o
57 Index: linux-2.6.24.7/include/asm-ppc/ibm4xx.h
58 ===================================================================
59 --- linux-2.6.24.7.orig/include/asm-ppc/ibm4xx.h
60 +++ linux-2.6.24.7/include/asm-ppc/ibm4xx.h
65 +#if defined(CONFIG_MAGICBOX)
66 +#include <platforms/4xx/magicbox.h>
69 #if defined(CONFIG_BUBINGA)
70 #include <platforms/4xx/bubinga.h>