| Commit message (Expand) | Author | Age | Lines |
* | powerpc/85xx: Add support for Freescale P1023/P1017 Processors | Roy Zang | 2011-04-04 | -1/+99 |
* | powerpc/85xx: Don't build read_tlbcam_entry for CONFIG_NAND_SPL | Kumar Gala | 2011-04-04 | -2/+2 |
* | powerpc: Add cpu_secondary_init_r to allow for initialization post env setup | Kumar Gala | 2011-04-04 | -6/+23 |
* | powerpc/85xx: Cleanup some QE related defines | Kumar Gala | 2011-04-04 | -67/+37 |
* | powerpc/8xxx: Refactor fsl_ddr_get_spd into common code from board | Kumar Gala | 2011-04-04 | -551/+69 |
* | powerpc/8xxx: Replace fsl_ddr_get_mem_data_rate with get_ddr_freq() | Kumar Gala | 2011-04-04 | -150/+9 |
* | powerpc/85xx: Remove config.mk for nand linker script | Kumar Gala | 2011-04-04 | -121/+4 |
* | powerpc: Move cpu specific lmb reserve to arch_lmb_reserve | Kumar Gala | 2011-04-04 | -93/+10 |
* | powerpc/85xx: Update P2020DS default env settings | Li Yang | 2011-04-04 | -10/+12 |
* | powerpc/85xx: Add eSDHC support on P2020DS | Jerry Huang | 2011-04-04 | -1/+37 |
* | powerpc/85xx: Add some defines for P2040, P3041, P5010, P5020 | Kumar Gala | 2011-04-04 | -0/+15 |
* | powerpc/85xx: Extend ethernet device tree stashing parameters for "fsl,etsec2" | Pankaj Chauhan | 2011-04-04 | -0/+3 |
* | powerpc/85xx: Declare fsl_ddr_set_memctl_regs in <asm/fsl_ddr_sdram.h> | Kumar Gala | 2011-04-04 | -6/+2 |
* | powerpc/85xx: Remove DATARATE_*_MHZ defines in static ddr init | Kumar Gala | 2011-04-04 | -35/+28 |
* | p1022ds: allow for board-specific ngPIXIS functions | Timur Tabi | 2011-04-04 | -18/+112 |
* | powerpc/85xx: Add support for Integrated Flash Controller (IFC) | Dipen Dudhat | 2011-04-04 | -2/+1056 |
* | powerpc/85xx: Add SERDES support for P1010/P1014 | Prabhakar Kushwaha | 2011-04-04 | -0/+82 |
* | atmel_nand: don't require CONFIG_SYS_NAND_ENABLE_PIN | michael | 2011-04-01 | -0/+2 |
* | NAND: add support for reading ONFI page table | Florian Fainelli | 2011-04-01 | -49/+213 |
* | Fix NAND_SPL and ONENAND_IPL in Makefile | Haiying Wang | 2011-04-01 | -16/+14 |
* | NAND: add more watchdog resets | Scott Wood | 2011-04-01 | -0/+8 |
* | Prepare v2011.03v2011.03 | Wolfgang Denk | 2011-03-31 | -1/+1 |
* | Fix build issues cause by LDFLAGS_FINAL changes | Wolfgang Denk | 2011-03-31 | -48/+48 |
* | Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx | Wolfgang Denk | 2011-03-31 | -1/+67 |
|\ |
|
| * | powerpc/85xx: Handle PCIe initialization requires for P1021 class SoCs | Prabhakar Kushwaha | 2011-03-29 | -1/+60 |
| * | powerpc/85xx: Enable various errata on P1022/P1013 SoCs | Jiang Yutang | 2011-03-28 | -0/+7 |
* | | Merge branch 'master' of git://git.denx.de/u-boot-cfi-flash | Wolfgang Denk | 2011-03-31 | -0/+5 |
|\ \ |
|
| * | | cfi_flash: fix bug with flash banks with different sector numbers | Martin Krause | 2011-03-28 | -0/+5 |
| |/ |
|
* | | Fix build problems caused by "_end" -> "__bss_end__" rename | Wolfgang Denk | 2011-03-31 | -4/+4 |
|/ |
|
* | Prepare vv2011.03-rc2 | Wolfgang Denk | 2011-03-27 | -1/+1 |
* | Coding Style cleanup: remove trailing empty lines | Wolfgang Denk | 2011-03-27 | -11/+0 |
* | Merge branch 'master' of git://git.denx.de/u-boot-arm | Wolfgang Denk | 2011-03-27 | -329/+680 |
|\ |
|
| * | arm: Tegra2: Change mach-type to MACH_TYPE_SEABOARD due to mach-types.h update | Tom Warren | 2011-03-27 | -1/+1 |
| * | S5P: mmc: Resolved interrupt error during mmc_init | Chander Kashyap | 2011-03-27 | -1/+1 |
| * | ARMV7: S5P: Fixed register offset in mmc.h | Chander Kashyap | 2011-03-27 | -4/+6 |
| * | S5P: timer: replace bss variable by gd | Minkyu Kang | 2011-03-27 | -15/+12 |
| * | S5P: universal: Enable the pwm driver | Minkyu Kang | 2011-03-27 | -0/+3 |
| * | S5P: goni: Enable the pwm driver | Minkyu Kang | 2011-03-27 | -0/+3 |
| * | S5P: smdkc100: Enable the pwm driver | Minkyu Kang | 2011-03-27 | -0/+3 |
| * | S5P: timer: Use pwm functions | Minkyu Kang | 2011-03-27 | -58/+7 |
| * | ARM: S5P: pwm driver support | Donghwa Lee | 2011-03-27 | -0/+259 |
| * | SMDK6400: Fixup dram_init for relocation support | seedshope | 2011-03-27 | -1/+7 |
| * | SMDK6400: Disable LED function in start.s on the nand booting | seedshope | 2011-03-27 | -0/+2 |
| * | SMDK6400: Add some labels to u-boot.lds to support nand_spl | seedshope | 2011-03-27 | -1/+16 |
| * | SMDK6400: Fix the mutiple link error | seedshope | 2011-03-27 | -1/+0 |
| * | SMDK6400: Fix some label undefined in build error | seedshope | 2011-03-27 | -3/+24 |
| * | SMDK6400: Fix CONFIG_SYS_INIT_SP_ADDR undefined | seedshope | 2011-03-27 | -0/+5 |
| * | arm: fix incorrect monitor protection region in FLASH | Po-Yu Chuang | 2011-03-27 | -1/+88 |
| * | rename _end to __bss_end__ | Po-Yu Chuang | 2011-03-27 | -263/+263 |
* | | powerpc/85xx: Fix PCI memory map setup on P1_P2_RDB | Prabhakar Kushwaha | 2011-03-24 | -14/+14 |