| Commit message (Expand) | Author | Age | Lines |
* | mpc8260: move FDT memory node fixup into common CPU code. | Marcel Ziswiler | 2009-11-22 | -0/+1 |
* | relocation: Do not relocate NULL pointers. | Joakim Tjernlund | 2009-10-08 | -2/+4 |
* | ppc: Enable full relocation to RAM | Peter Tyser | 2009-10-03 | -1/+0 |
* | i2c: Create common default i2c_[set|get]_bus_speed() functions | Peter Tyser | 2009-06-12 | -13/+0 |
* | i2c.h: Provide a default CONFIG_SYS_I2C_SLAVE value | Peter Tyser | 2009-06-12 | -3/+0 |
* | MPC8260: fixup device tree by property instead of path | Wolfgang Denk | 2009-05-15 | -5/+6 |
* | mpc8260: Fill in brg's clock-frequency in device tree. | Scott Wood | 2009-04-04 | -0/+3 |
* | PQ2FADS: Enable PCI. | Scott Wood | 2009-04-04 | -0/+2 |
* | Fix all linker script to handle all rodata sections | Trent Piepho | 2009-03-20 | -3/+1 |
* | cpu/: get mac address from environment | Mike Frysinger | 2009-03-20 | -4/+4 |
* | Fix MPC8260 with ethernet on SCC | ksi@koi8.net | 2009-02-09 | -1/+1 |
* | 82xx serial, smc: Coding-Style cleanup serial SMC driver | Heiko Schocher | 2009-02-10 | -36/+18 |
* | 82xx serial, smc: add configurable SMC Rx buffer len | Heiko Schocher | 2009-02-10 | -37/+60 |
* | pci: Rename PCI_REGION_MEMORY to PCI_REGION_SYS_MEMORY for clarity | Kumar Gala | 2009-02-07 | -2/+2 |
* | Merge branch 'master' of git://git.denx.de/u-boot-net | Wolfgang Denk | 2009-02-01 | -12/+49 |
|\ |
|
| * | mgcoge make ether_scc.c work with CONFIG_NET_MULTI | Gary Jennejohn | 2009-01-24 | -12/+49 |
* | | Standardize command usage messages with cmd_usage() | Peter Tyser | 2009-01-28 | -2/+2 |
|/ |
|
* | i2c: merge all i2c_reg_read() and i2c_reg_write() into inline functions | Timur Tabi | 2008-12-15 | -16/+0 |
* | Section name should be ".data", not "data" | Trent Piepho | 2008-12-09 | -1/+1 |
* | Update U-Boot's build timestamp on every compile | Peter Tyser | 2008-12-06 | -1/+2 |
* | Align end of bss by 4 bytes | Selvamuthukumar | 2008-11-18 | -0/+1 |
* | Moved initialization of FCC Ethernet controller to cpu_eth_init | Ben Warren | 2008-11-09 | -0/+13 |
* | rename CFG_ macros to CONFIG_SYS | Jean-Christophe PLAGNIOL-VILLARD | 2008-10-18 | -257/+257 |
* | I2C: adding new "i2c bus" Command to the I2C Subsystem. | Heiko Schocher | 2008-10-18 | -1/+14 |
* | i2c: add CONFIG_I2C_MULTI_BUS for soft_i2c and mpc8260 i2c driver. | Heiko Schocher | 2008-10-18 | -0/+36 |
* | fdt: rework fdt_fixup_ethernet() to use env instead of bd_t | Kumar Gala | 2008-08-21 | -1/+1 |
* | MPC8272ADS: fix build error: 'bd_t' has no member named 'pci_clk' | Wolfgang Denk | 2008-08-12 | -1/+1 |
* | 8260: Making the use of gd->pci_clk dependant on the CONFIG_PCI | Matvejchikov Ilya | 2008-07-31 | -20/+27 |
* | FDT memory and pci node fixes for MPC8260ADS | Matvejchikov Ilya | 2008-07-09 | -0/+12 |
* | mpc8260: add fdt_fixup_ethernet support | Esben Haabendal | 2008-07-01 | -0/+5 |
* | Big white-space cleanup. | Wolfgang Denk | 2008-05-21 | -11/+11 |
* | Remove all the search paths from the .lds files. | Jason Wessel | 2008-04-17 | -1/+0 |
* | [new uImage] Pull in libfdt if CONFIG_FIT is enabled | Marian Balakowicz | 2008-02-21 | -1/+1 |
* | PPC: Use r2 instead of r29 as global data pointer | Wolfgang Denk | 2008-02-14 | -1/+1 |
* | Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections | Wolfgang Denk | 2008-01-12 | -1/+1 |
* | Added support for the mgcoge board from keymile. | Heiko Schocher | 2008-01-12 | -4/+5 |
* | Move do_fixup* for libfdt into common code | Kumar Gala | 2007-11-21 | -26/+4 |
* | Revert "Correct fixup relocation for mpc8260" | Grant Likely | 2007-11-15 | -1/+2 |
* | add ft_cpu_setup(..) on mpc8260 | Sergej Stepanov | 2007-11-03 | -0/+38 |
* | cpu/ rtc/ include/: Remove lingering references to CFG_CMD_* symbols. | Jon Loeliger | 2007-07-10 | -3/+3 |
* | cpu/m*: Remove obsolete references to CONFIG_COMMANDS | Jon Loeliger | 2007-07-09 | -16/+16 |
* | Fixing some typos etc. introduced mainly by cfg patches. | Wolfgang Denk | 2007-07-05 | -1/+1 |
* | Correct fixup relocation for mpc8260 | Grant Likely | 2007-07-04 | -2/+1 |
* | Consolidate mpc8260 linker scripts | Grant Likely | 2007-07-04 | -0/+128 |
* | cpu/mpc*/ : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). | Jon Loeliger | 2007-07-04 | -15/+16 |
* | Coding stylke cleanup; rebuild CHANGELOG | Wolfgang Denk | 2007-06-22 | -2/+2 |
* | [ppc] Fix build breakage for all non-4xx PowerPC variants. | Rafal Jaworowski | 2007-06-22 | -2/+2 |
* | [PATCH] TQM8272: dont change the bits given from the HRCW | Heiko Schocher | 2007-03-21 | -21/+5 |
* | Added support for the TQM8272 board from TQ | Heiko Schocher | 2006-12-21 | -2/+62 |
* | Move "ar" flags to config.mk to allow for silent "make -s" | Wolfgang Denk | 2006-10-09 | -1/+1 |