| Commit message (Expand) | Author | Age | Lines |
* | drivers/fsl_pci_init: Fix inbound window mapping bug | Becky Bruce | 2008-12-03 | -1/+1 |
* | Removed unused CONFIG_L1_INIT_RAM symbol. | Jon Loeliger | 2008-12-03 | -30/+0 |
* | fsl ddr skip interleaving if not supported. | Ed Swarthout | 2008-12-03 | -12/+17 |
* | 85xx: socrates: fix DDR SDRAM tlb entry configuration | Anatolij Gustschin | 2008-12-03 | -0/+2 |
* | 85xx: Add CPU 2 errata workaround to all 8548 boards | Peter Tyser | 2008-12-03 | -19/+13 |
* | 85xx: the DDR tlb is missed for the !CONFIG_SPD_EEPROM case | Dave Liu | 2008-12-03 | -8/+4 |
* | 85xx: remove the unused ddr_enable_ecc in the board file | Dave Liu | 2008-12-03 | -77/+5 |
* | NAND: Fix misplaced return statement in nand_{read,write}_skip_bad(). | Scott Wood | 2008-11-25 | -6/+6 |
* | Merge branch 'master' of git://git.denx.de/u-boot-arm | Wolfgang Denk | 2008-11-25 | -68/+65 |
|\ |
|
| * | ARM: OMAP: Convert IO macros | Dirk Behme | 2008-11-21 | -67/+64 |
| * | lib_arm: do_bootm_linux() - correct a small mistake | Ilko Iliev | 2008-11-21 | -1/+1 |
* | | Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx | Wolfgang Denk | 2008-11-25 | -1479/+167 |
|\ \ |
|
| * | | ppc4xx: ml300 remove Xilinx BSP from ml300 folder | Michal Simek | 2008-11-25 | -432/+0 |
| * | | ppc4xx: Remove unused features | Matthias Fuchs | 2008-11-25 | -50/+7 |
| * | | ppc4xx: Use correct io accessors for PCI405 | Matthias Fuchs | 2008-11-25 | -35/+16 |
| * | | ppc4xx: Remove unused code from PCI405 code | Matthias Fuchs | 2008-11-25 | -871/+0 |
| * | | ppc4xx: ML2 shouldn't include the 4xx EMAC driver | Stefan Roese | 2008-11-21 | -1/+0 |
| * | | ppc4xx: katmai: Change default config | Yuri Tikhonov | 2008-11-21 | -0/+8 |
| * | | ppc4xx: Changed 460EX/GT OCM TLB and internal SRAM initialization | Dave Mitchell | 2008-11-21 | -9/+22 |
| * | | ppc4xx: Added ppc4xx-isram.h for internal SRAM and L2 cache DCRs | Dave Mitchell | 2008-11-21 | -70/+108 |
| * | | ppc4xx: Delete unused definitions for SDR0_DDRCFG from ppc4xx.h | Steven A. Falco | 2008-11-21 | -12/+3 |
| * | | ppc4xx: Clear all potentially pending exceptions in MCSR | Stefan Roese | 2008-11-20 | -0/+4 |
| |/ |
|
* | | Merge branch 'master' of git://git.denx.de/u-boot-mpc83xx | Wolfgang Denk | 2008-11-25 | -7/+9 |
|\ \ |
|
| * | | powerpc: 83xx: add missing TIMING_CFG1_CASLAT_* defines | Heiko Schocher | 2008-11-19 | -1/+3 |
| * | | mpc83xx: Improve the performance of DDR memory | Howard Gregory | 2008-11-19 | -6/+6 |
| |/ |
|
* | | Merge branch 'master' of git://git.denx.de/u-boot-ubi | Wolfgang Denk | 2008-11-25 | -99/+13630 |
|\ \ |
|
| * | | UBI: Add proof-of-concept CFI flash support | Piotr Ziecik | 2008-11-24 | -1/+9 |
| * | | mtd: Remove a printf() from add_mtd_device(). | Piotr Ziecik | 2008-11-24 | -2/+0 |
| * | | UBI: Change parsing of size in commands to default to hex | Stefan Roese | 2008-11-24 | -32/+4 |
| * | | ARM: Add Apollon UBI support | Kyungmin Park | 2008-11-19 | -18/+59 |
| * | | UBI: Add UBI command support | Kyungmin Park | 2008-11-19 | -0/+629 |
| * | | UBI: Add basic UBI support to U-Boot (Part 8/8) | Kyungmin Park | 2008-11-19 | -521/+1 |
| * | | UBI: Add basic UBI support to U-Boot (Part 7/8) | Kyungmin Park | 2008-11-19 | -0/+454 |
| * | | UBI: Add basic UBI support to U-Boot (Part 6/8) | Kyungmin Park | 2008-11-19 | -0/+381 |
| * | | UBI: Add basic UBI support to U-Boot (Part 5/8) | Kyungmin Park | 2008-11-19 | -0/+3810 |
| * | | UBI: Add basic UBI support to U-Boot (Part 4/8) | Kyungmin Park | 2008-11-19 | -0/+2538 |
| * | | UBI: Add basic UBI support to U-Boot (Part 3/8) | Kyungmin Park | 2008-11-19 | -0/+2018 |
| * | | UBI: Add basic UBI support to U-Boot (Part 2/8) | Kyungmin Park | 2008-11-19 | -0/+1768 |
| * | | UBI: Add basic UBI support to U-Boot (Part 1/8) | Kyungmin Park | 2008-11-19 | -0/+1755 |
| * | | MTD: Add MTD paritioning infrastructure | Kyungmin Park | 2008-11-19 | -0/+679 |
| |/ |
|
* | | Merge branch 'master' of git://git.denx.de/u-boot-cfi-flash | Wolfgang Denk | 2008-11-25 | -20/+272 |
|\ \ |
|
| * | | cfi-mtd: Add cfi-mtd driver. | Piotr Ziecik | 2008-11-24 | -0/+221 |
| * | | cfi_flash: Add interface for flash verbosity control | Piotr Ziecik | 2008-11-24 | -11/+23 |
| * | | cfi_flash: Export flash_sector_size() function. | Piotr Ziecik | 2008-11-24 | -2/+3 |
| * | | cfi_flash: Make all flash access functions weak | Stefan Roese | 2008-11-24 | -7/+25 |
| |/ |
|
* | | AT91RM9200DK: fix broken boot from NOR flash | Wolfgang Denk | 2008-11-24 | -1/+1 |
* | | at91rm9200: fix broken boot from nor flash | Jens Scharsig | 2008-11-24 | -4/+11 |
* | | AT91: Enable PLLB for USB | Stelian Pop | 2008-11-21 | -0/+27 |
* | | AT91: Use AT91_CPU_CLOCK in displays | Stelian Pop | 2008-11-21 | -19/+25 |
|/ |
|
* | Align end of bss by 4 bytes | Selvamuthukumar | 2008-11-18 | -81/+260 |