aboutsummaryrefslogtreecommitdiff
path: root/cpu/mpc8260
AgeCommit message (Expand)AuthorFilesLines
2010-04-13ppc: Move cpu/$CPU to arch/ppc/cpu/$CPUPeter Tyser20-7476/+0
2010-02-08kgdb: cpu/mpc* cpu/74xx: include kgdb.h when neededMike Frysinger1-0/+1
2010-01-26ppc: remove -ffixed-r14 gcc option.Joakim Tjernlund1-1/+1
2010-01-26ppc: Use r12 instead of r14 as GOT pointer.Joakim Tjernlund1-6/+9
2010-01-26ppc: Loose GOT access in IRQJoakim Tjernlund1-32/+3
2010-01-18kgdb: drop duplicate debugger_exception_handlerMike Frysinger1-4/+0
2009-11-22mpc8260: move FDT memory node fixup into common CPU code.Marcel Ziswiler1-0/+1
2009-10-08relocation: Do not relocate NULL pointers.Joakim Tjernlund1-2/+4
2009-10-03ppc: Enable full relocation to RAMPeter Tyser1-1/+0
2009-06-12i2c: Create common default i2c_[set|get]_bus_speed() functionsPeter Tyser1-13/+0
2009-06-12i2c.h: Provide a default CONFIG_SYS_I2C_SLAVE valuePeter Tyser1-3/+0
2009-05-15MPC8260: fixup device tree by property instead of pathWolfgang Denk1-5/+6
2009-04-04mpc8260: Fill in brg's clock-frequency in device tree.Scott Wood1-0/+3
2009-04-04PQ2FADS: Enable PCI.Scott Wood1-0/+2
2009-03-20Fix all linker script to handle all rodata sectionsTrent Piepho1-3/+1
2009-03-20cpu/: get mac address from environmentMike Frysinger2-4/+4
2009-02-09Fix MPC8260 with ethernet on SCCksi@koi8.net1-1/+1
2009-02-1082xx serial, smc: Coding-Style cleanup serial SMC driverHeiko Schocher1-36/+18
2009-02-1082xx serial, smc: add configurable SMC Rx buffer lenHeiko Schocher1-37/+60
2009-02-07pci: Rename PCI_REGION_MEMORY to PCI_REGION_SYS_MEMORY for clarityKumar Gala1-2/+2
2009-02-01Merge branch 'master' of git://git.denx.de/u-boot-netWolfgang Denk3-12/+49
2009-01-28Standardize command usage messages with cmd_usage()Peter Tyser1-2/+2
2009-01-24mgcoge make ether_scc.c work with CONFIG_NET_MULTIGary Jennejohn3-12/+49
2008-12-15i2c: merge all i2c_reg_read() and i2c_reg_write() into inline functionsTimur Tabi1-16/+0
2008-12-09Section name should be ".data", not "data"Trent Piepho1-1/+1
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 FCC Ethernet controller to cpu_eth_initBen Warren1-0/+13
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD15-257/+257
2008-10-18I2C: adding new "i2c bus" Command to the I2C Subsystem.Heiko Schocher1-1/+14
2008-10-18i2c: add CONFIG_I2C_MULTI_BUS for soft_i2c and mpc8260 i2c driver.Heiko Schocher1-0/+36
2008-08-21fdt: rework fdt_fixup_ethernet() to use env instead of bd_tKumar Gala1-1/+1
2008-08-12MPC8272ADS: fix build error: 'bd_t' has no member named 'pci_clk'Wolfgang Denk1-1/+1
2008-07-318260: Making the use of gd->pci_clk dependant on the CONFIG_PCIMatvejchikov Ilya1-20/+27
2008-07-09FDT memory and pci node fixes for MPC8260ADSMatvejchikov Ilya1-0/+12
2008-07-01mpc8260: add fdt_fixup_ethernet supportEsben Haabendal1-0/+5
2008-05-21Big white-space cleanup.Wolfgang Denk3-11/+11
2008-04-17Remove all the search paths from the .lds files.Jason Wessel1-1/+0
2008-02-21[new uImage] Pull in libfdt if CONFIG_FIT is enabledMarian Balakowicz1-1/+1
2008-02-14PPC: Use r2 instead of r29 as global data pointerWolfgang Denk1-1/+1
2008-01-12Fix linker scripts: add NOLOAD atribute to .bss/.sbss sectionsWolfgang Denk1-1/+1
2008-01-12Added support for the mgcoge board from keymile.Heiko Schocher1-4/+5
2007-11-21Move do_fixup* for libfdt into common codeKumar Gala1-26/+4
2007-11-15Revert "Correct fixup relocation for mpc8260"Grant Likely2-1/+2
2007-11-03add ft_cpu_setup(..) on mpc8260Sergej Stepanov1-0/+38
2007-07-10cpu/ rtc/ include/: Remove lingering references to CFG_CMD_* symbols.Jon Loeliger3-3/+3
2007-07-09cpu/m*: Remove obsolete references to CONFIG_COMMANDSJon Loeliger6-16/+16
2007-07-05Fixing some typos etc. introduced mainly by cfg patches.Wolfgang Denk1-1/+1
2007-07-04Correct fixup relocation for mpc8260Grant Likely2-2/+1
2007-07-04Consolidate mpc8260 linker scriptsGrant Likely2-0/+128