* [U-Boot] [PATCH 1/2] powerpc/85xx: Fix p1_p2_rdb boards.cfg
@ 2011-02-10 5:48 Kumar Gala
2011-02-10 5:48 ` [U-Boot] [PATCH 2/2] powerpc/85xx: corrected p1_p2_rdb EEPROM address Kumar Gala
2011-02-11 5:38 ` [U-Boot] [PATCH 1/2] powerpc/85xx: Fix p1_p2_rdb boards.cfg Kumar Gala
0 siblings, 2 replies; 4+ messages in thread
From: Kumar Gala @ 2011-02-10 5:48 UTC (permalink / raw)
To: u-boot
We should have been defining the actual board name in the options, not
the processor. Fix this for P1011RDB, P1020RDB, P2010RDB, and P2020RDB.
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
---
boards.cfg | 26 +++++++++++++-------------
1 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/boards.cfg b/boards.cfg
index 59d4a41..9b34287 100644
--- a/boards.cfg
+++ b/boards.cfg
@@ -480,26 +480,26 @@ MPC8569MDS_NAND powerpc mpc85xx mpc8569mds freesca
MPC8572DS powerpc mpc85xx mpc8572ds freescale - MPC8572DS
MPC8572DS_36BIT powerpc mpc85xx mpc8572ds freescale - MPC8572DS:36BIT
MPC8572DS_NAND powerpc mpc85xx mpc8572ds freescale - MPC8572DS:NAND
-P1011RDB powerpc mpc85xx p1_p2_rdb freescale - P1_P2_RDB:P1011
-P1011RDB_NAND powerpc mpc85xx p1_p2_rdb freescale - P1_P2_RDB:P1011,NAND
-P1011RDB_SDCARD powerpc mpc85xx p1_p2_rdb freescale - P1_P2_RDB:P1011,SDCARD
-P1011RDB_SPIFLASH powerpc mpc85xx p1_p2_rdb freescale - P1_P2_RDB:P1011,SPIFLASH
+P1011RDB powerpc mpc85xx p1_p2_rdb freescale - P1_P2_RDB:P1011RDB
+P1011RDB_NAND powerpc mpc85xx p1_p2_rdb freescale - P1_P2_RDB:P1011RDB,NAND
+P1011RDB_SDCARD powerpc mpc85xx p1_p2_rdb freescale - P1_P2_RDB:P1011RDB,SDCARD
+P1011RDB_SPIFLASH powerpc mpc85xx p1_p2_rdb freescale - P1_P2_RDB:P1011RDB,SPIFLASH
P1020RDB powerpc mpc85xx p1_p2_rdb freescale - P1_P2_RDB:P1020RDB
P1020RDB_NAND powerpc mpc85xx p1_p2_rdb freescale - P1_P2_RDB:P1020RDB,NAND
P1020RDB_SDCARD powerpc mpc85xx p1_p2_rdb freescale - P1_P2_RDB:P1020RDB,SDCARD
-P1020RDB_SPIFLASH powerpc mpc85xx p1_p2_rdb freescale - P1_P2_RDB:P1020,SPIFLASH
+P1020RDB_SPIFLASH powerpc mpc85xx p1_p2_rdb freescale - P1_P2_RDB:P1020RDB,SPIFLASH
P1022DS powerpc mpc85xx p1022ds freescale
-P2010RDB powerpc mpc85xx p1_p2_rdb freescale - P1_P2_RDB:P2010
-P2010RDB_NAND powerpc mpc85xx p1_p2_rdb freescale - P1_P2_RDB:P2010,NAND
-P2010RDB_SDCARD powerpc mpc85xx p1_p2_rdb freescale - P1_P2_RDB:P2010,SDCARD
-P2010RDB_SPIFLASH powerpc mpc85xx p1_p2_rdb freescale - P1_P2_RDB:P2010,SPIFLASH
+P2010RDB powerpc mpc85xx p1_p2_rdb freescale - P1_P2_RDB:P2010RDB
+P2010RDB_NAND powerpc mpc85xx p1_p2_rdb freescale - P1_P2_RDB:P2010RDB,NAND
+P2010RDB_SDCARD powerpc mpc85xx p1_p2_rdb freescale - P1_P2_RDB:P2010RDB,SDCARD
+P2010RDB_SPIFLASH powerpc mpc85xx p1_p2_rdb freescale - P1_P2_RDB:P2010RDB,SPIFLASH
P2020DS powerpc mpc85xx p2020ds freescale
P2020DS_36BIT powerpc mpc85xx p2020ds freescale - P2020DS:36BIT
P2020DS_DDR2 powerpc mpc85xx p2020ds freescale - P2020DS:DDR2
-P2020RDB powerpc mpc85xx p1_p2_rdb freescale - P1_P2_RDB:P2020
-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
-P2020RDB_SPIFLASH powerpc mpc85xx p1_p2_rdb freescale - P1_P2_RDB:P2020,SPIFLASH
+P2020RDB powerpc mpc85xx p1_p2_rdb freescale - P1_P2_RDB:P2020RDB
+P2020RDB_NAND powerpc mpc85xx p1_p2_rdb freescale - P1_P2_RDB:P2020RDB,NAND
+P2020RDB_SDCARD powerpc mpc85xx p1_p2_rdb freescale - P1_P2_RDB:P2020RDB,SDCARD
+P2020RDB_SPIFLASH powerpc mpc85xx p1_p2_rdb freescale - P1_P2_RDB:P2020RDB,SPIFLASH
P4080DS powerpc mpc85xx corenet_ds freescale
mpq101 powerpc mpc85xx mpq101 mercury - mpq101
stxgp3 powerpc mpc85xx stxgp3 stx
--
1.7.2.3
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [U-Boot] [PATCH 2/2] powerpc/85xx: corrected p1_p2_rdb EEPROM address
2011-02-10 5:48 [U-Boot] [PATCH 1/2] powerpc/85xx: Fix p1_p2_rdb boards.cfg Kumar Gala
@ 2011-02-10 5:48 ` Kumar Gala
2011-02-11 5:38 ` Kumar Gala
2011-02-11 5:38 ` [U-Boot] [PATCH 1/2] powerpc/85xx: Fix p1_p2_rdb boards.cfg Kumar Gala
1 sibling, 1 reply; 4+ messages in thread
From: Kumar Gala @ 2011-02-10 5:48 UTC (permalink / raw)
To: u-boot
From: Priyanka Jain <Priyanka.Jain@freescale.com>
Board EEPROM is used to read/save Ethernet MAC addresses.
Signed-off-by: Priyanka Jain <Priyanka.Jain@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
---
include/configs/P1_P2_RDB.h | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/include/configs/P1_P2_RDB.h b/include/configs/P1_P2_RDB.h
index bf34740..982cdd5 100644
--- a/include/configs/P1_P2_RDB.h
+++ b/include/configs/P1_P2_RDB.h
@@ -344,7 +344,6 @@ extern unsigned long get_board_sys_clk(unsigned long dummy);
#define CONFIG_I2C_MULTI_BUS
#define CONFIG_I2C_CMD_TREE
#define CONFIG_SYS_I2C_SPEED 400000 /* I2C speed and slave address*/
-#define CONFIG_SYS_I2C_EEPROM_ADDR 0x57
#define CONFIG_SYS_I2C_SLAVE 0x7F
#define CONFIG_SYS_I2C_NOPROBES {{0,0x29}} /* Don't probe these addrs */
#define CONFIG_SYS_I2C_OFFSET 0x3000
@@ -357,7 +356,7 @@ extern unsigned long get_board_sys_clk(unsigned long dummy);
#ifdef CONFIG_ID_EEPROM
#define CONFIG_SYS_I2C_EEPROM_NXID
#endif
-#define CONFIG_SYS_I2C_EEPROM_ADDR 0x57
+#define CONFIG_SYS_I2C_EEPROM_ADDR 0x52
#define CONFIG_SYS_I2C_EEPROM_ADDR_LEN 1
#define CONFIG_SYS_EEPROM_BUS_NUM 1
--
1.7.2.3
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [U-Boot] [PATCH 1/2] powerpc/85xx: Fix p1_p2_rdb boards.cfg
2011-02-10 5:48 [U-Boot] [PATCH 1/2] powerpc/85xx: Fix p1_p2_rdb boards.cfg Kumar Gala
2011-02-10 5:48 ` [U-Boot] [PATCH 2/2] powerpc/85xx: corrected p1_p2_rdb EEPROM address Kumar Gala
@ 2011-02-11 5:38 ` Kumar Gala
1 sibling, 0 replies; 4+ messages in thread
From: Kumar Gala @ 2011-02-11 5:38 UTC (permalink / raw)
To: u-boot
On Feb 9, 2011, at 11:48 PM, Kumar Gala wrote:
> We should have been defining the actual board name in the options, not
> the processor. Fix this for P1011RDB, P1020RDB, P2010RDB, and P2020RDB.
>
> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
> ---
> boards.cfg | 26 +++++++++++++-------------
> 1 files changed, 13 insertions(+), 13 deletions(-)
applied to 85xx
- k
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot] [PATCH 2/2] powerpc/85xx: corrected p1_p2_rdb EEPROM address
2011-02-10 5:48 ` [U-Boot] [PATCH 2/2] powerpc/85xx: corrected p1_p2_rdb EEPROM address Kumar Gala
@ 2011-02-11 5:38 ` Kumar Gala
0 siblings, 0 replies; 4+ messages in thread
From: Kumar Gala @ 2011-02-11 5:38 UTC (permalink / raw)
To: u-boot
On Feb 9, 2011, at 11:48 PM, Kumar Gala wrote:
> From: Priyanka Jain <Priyanka.Jain@freescale.com>
>
> Board EEPROM is used to read/save Ethernet MAC addresses.
>
> Signed-off-by: Priyanka Jain <Priyanka.Jain@freescale.com>
> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
> ---
> include/configs/P1_P2_RDB.h | 3 +--
> 1 files changed, 1 insertions(+), 2 deletions(-)
applied to 85xx
- k
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-02-11 5:38 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-10 5:48 [U-Boot] [PATCH 1/2] powerpc/85xx: Fix p1_p2_rdb boards.cfg Kumar Gala
2011-02-10 5:48 ` [U-Boot] [PATCH 2/2] powerpc/85xx: corrected p1_p2_rdb EEPROM address Kumar Gala
2011-02-11 5:38 ` Kumar Gala
2011-02-11 5:38 ` [U-Boot] [PATCH 1/2] powerpc/85xx: Fix p1_p2_rdb boards.cfg Kumar Gala
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox