summaryrefslogtreecommitdiffstats
path: root/board
Commit message (Expand)AuthorAgeFilesLines
* Coding Style cleanup; update CHANGELOGWolfgang Denk2008-01-103-15/+14
* mpc85xx: Add support for ATUM8548 (updated)robert lazarski2008-01-094-0/+744
* mpc85xx: Add support for ATUM8548 (updated)robert lazarski2008-01-091-0/+147
* mpc85xx: Add support for SBC8548 (updated)Joe Hamman2008-01-091-0/+149
* mpc85xx: Add support for SBC8548 (updated)Joe Hamman2008-01-094-0/+897
* MPC8568E-MDS: set up QE pario for UART1Anton Vorontsov2008-01-091-0/+7
* MPC8568E-MDS: reset UCCs to use them reliablyAnton Vorontsov2008-01-093-0/+33
* Reworked FSL Book-E TLB macros to be more readableKumar Gala2008-01-0914-933/+786
* Merge branch 'master' of git://www.denx.de/git/u-boot-usbWolfgang Denk2008-01-091-0/+1
|\
| * Merge git://www.denx.de/git/u-bootMarkus Klotzbuecher2008-01-09256-4869/+13325
| |\
| * | TQM5200: Call usb_cpu_init() during board initMarian Balakowicz2007-10-311-2/+8
* | | fix comments with new drivers organizationMarcel Ziswiler2008-01-092-3/+3
| |/ |/|
* | Improve configuration of FPGA subsystemMatthias Fuchs2008-01-092-2/+2
* | Coding Style cleanup, update CHANGELOGWolfgang Denk2008-01-092-130/+124
* | Merge branch 'master' of git://www.denx.de/git/u-boot-armWolfgang Denk2008-01-098-0/+1753
|\ \
| * \ Merge with git://www.denx.de/git/u-boot.gitPeter Pearse2008-01-07223-2050/+11791
| |\ \
| * | | Correction patchPeter Pearse2007-11-156-357/+222
| * | | Add apollon board supportPeter Pearse2007-11-098-0/+1888
* | | | Merge branch 'master' of git://www.denx.de/git/u-boot-mpc83xxWolfgang Denk2008-01-0916-588/+457
|\ \ \ \
| * | | | mpc83xx: fix missed pci_hose -> hose conversion for new libfdt codeKim Phillips2008-01-082-4/+4
| * | | | mpc83xx: rm remaining FLAT_TREE codeKim Phillips2008-01-085-109/+10
| * | | | mpc83xx: remove FLAT_TREE codeKim Phillips2008-01-089-104/+8
| * | | | mpc83xx: convert to using do_fixup_*()Kim Phillips2008-01-086-90/+153
| * | | | sbc8349: migrate board to libfdtPaul Gortmaker2008-01-081-8/+10
| * | | | sbc8349: Remove board specific ECC codePaul Gortmaker2008-01-081-327/+0
| * | | | mpc83xx: supress compiler warningKim Phillips2008-01-081-1/+1
| * | | | mpc83xx: fix remaining fdt_find_node_by_path referencesKim Phillips2008-01-081-2/+2
| * | | | mpc83xx: mpc8360 rev.2.1 erratum 2: replace rgmii-id with rgmii-rxidKim Phillips2008-01-081-0/+31
| * | | | mpc83xx: Add the support of MPC837xEMDS boardDave Liu2008-01-084-0/+287
| * | | | MPC8360E-MDS: configure and enable second UARTAnton Vorontsov2008-01-081-0/+8
* | | | | Merge branch 'lwmon5-no-ocm'Stefan Roese2008-01-091-1/+1
|\ \ \ \ \
| * | | | | ppc4xx: Change LWMON5 to not use OCM for init-ram and POST anymoreStefan Roese2008-01-091-1/+1
* | | | | | ppc4xx: assign PCI interrupts on seuqoia boardsMatthias Fuchs2008-01-091-0/+14
* | | | | | ppc4xx: Update PLB/PCI divider for PMC440 boardMatthias Fuchs2008-01-091-2/+2
* | | | | | Merge branch 'inka4x0-ng' of /home/m8/git/u-boot/Wolfgang Denk2008-01-088-463/+113
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | [INKA4x0] NG hardware: flash supportMarian Balakowicz2007-11-152-433/+1
| * | | | | [INKA4x0] NG hardware: SDRAM supportMarian Balakowicz2007-11-156-26/+108
| * | | | | [INKA4x0] NG hardware: platform code updateMarian Balakowicz2007-11-151-4/+4
| | |/ / / | |/| | |
* | | | | Merge branch 'katmai-ddr-gda'Stefan Roese2008-01-051-1/+13
|\ \ \ \ \
| * | | | | ppc4xx: Update Katmai/44x_spd_ddr2.c code for optimal DDR2 setupStefan Roese2008-01-051-1/+13
| | |_|/ / | |/| | |
* | | | | ppc4xx: Remove sdram.h from PMC440 boardMatthias Fuchs2008-01-041-505/+0
* | | | | ppc4xx: use common denali core defines and data eye search code for PMC440Matthias Fuchs2008-01-041-338/+4
* | | | | ppc4xx: More cleanup for esd's LCD codeMatthias Fuchs2008-01-041-20/+18
* | | | | ppc4xx: Use CFG_4xx_GPIO_TABLE to configure Korat boardLawrence R. Johnson2008-01-041-108/+9
* | | | | ppc4xx: Use CFG_4xx_GPIO_TABLE to configure Sequoia boardLawrence R. Johnson2008-01-041-30/+1
* | | | | PPC4xx: Remove sdram.h from board/lwmon5Larry Johnson2008-01-041-505/+0
* | | | | PPC4xx: Use common code for LWMON5 board SDRAM supportLarry Johnson2008-01-041-337/+20
* | | | | PPC4xx: Remove sdram.h from board/amcc/sequoiaLarry Johnson2008-01-041-505/+0
* | | | | PPC4xx: Use common code for Sequoia board SDRAM supportLarry Johnson2008-01-041-338/+6
|/ / / /
* | | | 8610: Move include of config.h earlier.Jon Loeliger2008-01-031-1/+1
OpenPOWER on IntegriCloud