aboutsummaryrefslogtreecommitdiff
path: root/cpu/ppc4xx
AgeCommit message (Expand)AuthorFilesLines
2009-08-09Dual-license IBM code contributionsJosh Boyer4-0/+9
2009-07-30ppc4xx: Add basic support for AMCC PPC460EX/460GT rev B chipsStefan Roese1-0/+23
2009-07-24ppc4xx: Replace 4xx lowercase SPR referencesMatthias Fuchs5-118/+119
2009-07-24Add "chip_config" command for PPC4xx bootstrap configurationStefan Roese2-0/+145
2009-07-24ppc4xx: Fix missing freqOPB for 405EPDirk Eibach1-0/+2
2009-07-24ppc4xx: Fix TLB reset problem with recent 44x imagesStefan Roese1-2/+7
2009-07-16nand/ppc4xx: Move PPC4xx NAND driver to common NAND driver directoryStefan Roese2-224/+0
2009-07-10ppc4xx: Set default PCI device ID for 405EP boardsMatthias Fuchs1-2/+9
2009-07-10ppc4xx: Move 405EP pci code from cpu_init_f() to __pci_pre_init()Matthias Fuchs2-5/+14
2009-07-08ppc4xx: Make pll_write globalMatthias Fuchs1-0/+1
2009-07-08ppc4xx: Remove compilation warning "pci_async_enabled defined but not used"Stefan Roese1-0/+2
2009-07-08ppc4xx: Implement is_pci_host() for 405 CPUsMatthias Fuchs1-3/+16
2009-07-08ppc4xx: Fixed PPC4xx debug compilation error in uic.cAlessio Centazzo1-1/+1
2009-07-084xx: Fix compilation warnings and MQ registers dump in SPD DDR2 codeFelix Radensky1-17/+25
2009-06-12ppc4xx: Remove PCI async bootup message if PCI is not usedStefan Roese1-1/+1
2009-06-12ppc4xx: Add Sequoia RAM-booting targetStefan Roese1-6/+27
2009-06-12i2c: Create common default i2c_[set|get]_bus_speed() functionsPeter Tyser1-14/+0
2009-06-12i2c.h: Provide a default CONFIG_SYS_I2C_SLAVE valuePeter Tyser2-8/+0
2009-05-23ppc4xx: Fix problem with ECC ordering for PPC4xx NDFC platformsStefan Roese1-2/+2
2009-05-23ppc4xx: Move definition for PPC4xx NAND FLASH controller to headerStefan Roese1-6/+3
2009-05-15Fix e-mail address of Gary Jennejohn.Detlev Zundel1-1/+1
2009-04-28Replace __attribute references with __attribute__Peter Tyser1-4/+4
2009-04-16ppc4xx: Add "booting from NAND" to 4xx NAND-booting targetsStefan Roese1-1/+5
2009-03-20ppc4xx: Don't write the MAC address into the internal SoC registersStefan Roese1-28/+1
2009-03-20cpu/: get mac address from environmentMike Frysinger1-6/+8
2009-03-20ppc4xx: Fix bug in PCI outbound map configuration for canyonlandsAnatolij Gustschin1-2/+4
2009-02-18ppc4xx: PCIe: Change 16GB inbound memory to 4GBStefan Roese1-2/+2
2009-02-12ppc4xx: Fix initialization of the SDRAM_CODT registerCarolyn Smith1-5/+2
2009-02-12ppc4xx: Autocalibration can set RDCC to over aggressive value.Adam Graham1-29/+45
2009-02-10ppc: Move CONFIG_MAX_MEM_MAPPED to common config.hKumar Gala1-3/+0
2009-02-07pci: Rename PCI_REGION_MEMORY to PCI_REGION_SYS_MEMORY for clarityKumar Gala1-2/+2
2009-02-06ppc4xx: Make PCIE support selectableDirk Eibach2-3/+4
2009-02-06ppc4xx: Only fixup opb attached UARTsMatthias Fuchs1-2/+22
2009-01-28Standardize command usage messages with cmd_usage()Peter Tyser1-2/+2
2009-01-26ppc4xx: Improve DDR autodetectDirk Eibach1-5/+50
2008-12-16Coding style cleanup, update CHANGELOG.Wolfgang Denk2-2/+1
2008-12-15i2c: merge all i2c_reg_read() and i2c_reg_write() into inline functionsTimur Tabi1-20/+0
2008-12-09Section name should be ".data", not "data"Trent Piepho1-4/+3
2008-12-06Update U-Boot's build timestamp on every compilePeter Tyser1-1/+2
2008-11-21ppc4xx: Changed 460EX/GT OCM TLB and internal SRAM initializationDave Mitchell1-7/+20
2008-11-21ppc4xx: Added ppc4xx-isram.h for internal SRAM and L2 cache DCRsDave Mitchell1-20/+21
2008-11-20ppc4xx: Clear all potentially pending exceptions in MCSRStefan Roese1-0/+4
2008-11-09Moved initialization of PPC4xx EMAC to cpu_eth_init()Ben Warren1-0/+14
2008-11-09Moved PPC4xx EMAC driver to drivers/netBen Warren2-2128/+0
2008-11-09Changed PPC4xx EMAC driver to require CONFIG_PPC4xx_EMACBen Warren2-9/+1
2008-10-24ppc4xx: Generic architecture for xilinx ppc405(v3)Ricardo Ribalda Delgado1-1/+2
2008-10-21Merge branch 'master' of git://git.denx.de/u-boot-ppc4xxWolfgang Denk3-36/+99
2008-10-21ppc4xx: Correctly setup ranges property in ebc nodeStefan Roese1-17/+28
2008-10-21ppc4xx: Add routine to retrieve CPU numberAdam Graham1-1/+18
2008-10-21ppc4xx: Add static support for 44x IBM SDRAM ControllerAdam Graham1-18/+53