summaryrefslogtreecommitdiff
path: root/board
Commit message (Expand)AuthorAgeLines
* PPC4xx: Remove sdram.h from board/amcc/sequoiaLarry Johnson2008-01-04-505/+0
* PPC4xx: Use common code for Sequoia board SDRAM supportLarry Johnson2008-01-04-338/+6
* 8610: Move include of config.h earlier.Jon Loeliger2008-01-03-1/+1
* Convert MPC8641HPCN to use libfdt.Jon Loeliger2008-01-03-26/+34
* Merge commit 'wd/master'Jon Loeliger2008-01-03-1956/+8694
|\
| * Make scripts and Makefiles POSIX compliantWolfgang Denk2008-01-02-5/+5
| * ppc4xx: Coding style cleanupStefan Roese2007-12-28-17/+11
| * ppc4xx: Add FPGA support and BSP commands for PMC440 boardsMatthias Fuchs2007-12-28-0/+1066
| * ppc4xx: Add initial esd PMC440 board filesMatthias Fuchs2007-12-28-0/+2497
| * ppc4xx: Add EEPROM write protection for PLU405 boards + misc. updatesMatthias Fuchs2007-12-28-6/+89
| * ppc4xx: use correct io accessors for esd's LCD codeMatthias Fuchs2007-12-28-7/+8
| * ppc4xx: Maintenance patch for VOH405 boardsMatthias Fuchs2007-12-28-19/+116
| * Merge branch 'master' of /home/stefan/git/u-boot/u-boot into for-1.3.2-ver2Stefan Roese2007-12-27-358/+1356
| |\
| | * Merge branch 'master' of /home/wd/git/u-boot/custodiansWolfgang Denk2007-12-27-7/+12
| | |\
| | | * TQM8xx: use the CFI flash driver on all TQM8xx boardsMartin Krause2007-12-27-0/+4
| | | * TQM885D: adjust for doubled flash sector size + some minor fixesMartin Krause2007-12-27-2/+2
| | | * TQM885D: Exchanged SDRAM timing by a more relaxed timing.Jens Gehrlein2007-12-27-5/+6
| | * | Fix coding style issues; update CHANGELOG.Wolfgang Denk2007-12-27-34/+27
| | * | Merge branch 'master' of /home/wd/git/u-boot/custodiansWolfgang Denk2007-12-27-0/+945
| | |\ \ | | | |/
| | | * Merge branch 'master' of git://www.denx.de/git/u-boot-shWolfgang Denk2007-12-27-0/+945
| | | |\
| | | | * Merge git://www.denx.de/git/u-bootNobuhiro Iwamatsu2007-12-07-13/+13
| | | | |\
| | | | * \ Merge git://www.denx.de/git/u-bootNobuhiro Iwamatsu2007-11-29-197/+619
| | | | |\ \
| | | | * | | sh: Add support Renesas sh7722 processor and Hitachi MS7722SE01 boardNobuhiro Iwamatsu2007-09-23-0/+542
| | | | * | | sh: Update MS7750SE01 platformNobuhiro Iwamatsu2007-09-23-27/+38
| | | | * | | Merge git://www.denx.de/git/u-bootNobuhiro Iwamatsu2007-09-23-121585/+24919
| | | | |\ \ \
| | | | * | | | sh: MS7750SE support.Nobuhiro Iwamatsu2007-05-13-0/+392
| | * | | | | | Move the MPC8541/MPC8555/MPC8548 CDS board under board/freescale.Kumar Gala2007-12-11-6/+6
| | * | | | | | Move the MPC8540 ADS board under board/freescale.Kumar Gala2007-12-11-2/+2
| | * | | | | | Move the MPC8560 ADS board under board/freescale.Kumar Gala2007-12-11-2/+2
| | * | | | | | Move the MPC8568 MDS board under board/freescale.Kumar Gala2007-12-11-2/+2
| | * | | | | | Use standard LAWAR_TRGT_IF_* defines for LAW setup on 85xxKumar Gala2007-12-11-46/+25
| | * | | | | | Stop using immap_t on 85xxKumar Gala2007-12-11-68/+35
| | * | | | | | Update MPC8568 MDS to use libfdtKumar Gala2007-12-11-27/+19
| | * | | | | | Add PCI Express support on MPC8568MDSHaiying Wang2007-12-11-63/+188
| | * | | | | | Update MPC85xx CDS to use libfdtKumar Gala2007-12-11-50/+99
| | * | | | | | Update MPC8540 ADS to use libfdtKumar Gala2007-12-11-15/+15
| | * | | | | | Update MPC8560 ADS to use libfdtKumar Gala2007-12-11-30/+18
| | * | | | | | Stop using immap_t for guts offset on 85xxKumar Gala2007-12-11-44/+28
| | * | | | | | Update MPC8544DS to use libfdtKumar Gala2007-12-11-39/+32
| | |/ / / / /
| | * | | | | Convert boards that set memory node to use fdt_fixup_memory()Kumar Gala2007-12-07-27/+5
| | * | | | | Fix build breakage due to libfdt importKumar Gala2007-12-07-1/+1
| | | |_|_|/ | | |/| | |
| * | | | | Remove CPCI440 boardMatthias Fuchs2007-12-27-1259/+0
| * | | | | Add support for Korat PPC440EPx boardLarry Johnson2007-12-27-0/+1074
| * | | | | Add definitions for 440EPx/GRx SDRAM controller to ppc440.hLarry Johnson2007-12-27-4/+4
| * | | | | Use out_be32() and friends to access memory-mapped registers in sequoia.cLarry Johnson2007-12-27-29/+29
| * | | | | Use definitions from "asm-ppc/mmu.h" in init.S for SequoiaLarry Johnson2007-12-27-49/+1
| * | | | | ppc4xx: Add fdt support to AMCC Katmai eval boardStefan Roese2007-12-27-0/+23
| * | | | | ppc4xx: Bring 4xx fdt support up-to-dateStefan Roese2007-12-27-1/+25
| * | | | | Merge commit 'u-boot/master' into for-1.3.1Stefan Roese2007-12-11-154/+543
| |\ \ \ \ \ | | |/ / / /
| * | | | | ppc4xx: 405EX: Correctly enable USB pinsStefan Roese2007-12-08-0/+16