summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
...
| | * | mmc: mmc_getcd/getwp: use sensible defaultsPeter Korsgaard2013-03-24-4/+12
| | * | arm: Correct CONFIG_STANDALONE_LOAD_ADDR for AM33XX/OMAP* platformsTom Rini2013-03-24-1/+1
| | * | am335x_evm: Add better timings for the new BeagleBoard DDR3 partTom Rini2013-03-24-1/+55
| | * | ti814x_evm: add ti814x evm board supportMatt Porter2013-03-24-4/+532
| | * | ns16550: enable quirks for ti814xMatt Porter2013-03-24-2/+3
| | * | am33xx: support ti814x mmc reference clockMatt Porter2013-03-24-0/+5
| | * | am33xx: add dmm support to emif4 libraryMatt Porter2013-03-24-0/+22
| | * | am33xx: add ti814x specific register definitionsMatt Porter2013-03-24-21/+71
| | * | am33xx: refactor am33xx mux support and add ti814x supportMatt Porter2013-03-24-227/+566
| | * | am33xx: refactor am33xx clocks and add ti814x supportMatt Porter2013-03-24-33/+502
| | * | am33xx: refactor emif4/ddr to support multiple EMIF instancesMatt Porter2013-03-24-76/+144
| | * | am33xx: convert defines from am33xx-specific to generic namesMatt Porter2013-03-24-13/+13
| | * | am33xx: Add required includes to some omap/am33xx codeTom Rini2013-03-24-4/+8
| | * | igep00x0: Enable CONFIG_CMD_BOOTZEnric Balletbo i Serra2013-03-24-1/+2
| | * | ARM: AM33XX: Fix typo that causes an AM duplication in CPU name.Enric Balletbo i Serra2013-03-24-1/+1
| | * | am335x: Enable DDR PHY dynamic power down bit for DDR3 boardsVaibhav Hiremath2013-03-24-2/+5
| | * | am33xx:ddr:Fix config_sdram to work for all DDRSteve Kipisz2013-03-22-1/+4
| | * | am335x_evm: Add more variables and switch to DT booting.Koen Kooi2013-03-22-5/+10
| | * | am335x_evm: Enable CMD_EXT4 and CMD_FS_GENERIC, add bootpart to envKoen Kooi2013-03-22-4/+6
| | * | am335x_evm: add support for BeagleBone Black DT nameKoen Kooi2013-03-22-0/+2
| | * | Initialise correct GPMC WAITx irq for AM33xxMark Jackson2013-03-22-1/+1
| | * | Allow AM335x MPU core clock speed to be specified in the board config fileMark Jackson2013-03-22-2/+9
| | * | cm-t35: add support for loading splash image from NANDNikita Kiryanov2013-03-22-0/+65
| * | | ARM: tegra: enable workaround for ARM erratum 716044Stephen Warren2013-03-22-0/+1
| * | | ARM: implement erratum 716044 workaroundStephen Warren2013-03-22-0/+7
| |/ /
| * | ARM: rpi_b: enable SD controller, add related env/cmdsStephen Warren2013-03-20-3/+117
| * | mmc: add bcm2835 driverStephen Warren2013-03-20-0/+214
| * | video: add a driver for the bcm2835Stephen Warren2013-03-20-0/+144
| * | ARM: rpi_b: disable rpi_b dcache explicitlyStephen Warren2013-03-20-0/+1
| * | lcd: calculate line_length after lcd_ctrl_init()Stephen Warren2013-03-20-2/+2
| * | ARM: rpi_b: use bcm2835 mbox driver to get memory sizeStephen Warren2013-03-20-1/+20
| * | ARM: bcm2835: add mailbox driverStephen Warren2013-03-20-1/+572
* | | apx4devkit: change maintainerVeli-Pekka Peltola2013-03-27-4/+4
* | | image: Add support for Plan 9Steven Stallion2013-03-27-0/+42
* | | cmd_ext4: BREAK and correct ext4write parameter orderTom Rini2013-03-27-3/+3
* | | .checkpatch.conf: ignore udelay->usleep_range warningsMatt Porter2013-03-27-0/+3
* | | checkpatch.pl: Add 'debug' to the list of logFunctionsTom Rini2013-03-27-0/+1
* | | env_callback: Mark find_env_callback as staticTom Rini2013-03-27-2/+1
* | | MAKEALL: allow regex matches for -s optionStephen Warren2013-03-27-2/+2
* | | Merge branch 'spi' of git://git.denx.de/u-boot-x86Tom Rini2013-03-20-155/+1213
|\ \ \ | |/ / |/| |
| * | sf: Use unsigned type for buffersSimon Glass2013-03-19-4/+4
| * | x86: Enable time command for corebootSimon Glass2013-03-19-0/+2
| * | x86: Enable SPI flash support for corebootSimon Glass2013-03-19-3/+9
| * | x86: Add FDT SPI node for linkSimon Glass2013-03-19-0/+11
| * | x86: Move PCI init before SPI initSimon Glass2013-03-19-4/+4
| * | sf: Enable FDT-based configuration and memory mappingSimon Glass2013-03-19-1/+48
| * | x86: spi: Set maximum write size for ICHSimon Glass2013-03-19-0/+5
| * | sf: Respect maximum SPI write sizeSimon Glass2013-03-19-2/+8
| * | spi: Add parameter for maximum write sizeSimon Glass2013-03-19-0/+3
| * | x86: spi: Add Intel ICH driverSimon Glass2013-03-19-0/+893