summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Small coding style fix in lib/asm-offsets.cStefan Roese2011-01-171-2/+2
* .gitignore: ignore generated u-boot.imxStefano Babic2011-01-171-0/+1
* Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxWolfgang Denk2011-01-17149-7586/+2041
|\
| * powerpc/85xx: Add the workaround for erratum ELBC-A001 (enable on P4080)Kumar Gala2011-01-144-2/+13
| * powerpc/85xx: Add the workaround for erratum CPC-A003 (enable on P4080)Kumar Gala2011-01-144-0/+8
| * powerpc/85xx: Add the workaround for erratum CPC-A002 (enable on P4080)Kumar Gala2011-01-144-1/+11
| * powerpc/85xx: Bump up the CONFIG_SYS_BOOTM_LEN to 16M on FSL 85xx boardsKumar Gala2011-01-1414-11/+24
| * powerpc/8xxx: Move fsl_is_spd() into generic 8xxx ddr codeKumar Gala2011-01-143-18/+25
| * fsl_esdhc: Add the workaround for erratum ESDHC136 (enable on P4080)Roy Zang2011-01-143-0/+12
| * fsl_esdhc: Add the workaround for erratum ESDHC135 (enable on P4080)Roy Zang2011-01-143-0/+9
| * fsl_esdhc: Add the workaround for erratum ESDHC111 (enable on P4080)Jerry Huang2011-01-143-3/+16
| * powerpc/85xx: Add SRIO support to P2020DSLi Yang2011-01-141-1/+23
| * powerpc/86xx: Convert SBC8641 to use common SRIO init codeKumar Gala2011-01-142-7/+9
| * powerpc/86xx: Convert MPC8641HPCN to use common SRIO init codeKumar Gala2011-01-142-21/+14
| * powerpc/86xx: Enable common SRIO init codeKumar Gala2011-01-143-3/+15
| * powerpc/85xx: Convert MPC8569MDS to use common SRIO init codeKumar Gala2011-01-142-6/+9
| * powerpc/85xx: Convert MPC8568MDS to use common SRIO init codeKumar Gala2011-01-142-6/+9
| * powerpc/85xx: Convert MPC8548CDS to use common SRIO init codeKumar Gala2011-01-143-16/+13
| * powerpc/8xxx: Refactor SRIO initialization into common codeKumar Gala2011-01-149-56/+151
| * fsl_pci: Update PCIe boot ouputPeter Tyser2011-01-142-19/+21
| * powerpc/85xx: Rework corenet_ds pci_init_board to use common FSL PCIe codeKumar Gala2011-01-141-116/+2
| * powerpc/85xx: Rework SBC8548 pci_init_board to use common FSL PCIe codeKumar Gala2011-01-142-45/+13
| * powerpc/86xx: Rework SBC8641 pci_init_board to use common FSL PCIe codeKumar Gala2011-01-142-65/+2
| * powerpc/86xx: Rework MPC8610HPCD pci_init_board to use common FSL PCIe codeKumar Gala2011-01-143-65/+19
| * powerpc/85xx: Rework P1_P2_RDB pci_init_board to use common FSL PCIe codeKumar Gala2011-01-143-62/+4
| * powerpc/85xx: Rework MPC8569MDS pci_init_board to use common FSL PCIe codeKumar Gala2011-01-143-41/+3
| * powerpc/85xx: Rework MPC8568MDS pci_init_board to use common FSL PCIe codeKumar Gala2011-01-143-40/+16
| * powerpc/85xx: Rework TQM boards pci_init_board to use common FSL PCIe codeKumar Gala2011-01-142-37/+13
| * powerpc/8xxx: Rework XES boards pci_init_board to use common FSL PCIe codeKumar Gala2011-01-145-137/+13
| * powerpc/85xx: Rework MPC8548CDS pci_init_board to use common FSL PCIe codeKumar Gala2011-01-143-42/+14
| * powerpc/86xx: Rework MPC8641HPCN pci_init_board to use common FSL PCIe codeKumar Gala2011-01-143-53/+3
| * powerpc/85xx: Rework MPC8536DS pci_init_board to use common FSL PCIe codeKumar Gala2011-01-142-102/+17
| * powerpc/85xx: Rework MPC8544DS pci_init_board to use common FSL PCIe codeKumar Gala2011-01-143-84/+30
| * powerpc/85xx: Rework P2020DS pci_init_board to use common FSL PCIe codeKumar Gala2011-01-143-111/+5
| * powerpc/85xx: Rework MPC8572DS pci_init_board to use common FSL PCIe codeKumar Gala2011-01-143-89/+13
| * powerpc/fsl-pci: Add generic code to setup PCIe controllersKumar Gala2011-01-143-65/+160
| * powerpc/fsl-pci: Determine pci_controller based on cfg addr for dts fixupKumar Gala2011-01-144-41/+20
| * powerpc/85xx: Fix bug in dcache_disableKumar Gala2011-01-141-2/+2
| * MPC8xxx DDR: align informational printsBecky Bruce2011-01-147-18/+21
| * 85xx boards: Rename CONFIG_DDR_DLL to CONFIG_SYS_FSL_ERRATUM_DDR_MSYNC_INBecky Bruce2011-01-1412-12/+11
| * mpc85xx: rename sdram_init() lbc_sdram_init()Becky Bruce2011-01-1410-20/+11
| * mpc85xx boards: initdram() cleanup/bugfixBecky Bruce2011-01-1431-820/+121
| * mpc85xx/tlb.c: Allow platforms to specify wimge bitsBecky Bruce2011-01-141-1/+5
| * tqm85xx: create fixed_sdram() to do sdram setupBecky Bruce2011-01-141-14/+23
| * powerpc/85xx: Cleanup SGMII detection and reportingKumar Gala2011-01-146-58/+40
| * powerpc/8xxx: Replace is_fsl_pci_cfg with is_serdes_configuredKumar Gala2011-01-1416-248/+39
| * fsl_esdhc: Fix esdhc disabled problem on some platformsChenhui Zhao2011-01-144-6/+11
| * powerpc/85xx: Fix wrong SVR value for MPC8567 and MPC8567E processorsPiergiorgio Beruto2011-01-141-2/+2
| * powerpc/85xx: Add is_serdes_configured() support for P1021 SERDESKumar Gala2011-01-142-0/+68
| * powerpc/85xx: Add is_serdes_configured() support for MPC8544 SERDESKumar Gala2011-01-142-0/+96
OpenPOWER on IntegriCloud