| Commit message (Expand) | Author | Age | Lines |
* | MX51: Added pins definition to set up pads | Stefano Babic | 2010-09-29 | -0/+44 |
* | ARM: Use syslib functions for all CORTEXA8 | Stefano Babic | 2010-09-29 | -2/+3 |
* | Use common function to set GPIOs for MX3 and MX5 | Stefano Babic | 2010-09-29 | -28/+17 |
* | Merge branch 'next' of /home/wd/git/u-boot/next | Wolfgang Denk | 2010-09-28 | -1201/+7646 |
|\ |
|
| * | 83xx: Remove warmboot parameter from PCI init functions | Peter Tyser | 2010-09-23 | -6/+6 |
| * | mpc83xx: fix pcie build warning | Kim Phillips | 2010-09-23 | -1/+1 |
| * | mpc83xx: add support for setting PCIE clocks | Ilya Yanok | 2010-09-23 | -0/+12 |
| * | mpc83xx/pcie: make it compile with PCIE2 unconfigured | Ilya Yanok | 2010-09-23 | -13/+25 |
| * | ppc4xx: Disable trace broadcast for 44x non debug mode | Victor Gallardo | 2010-09-23 | -0/+3 |
| * | ppc4xx: Cleanup of PVR detection code in cpu.c | Stefan Roese | 2010-09-23 | -71/+61 |
| * | Remove unused CONFIG_SERIAL_SOFTWARE_FIFO feature | Stefan Roese | 2010-09-23 | -22/+0 |
| * | ppc4xx: Use common NS16550 driver for PPC4xx UART | Stefan Roese | 2010-09-23 | -716/+242 |
| * | ppc4xx: Big header cleanup part 2, mostly PPC405 related | Stefan Roese | 2010-09-23 | -845/+610 |
| * | ppc4xx: Big header cleanup, mostly PPC440 related | Stefan Roese | 2010-09-23 | -1934/+1722 |
| * | ppc4xx: Move gpio.h to ppc4xx-gpio.h since its ppc4xx specific | Stefan Roese | 2010-09-23 | -2/+2 |
| * | ppc4xx: Move ppc4xx headers to powerpc include directory | Stefan Roese | 2010-09-23 | -28/+3861 |
| * | fsl: refactor MPC8610 and MPC5121 DIU code to use existing bitmap and logo fe... | Timur Tabi | 2010-09-21 | -66/+3 |
| * | ARM: implement relocation for arm1176 | Heiko Schocher | 2010-09-19 | -1/+299 |
| * | ARM: implement relocation for arm720t | Heiko Schocher | 2010-09-19 | -1/+183 |
| * | ARM: implement relocation for arm_intcm | Heiko Schocher | 2010-09-19 | -1/+179 |
| * | ARM: implement relocation for lh7a40x | Heiko Schocher | 2010-09-19 | -2/+199 |
| * | ARM: implement relocation for s3c44b0 | Heiko Schocher | 2010-09-19 | -1/+187 |
| * | ARM: implement relocation for sa1100 | Heiko Schocher | 2010-09-19 | -1/+175 |
| * | ARM: implement relocation for ixp | Heiko Schocher | 2010-09-19 | -1/+293 |
| * | ARM: implement relocation for pxa | Heiko Schocher | 2010-09-19 | -1/+181 |
| * | ARM: implement relocation for ARM946 | Heiko Schocher | 2010-09-19 | -2/+180 |
| * | ARM: implement relocation for ARM925 | Heiko Schocher | 2010-09-19 | -2/+216 |
| * | ARM: implement relocation for ARM920 | Heiko Schocher | 2010-09-19 | -2/+237 |
| * | ARM: implement relocation for ARM926 | Heiko Schocher | 2010-09-19 | -4/+206 |
| * | ARM: implement relocation for ARM V7 (OMAP) | Heiko Schocher | 2010-09-19 | -6/+285 |
| * | ARM: implement relocation for ARM11 | Heiko Schocher | 2010-09-19 | -1/+214 |
| * | ARM: add relocation support | Heiko Schocher | 2010-09-19 | -7/+553 |
| * | common: move TOTAL_MALLOC_LEN to include/common.h | Heiko Schocher | 2010-09-19 | -26/+0 |
| * | relocation: fixup cmdtable | Heiko Schocher | 2010-09-19 | -92/+16 |
| * | ARM (ARM11): add data cache support, test on Qong board | Heiko Schocher | 2010-09-19 | -1/+6 |
| * | ARM V7 (OMAP): add data cache support, test on Beagle board | Heiko Schocher | 2010-09-19 | -0/+85 |
| * | ARM (ARM926ejs): add data cache support, tested on magnesium and tx25 board | Heiko Schocher | 2010-09-19 | -0/+6 |
| * | ARM: cp15: setup mmu and enable dcache | Heiko Schocher | 2010-09-19 | -0/+51 |
| * | arm: get rid of bi_env | Heiko Schocher | 2010-09-19 | -11/+0 |
| * | New implementation for internal handling of environment variables. | Wolfgang Denk | 2010-09-19 | -69/+80 |
| * | Make getenv() work before relocation. | Wolfgang Denk | 2010-09-19 | -28/+33 |
| * | Cleanup use of CONFIG_SYS_SRAM_BASE and CONFIG_SYS_SRAM_SIZE | Wolfgang Denk | 2010-09-19 | -6/+3 |
* | | mpc512x: fix build issues | Wolfgang Denk | 2010-09-28 | -1/+0 |
* | | ARMV7: OMAP4: Calculate SDRAM size | Aneesh V | 2010-09-28 | -1/+39 |
* | | ixp/npe: Remove duplicated comment | Thomas Weber | 2010-09-28 | -5/+0 |
* | | ppc4xx/fdt/flash: Change fdt_fixup_nor_flash_node() to not rely on cs size | Stefan Roese | 2010-09-23 | -5/+5 |
* | | Blackfin: bfin_spi: use same gpio cs define as Linux | Mike Frysinger | 2010-09-21 | -0/+3 |
* | | POST cleanup. | Michael Zaidman | 2010-09-21 | -562/+1 |
|/ |
|
* | Prepare v2010.09-rc2v2010.09-rc2 | Wolfgang Denk | 2010-09-19 | -1/+1 |
* | Save environment data to mmc. | Terry Lv | 2010-09-19 | -11/+21 |