| Commit message (Expand) | Author | Age | Lines |
* | Make sure that argv[] argument pointers are not modified. | Wolfgang Denk | 2010-07-04 | -10/+10 |
* | Move arch/ppc to arch/powerpc | Stefan Roese | 2010-04-21 | -5/+5 |
* | ppc: Move cpu/$CPU to arch/ppc/cpu/$CPU | Peter Tyser | 2010-04-13 | -3/+3 |
* | Replace "#include <asm-$ARCH/$FILE>" with "#include <asm/$FILE>" | Peter Tyser | 2010-04-13 | -1/+1 |
* | Rename lib_generic/ to lib/ | Peter Tyser | 2010-04-13 | -5/+5 |
* | Move lib_$ARCH directories to arch/$ARCH/lib | Peter Tyser | 2010-04-13 | -2/+2 |
* | mpc5xxx: Remove all references to MGT5100 | Detlev Zundel | 2010-03-21 | -13/+0 |
* | TQM8xx: add device tree support for TQM8xx based boards. | Heiko Schocher | 2010-03-12 | -0/+119 |
* | PCIe, USB: Replace 'end point' references with 'endpoint' | Peter Tyser | 2010-01-17 | -1/+1 |
* | ppc/85xx: Move to using fsl_setup_hose on TQM 85xx | Kumar Gala | 2010-01-05 | -4/+4 |
* | 5xxx, fdt: move fdt_fixup_memory() to cpu.c file | Heiko Schocher | 2009-12-08 | -1/+0 |
* | Merge branch 'reloc' | Wolfgang Denk | 2009-10-09 | -2/+0 |
|\ |
|
| * | ppc: Enable full relocation to RAM | Peter Tyser | 2009-10-03 | -2/+0 |
* | | tqm5200: Correct comment and code in post_hotkeys_pressed. | Detlev Zundel | 2009-10-08 | -4/+2 |
|/ |
|
* | ppc/8xxx: Refactor code to determine if PCI is enabled & agent/host | Kumar Gala | 2009-09-08 | -5/+3 |
* | ppc: Remove -fno-strict-aliasing | Kumar Gala | 2009-09-04 | -1/+1 |
* | 85xx: Move to a common linker script | Kumar Gala | 2009-08-28 | -146/+0 |
* | pci/fsl_pci_init: Fold fsl_pci_setup_inbound_windows into fsl_pci_init | Kumar Gala | 2009-08-28 | -7/+0 |
* | pci/fsl_pci_init: Fold pci_setup_indirect into fsl_pci_init | Kumar Gala | 2009-08-28 | -6/+2 |
* | tqm85xx: Remove board_add_ram_info() | Peter Tyser | 2009-07-22 | -30/+3 |
* | mpc83xx: convert all remaining boards over to 83XX_GENERIC_PCI | Kim Phillips | 2009-07-18 | -182/+35 |
* | General help message cleanup | Wolfgang Denk | 2009-06-12 | -9/+10 |
* | TQM834x: add FDT support | Wolfgang Denk | 2009-06-12 | -0/+56 |
* | Redundant Environment: protect full sector size | Wolfgang Denk | 2009-06-04 | -1/+1 |
* | fsl_pci: Move prototypes into fsl_pci.h and remove explicit externs | Kumar Gala | 2009-04-04 | -6/+0 |
* | fsl_pci: Renamed immap_fsl_pci.h to fsl_pci.h | Kumar Gala | 2009-04-04 | -1/+1 |
* | Add multi-chip NAND support for the TQM8548 modules | Wolfgang Grandegger | 2009-03-23 | -1/+4 |
* | Fix all linker script to handle all rodata sections | Trent Piepho | 2009-03-20 | -6/+2 |
* | boards: get mac address from env and move load_sernum_ethaddr() to board init | Mike Frysinger | 2009-03-20 | -0/+3 |
* | TQM8xxL: make some room in low memory for future needs | Wolfgang Denk | 2009-02-19 | -1/+0 |
* | TQM85xx: Fix a couple warnings in TQM8548 build | Andy Fleming | 2009-02-16 | -3/+5 |
* | MPC85xx: TQM8548: workaround for erratum DDR 19 and 20 | Wolfgang Grandegger | 2009-02-16 | -8/+108 |
* | MPC85xx: TQM8548: use cache for AG and BE variants | Wolfgang Grandegger | 2009-02-16 | -2/+2 |
* | MPC85xx: TQM8548_AG: add 1 GiB DDR2-SDRAM configuration | Wolfgang Grandegger | 2009-02-16 | -4/+26 |
* | MPC85xx: TQM8548: fix SDRAM timing for 533 MHz | Wolfgang Grandegger | 2009-02-16 | -6/+8 |
* | MPC85xx: TQM8548: add support for the TQM8548_BE module | Wolfgang Grandegger | 2009-02-16 | -2/+4 |
* | MPC85xx: TQM85xx: make standard PCI/PCI-X configurable | Wolfgang Grandegger | 2009-02-16 | -6/+6 |
* | MPC85xx: TQM85xx: fix flash protection for boot loader | Wolfgang Grandegger | 2009-02-16 | -2/+1 |
* | pci: Rename PCI_REGION_MEMORY to PCI_REGION_SYS_MEMORY for clarity | Kumar Gala | 2009-02-07 | -1/+1 |
* | Command usage cleanup | Peter Tyser | 2009-01-28 | -8/+8 |
* | Standardize command usage messages with cmd_usage() | Peter Tyser | 2009-01-28 | -6/+6 |
* | mpc8xxx: LCRR[CLKDIV] is sometimes five bits | Trent Piepho | 2008-12-19 | -1/+1 |
* | Update U-Boot's build timestamp on every compile | Peter Tyser | 2008-12-06 | -1/+2 |
* | lwmon, tqm8xx: Fix build errors | Anatolij Gustschin | 2008-12-06 | -2/+3 |
* | 85xx: Add PORDEVSR_PCI1 define | Peter Tyser | 2008-12-04 | -1/+1 |
* | Align end of bss by 4 bytes | Selvamuthukumar | 2008-11-18 | -0/+2 |
* | TQM8260: use CFI flash driver instead of custom driver. | Wolfgang Denk | 2008-11-02 | -498/+1 |
* | Coding Style cleanup, update CHANGELOG | Wolfgang Denk | 2008-11-02 | -2/+2 |
* | Merge branch 'master' of git://git.denx.de/u-boot-video | Wolfgang Denk | 2008-10-28 | -0/+26 |
|\ |
|
| * | lcd: Let the board code show board-specific info | Haavard Skinnemoen | 2008-10-27 | -0/+26 |