summaryrefslogtreecommitdiffstats
path: root/board/prodrive
Commit message (Collapse)AuthorAgeFilesLines
* ppc4xx: Rework of 4xx serial driver (2)Stefan Roese2007-10-312-26/+0
| | | | | | | | | | Change all linker scripts to reference the changed driver name 4xx_uart.o. Note: In most cased all these explicit referencing of these object files in the linker scripts is not neccessary. Only for manually embedded environment into the U-Boot image, which is not done is most cases. Signed-off-by: Stefan Roese <sr@denx.de>
* board/[m-p]*: Remove obsolete references to CONFIG_COMMANDSJon Loeliger2007-07-094-5/+5
| | | | Signed-off-by: Jon Loeliger <jdl@freescale.com>
* board/[k-z]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger2007-07-044-4/+4
| | | | | | | | | | | | | | This is a compatibility step that allows both the older form and the new form to co-exist for a while until the older can be removed entirely. All transformations are of the form: Before: #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) After: #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT) Signed-off-by: Jon Loeliger <jdl@freescale.com>
* ppc4xx: Add pci_pre_init() for 405 boardsStefan Roese2007-06-252-4/+4
| | | | | | | | This patch removes the CFG_PCI_PRE_INIT option completely, since it's not needed anymore with the patch from Matthias Fuchs with the "weak" pci_pre_init() implementation. Signed-off-by: Stefan Roese <sr@denx.de>
* Make "file" command happy with some config.mk files; update CHANGELOGWolfgang Denk2007-05-051-0/+1
|
* Remove BOARDLIBS usage completelyStefan Roese2007-04-231-3/+0
| | | | Signed-off-by: Stefan Roese <sr@denx.de>
* Minor code cleanup.Wolfgang Denk2007-02-271-1/+0
|
* [PATCH] Add missing p3mx.h file to repository (ups)Stefan Roese2007-02-101-0/+34
| | | | Signed-off-by: Stefan Roese <sr@denx.de>
* [PATCH] Add support for Prodrive SCPU (PDNB3 variant) boardStefan Roese2007-01-181-0/+4
| | | | Signed-off-by: Stefan Roese <sr@denx.de>
* [PATCH] Update Prodrive P3Mx supportStefan Roese2007-01-182-6/+61
| | | | Signed-off-by: Stefan Roese <sr@denx.de>
* [PATCH] Update ALPR board filesStefan Roese2007-01-062-20/+11
| | | | | | | This update brings the ALPR board support to the newest version. It also fixes a problem with the NAND driver. Signed-off-by: Stefan Roese <sr@denx.de>
* Merge with /home/hs/TQ/u-boot-devWolfgang Denk2006-12-241-1/+2
|\
| * Added support for the TQM8272 board from TQHeiko Schocher2006-12-211-1/+2
| | | | | | | | Signed-off-by: Heiko Schocher <hs@denx.de>
* | Code cleanup. Update CHANGELOG.Wolfgang Denk2006-11-302-390/+317
| |
* | [PATCH] Add support for Prodrive P3M750 & P3M7448 (P3Mx) boardsStefan Roese2006-11-2917-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>
* | [PATCH] alpr: remove unused board specific flash driverStefan Roese2006-11-271-70/+0
| | | | | | | | Signed-off-by: Stefan Roese <sr@denx.de>
* | [PATCH] Update Prodrive ALPR board support (440GX)Stefan Roese2006-11-275-82/+118
| | | | | | | | Signed-off-by: Stefan Roese <sr@denx.de>
* | Merge with /home/stefan/git/u-boot/denxStefan Roese2006-11-102-2/+2
|\ \ | |/
| * Move "ar" flags to config.mk to allow for silent "make -s"Wolfgang Denk2006-10-092-2/+2
| | | | | | | | Based on patch by Mike Frysinger, 20 Jun 2006
* | Update ALPR code (NAND support working now)Stefan Roese2006-10-076-213/+185
| | | | | | | | Patch by Stefan Roese, 07 Oct 2006
* | Merge with /home/stefan/git/u-boot/denxStefan Roese2006-09-184-19/+31
|\ \ | |/
| * Add support for a saving build objects in a separate directory.Marian Balakowicz2006-09-013-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.
* | Add initial support for the ALPR board from ProdriveStefan Roese2006-08-157-0/+1175
|/ | | | | NAND needs some additional testing Patch by Heiko Schocher, 15 Aug 2006
* * Update Intel IXP4xx supportWolfgang Denk2006-05-308-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.]
* GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk2006-03-311-4/+2
|
* (no commit message)Wolfgang Denk2005-12-121-0/+1
|
* Code cleanup, especially MIPS for GCC 4.xWolfgang Denk2005-12-041-1/+1
|
* Changed PPC44x startup message (cpu info, speed...) to common style:Stefan Roese2005-11-271-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
* Add support for Prodrive P3P440 board:Stefan Roese2005-11-226-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
OpenPOWER on IntegriCloud