]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Add support for Prodrive P3P440 board:
authorStefan Roese <sr@denx.de>
Tue, 22 Nov 2005 12:20:42 +0000 (13:20 +0100)
committerStefan Roese <sr@denx.de>
Tue, 22 Nov 2005 12:20:42 +0000 (13:20 +0100)
commit5568e613ee38d4bb5dd601cdb2f74ed0d7de9902
treec89680cfc4931d8e0e3173c27959d678c3cbb44e
parentfe126d8b34d2e7c3c2dc1d4e61086018e016768c
Add support for Prodrive P3P440 board:
- Added onboard PPC440 DDR autodetection in cpu/ppc/sdram.c
- CFG_FLASH_QUIET_TEST added to use the common CFI driver
  for bank autodetection
Patch by Stefan Roese, 22 Nov 2005
16 files changed:
CHANGELOG
MAKEALL
Makefile
README
board/prodrive/p3p440/Makefile [new file with mode: 0644]
board/prodrive/p3p440/config.mk [new file with mode: 0644]
board/prodrive/p3p440/init.S [new file with mode: 0644]
board/prodrive/p3p440/p3p440.c [new file with mode: 0644]
board/prodrive/p3p440/p3p440.h [new file with mode: 0644]
board/prodrive/p3p440/u-boot.lds [new file with mode: 0644]
cpu/ppc4xx/405gp_pci.c
cpu/ppc4xx/sdram.c
cpu/ppc4xx/start.S
drivers/cfi_flash.c
include/configs/p3p440.h [new file with mode: 0644]
include/ppc440.h