summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* dm: demo: Add a simple GPIO demonstrationSimon Glass2015-01-295-2/+133
* dm: gpio: Mark the old GPIO API deprecatedSimon Glass2015-01-291-0/+21
* dm: gpio: Add better functions to request GPIOsSimon Glass2015-01-295-4/+461
* dm: gpio: Add a driver GPIO translation methodSimon Glass2015-01-292-0/+45
* dm: gpio: Add a native driver model APISimon Glass2015-01-292-71/+163
* dm: fdt: Add a function to decode phandles with argumentsSimon Glass2015-01-292-0/+177
* dm: tegra: Bring in GPIO device tree bindingSimon Glass2015-01-291-0/+40
* dm: exynos: Bring in GPIO device tree bindingSimon Glass2015-01-291-0/+41
* dm: gpio: Bring in GPIO device tree bindingSimon Glass2015-01-291-0/+211
* generic-board: show model name in board_init_f() tooMasahiro Yamada2015-01-295-24/+46
* cmd_i2c: change variable type for 10bit addressing supportMasahiro Yamada2015-01-291-11/+11
* ARM: UniPhier: enable CONFIG_I2C_EEPROMMasahiro Yamada2015-01-291-0/+3
* ARM: UniPhier: enable I2C for UniPhier SoCsMasahiro Yamada2015-01-293-0/+6
* i2c: UniPhier: add driver for UniPhier FIFO-builtin i2c controllerMasahiro Yamada2015-01-293-0/+388
* i2c: UniPhier: add driver for UniPhier i2c controllerMasahiro Yamada2015-01-293-0/+248
* i2c: add CONFIG_DM_I2C to KconfigMasahiro Yamada2015-01-291-0/+6
* lcd: fix console address is not initializedBo Shen2015-01-281-0/+1
* Makefile: clean boot.binBo Shen2015-01-281-1/+1
* spl: Change printf to puts for "Unsupported boot-device"Stefan Roese2015-01-281-1/+1
* Merge branch 'master' of git://git.denx.de/u-boot-x86Tom Rini2015-01-2646-288/+1078
|\
| * x86: config: chromebook_link: Enable environmentSimon Glass2015-01-241-0/+7
| * x86: ivybridge: Drop the Kconfig MRC cache informationSimon Glass2015-01-241-28/+0
| * x86: config: Enable hook for saving MRC configurationSimon Glass2015-01-242-0/+6
| * x86: Implement a cache for Memory Reference Code parametersSimon Glass2015-01-245-0/+464
| * x86: dts: Add SPI flash MRC details for chromebook_linkSimon Glass2015-01-241-1/+14
| * Allow architecture-specific memory reservationSimon Glass2015-01-241-0/+7
| * x86: spi: Add device tree supportSimon Glass2015-01-242-0/+8
| * x86: rtc: mc146818: Add helpers to read/write CMOS RAMSimon Glass2015-01-242-48/+105
| * x86: Use ipchecksum from net/Simon Glass2015-01-244-97/+4
| * net: Add a separate file for IP checksummingSimon Glass2015-01-233-0/+91
| * x86: dts: Add compatible string for Intel ICH9 SPI controllerSimon Glass2015-01-232-0/+2
| * pci: tegra: Fix port information parsingSjoerd Simons2015-01-231-3/+2
| * x86: Fix various code format issues in start16.SBin Meng2015-01-231-10/+10
| * x86: Test mtrr support flag before accessing mtrr msrBin Meng2015-01-233-2/+19
| * x86: Save mtrr support flag in global dataBin Meng2015-01-232-6/+14
| * x86: Add missing DECLARE_GLOBAL_DATA_PTR for mtrr.cBin Meng2015-01-231-0/+2
| * x86: config: Always scroll the display by 5 lines, for speedSimon Glass2015-01-231-0/+1
| * x86: video: Add support for CONFIG_CONSOLE_SCROLL_LINESSimon Glass2015-01-231-9/+17
| * x86: Access the VGA ROM when neededSimon Glass2015-01-233-2/+42
| * x86: Fix out of bounds irq handlers accessSebastien Ronsse2015-01-231-1/+1
| * x86: ahci: Make sure interface is not busy after enabling the portBin Meng2015-01-231-1/+19
| * x86: Drop the x86_fb driverSimon Glass2015-01-234-49/+1
| * x86: Add a VESA video driverSimon Glass2015-01-233-0/+75
| * x86: pci: Don't stop when we get a vendor/device mismatchSimon Glass2015-01-231-1/+1
| * bios_emulator: Add some VESA interface debuggingSimon Glass2015-01-232-22/+148
| * bios_emulator: Don't display error when emulator terminatesSimon Glass2015-01-231-1/+1
| * x86: Support ROMs on other archsSimon Glass2015-01-233-1/+8
| * x86: Correct endianness isues in pci_romSimon Glass2015-01-231-11/+14
| * bios_emulator: Fix an #ifdef typo in the header fileSimon Glass2015-01-231-1/+1
* | Merge branch 'master' of git://git.denx.de/u-boot-atmelTom Rini2015-01-2615-21/+109
|\ \
OpenPOWER on IntegriCloud