summaryrefslogtreecommitdiff
path: root/board/prodrive
AgeCommit message (Collapse)AuthorFilesLines
2006-12-21Added support for the TQM8272 board from TQHeiko Schocher1-1/+2
Signed-off-by: Heiko Schocher <hs@denx.de>
2006-11-30Code cleanup. Update CHANGELOG.Wolfgang Denk2-390/+317
2006-11-29[PATCH] Add support for Prodrive P3M750 & P3M7448 (P3Mx) boardsStefan Roese17-0/+9740
This patch adds support for the Prodrive P3M750 (PPC750 & MV64460) and the P3M7448 (MPC7448 & MV64460) PMC modules. Both modules are quite similar and share the same board directory "prodrive/p3mx" and the same config file "p3mx.h". Signed-off-by: Stefan Roese <sr@denx.de>
2006-11-27[PATCH] alpr: remove unused board specific flash driverStefan Roese1-70/+0
Signed-off-by: Stefan Roese <sr@denx.de>
2006-11-27[PATCH] Update Prodrive ALPR board support (440GX)Stefan Roese5-82/+118
Signed-off-by: Stefan Roese <sr@denx.de>
2006-11-10Merge with /home/stefan/git/u-boot/denxStefan Roese2-2/+2
2006-10-09Move "ar" flags to config.mk to allow for silent "make -s"Wolfgang Denk2-2/+2
Based on patch by Mike Frysinger, 20 Jun 2006
2006-10-07Update ALPR code (NAND support working now)Stefan Roese6-213/+185
Patch by Stefan Roese, 07 Oct 2006
2006-09-18Merge with /home/stefan/git/u-boot/denxStefan Roese4-19/+31
2006-09-01Add support for a saving build objects in a separate directory.Marian Balakowicz3-14/+22
Modifications are based on the linux kernel approach and support two use cases: 1) Add O= to the make command line 'make O=/tmp/build all' 2) Set environement variable BUILD_DIR to point to the desired location 'export BUILD_DIR=/tmp/build' 'make' The second approach can also be used with a MAKEALL script 'export BUILD_DIR=/tmp/build' './MAKEALL' Command line 'O=' setting overrides BUILD_DIR environent variable. When none of the above methods is used the local build is performed and the object files are placed in the source directory.
2006-08-15Add initial support for the ALPR board from ProdriveStefan Roese7-0/+1175
NAND needs some additional testing Patch by Heiko Schocher, 15 Aug 2006
2006-05-30* Update Intel IXP4xx supportWolfgang Denk8-0/+1350
- Add IXP4xx NPE ethernet MAC support - Add support for Intel IXDPG425 board - Add support for Prodrive PDNB3 board - Add IRQ support Patch by Stefan Roese, 23 May 2006 [This patch does not include cpu/ixp/npe/IxNpeMicrocode.c which still sufferes from licensing issues. Blame Intel.]
2006-03-31GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk1-4/+2
2005-12-12(no commit message)Wolfgang Denk1-0/+1
2005-12-04Code cleanup, especially MIPS for GCC 4.xWolfgang Denk1-1/+1
2005-11-27Changed PPC44x startup message (cpu info, speed...) to common style:Stefan Roese1-11/+0
On PPC44x platforms, the startup message generated in "cpu.c" only comprised the ppc type and revision but not additional informations like speed etc. Those speed infos where printed in the board specific code. This new implementation now prints all CPU infos in the common cpu specific code. No board specific code is needed anymore and therefore removed from all current 44x implementations. Patch by Stefan Roese, 27 Nov 2005
2005-11-22Add support for Prodrive P3P440 board:Stefan Roese6-0/+661
- 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