]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Major cleanup for AMCC PPC4xx eval boards.
authorStefan Roese <sr@denx.de>
Mon, 1 Aug 2005 14:49:12 +0000 (16:49 +0200)
committerStefan Roese <stefan@debian.(none)>
Mon, 1 Aug 2005 14:49:12 +0000 (16:49 +0200)
commit8a316c9b6215266b8f5f7bbae5ee12e8b8afac83
tree52477fa047556404d79d61c7cefd6ab3d79c0441
parentc157d8e219694f5c3dea1ed3826668bdc67ca093
Major cleanup for AMCC PPC4xx eval boards.
Patch by Stefan Roese, 01 Aug 2005
54 files changed:
CHANGELOG
MAINTAINERS
MAKEALL
Makefile
README
board/amcc/bamboo/Makefile [new file with mode: 0644]
board/amcc/bamboo/bamboo.c [new file with mode: 0644]
board/amcc/bamboo/config.mk [new file with mode: 0644]
board/amcc/bamboo/init.S [new file with mode: 0644]
board/amcc/bamboo/u-boot.lds [new file with mode: 0644]
board/amcc/bubinga/Makefile [moved from board/bubinga405ep/Makefile with 98% similarity]
board/amcc/bubinga/bubinga.c [new file with mode: 0644]
board/amcc/bubinga/config.mk [moved from board/walnut405/config.mk with 92% similarity]
board/amcc/bubinga/flash.c [new file with mode: 0644]
board/amcc/bubinga/u-boot.lds [moved from board/bubinga405ep/u-boot.lds with 99% similarity]
board/amcc/common/flash.c [moved from board/ocotea/flash.c with 59% similarity]
board/amcc/ebony/Makefile [moved from board/ebony/Makefile with 100% similarity]
board/amcc/ebony/config.mk [moved from board/ebony/config.mk with 97% similarity]
board/amcc/ebony/ebony.c [moved from board/ebony/ebony.c with 59% similarity]
board/amcc/ebony/flash.c [new file with mode: 0644]
board/amcc/ebony/init.S [moved from board/ebony/init.S with 100% similarity]
board/amcc/ebony/u-boot.lds [moved from board/ebony/u-boot.lds with 99% similarity]
board/amcc/ocotea/Makefile [moved from board/ocotea/Makefile with 100% similarity]
board/amcc/ocotea/config.mk [moved from board/ocotea/config.mk with 100% similarity]
board/amcc/ocotea/flash.c [new file with mode: 0644]
board/amcc/ocotea/init.S [moved from board/ocotea/init.S with 100% similarity]
board/amcc/ocotea/ocotea.c [moved from board/ocotea/ocotea.c with 98% similarity]
board/amcc/ocotea/ocotea.h [moved from board/ocotea/ocotea.h with 100% similarity]
board/amcc/ocotea/u-boot.lds [moved from board/ocotea/u-boot.lds with 99% similarity]
board/amcc/walnut/Makefile [moved from board/walnut405/Makefile with 98% similarity]
board/amcc/walnut/config.mk [moved from board/bubinga405ep/config.mk with 92% similarity]
board/amcc/walnut/flash.c [new file with mode: 0644]
board/amcc/walnut/u-boot.lds [moved from board/walnut405/u-boot.lds with 99% similarity]
board/amcc/walnut/walnut.c [new file with mode: 0644]
board/bubinga405ep/bubinga405ep.c [deleted file]
board/bubinga405ep/bubinga405ep.h [deleted file]
board/bubinga405ep/flash.c [deleted file]
board/bubinga405ep/init.S [deleted file]
board/bubinga405ep/u-boot.lds.debug [deleted file]
board/ebony/ebony.h [deleted file]
board/ebony/flash.c [deleted file]
board/ebony/u-boot.lds.debug [deleted file]
board/ocotea/u-boot.lds.debug [deleted file]
board/walnut405/flash.c [deleted file]
board/walnut405/init.S [deleted file]
board/walnut405/u-boot.lds.debug [deleted file]
board/walnut405/walnut405.c [deleted file]
board/walnut405/walnut405.h [deleted file]
doc/README.AMCC-eval-boards-cleanup [new file with mode: 0644]
include/configs/bamboo.h [new file with mode: 0644]
include/configs/bubinga.h [moved from include/configs/BUBINGA405EP.h with 82% similarity]
include/configs/ebony.h [moved from include/configs/EBONY.h with 72% similarity]
include/configs/ocotea.h [moved from include/configs/OCOTEA.h with 74% similarity]
include/configs/walnut.h [moved from include/configs/WALNUT405.h with 64% similarity]