1 diff -urN linux.old/arch/ppc/platforms/4xx/Kconfig linux.dev/arch/ppc/platforms/4xx/Kconfig
2 --- linux.old/arch/ppc/platforms/4xx/Kconfig 2006-11-29 22:57:37.000000000 +0100
3 +++ linux.dev/arch/ppc/platforms/4xx/Kconfig 2006-12-14 08:49:18.000000000 +0100
6 This option enables support for the IBM PPC405GP evaluation board.
10 + select WANT_EARLY_SERIAL
12 + This option enables support for the IBM PPC405EP evaluation board.
21 - depends on ASH || BAMBOO || BUBINGA || CPCI405 || EBONY || EP405 || LUAN || YUCCA || OCOTEA || REDWOOD_5 || REDWOOD_6 || SYCAMORE || TAISHAN || WALNUT
22 + depends on ASH || BAMBOO || BUBINGA || CPCI405 || EBONY || EP405 || LUAN || YUCCA || OCOTEA || REDWOOD_5 || REDWOOD_6 || SYCAMORE || TAISHAN || WALNUT || MAGICBOX
30 - depends on BUBINGA || EP405 || SYCAMORE || WALNUT || CPCI405
31 + depends on BUBINGA || EP405 || SYCAMORE || WALNUT || CPCI405 || MAGICBOX
34 # OAK doesn't exist but wanted to keep this around for any future 403GCX boards
40 + depends on BUBINGA || MAGICBOX
44 diff -urN linux.old/arch/ppc/platforms/4xx/Makefile linux.dev/arch/ppc/platforms/4xx/Makefile
45 --- linux.old/arch/ppc/platforms/4xx/Makefile 2006-11-29 22:57:37.000000000 +0100
46 +++ linux.dev/arch/ppc/platforms/4xx/Makefile 2006-12-14 08:48:56.000000000 +0100
48 obj-$(CONFIG_REDWOOD_6) += redwood6.o
49 obj-$(CONFIG_SYCAMORE) += sycamore.o
50 obj-$(CONFIG_WALNUT) += walnut.o
51 +obj-$(CONFIG_MAGICBOX) += magicbox.o
52 obj-$(CONFIG_XILINX_ML300) += xilinx_ml300.o
53 obj-$(CONFIG_XILINX_ML403) += xilinx_ml403.o
55 diff -urN linux.old/include/asm-ppc/ibm4xx.h linux.dev/include/asm-ppc/ibm4xx.h
56 --- linux.old/include/asm-ppc/ibm4xx.h 2006-11-29 22:57:37.000000000 +0100
57 +++ linux.dev/include/asm-ppc/ibm4xx.h 2006-12-14 08:48:56.000000000 +0100
62 +#if defined(CONFIG_MAGICBOX)
63 +#include <platforms/4xx/magicbox.h>
66 #if defined(CONFIG_BUBINGA)
67 #include <platforms/4xx/bubinga.h>