summaryrefslogtreecommitdiffstats
path: root/include/asm-ppc
diff options
context:
space:
mode:
authorDave Liu <daveliu@freescale.com>2006-11-03 12:11:15 -0600
committerKim Phillips <kim.phillips@freescale.com>2006-11-03 19:42:21 -0600
commit7737d5c658c606f999dfbe3e86b0fed49e5c50ef (patch)
treed1bf347ba7f4292def53870ecfcba0a1dd4c6231 /include/asm-ppc
parent5f8204394e39bbe8cd9f08b8f8d145b6c01f7c73 (diff)
downloadblackbird-obmc-uboot-7737d5c658c606f999dfbe3e86b0fed49e5c50ef.tar.gz
blackbird-obmc-uboot-7737d5c658c606f999dfbe3e86b0fed49e5c50ef.zip
mpc83xx: add QE ethernet support
this patch adds support for the QUICC Engine based UCC gigabit ethernet device.
Diffstat (limited to 'include/asm-ppc')
-rw-r--r--include/asm-ppc/global_data.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-ppc/global_data.h b/include/asm-ppc/global_data.h
index 418315bef2..8bc61b63a8 100644
--- a/include/asm-ppc/global_data.h
+++ b/include/asm-ppc/global_data.h
@@ -69,6 +69,8 @@ typedef struct global_data {
#if defined(CONFIG_QE)
u32 qe_clk;
u32 brg_clk;
+ uint mp_alloc_base;
+ uint mp_alloc_top;
#endif /* CONFIG_QE */
#if defined (CONFIG_MPC8360)
u32 ddr_sec_clk;
OpenPOWER on IntegriCloud