]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
xes: Make X-ES board names more generic
authorPeter Tyser <ptyser@xes-inc.com>
Fri, 22 Oct 2010 05:20:26 +0000 (00:20 -0500)
committerKumar Gala <galak@kernel.crashing.org>
Fri, 22 Oct 2010 07:17:23 +0000 (02:17 -0500)
commitc00ac259f60112bb263a73f211ce3bb8f529c2c0
tree478ac73efb3be07bc9603d3c1f4cecd06c317bde
parent72fb68d53cfbe505319cbb4aa92a1fe7ecf3d4fb
xes: Make X-ES board names more generic

Some U-Boot images for X-ES boards support multiple products in the same
family.  For example, the XPedite5370, XPedite5371, and XPedite5372 are
similar enough that one U-Boot image can work on all 3 cards.  To make it
clear that a U-Boot image can work on boards of the same family, rename
the boards with the least significant digit of 'x'.

While we're at it, change the board config file and make targets to be
lowercase.

Also change the default uImage and fdt filenames to "board.uImage" and
"board.dtb" to be more generic.

Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20 files changed:
MAINTAINERS
board/xes/xpedite517x/Makefile [moved from board/xes/xpedite5170/Makefile with 100% similarity]
board/xes/xpedite517x/ddr.c [moved from board/xes/xpedite5170/ddr.c with 100% similarity]
board/xes/xpedite517x/law.c [moved from board/xes/xpedite5170/law.c with 100% similarity]
board/xes/xpedite517x/xpedite517x.c [moved from board/xes/xpedite5170/xpedite5170.c with 100% similarity]
board/xes/xpedite520x/Makefile [moved from board/xes/xpedite5200/Makefile with 100% similarity]
board/xes/xpedite520x/ddr.c [moved from board/xes/xpedite5200/ddr.c with 100% similarity]
board/xes/xpedite520x/law.c [moved from board/xes/xpedite5200/law.c with 100% similarity]
board/xes/xpedite520x/tlb.c [moved from board/xes/xpedite5200/tlb.c with 100% similarity]
board/xes/xpedite520x/xpedite520x.c [moved from board/xes/xpedite5200/xpedite5200.c with 100% similarity]
board/xes/xpedite537x/Makefile [moved from board/xes/xpedite5370/Makefile with 100% similarity]
board/xes/xpedite537x/ddr.c [moved from board/xes/xpedite5370/ddr.c with 100% similarity]
board/xes/xpedite537x/law.c [moved from board/xes/xpedite5370/law.c with 100% similarity]
board/xes/xpedite537x/tlb.c [moved from board/xes/xpedite5370/tlb.c with 100% similarity]
board/xes/xpedite537x/xpedite537x.c [moved from board/xes/xpedite5370/xpedite5370.c with 100% similarity]
boards.cfg
include/configs/xpedite1000.h [moved from include/configs/XPEDITE1000.h with 99% similarity]
include/configs/xpedite517x.h [moved from include/configs/XPEDITE5170.h with 99% similarity]
include/configs/xpedite520x.h [moved from include/configs/XPEDITE5200.h with 99% similarity]
include/configs/xpedite537x.h [moved from include/configs/XPEDITE5370.h with 99% similarity]