The XPedite1000 is an X-ES product thus it can be put in board/xes along with other X-ES boards. Along with the move, the board was renamed to XPedite1000 from XPedite1K to fit X-ES's standard naming convention. Maintainership was also transfered to Peter Tyser.
Signed-off-by: Peter Tyser <pty...@xes-inc.com> --- MAINTAINERS | 2 +- MAKEALL | 2 +- Makefile | 4 ++-- board/{xpedite1k => xes/xpedite1000}/Makefile | 0 board/{xpedite1k => xes/xpedite1000}/config.mk | 0 board/{xpedite1k => xes/xpedite1000}/init.S | 0 board/{xpedite1k => xes/xpedite1000}/u-boot.lds | 2 +- .../xpedite1000}/u-boot.lds.debug | 2 +- .../xpedite1k.c => xes/xpedite1000/xpedite1000.c} | 0 include/configs/{XPEDITE1K.h => XPEDITE1000.h} | 2 +- 10 files changed, 7 insertions(+), 7 deletions(-) rename board/{xpedite1k => xes/xpedite1000}/Makefile (100%) rename board/{xpedite1k => xes/xpedite1000}/config.mk (100%) rename board/{xpedite1k => xes/xpedite1000}/init.S (100%) rename board/{xpedite1k => xes/xpedite1000}/u-boot.lds (98%) rename board/{xpedite1k => xes/xpedite1000}/u-boot.lds.debug (98%) rename board/{xpedite1k/xpedite1k.c => xes/xpedite1000/xpedite1000.c} (100%) rename include/configs/{XPEDITE1K.h => XPEDITE1000.h} (99%) diff --git a/MAINTAINERS b/MAINTAINERS index 575a7ec..12a3e5d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -381,7 +381,6 @@ Travis Sawyer (travis.saw...@sandburst.com> KAREF PPC440GX METROBOX PPC440GX - XPEDITE1K PPC440GX Georg Schardt <scha...@team-ctech.de> @@ -436,6 +435,7 @@ Rune Torgersen <ru...@innovsys.com> Peter Tyser <pty...@xes-inc.com> + XPEDITE1000 PPC440GX XPEDITE5170 MPC8640 XPEDITE5200 MPC8548 XPEDITE5370 MPC8572 diff --git a/MAKEALL b/MAKEALL index 020ff73..65a891f 100755 --- a/MAKEALL +++ b/MAKEALL @@ -258,7 +258,7 @@ LIST_4xx=" \ WUH405 \ xilinx-ppc440-generic \ xilinx-ppc440-generic_flash \ - XPEDITE1K \ + XPEDITE1000 \ yellowstone \ yosemite \ yucca \ diff --git a/Makefile b/Makefile index 090e645..9b8554f 100644 --- a/Makefile +++ b/Makefile @@ -1640,8 +1640,8 @@ xilinx-ppc440-generic_config: unconfig >> $(obj)board/xilinx/ppc440-generic/config.tmp @$(MKCONFIG) xilinx-ppc440-generic ppc ppc4xx ppc440-generic xilinx -XPEDITE1K_config: unconfig - @$(MKCONFIG) $(@:_config=) ppc ppc4xx xpedite1k +XPEDITE1000_config: unconfig + @$(MKCONFIG) $(@:_config=) ppc ppc4xx xpedite1000 xes yosemite_config \ yellowstone_config: unconfig diff --git a/board/xpedite1k/Makefile b/board/xes/xpedite1000/Makefile similarity index 100% rename from board/xpedite1k/Makefile rename to board/xes/xpedite1000/Makefile diff --git a/board/xpedite1k/config.mk b/board/xes/xpedite1000/config.mk similarity index 100% rename from board/xpedite1k/config.mk rename to board/xes/xpedite1000/config.mk diff --git a/board/xpedite1k/init.S b/board/xes/xpedite1000/init.S similarity index 100% rename from board/xpedite1k/init.S rename to board/xes/xpedite1000/init.S diff --git a/board/xpedite1k/u-boot.lds b/board/xes/xpedite1000/u-boot.lds similarity index 98% rename from board/xpedite1k/u-boot.lds rename to board/xes/xpedite1000/u-boot.lds index fc001b2..46b52fc 100644 --- a/board/xpedite1k/u-boot.lds +++ b/board/xes/xpedite1000/u-boot.lds @@ -66,7 +66,7 @@ SECTIONS /* the sector layout of our flash chips! XXX FIXME XXX */ cpu/ppc4xx/start.o (.text) - board/xpedite1k/init.o (.text) + board/xes/xpedite1000/init.o (.text) cpu/ppc4xx/kgdb.o (.text) cpu/ppc4xx/traps.o (.text) cpu/ppc4xx/interrupts.o (.text) diff --git a/board/xpedite1k/u-boot.lds.debug b/board/xes/xpedite1000/u-boot.lds.debug similarity index 98% rename from board/xpedite1k/u-boot.lds.debug rename to board/xes/xpedite1000/u-boot.lds.debug index 5824cd9..68cd72d 100644 --- a/board/xpedite1k/u-boot.lds.debug +++ b/board/xes/xpedite1000/u-boot.lds.debug @@ -56,7 +56,7 @@ SECTIONS /* the sector layout of our flash chips! XXX FIXME XXX */ cpu/ppc4xx/start.o (.text) - board/xpedite1k/init.o (.text) + board/xes/xpedite1000/init.o (.text) cpu/ppc4xx/kgdb.o (.text) cpu/ppc4xx/traps.o (.text) cpu/ppc4xx/interrupts.o (.text) diff --git a/board/xpedite1k/xpedite1k.c b/board/xes/xpedite1000/xpedite1000.c similarity index 100% rename from board/xpedite1k/xpedite1k.c rename to board/xes/xpedite1000/xpedite1000.c diff --git a/include/configs/XPEDITE1K.h b/include/configs/XPEDITE1000.h similarity index 99% rename from include/configs/XPEDITE1K.h rename to include/configs/XPEDITE1000.h index bb6208c..658e947 100644 --- a/include/configs/XPEDITE1K.h +++ b/include/configs/XPEDITE1000.h @@ -31,7 +31,7 @@ #define __CONFIG_H /* High Level Configuration Options */ -#define CONFIG_XPEDITE1K 1 /* Board is XPedite 1000 */ +#define CONFIG_XPEDITE1000 1 #define CONFIG_SYS_BOARD_NAME "XPedite1000" #define CONFIG_4xx 1 /* ... PPC4xx family */ #define CONFIG_440 1 -- 1.6.2.1 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot