summaryrefslogtreecommitdiffstats
path: root/board/amcc
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge with /home/hs/SC3/u-bootWolfgang Denk2007-01-151-3/+0
|\ | | | | | | Some code cleanup.
* | [PATCH] Update Yellowstone (440GR) to display board rev and PCI bus speedStefan Roese2007-01-131-18/+7
| | | | | | | | | | | | | | | | | | | | Now the board revision and the current PCI bus speed are printed after the board message. Also the EBC initialising is now done via defines in the board config file. Signed-off-by: Stefan Roese <sr@denx.de>
* | [PATCH] Update Yosemite (440EP) to display board rev and PCI bus speedStefan Roese2007-01-131-18/+7
| | | | | | | | | | | | | | | | | | | | Now the board revision and the current PCI bus speed are printed after the board message. Also the EBC initialising is now done via defines in the board config file. Signed-off-by: Stefan Roese <sr@denx.de>
* | [PATCH] Update Sequoia (440EPx) to display board rev and PCI bus speedStefan Roese2007-01-131-0/+7
| | | | | | | | | | | | | | Now the board revision and the current PCI bus speed are printed after the board message. Signed-off-by: Stefan Roese <sr@denx.de>
* | [PATCH] Clear PLB4A0_ACR[WRP] on Sequoia (440EPx)Stefan Roese2007-01-051-3/+12
| | | | | | | | | | | | | | This fix will make the MAL burst disabling patch for the Linux EMAC driver obsolete. Signed-off-by: Stefan Roese <sr@denx.de>
* | [PATCH] Add DDR2 optimization code for Sequoia (440EPx) boardStefan Roese2007-01-053-10/+866
|/ | | | | | | | | | This code will optimize the DDR2 controller setup on a board specific basis. Note: This code doesn't work right now on the NAND booting image for the Sequoia board, since it doesn't fit into the 4kBytes for the SPL image. Signed-off-by: Stefan Roese <sr@denx.de>
* [PATCH] Fix sequoia flash autodetection (finally correct)Stefan Roese2006-12-221-3/+11
| | | | | | | Now 32MByte and 64MByte FLASH is know to work and other configurations should work too. Signed-off-by: Stefan Roese <sr@denx.de>
* Merge with /home/stefan/git/u-boot/denxStefan Roese2006-11-1015-83/+77
|\
| * Fix sequoia separate object direcory building problems.Marian Balakowicz2006-10-232-2/+1
| |
| * Move "ar" flags to config.mk to allow for silent "make -s"Wolfgang Denk2006-10-0910-10/+10
| | | | | | | | Based on patch by Mike Frysinger, 20 Jun 2006
| * Coding style cleanupWolfgang Denk2006-10-092-39/+36
| |
| * Fix TLB setup for Ocotea boardStefan Roese2006-10-041-26/+30
| | | | | | | | Patch by Stefan Roese, 30 Sep 2006
| * Fix reset problem in sequoia sdram init codeStefan Roese2006-10-041-6/+0
| | | | | | | | Patch by Stefan Roese, 23 Sep 2006
* | Add CONFIG_BOARD_RESET to configure board specific reset functionStefan Roese2006-10-072-0/+12
|/ | | | Patch by Stefan Roese, 07 Oct 2006
* Add support for AMCC Rainier PPX440GRx eval boardStefan Roese2006-09-131-0/+8
| | | | Patch by Stefan Roese, 13 Sep 2006
* Add NAND environment support for PPC440EPx Sequoia NAND boot configStefan Roese2006-09-121-1/+7
| | | | Patch by Stefan Roese, 12 Sep 2006
* Add support for AMCC Sequoia PPC440EPx eval boardStefan Roese2006-09-078-0/+1228
| | | | | | | | | | | - Add support for PPC440EPx & PPC440GRx - Add support for PPC440EP(x)/GR(x) NAND controller in cpu/ppc4xx directory - Add NAND boot functionality for Sequoia board, please see doc/README.nand-boot-ppc440 for details - This Sequoia NAND image doesn't support environment in NAND for now. This will be added in a short while. Patch by Stefan Roese, 07 Sep 2006
* Merge with /home/m8/git/u-bootWolfgang Denk2006-09-049-56/+90
|\
| * Add support for a saving build objects in a separate directory.Marian Balakowicz2006-09-019-56/+90
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | PCIe endpoint support for AMCC Yucca 440SPe boardStefan Roese2006-08-291-5/+75
| | | | | | | | Patch by Tirumala R Marri, 26 Aug 2006
* | Improve DIMM detection for AMCC Yucca 440SPe boardStefan Roese2006-08-292-7/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improved the memory DIMM detection for the Yucca 440SPe board for the case where a memory DIMM is falsely detected as present. This issue is seen on some AMCC Yucca 440SPe validation boards if only one 512MB memory DIMM is installed, i.e. DIMM slot 0 is populated and DIMM slot 1 is empty. In this case, U-Boot does not correctly detect that there is only one DIMM memory module installed and will falsely detect two DIMM memory modules are present and therefore U-Boot will not calculate the correct amount of total memory and u-boot will not booting up. Patch by Adam Graham, 24 Aug 2006
* | Code cleanupWolfgang Denk2006-08-271-30/+30
|/
* Merge with /home/sr/git/u-boot/denxWolfgang Denk2006-08-131-0/+30
|\
| * Add Macronix MXLV320T flash support for AMCC BambooStefan Roese2006-08-071-0/+30
| | | | | | | | Patch by Stefan Roese, 07 Aug 2006
* | Merge with /home/raj/git/u-bootWolfgang Denk2006-08-112-15/+9
|\ \
| * | Fix PCI-Express on PPC440SPe rev. A.Rafal Jaworowski2006-08-112-15/+9
| | |
* | | Merge with /home/raj/git/u-bootWolfgang Denk2006-08-102-5/+187
|\ \ \ | |/ / | | / | |/ |/|
| * Add support for PCI-Express on PPC440SPe (Yucca board).Rafal Jaworowski2006-08-102-6/+186
| |
* | PPC440 DDR setup: Set SDRAM0_CFG0[PMU]=0 for best performanceStefan Roese2006-07-282-4/+4
| | | | | | | | | | | | | | AMCC suggested to set the PMU bit to 0 for best performace on the PPC440 DDR controller. Please see doc/README.440-DDR-performance for details. Patch by Stefan Roese, 28 Jul 2006
* | AMCC bamboo (440EP) U-Boot image reduced to 384kbyteStefan Roese2006-07-271-2/+2
| | | | | | | | | | Please see doc/README.bamboo for details. Patch by Stefan Roese, 27 Jul 2006
* | Add support for TB5200 boardWolfgang Denk2006-07-194-4/+2
|/ | | | | | | | The TB5200 ("Tinybox") is a small baseboard for the TQM5200 module integrated in a little aluminium case. Patch by Martin Krause, 8 Jun 2006 Some code cleanup
* Fix AMCC bamboo eval board compilation errors.Marian Balakowicz2006-07-042-14/+1
|
* Cleanup config file and bootup output for Yucca board.Marian Balakowicz2006-07-031-12/+9
|
* Merge: Add support for AMCC 440SPe CPU based eval board (Yucca).Marian Balakowicz2006-06-309-0/+3302
|\
| * Add support for AMCC 440SPe CPU based eval board (Yucca).Marian Balakowicz2006-06-309-0/+3321
| |
* | Correct GPIO setup (UART1/IRQ's) on yosemite & yellowstoneWolfgang Denk2006-05-302-4/+4
| | | | | | | | Patch by Stefan Roese, 29 May 2006
* | Merge with /home/m8/git/u-bootWolfgang Denk2006-04-121-3/+0
|\ \
| * | Fix JFFS2 support for legacy NAND driver.Marian Balakowicz2006-04-081-3/+0
| | | | | | | | | | | | Some more NAND cleanup and small fixes.
* | | GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk2006-03-316-11/+12
|/ /
* | Minor code cleanupWolfgang Denk2006-03-061-1/+0
| |
* | Re-factoring the legacy NAND code (legacy NAND now only in board-specificBartlomiej Sieka2006-03-052-1/+5
|/ | | | | | | code and in SoC code). Boards using the old way have CFG_NAND_LEGACY and BOARDLIBS = drivers/nand_legacy/libnand_legacy.a added. Build breakage for NETTA.ERR and NETTA_ISDN - will go away when the new NAND support is implemented for these boards.
* Changes to Yellowstone & Yosemite 440EP/GR eval boards:Stefan Roese2005-12-152-14/+172
| | | | | | | | - Changed GPIO setup to enable another address line in order to address 64M of FLASH. - Added function sdram_tr1_set to auto calculate the tr1 value for the DDR. Patch by Steven Blakeslee, 12 Dec 2005
* (no commit message)Wolfgang Denk2005-12-128-0/+8
|
* Add support for AMCC 440SP, add support for AMCC Luan 440SP eval board.Stefan Roese2005-11-297-0/+1034
| | | | Patch by John Otken, 23 Nov 2005
* Minor AMCC 4xx board cleanupsStefan Roese2005-11-293-36/+0
| | | | Patch by Stefan Roese, 27 Nov 2005
* Changed PPC44x startup message (cpu info, speed...) to common style:Stefan Roese2005-11-275-48/+3
| | | | | | | | | | | 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
* Fix Bamboo DDR SDRAM initialization (problem with onboard SDRAM)Stefan Roese2005-11-151-19/+38
| | | | Patch by Stefan Roese, 15 Nov 2005
* Adjust bd->bi_flashstart on Yellowstone & Yosemite to correct sizeStefan Roese2005-11-052-0/+8
| | | | Patch by Stefan Roese, 05 Nov 2005
* Additional fix for external IRQ config on Yellowstone & YosemiteStefan Roese2005-11-032-38/+38
| | | | Patch by Stefan Roese, 03 Nov 2005
* Add support for Ocotea pass 3 with 440GX Rev. FStefan Roese2005-11-012-0/+10
| | | | Patch by Stefan Roese, 01 Nov 2005
OpenPOWER on IntegriCloud