Re: [U-Boot] [PATCH] MIPS: Implement ethernet halt for au1x00

2009-05-02 Thread Shinya Kuribayashi
Thomas Lange wrote: > Implement ethernet halt() by putting MAC0 in reset. > If we do not do this, we will get memory corruption > when ethernet frames are received during early OS boot. > > Signed-off-by: Thomas Lange > --- > cpu/mips/au1x00_eth.c |4 > 1 files changed, 4 insertions(+),

[U-Boot] [PATCH] MIPS: Implement ethernet halt for au1x00

2009-04-24 Thread Thomas Lange
Implement ethernet halt() by putting MAC0 in reset. If we do not do this, we will get memory corruption when ethernet frames are received during early OS boot. Signed-off-by: Thomas Lange --- cpu/mips/au1x00_eth.c |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/cpu/mi