Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-01-06 | [PATCH] 44x: Fix problem with DDR controller setup (refresh rate) | Stefan Roese | |
This patch fixes a problem with an incorrect setup for the refresh timer of the 44x DDR controller in the file cpu/ppc4xx/sdram.c Signed-off-by: Stefan Roese <sr@denx.de> | |||
2007-01-05 | [PATCH] Add DDR2 optimization code for Sequoia (440EPx) board | Stefan Roese | |
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> | |||
2006-12-24 | Merge with /home/hs/TQ/u-boot-dev | Wolfgang Denk | |
2006-12-21 | Added support for the TQM8272 board from TQ | Heiko Schocher | |
Signed-off-by: Heiko Schocher <hs@denx.de> | |||
2006-11-28 | [PATCH] PPC4xx: 440SP Rev. C detection added | Stefan Roese | |
Signed-off-by: Stefan Roese <sr@denx.de> | |||
2006-11-27 | Merge with /home/sr/git/u-boot/denx-alpr-merge-test | Wolfgang Denk | |
2006-11-27 | [PATCH] 4xx_enet.c: Correct the setting of zmiifer register | Stefan Roese | |
Patch below corrects the setting of the zmiifer register, it was overwritting the register rather than ORing the settings. Signed-off-by: Neil Wilson <NWilson@airspan.com> Signed-off-by: Stefan Roese <sr@denx.de> | |||
2006-11-27 | [PATCH] 4xx: Fix problem with board specific reset code (now for real) | Stefan Roese | |
Signed-off-by: Stefan Roese <sr@denx.de> | |||
2006-11-27 | [PATCH] 4xx: Fix problem with board specific reset code | Stefan Roese | |
Signed-off-by: Stefan Roese <sr@denx.de> | |||
2006-11-27 | [PATCH] Remove testing 4xx enet PHY setup | Stefan Roese | |
Signed-off-by: Stefan Roese <sr@denx.de> | |||
2006-11-27 | [PATCH] Update Prodrive ALPR board support (440GX) | Stefan Roese | |
Signed-off-by: Stefan Roese <sr@denx.de> | |||
2006-11-27 | Merge with /home/stefan/git/u-boot/denx | Stefan Roese | |
2006-11-22 | [PATCH] PPC4xx start.S: Fix for processor errata | Stefan Roese | |
Fixed cpu/ppc4xx/start.S for 440EPx Errata: further corrects PPC440EPx errata 1.12: 440_33 by moving patch up in code. Signed-off-by: Jeff Mann <mannj@embeddedplanet.com> Signed-off-by: Stefan Roese <sr@denx.de> | |||
2006-11-10 | Merge with /home/stefan/git/u-boot/denx | Stefan Roese | |
2006-10-24 | Fix bug in PPC440 NAND driver cpu/ppc4xx/ndfc.c | Stefan Roese | |
Patch by Stefan Roese, 24 Oct 2006 | |||
2006-10-20 | Cleanup compile warnings. Prepare for release 1.1.5 | Wolfgang Denk | |
2006-10-20 | Add board/cpu specific NAND chip select function to 440 NDFC | Stefan Roese | |
Based on idea and implementation from Jeff Mann Patch by Stefan Roese, 20 Oct 2006 | |||
2006-10-18 | Make 4xx bootup message shorter on 440EPx/GRx platforms | Stefan Roese | |
Patch by Stefan Roese, 18 Oct 2006 | |||
2006-10-12 | * PPC405EP: Add support for board configuration of CPC0_PCI register | Stefan Roese | |
This is needed to be able to configure PerWE*/PCI_INT* pin as PerWE* Patch by Tolunay Orkun, 07 Apr 2006 | |||
2006-10-12 | * PPC405EP: Add CFG_GPIO0_OR, CFG_GPIO0_ODR to setup GPIO completely. | Stefan Roese | |
- Add configuration of Open Drain GPIO Output selection - Add configuration of initial value of GPIO output pins Patch by Tolunay Orkun, 07 Apr 2006 | |||
2006-10-09 | Move "ar" flags to config.mk to allow for silent "make -s" | Wolfgang Denk | |
Based on patch by Mike Frysinger, 20 Jun 2006 | |||
2006-10-09 | Coding style cleanup | Wolfgang Denk | |
2006-10-07 | Add CONFIG_BOARD_RESET to configure board specific reset function | Stefan Roese | |
Patch by Stefan Roese, 07 Oct 2006 | |||
2006-09-18 | Merge with /home/stefan/git/u-boot/denx | Stefan Roese | |
2006-09-13 | Add support for AMCC Rainier PPX440GRx eval board | Stefan Roese | |
Patch by Stefan Roese, 13 Sep 2006 | |||
2006-09-07 | Fix build problem cpu/ppc4xx/ndfc.c | Stefan Roese | |
Patch by Stefan Roese, 07 Sep 2006 | |||
2006-09-07 | Add support for AMCC Sequoia PPC440EPx eval board | Stefan Roese | |
- 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 | |||
2006-09-04 | Merge with /home/m8/git/u-boot | Wolfgang Denk | |
2006-09-01 | Add support for a saving build objects in a separate directory. | Marian Balakowicz | |
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-29 | PCIe endpoint support for AMCC Yucca 440SPe board | Stefan Roese | |
Patch by Tirumala R Marri, 26 Aug 2006 | |||
2006-08-27 | Code cleanup | Wolfgang Denk | |
2006-08-15 | Add initial support for the ALPR board from Prodrive | Stefan Roese | |
NAND needs some additional testing Patch by Heiko Schocher, 15 Aug 2006 | |||
2006-08-11 | Merge with /home/raj/git/u-boot | Wolfgang Denk | |
2006-08-11 | Fix PCI-Express on PPC440SPe rev. A. | Rafal Jaworowski | |
2006-08-10 | Merge with /home/raj/git/u-boot | Wolfgang Denk | |
2006-08-10 | Add support for PCI-Express on PPC440SPe (Yucca board). | Rafal Jaworowski | |
2006-07-28 | PPC440 DDR setup: Set SDRAM0_CFG0[PMU]=0 for best performance | Stefan Roese | |
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 | |||
2006-07-21 | Code cleanup | Wolfgang Denk | |
2006-07-19 | Add support for TB5200 board | Wolfgang Denk | |
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 | |||
2006-07-06 | Fix timer problems on AMCC yucca board. | Marian Balakowicz | |
Set Timer Clock Select to use CPU clock as a timer input source. | |||
2006-07-04 | Add system memory to the PCI region list for AMCC PPC44x CPUs. | Marian Balakowicz | |
Enabled it for Yucca board. | |||
2006-07-03 | Cleanup config file and bootup output for Yucca board. | Marian Balakowicz | |
2006-06-30 | Fix CONFIG_440_GX define usage. | Marian Balakowicz | |
2006-06-30 | Merge: Add support for AMCC 440SPe CPU based eval board (Yucca). | Marian Balakowicz | |
2006-06-30 | Add support for AMCC 440SPe CPU based eval board (Yucca). | Marian Balakowicz | |
2006-06-13 | Minor cleanup for PCS440EP board | Stefan Roese | |
Patch by Stefan Roese, 13 Jun 2006 | |||
2006-06-02 | Add support for PCS440EP board | Stefan Roese | |
Patch by Stefan Roese, 02 Jun 2006 | |||
2006-05-18 | Fix problem in PVR detection for 440GR | Stefan Roese | |
Patch by Stefan Roese, 18 May 2006 | |||
2006-05-10 | Add support for AMCC 440EP Rev C and 440GR Rev B | Stefan Roese | |
Patch by John Otken, 08 May 2006 | |||
2006-04-16 | Some code cleanup | Wolfgang Denk | |