]> git.ipfire.org Git - people/ms/u-boot.git/commit - README
[PCS440EP] upgrade the PCS440EP board:
authorHeiko Schocher <hs@pollux.denx.de>
Fri, 22 Jun 2007 17:11:54 +0000 (19:11 +0200)
committerHeiko Schocher <hs@pollux.denx.de>
Fri, 22 Jun 2007 17:11:54 +0000 (19:11 +0200)
commit566a494f592ae3b3c0785d90d4e1ba45574880c4
tree933dceeaf04c7caa937774327f0b0ede81f9babc
parent9912121f7ed804ea58fd62f3f230b5dcfc357d88
[PCS440EP]      upgrade the PCS440EP board:
                - Show on the Status LEDs, some States of the board.
                - Get the MAC addresses from the EEProm
                - use PREBOOT
                - use the CF on the board.
                - check the U-Boot image in the Flash with a SHA1
                  checksum.
                - use dynamic TLB entries generation for the SDRAM

Signed-off-by: Heiko Schocher <hs@denx.de>
30 files changed:
Makefile
README
board/hermes/hermes.c
board/logodl/logodl.c
board/pcs440ep/config.mk
board/pcs440ep/flash.c
board/pcs440ep/init.S
board/pcs440ep/pcs440ep.c
board/pcs440ep/u-boot.lds
board/sc520_cdp/sc520_cdp.c
board/sc520_spunk/sc520_spunk.c
common/cmd_doc.c
common/cmd_ide.c
common/cmd_nand.c
common/cmd_net.c
common/cmd_reiser.c
common/env_common.c
cpu/ppc4xx/44x_spd_ddr.c
cpu/ppc4xx/44x_spd_ddr2.c
disk/part.c
fs/fat/fat.c
include/configs/pcs440ep.h
include/sha1.h [new file with mode: 0644]
include/status_led.h
lib_generic/Makefile
lib_generic/sha1.c [new file with mode: 0644]
lib_ppc/board.c
net/eth.c
tools/Makefile
tools/ubsha1.c [new file with mode: 0644]