]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
* Patch by Nicolas Lacressonniere, 11 Jun 2003:
authorwdenk <wdenk>
Mon, 16 Jun 2003 23:50:08 +0000 (23:50 +0000)
committerwdenk <wdenk>
Mon, 16 Jun 2003 23:50:08 +0000 (23:50 +0000)
commit2abbe0754759f94c79125a2534fbc4be74f416bc
tree98c52ea3bade5efef565044ede183d6c2b30629b
parent71f9511803de65a3b98d2f592d418da1d1539f13
* Patch by Nicolas Lacressonniere, 11 Jun 2003:
  Modifications for Atmel AT91RM9200DK ARM920T based development kit
  - Add Atmel DataFlash support for reading and writing.
  - Add possibility to boot a Linux from DataFlash with BOOTM command.
  - Add Flash detection on Atmel AT91RM9200DK
    (between Atmel AT49BV1614 and AT49BV1614A flashes)
  - Replace old Ethernet PHY layer functions
  - Change link address

* Patch by Frank Smith, 9 Jun 2003:
  use CRIT_EXCEPTION for machine check on 4xx

* Patch by Detlev Zundel, 13 Jun 2003:
  added implementation of the "carinfo" command in cmd_immap.c
25 files changed:
CHANGELOG
README
board/at91rm9200dk/at91rm9200dk.c
board/at91rm9200dk/config.mk
board/at91rm9200dk/flash.c
board/kup4k/kup4k.c
common/cmd_bootm.c
common/cmd_flash.c
common/cmd_immap.c
common/cmd_mem.c
cpu/at91rm9200/Makefile
cpu/at91rm9200/at45.c [new file with mode: 0644]
cpu/at91rm9200/at91rm9200_ether.c [new file with mode: 0644]
cpu/ppc4xx/start.S
drivers/Makefile
drivers/at91rm9200_ether.c [deleted file]
drivers/dataflash.c [new file with mode: 0644]
include/asm-arm/arch-at91rm9200/AT91RM9200.h
include/at91rm9200_net.h [new file with mode: 0644]
include/configs/at91rm9200dk.h
include/dataflash.h [new file with mode: 0644]
include/dm9161.h [new file with mode: 0644]
include/flash.h
lib_arm/armlinux.c
lib_arm/board.c