summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorstroese <stroese>2003-05-23 11:18:02 +0000
committerstroese <stroese>2003-05-23 11:18:02 +0000
commitb867d705b6217fed505dd44cf539699b8a81733d (patch)
treeb9f5508be6df2b2e0f8914f815826326e777f015 /common
parentbedc4970297fcd83121cac456d6b1188f2336aac (diff)
downloadtalos-obmc-uboot-b867d705b6217fed505dd44cf539699b8a81733d.tar.gz
talos-obmc-uboot-b867d705b6217fed505dd44cf539699b8a81733d.zip
PPC405EP support added.
Diffstat (limited to 'common')
-rw-r--r--common/cmd_boot.c4
-rw-r--r--common/cmd_reginfo.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/common/cmd_boot.c b/common/cmd_boot.c
index c2897a2357..4e5ffb0a33 100644
--- a/common/cmd_boot.c
+++ b/common/cmd_boot.c
@@ -75,10 +75,10 @@ int do_bdinfo ( cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
print_num ("immr_base", bd->bi_immr_base );
#endif
print_num ("bootflags", bd->bi_bootflags );
-#if defined(CONFIG_405GP) || defined(CONFIG_405CR)
+#if defined(CONFIG_405GP) || defined(CONFIG_405CR) || defined(CONFIG_405EP)
print_str ("procfreq", strmhz(buf, bd->bi_procfreq));
print_str ("plb_busfreq", strmhz(buf, bd->bi_plb_busfreq));
-#if defined(CONFIG_405GP)
+#if defined(CONFIG_405GP) || defined(CONFIG_405EP)
print_str ("pci_busfreq", strmhz(buf, bd->bi_pci_busfreq));
#endif
#else
diff --git a/common/cmd_reginfo.c b/common/cmd_reginfo.c
index 954e937375..198b9c7b04 100644
--- a/common/cmd_reginfo.c
+++ b/common/cmd_reginfo.c
@@ -90,7 +90,7 @@ int do_reginfo (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
*/
/* DBU[dave@cray.com] For the CRAY-L1, but should be generically 405gp */
-#elif defined (CONFIG_405GP)
+#elif defined (CONFIG_405GP) || defined(CONFIG_405EP)
printf("\n405GP registers; MSR=%x\n",mfmsr());
printf ("\nUniversal Interrupt Controller Regs\n"
"uicsr uicsrs uicer uiccr uicpr uictr uicmsr uicvr uicvcr"
OpenPOWER on IntegriCloud