Wolfgang Denk
7238ada313
MPC512x: reduce timeout waiting for Ethernet autonegotiation to 2.5s
...
Signed-off-by: Wolfgang Denk <wd@denx.de>
17 years ago
Ben Warren
a0aad08f94
Moved initialization of MPC512x_FEC Ethernet driver to CPU directory
...
Added a cpu_eth_init() function to MPC512x CPU directory and
removed code from net/eth.c
Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
17 years ago
Ben Warren
6b5049d056
Move MPC512x_FEC driver to drivers/net
...
Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
17 years ago
Martha Marx
16bee7b0dc
Consolidate ADS5121 IO Pin configuration
...
Consolidate ADS5121 IO Pin configuration to one file
board/ads5121/iopin.c.
Remove pin config from cpu/mpc512x/fec.c
Signed-off-by: Martha Marx <mmarx@silicontkx.com>
Acked-by: Grant Likely <grant.likely@secretlab.ca>
Acked-by: John Rigby <jrigby@freescale.com>
17 years ago
Grzegorz Bernacki
5d49e0e152
MPC512X: Cleanup bus clock names.
...
Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
18 years ago
Grzegorz Bernacki
7a888d6b3c
[MPC512x] Streamline frame handling in the FEC driver
...
- convert frame size settings to be derived from a single base
- set frame size to the recommended default value
Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
18 years ago
Grzegorz Bernacki
08e2e5fcd2
[MPC512x] Proper handling of larger frames in the FEC driver
...
When frame larger than local RX buffer is received, it is split and handled
by two buffer descriptors. Prior to this patch the FEC driver discarded
contents of a buffer descriptor without the 'LAST' bit set, so the first
part of the frame was lost in case of larger frames. This fix allows to
safely combine the two pieces into the whole frame.
Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
18 years ago
Wolfgang Denk
afaac86fe2
Clean up some remaining CFG_CMD_ -> CONFIG_CMD_ issues.
...
Signed-off-by: Wolfgang Denk <wd@denx.de>
18 years ago
Wolfgang Denk
b1b54e3520
Coding style cleanup, update CHANGELOG
...
Signed-off-by: Wolfgang Denk <wd@denx.de>
18 years ago
Rafal Jaworowski
8993e54b6f
[ADS5121] Support for the ADS5121 board
...
The following MPC5121e subsystems are supported:
- low-level CPU init
- NOR Boot Flash (common CFI driver)
- DDR SDRAM
- FEC
- I2C
- Watchdog
Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
Signed-off-by: Jan Wrobel <wrr@semihalf.com>
18 years ago