]> git.ipfire.org Git - people/ms/u-boot.git/commit - Makefile
* Patch by Andrea Scian, 17 Feb 2004:
authorwdenk <wdenk>
Tue, 24 Feb 2004 00:16:43 +0000 (00:16 +0000)
committerwdenk <wdenk>
Tue, 24 Feb 2004 00:16:43 +0000 (00:16 +0000)
commit074cff0d2863bab21b065cf283eccd728f4fecaa
tree9ab218f6e0fc44cc450d32c1d0978f98449e220d
parent028ab6b598b628326116acd88e0f35aa9f526d12
* Patch by Andrea Scian, 17 Feb 2004:
  Add support for S3C44B0 processor and DAVE B2 board

* Patch by Steven Scholz, 20 Feb 2004:
  - Add support for MII commands on AT91RM9200 boards
  - some cleanup in AT91RM9200 ethernet code
20 files changed:
CHANGELOG
MAKEALL
Makefile
board/dave/B2/Makefile [new file with mode: 0644]
board/dave/B2/config.mk [new file with mode: 0644]
board/dave/B2/flash.c [new file with mode: 0644]
board/dave/B2/memsetup.S [new file with mode: 0644]
board/dave/B2/u-boot.lds [new file with mode: 0644]
board/dave/common/flash.c
cpu/at91rm9200/at91rm9200_ether.c
cpu/s3c44b0/Makefile [new file with mode: 0644]
cpu/s3c44b0/config.mk [new file with mode: 0644]
cpu/s3c44b0/cpu.c [new file with mode: 0644]
cpu/s3c44b0/interrupts.c [new file with mode: 0644]
cpu/s3c44b0/serial.c [new file with mode: 0644]
cpu/s3c44b0/start.S [new file with mode: 0644]
include/asm-arm/arch-s3c44b0/hardware.h [new file with mode: 0644]
include/configs/B2.h [new file with mode: 0644]
include/configs/at91rm9200dk.h
lib_arm/armlinux.c