u-boot-brain/cpu/mpc512x
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>
2007-09-07 17:09:21 +02:00
..
config.mk [MPC512x] Correct fixup relocation 2007-09-07 17:05:36 +02:00
cpu_init.c Coding style cleanup, update CHANGELOG 2007-08-02 21:27:46 +02:00
cpu.c Minor alignment of output, 2nd try. 2007-08-12 21:34:34 +02:00
fec.c [MPC512x] Proper handling of larger frames in the FEC driver 2007-09-07 17:09:21 +02:00
fec.h Coding style cleanup, update CHANGELOG 2007-08-02 21:27:46 +02:00
i2c.c [ADS5121] Support for the ADS5121 board 2007-07-27 14:43:59 +02:00
interrupts.c [ADS5121] Support for the ADS5121 board 2007-07-27 14:43:59 +02:00
Makefile [ADS5121] Support for the ADS5121 board 2007-07-27 14:43:59 +02:00
serial.c [ADS5121] Support for the ADS5121 board 2007-07-27 14:43:59 +02:00
speed.c Coding style cleanup, update CHANGELOG 2007-08-02 21:27:46 +02:00
start.S Coding style cleanup, update CHANGELOG 2007-08-02 21:27:46 +02:00
traps.c Clean up some remaining CFG_CMD_ -> CONFIG_CMD_ issues. 2007-08-12 14:27:39 +02:00