]> git.ipfire.org Git - people/ms/u-boot.git/commit - Makefile
Add support for AMD's Pb1x00 eval board;
authorWolfgang Denk <wd@pollux.(none)>
Sat, 24 Sep 2005 22:53:22 +0000 (00:53 +0200)
committerWolfgang Denk <wd@pollux.(none)>
Sat, 24 Sep 2005 22:53:22 +0000 (00:53 +0200)
commit265817c7e6e55f1c2d05b8aa2080145291968b2e
tree039a6759c8fcfe262f0af106e7c5ac746d19478e
parentb63de2c053999d95c71a93745c410a2ffc65327f
Add support for AMD's Pb1x00 eval board;
add MII routines to the au1x00 ethernet driver;
add USB ohci driver (work in progress)
Patch by Thomas Sailer, 20 Jan 2005
17 files changed:
CHANGELOG
Makefile
board/esd/cpci2dp/Makefile
board/pb1x00/Makefile [new file with mode: 0644]
board/pb1x00/README [new file with mode: 0644]
board/pb1x00/config.mk [new file with mode: 0644]
board/pb1x00/flash.c [new file with mode: 0644]
board/pb1x00/memsetup.S [new file with mode: 0644]
board/pb1x00/pb1x00.c [new file with mode: 0644]
board/pb1x00/u-boot.lds [new file with mode: 0644]
common/virtex2.c
cpu/mips/Makefile
cpu/mips/au1x00_eth.c
cpu/mips/au1x00_usb_ohci.c [new file with mode: 0644]
cpu/mips/au1x00_usb_ohci.h [new file with mode: 0644]
cpu/ppc4xx/4xx_enet.c
include/configs/pb1x00.h [new file with mode: 0644]