summaryrefslogtreecommitdiff
path: root/board
Commit message (Collapse)AuthorAgeLines
* ppc4xx: Prepare Bamboo port for NAND booting supportStefan Roese2007-06-01-109/+119
| | | | | | | | | | This patch updates the "normal" Bamboo NOR booting port, so that it is compatible with the coming soon NAND booting Bamboo port. It also enables the 2nd NAND flash on the Bamboo. Signed-off-by: Stefan Roese <sr@denx.de>
* ppc4xx: Bamboo: Use current NAND driver and *not* the legacy driverStefan Roese2007-04-29-94/+1
| | | | Signed-off-by: Stefan Roese <sr@denx.de>
* Merge with git://www.denx.de/git/u-boot.gitStefan Roese2007-04-18-0/+2
|\
| * [Fix] Set the LED status register on the UC101 for the LXT971 PHY.Heiko Schocher2007-04-14-0/+2
| | | | | | | | | | | | clear the Display after reset. Signed-off-by: Heiko Schocher <hs@denx.de>
* | ppc4xx: Update Acadia to not setup PLL when booting via bootstrap EEPROMStefan Roese2007-04-18-3/+7
| | | | | | | | Signed-off-by: Stefan Roese <sr@denx.de>
* | [PATCH] icecube/lite5200b: wakeup from low-power supportDomen Puncer2007-04-16-0/+49
| | | | | | | | | | | | | | | | | | U-Boot part of Lite5200b low power mode support. Puts SDRAM out of self-refresh and transfers control to address saved at physical 0x0. Signed-off-by: Domen Puncer <domen.puncer@telargo.com> Acked-by: Grant Likely <grant.likely@secretlab.ca>
* | Merge with git://www.denx.de/git/u-boot.gitStefan Roese2007-04-12-8/+613
|\ \ | |/
| * Merge with /home/wd/git/u-boot/custodian/u-boot-ppc4xxWolfgang Denk2007-04-04-1797/+110
| |\
| * | Minor coding style cleanup.Wolfgang Denk2007-04-04-1/+1
| | |
| * | Merge with /home/wd/git/u-boot/custodian/u-boot-microblazeWolfgang Denk2007-04-04-2/+564
| |\ \
| | * | [PATCH] Clean include dependenceMichal Simek2007-03-30-2/+2
| | | |
| | * | [CLEAN] Remove inefficient Suzaku codeMichal Simek2007-03-30-1/+1
| | | |
| | * | PATCH: Resolve GPL license problemMichal Simek2007-03-27-24/+97
| | | |
| | * | Support for XUPV2P boardMichal Simek2007-03-26-78/+298
| | | | | | | | | | | | | | | | | | | | Reset support BSP autoconfig support
| | * | [Microblaze][PATCH] part 2Michal Simek2007-03-11-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | timer support interrupt controller support flash support ethernet support cache support board information support env support booting image support adding support for Xilinx ML401
| | * | [Microblaze][PATCH]Michal Simek2007-03-11-0/+265
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | timer support interrupt controller support flash support ethernet support cache support board information support env support booting image support adding support for Xilinx ML401
| * | | Minor cleanup.Wolfgang Denk2007-04-04-1/+0
| | | |
| * | | Add a flattened device tree (fdt) command (2 of 2)Gerald Van Baren2007-03-31-6/+50
| | | | | | | | | | | | | | | | Modifications to the existing code to support the new fdt command.
* | | | ppc4xx: Change SysACE address on KatmaiStefan Roese2007-04-02-1/+1
| |_|/ |/| | | | | | | | | | | | | | | | | | | | With this new base address of the Xilinx SystemACE controller the Linux driver will be easier to adapt, since it can now be mapped via the "normal" ioremap() call. Signed-off-by: Stefan Roese <sr@denx.de>
* | | Merge with git://www.denx.de/git/u-boot.gitStefan Roese2007-03-31-228/+4068
|\ \ \ | |/ /
| * | Merge with /home/wd/git/u-boot/custodian/u-boot-mpc86xxWolfgang Denk2007-03-29-0/+2
| |\ \
| | * | Fix 8641HPCN problem with ld version 2.16Jon Loeliger2007-03-22-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (Dot outside sections problem). This fix is in the spirit of 807d5d7319330e336ab34a5623c5e0d73b87d540. Signed-off-by: Jon Loeliger <jdl@freescale.com>
| * | | Merge with /home/wd/git/u-boot/custodian/u-boot-blackfinWolfgang Denk2007-03-22-211/+4043
| |\ \ \
| | * \ \ Merge http://www.denx.de/git/u-bootAubrey Li2007-03-20-64/+29
| | |\ \ \
| | * | | | [Blackfin][PATCH] Add BF561 EZKIT board supportAubrey Li2007-03-20-0/+309
| | | | | |
| | * | | | Merge http://www.denx.de/git/u-bootAubrey Li2007-03-19-6/+15
| | |\ \ \ \
| | * | | | | [Blackfin][PATCH] minor cleanupAubrey Li2007-03-19-5/+5
| | | | | | |
| | * | | | | [Blackfin][PATCH] Add BF537 stamp board supportAubrey Li2007-03-19-0/+3035
| | | | | | |
| | * | | | | [Blackfin][PATCH] Fix BUILD_DIR option of MAKEALL building issueAubrey Li2007-03-12-14/+34
| | | | | | |
| | * | | | | [Blackfin][PATCH] code cleanupAubrey Li2007-03-12-39/+42
| | | | | | |
| | * | | | | [Blackfin][PATCH] code cleanupAubrey Li2007-03-10-6/+4
| | | | | | |
| | * | | | | [Blackfin]PATCH-1/2]: Remove obsolete blackfin port and add bf533 platform ↵Aubrey.Li2007-03-09-263/+730
| | | | | | | | | | | | | | | | | | | | | | | | | | | | support
| * | | | | | Code cleanup. Update CHANGELOGWolfgang Denk2007-03-21-22/+10
| | | | | | |
| * | | | | | Merge with /home/wd/git/u-boot/custodian/u-boot-ppc4xxWolfgang Denk2007-03-21-0/+2257
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | [PATCH] TQM8272: dont change the bits given from the HRCWHeiko Schocher2007-03-21-1/+1
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for the SIUMCR and BCR Register. Fix the calculation for the EEprom Size Signed-off-by: Heiko Schocher <hs@denx.de>
| * | | | | Merge with /home/wd/git/u-boot/custodian/u-boot-ppc4xxWolfgang Denk2007-03-16-58/+19
| |\ \ \ \ \
| * | | | | | Make SC3 board build with 'make O='; use 'addcons' consistentlyWolfgang Denk2007-03-13-6/+10
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | (SC3 and Jupiter used to use 'addcon' instead). Signed-off-by: Wolfgang Denk wd@denx.de
* | | | | | ppc4xx: Update Katmai bootstrap commandStefan Roese2007-03-31-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now the DDR2 frequency is also 2*PLB frequency when 166MHz PLB is selected. Signed-off-by: Stefan Roese <sr@denx.de>
* | | | | | ppc4xx: Fix "bootstrap" command for Katmai boardStefan Roese2007-03-31-76/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The board specific "bootstrap" command is now fixed and can be used for the AMCC Katmai board to configure different CPU/PLB/OPB frequencies. Signed-off-by: Stefan Roese <sr@denx.de>
* | | | | | Merge with /home/stefan/git/u-boot/acadiaStefan Roese2007-03-24-1725/+73
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | [PATCH] Add 4xx GPIO functionsStefan Roese2007-03-24-10/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch adds some 4xx GPIO functions. It also moves some of the common code and defines into a common 4xx GPIO header file. Signed-off-by: Stefan Roese <sr@denx.de>
| * | | | | [PATCH] Small Sequoia cleanupStefan Roese2007-03-24-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Stefan Roese <sr@denx.de>
| * | | | | [PATCH] Clean up 40EZ/Acadia supportStefan Roese2007-03-24-1713/+69
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch cleans up all the open issue of the preliminary Acadia support. Signed-off-by: Stefan Roese <sr@denx.de>
* | | | | | Merge with /home/stefan/git/u-boot/acadiaStefan Roese2007-03-21-0/+2257
|\ \ \ \ \ \ | |/ / / / / | | | / / / | |_|/ / / |/| | | |
| * | | | [PATCH] Add AMCC Acadia (405EZ) eval board supportStefan Roese2007-03-21-0/+2257
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch adds support for the new AMCC Acadia eval board. Please note that this Acadia/405EZ support is still in a beta stage. Still lot's of cleanup needed but we need a preliminary release now. Signed-off-by: Stefan Roese <sr@denx.de>
* | | | [PATCH] Use dynamic SDRAM TLB setup on AMCC Ebony eval boardStefan Roese2007-03-16-58/+19
| |/ / |/| | | | | | | | | | | | | | | | | | | | Define CONFIG_PROG_SDRAM_TLB so that the TLB entries for the DDR memory are dynamically programmed matching the total size of the equipped memory (DIMM modules). Signed-off-by: Stefan Roese <sr@denx.de>
* | | Merge with /home/wd/git/u-boot/custodian/u-boot-ppc4xxWolfgang Denk2007-03-08-6/+15
|\ \ \ | |_|/ |/| |
| * | ppc4xx: Fix file mode of sequoia.cStefan Roese2007-03-08-0/+0
| | | | | | | | | | | | Signed-off-by: Stefan Roese <sr@denx.de>
| * | ppc4xx: Clear Sequoia/Rainier security engine reset bitsJohn Otken john@softadvances.com2007-03-08-0/+4
| | | | | | | | | | | | Signed-off-by: John Otken john@softadvances.com <john@softadvances.com>
| * | fixed ethernet phy configuration for plu405 boardMatthias Fuchs2007-03-08-6/+11
| | | | | | | | | | | | Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>