aboutsummaryrefslogtreecommitdiff
path: root/cpu/mpc8260
AgeCommit message (Expand)AuthorFilesLines
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
2007-07-04cpu/mpc*/ : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger6-15/+16
2007-06-22Coding stylke cleanup; rebuild CHANGELOGWolfgang Denk1-2/+2
2007-06-22[ppc] Fix build breakage for all non-4xx PowerPC variants.Rafal Jaworowski1-2/+2
2007-03-21[PATCH] TQM8272: dont change the bits given from the HRCWHeiko Schocher2-21/+5
2006-12-21Added support for the TQM8272 board from TQHeiko Schocher4-2/+62
2006-10-09Move "ar" flags to config.mk to allow for silent "make -s"Wolfgang Denk1-1/+1
2006-09-01Add support for a saving build objects in a separate directory.Marian Balakowicz1-8/+12
2006-05-30Fix PCI to memory window size problems on PM82x boardsWolfgang Denk1-2/+2
2006-03-31GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk10-35/+24