HI, please find fixes for at91 support - use dhcp-barebox on all at91 - re-write at91rm9200 ether driver - fix cfi auto detect flash size please pull The following changes since commit 485cee59cf64b5019c5a294074007b93509b83e0: Merge branch 'work/imx51-babbage-clk' into next (2012-03-23 21:22:14 +0100) are available in the git repository at: git://git.jcrosoft.org/barebox.git at91-fixes for you to fetch changes up to 79ea2bb5284cc4b5b28a3fa3fee6ede7304e4179: at91rm9200ek: adjust kernel partition to be able to flash mainline kernel (2012-03-30 12:51:54 +0800) ---------------------------------------------------------------- Jean-Christophe PLAGNIOL-VILLARD (6): cfi_flash: fix missing resource update when probing the cfi size net: at91_ether re-implement against new at91rm9200 api at91rm9200ek: enable at91_ether and net support at91: set ip mode to dhcp-barebox at91rm9200ek: update config for network at91rm9200ek: adjust kernel partition to be able to flash mainline kernel arch/arm/boards/at91rm9200ek/env/config | 7 +- arch/arm/boards/at91sam9260ek/env/config | 2 +- arch/arm/boards/at91sam9261ek/env/config | 2 +- arch/arm/boards/at91sam9263ek/env/config | 2 +- arch/arm/boards/at91sam9m10g45ek/env/config | 2 +- arch/arm/boards/tny-a926x/env/config | 2 +- arch/arm/boards/usb-a926x/env/config | 2 +- arch/arm/configs/at91rm9200ek_defconfig | 9 + drivers/net/Kconfig | 1 + drivers/net/at91_ether.c | 495 ++++++++++++++------------- drivers/net/at91_ether.h | 50 +++ drivers/nor/cfi_flash.c | 5 + 12 files changed, 338 insertions(+), 241 deletions(-) create mode 100644 drivers/net/at91_ether.h Best Regards, J. _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox