aboutsummaryrefslogtreecommitdiff
path: root/cpu/mpc83xx
AgeCommit message (Expand)AuthorFilesLines
2009-07-14usb: mpc834x: added support of the MPH USB controller in addition to the DR oneValeriy Glushkov1-0/+2
2009-07-09mpc83xx: USB: fix: access of ehci struct elementsVivek Mahajan1-2/+2
2009-07-0283xx: Add support for fsl_dma driverPeter Tyser2-121/+4
2009-07-0283xx: Replace CONFIG_ECC_INIT_VIA_DDRC referencesPeter Tyser1-1/+1
2009-07-018xxx: Rename dma_xfer() to dmacpy()Peter Tyser2-17/+16
2009-06-12qe: Pass in uec_info struct through uec_initializeHaiying Wang1-17/+3
2009-06-12mpc83xx: USB: Reorganized its supportVivek Mahajan1-1/+18
2009-06-1283xx: Replace CONFIG_MPC83[0-9]X with MPC83[0-9]xPeter Tyser2-34/+34
2009-06-1283xx: Replace CONFIG_MPC83XX with CONFIG_MPC83xxPeter Tyser1-1/+1
2009-06-12General help message cleanupWolfgang Denk1-1/+1
2009-04-2483xx: searching "muram-data" by compatible propertyHeiko Schocher1-2/+2
2009-03-20Fix all linker script to handle all rodata sectionsTrent Piepho1-3/+1
2009-03-14mpc83xx: Add bank configuration to FSL spd_sdram.cJerry Van Baren1-6/+10
2009-03-14mpc83xx: correctly set encryption and I2C bus 0 clockNorbert van Bolhuis1-1/+1
2009-03-058360, kmeter1: added bootcount feature.Heiko Schocher2-0/+52
2009-03-0583xx: Fix some bugs in spd sdram codeDave Liu1-3/+23
2009-02-23mpc83xx: PCI: Fix hard-coded first_busno valueAnton Vorontsov1-1/+1
2009-02-23mpc83xx: PCI: Fix bus-range fdt fixups for PCI1 controllersAnton Vorontsov1-2/+2
2009-02-23mpc83xx: PCIe: Fix CONFIG_PCI_SCAN_SHOW reporting bogus valuesAnton Vorontsov1-2/+7
2009-02-23mpc83xx: PCIe: Don't start bus enumeration at 0Anton Vorontsov1-3/+1
2009-02-1683xx: Add eSDHC support on 8379 EMDS boardAndy Fleming1-0/+14
2009-02-07pci: Rename PCI_REGION_MEMORY to PCI_REGION_SYS_MEMORY for clarityKumar Gala2-3/+3
2009-01-28Command usage cleanupPeter Tyser2-2/+2
2009-01-28Standardize command usage messages with cmd_usage()Peter Tyser1-2/+2
2009-01-2183xx: Use the proper sequence for updating IMMR.Scott Wood1-3/+15
2009-01-21mpc83xx: Add support for MPC83xx PCI-E controllersAnton Vorontsov3-2/+317
2009-01-2183xx: PCI agent mode fixes for multi-board systemsIra Snyder1-0/+5
2009-01-21mpc83xx: Size optimization of start.SRon Madrid1-38/+39
2008-12-06Update U-Boot's build timestamp on every compilePeter Tyser1-1/+2
2008-11-18Align end of bss by 4 bytesSelvamuthukumar1-0/+1
2008-11-09Moved initialization of QE Ethernet controller to cpu_eth_init()Ben Warren1-1/+19
2008-10-30Merge branch 'master' of git://git.denx.de/u-boot-mpc83xxWolfgang Denk1-1/+1
2008-10-30mpc83xx pci: Round up memory size in inbound window.Scott Wood1-1/+1
2008-10-29Make Freescale local bus registers available for both 83xx and 85xx.Haiying Wang1-1/+1
2008-10-21mpc83xx: Removed #ifdef CONFIG_MPC834X dependency on upmconfig functionRichard Retanubun1-5/+0
2008-10-21mpc83xx: serdes: add forgotten shifts for rfcksAnton Vorontsov1-1/+1
2008-10-21Cleanup: fix "MHz" spellingWolfgang Denk1-2/+2
2008-10-21Use strmhz() to format clock frequenciesWolfgang Denk1-20/+22
2008-10-18Merge 'next' branchWolfgang Denk13-283/+284
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD13-282/+282
2008-10-18Adds two more ethernet interface to 83xxrichardretanubun1-1/+2
2008-10-1783xx NAND boot: wait for LTESR[CC]Lepcha Suchit1-0/+12
2008-10-14mpc83xx: wait till UPM completes the write to arraySelvamuthukumar1-3/+4
2008-09-24mpc83xx: spd_sdram: fix ddr sdram base address assignment bugAnton Vorontsov1-1/+1
2008-09-03Merge branch 'master' of git://git.denx.de/u-boot-mpc83xxWolfgang Denk2-28/+183
2008-09-03mpc83xx: clean up cache operations and unlock_ram_in_cache() functionsNick Spence1-21/+30
2008-09-03mpc83xx: Store and display Arbiter Event Register valuesNick Spence2-1/+146
2008-09-03mpc83xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cacheNick Spence1-4/+5
2008-09-03MPC83XX: Fix GPIO configuration - set gpio level before directionNick Spence1-2/+2
2008-09-02Pass in tsec_info struct through tsec_initializeAndy Fleming1-13/+7