aboutsummaryrefslogtreecommitdiff
path: root/cpu
AgeCommit message (Expand)AuthorFilesLines
2009-10-16mpc8xxx: improve LAW error messages when setting up DDRPaul Gortmaker1-4/+5
2009-10-15Merge branch 'master' of git://git.denx.de/u-boot-blackfinWolfgang Denk1-0/+3
2009-10-13Blackfin: reset watchdog in udelay()Mike Frysinger1-0/+3
2009-10-13arm: Correct build with CONFIG_SYS_HUSH_PARSER setSimon Kagstrom1-0/+1
2009-10-13Add support for Eukrea CPU9260/CPU9G20 SBCTom Rix1-1/+2
2009-10-13Add support for Eukrea CPUAT91 SBCTom Rix2-2/+252
2009-10-13TI DaVinci: DM646x: Initial Support for DM646x SOCSandeep Paulraj2-0/+42
2009-10-13OMAP3 Move cache routine to cache.STom Rix6-183/+194
2009-10-09Merge branch 'reloc'Wolfgang Denk21-33/+59
2009-10-08relocation: Do not relocate NULL pointers.Joakim Tjernlund12-24/+48
2009-10-0885xx: Ensure BSS segment isn't linked at address 0Peter Tyser1-0/+11
2009-10-08mpc512x: fix fixed_sdram() init code.Wolfgang Denk1-14/+19
2009-10-07ppc4xx: Rework cmd reginfoNiklaus Giger2-0/+374
2009-10-07ppc_4xx: Apply new HW register namesNiklaus Giger4-41/+41
2009-10-07ppc4xx: Add PPC405EX(r) Rev D supportStefan Roese1-10/+20
2009-10-07ppc4xx: Fix msg "initialization as root-complex failed" upon PCIe scanStefan Roese1-1/+2
2009-10-07PPC4xx: Denali core: Fix incorrect DDR row bitsMike Nuss1-1/+1
2009-10-03ppc: Enable full relocation to RAMPeter Tyser9-9/+0
2009-10-02ppc4xx: Merge PPC4xx DDR and DDR2 ECC handlingStefan Roese4-250/+169
2009-10-02ppc4xx: Reorganize DDR2 ECC handlingFelix Radensky1-207/+249
2009-09-30Merge branch 'master' of git://git.denx.de/u-boot-ppc4xxWolfgang Denk4-80/+79
2009-09-28ppc4xx: Remove mtsdram0() marcos and use common mtsdram() insteadStefan Roese1-14/+13
2009-09-28ppc4xx: Convert PPC4xx SDRAM defines from lower case to upper caseStefan Roese3-65/+65
2009-09-28ppc4xx: Convert PPC4xx UIC defines from lower case to upper caseStefan Roese1-14/+14
2009-09-26mpc83xx: retain POR values of non-configured ACR, SPCR, SCCR, and LCRR bitfieldsKim Phillips1-107/+154
2009-09-25mucmc52, uc101: delete ata@3a00 node, if no CF card is detectedHeiko Schocher1-0/+20
2009-09-25mpc512x: Streamlined fixed_sdram() init sequence.Martha M Stan1-35/+69
2009-09-24ppc/p4080: Determine various chip frequencies on CoreNet platformsKumar Gala2-4/+127
2009-09-24ppc/p4080: Handle timebase enabling and frequency reportingKumar Gala3-1/+22
2009-09-24ppc/p4080: Add various p4080 related defines (and p4040)Kumar Gala2-0/+5
2009-09-24ppc/p4080: CoreNet platfrom style secondary core releaseKumar Gala1-3/+65
2009-09-24ppc/p4080: CoreNet platfrom style CCSRBAR settingKumar Gala1-18/+54
2009-09-24ppc/85xx: Fix enabling of L2 cacheKumar Gala2-3/+4
2009-09-2485xx-fdt: Fixed l2-ctlr's compatible prop for QorIQVivek Mahajan1-3/+10
2009-09-24ppc/85xx: add cpu init config file for boot from NANDMingkai Hu1-0/+63
2009-09-24ppc/85xx: add ld script file for boot from NANDMingkai Hu1-0/+67
2009-09-23ppc4xx: Fix PCIE PLL lock on 440SPe Yucca boardRupjyoti Sarmah1-8/+15
2009-09-17ppc4xx: Consolidate get_OPB_freq()Stefan Roese1-75/+15
2009-09-17ppc4xx: Fix 405EZ uart base baud calculationStefan Roese1-1/+5
2009-09-15ppc/85xx: Disable all async interrupt sources when we bootKumar Gala1-0/+11
2009-09-15ppc/85xx: Split out cpu_init_early into its own file for NAND_SPLKumar Gala3-51/+77
2009-09-15ppc/85xx: Change cpu_init_early_f so we can use with NAND SPLKumar Gala1-9/+25
2009-09-15ppc/85xx: add boot from NAND/eSDHC/eSPI supportMingkai Hu4-1/+181
2009-09-15ppc/85xx: Move code around to prep for NAND_SPLKumar Gala1-23/+23
2009-09-15ppc/85xx: Repack tlb_table to save spaceKumar Gala1-4/+5
2009-09-15ppc/85xx: Introduce low level write_tlb functionKumar Gala2-14/+26
2009-09-15ppc/8xxx: Misc DDR related fixesKumar Gala2-7/+7
2009-09-15ppc/85xx: Remove some bogus code from external interrupt handler.Scott Wood1-8/+1
2009-09-15ppc/85xx: Ensure that MAS8 is zero when writing TLB entries.Scott Wood2-0/+7
2009-09-15ppc/85xx: Don't enable interrupts before we're readyScott Wood1-2/+2