summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJon Loeliger <jdl@freescale.com>2006-07-13 10:58:28 -0500
committerJon Loeliger <jdl@freescale.com>2006-07-13 10:58:28 -0500
commit0f2859689a283ecb0e3d29e23ff7e21dbb6abb70 (patch)
treea597adf57ec6ec95a650edbbb040d287ea2faaa4 /include
parentde07a6a59c47fb83699f7bea715e25661957baa0 (diff)
parentbea3f28d285942bf3f7ab339ce85178ded544225 (diff)
downloadblackbird-obmc-uboot-0f2859689a283ecb0e3d29e23ff7e21dbb6abb70.tar.gz
blackbird-obmc-uboot-0f2859689a283ecb0e3d29e23ff7e21dbb6abb70.zip
Merge branch 'mpc86xx'
Diffstat (limited to 'include')
-rw-r--r--include/common.h3
-rw-r--r--include/configs/MPC8641HPCN.h3
2 files changed, 6 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h
index 83ccf7c987..7e54da93bf 100644
--- a/include/common.h
+++ b/include/common.h
@@ -197,6 +197,9 @@ int checkdram (void);
char * strmhz(char *buf, long hz);
int last_stage_init(void);
extern ulong monitor_flash_len;
+#ifdef CFG_ID_EEPROM
+int mac_read_from_eeprom(void);
+#endif
/* common/flash.c */
void flash_perror (int);
diff --git a/include/configs/MPC8641HPCN.h b/include/configs/MPC8641HPCN.h
index b0897695a7..7e91e644b1 100644
--- a/include/configs/MPC8641HPCN.h
+++ b/include/configs/MPC8641HPCN.h
@@ -100,6 +100,7 @@
*/
#define CFG_DDR_SDRAM_BASE 0x00000000 /* DDR is system memory*/
#define CFG_SDRAM_BASE CFG_DDR_SDRAM_BASE
+#define CONFIG_VERY_BIG_RAM
#define MPC86xx_DDR_SDRAM_CLK_CNTL
@@ -145,6 +146,8 @@
#define CFG_DDR_CS5_BNDS 0x00000FFF /* Not done */
#endif
+#define CFG_ID_EEPROM 1
+#define ID_EEPROM_ADDR 0x57
/*
* In MPC8641HPCN, allocate 16MB flash spaces at fe000000 and ff000000.
OpenPOWER on IntegriCloud