km83xx.c (0f2b721c80fa50c8e09548f0ad1b4210d2197bf9) | km83xx.c (5758dd7633aead9ee4d0f453cef51f2acd3df3dc) |
---|---|
1/* 2 * Copyright (C) 2006 Freescale Semiconductor, Inc. 3 * Dave Liu <daveliu@freescale.com> 4 * 5 * Copyright (C) 2007 Logic Product Development, Inc. 6 * Peter Barada <peterb@logicpd.com> 7 * 8 * Copyright (C) 2007 MontaVista Software, Inc. --- 159 unchanged lines hidden (view full) --- 168 break; 169 } 170#endif 171 172 /* enable the PHY on the PIGGY */ 173 setbits_8(&base->pgy_eth, 0x01); 174 /* enable the Unit LED (green) */ 175 setbits_8(&base->oprth, WRL_BOOT); | 1/* 2 * Copyright (C) 2006 Freescale Semiconductor, Inc. 3 * Dave Liu <daveliu@freescale.com> 4 * 5 * Copyright (C) 2007 Logic Product Development, Inc. 6 * Peter Barada <peterb@logicpd.com> 7 * 8 * Copyright (C) 2007 MontaVista Software, Inc. --- 159 unchanged lines hidden (view full) --- 168 break; 169 } 170#endif 171 172 /* enable the PHY on the PIGGY */ 173 setbits_8(&base->pgy_eth, 0x01); 174 /* enable the Unit LED (green) */ 175 setbits_8(&base->oprth, WRL_BOOT); |
176 /* enable Application Buffer */ 177 setbits_8(&base->oprtl, OPRTL_XBUFENA); |
|
176 177#if defined(CONFIG_SUVD3) 178 /* configure UPMA for APP1 */ 179 upmconfig(UPMA, (uint *) upma_table, 180 sizeof(upma_table) / sizeof(uint)); 181 out_be32(mxmr, CONFIG_SYS_MAMR); 182#endif 183 return 0; --- 105 unchanged lines hidden --- | 178 179#if defined(CONFIG_SUVD3) 180 /* configure UPMA for APP1 */ 181 upmconfig(UPMA, (uint *) upma_table, 182 sizeof(upma_table) / sizeof(uint)); 183 out_be32(mxmr, CONFIG_SYS_MAMR); 184#endif 185 return 0; --- 105 unchanged lines hidden --- |