mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 19:11:53 +00:00
* Add support for RMU board
* Add support for TQM862L at 100/50 MHz * Patch by Pantelis Antoniou, 02 Jun 2003: major reconstruction of networking code; add "ping" support (outgoing only!)
This commit is contained in:
parent
08eaea9c9f
commit
73a8b27c57
26 changed files with 1907 additions and 234 deletions
|
@ -1254,7 +1254,11 @@ typedef struct scc_enet {
|
|||
#define PA_ENET_TXD ((ushort)0x0008)
|
||||
#define PA_ENET_TCLK ((ushort)0x0200)
|
||||
#define PA_ENET_RCLK ((ushort)0x0800)
|
||||
#if defined(CONFIG_RMU)
|
||||
#define PC_ENET_TENA ((uint)0x00000002) /* PC14 */
|
||||
#else
|
||||
#define PB_ENET_TENA ((uint)0x00002000)
|
||||
#endif
|
||||
#define PC_ENET_CLSN ((ushort)0x0040)
|
||||
#define PC_ENET_RENA ((ushort)0x0080)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue