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>
This commit is contained in:
parent
72fb68d53c
commit
c00ac259f6
|
@ -462,10 +462,10 @@ Rune Torgersen <runet@innovsys.com>
|
|||
|
||||
Peter Tyser <ptyser@xes-inc.com>
|
||||
|
||||
XPEDITE1000 PPC440GX
|
||||
XPEDITE5170 MPC8640
|
||||
XPEDITE5200 MPC8548
|
||||
XPEDITE5370 MPC8572
|
||||
xpedite1000 PPC440GX
|
||||
xpedite5170 MPC8640
|
||||
xpedite5200 MPC8548
|
||||
xpedite5370 MPC8572
|
||||
|
||||
David Updegraff <dave@cray.com>
|
||||
|
||||
|
|
|
@ -556,8 +556,8 @@ MPC8540ADS powerpc mpc85xx mpc8540ads freescale
|
|||
MPC8544DS powerpc mpc85xx mpc8544ds freescale
|
||||
MPC8560ADS powerpc mpc85xx mpc8560ads freescale
|
||||
MPC8568MDS powerpc mpc85xx mpc8568mds freescale
|
||||
XPEDITE5200 powerpc mpc85xx xpedite5200 xes
|
||||
XPEDITE5370 powerpc mpc85xx xpedite5370 xes
|
||||
xpedite520x powerpc mpc85xx - xes
|
||||
xpedite537x powerpc mpc85xx - xes
|
||||
sbc8540_33 powerpc mpc85xx sbc8560 - - SBC8540
|
||||
sbc8540_66 powerpc mpc85xx sbc8560 - - SBC8540
|
||||
sbc8548_PCI_33 powerpc mpc85xx sbc8548 - - sbc8548:PCI,33
|
||||
|
@ -597,7 +597,7 @@ P2020RDB_NAND powerpc mpc85xx p1_p2_rdb freescale - P1_P2_RDB:P2020,NAND
|
|||
P2020RDB_SDCARD powerpc mpc85xx p1_p2_rdb freescale - P1_P2_RDB:P2020,SDCARD
|
||||
sbc8641d powerpc mpc86xx
|
||||
MPC8610HPCD powerpc mpc86xx mpc8610hpcd freescale
|
||||
XPEDITE5170 powerpc mpc86xx xpedite5170 xes
|
||||
xpedite517x powerpc mpc86xx - xes
|
||||
MPC8641HPCN powerpc mpc86xx mpc8641hpcn freescale - MPC8641HPCN
|
||||
cogent_mpc8xx powerpc mpc8xx cogent
|
||||
ESTEEM192E powerpc mpc8xx esteem192e
|
||||
|
@ -648,7 +648,7 @@ CPCIISER4 powerpc ppc4xx cpciiser4 esd
|
|||
DASA_SIM powerpc ppc4xx dasa_sim esd
|
||||
PMC405DE powerpc ppc4xx pmc405de esd
|
||||
METROBOX powerpc ppc4xx metrobox sandburst
|
||||
XPEDITE1000 powerpc ppc4xx xpedite1000 xes
|
||||
xpedite1000 powerpc ppc4xx - xes
|
||||
korat_perm powerpc ppc4xx korat - - korat:KORAT_PERMANENT
|
||||
haleakala powerpc ppc4xx kilauea amcc - kilauea:HALEAKALA
|
||||
sycamore powerpc ppc4xx walnut amcc - walnut
|
||||
|
|
|
@ -342,8 +342,8 @@ extern void out32(unsigned int, unsigned long);
|
|||
"misc_args=ip=on\0" \
|
||||
"set_bootargs=setenv bootargs ${console_args} ${root_args} ${misc_args}\0" \
|
||||
"bootfile=/home/user/file\0" \
|
||||
"osfile=/home/user/uImage-XPedite1000\0" \
|
||||
"fdtfile=/home/user/xpedite1000.dtb\0" \
|
||||
"osfile=/home/user/board.uImage\0" \
|
||||
"fdtfile=/home/user/board.dtb\0" \
|
||||
"ubootfile=/home/user/u-boot.bin\0" \
|
||||
"fdtaddr=c00000\0" \
|
||||
"osaddr=0x1000000\0" \
|
|
@ -22,7 +22,7 @@
|
|||
*/
|
||||
|
||||
/*
|
||||
* xpedite5170 board configuration file
|
||||
* xpedite517x board configuration file
|
||||
*/
|
||||
#ifndef __CONFIG_H
|
||||
#define __CONFIG_H
|
||||
|
@ -727,8 +727,8 @@ extern unsigned long get_board_sys_clk(unsigned long dummy);
|
|||
"misc_args=ip=on\0" \
|
||||
"set_bootargs=setenv bootargs ${console_args} ${root_args} ${misc_args}\0" \
|
||||
"bootfile=/home/user/file\0" \
|
||||
"osfile=/home/user/uImage-XPedite5170\0" \
|
||||
"fdtfile=/home/user/xpedite5170.dtb\0" \
|
||||
"osfile=/home/user/board.uImage\0" \
|
||||
"fdtfile=/home/user/board.dtb\0" \
|
||||
"ubootfile=/home/user/u-boot.bin\0" \
|
||||
"fdtaddr=c00000\0" \
|
||||
"osaddr=0x1000000\0" \
|
|
@ -22,7 +22,7 @@
|
|||
*/
|
||||
|
||||
/*
|
||||
* xpedite5200 board configuration file
|
||||
* xpedite520x board configuration file
|
||||
*/
|
||||
#ifndef __CONFIG_H
|
||||
#define __CONFIG_H
|
||||
|
@ -523,8 +523,8 @@
|
|||
"misc_args=ip=on\0" \
|
||||
"set_bootargs=setenv bootargs ${console_args} ${root_args} ${misc_args}\0" \
|
||||
"bootfile=/home/user/file\0" \
|
||||
"osfile=/home/user/uImage-XPedite5200\0" \
|
||||
"fdtfile=/home/user/xpedite5200.dtb\0" \
|
||||
"osfile=/home/user/board.uImage\0" \
|
||||
"fdtfile=/home/user/board.dtb\0" \
|
||||
"ubootfile=/home/user/u-boot.bin\0" \
|
||||
"fdtaddr=c00000\0" \
|
||||
"osaddr=0x1000000\0" \
|
|
@ -22,7 +22,7 @@
|
|||
*/
|
||||
|
||||
/*
|
||||
* xpedite5370 board configuration file
|
||||
* xpedite537x board configuration file
|
||||
*/
|
||||
#ifndef __CONFIG_H
|
||||
#define __CONFIG_H
|
||||
|
@ -580,8 +580,8 @@ extern unsigned long get_board_ddr_clk(unsigned long dummy);
|
|||
"misc_args=ip=on\0" \
|
||||
"set_bootargs=setenv bootargs ${console_args} ${root_args} ${misc_args}\0" \
|
||||
"bootfile=/home/user/file\0" \
|
||||
"osfile=/home/user/uImage-XPedite5370\0" \
|
||||
"fdtfile=/home/user/xpedite5370.dtb\0" \
|
||||
"osfile=/home/user/board.uImage\0" \
|
||||
"fdtfile=/home/user/board.dtb\0" \
|
||||
"ubootfile=/home/user/u-boot.bin\0" \
|
||||
"fdtaddr=c00000\0" \
|
||||
"osaddr=0x1000000\0" \
|
Loading…
Reference in New Issue