1 Index: linux-2.6.22-rc6/arch/ppc/platforms/4xx/Kconfig
2 ===================================================================
3 --- linux-2.6.22-rc6.orig/arch/ppc/platforms/4xx/Kconfig 2007-06-28 08:23:13.508980416 +0200
4 +++ linux-2.6.22-rc6/arch/ppc/platforms/4xx/Kconfig 2007-06-28 08:23:15.637656808 +0200
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
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
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
41 + depends on BUBINGA || MAGICBOX
45 Index: linux-2.6.22-rc6/arch/ppc/platforms/4xx/Makefile
46 ===================================================================
47 --- linux-2.6.22-rc6.orig/arch/ppc/platforms/4xx/Makefile 2007-06-28 08:23:13.516979200 +0200
48 +++ linux-2.6.22-rc6/arch/ppc/platforms/4xx/Makefile 2007-06-28 08:23:15.637656808 +0200
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.22-rc6/include/asm-ppc/ibm4xx.h
58 ===================================================================
59 --- linux-2.6.22-rc6.orig/include/asm-ppc/ibm4xx.h 2007-06-28 08:23:13.526977680 +0200
60 +++ linux-2.6.22-rc6/include/asm-ppc/ibm4xx.h 2007-06-28 08:23:15.637656808 +0200
65 +#if defined(CONFIG_MAGICBOX)
66 +#include <platforms/4xx/magicbox.h>
69 #if defined(CONFIG_BUBINGA)
70 #include <platforms/4xx/bubinga.h>