summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* dm: power: Add support for TPS65090 FETsSimon Glass2015-08-053-0/+149
* dm: power: Add a new driver for the TPS65090 PMICSimon Glass2015-08-054-0/+160
* exynos: Enable the debug UART in SPLSimon Glass2015-08-052-0/+7
* exynos: Add debug UART support for Samsung S5P serialSimon Glass2015-08-052-0/+32
* exynos: serial: Refactor init code for debug UARTSimon Glass2015-08-051-12/+24
* cros_ec: Support the LDO access method used by springSimon Glass2015-08-055-12/+104
* dm: cros_ec: Convert the I2C tunnel code to use driver modelSimon Glass2015-08-058-11/+161
* exynos: dts: Support EC tunnel and main TPS65090 regulatorSimon Glass2015-08-053-48/+297
* exynos: dts: Add PMIC and regulator definitionsSimon Glass2015-08-052-0/+304
* exynos: dts: Sync up I2C ports with the kernelSimon Glass2015-08-059-89/+94
* exynos: i2c: Tidy up the driver model codeSimon Glass2015-08-051-36/+103
* exynos: i2c: Fix code style with ReadWriteByte()Simon Glass2015-08-051-7/+7
* i2c: Add a mux for GPIO-based I2C bus arbitrationSimon Glass2015-08-054-0/+217
* dm: i2c: Add support for multiplexed I2C busesSimon Glass2015-08-058-0/+316
* dm: i2c: Add a function to transfer messagesSimon Glass2015-08-052-0/+24
* dm: i2c: Move definitions to the top of the header fileSimon Glass2015-08-051-43/+43
* dm: i2c: Correct comment nits in dm_i2c_reg_read/write()Simon Glass2015-08-051-0/+2
* dm: i2c: Add a message debug functionSimon Glass2015-08-052-0/+26
* dm: core: Support finding a device by phandleSimon Glass2015-08-052-0/+59
* dm: usb: fix USB Ethernet without CONFIG_DM_ETH regressionMarcel Ziswiler2015-08-051-3/+6
* configs: Remove CONFIG_SERIAL_MULTIStephen Warren2015-08-0516-16/+0
* Merge git://git.denx.de/u-boot-x86Tom Rini2015-08-05122-235/+8325
|\
| * x86: Document how to write PIRQ information in the device treeBin Meng2015-08-051-0/+41
| * pci: Remove DEBUG from pci_compat.cBin Meng2015-08-051-1/+0
| * efi: Add a README to explain how things workSimon Glass2015-08-051-0/+237
| * x86: Gracefully disable the vesa driver when running from EFISimon Glass2015-08-051-0/+8
| * x86: qemu: Support operation as an EFI payloadSimon Glass2015-08-053-3/+9
| * x86: baytrail: Support operation as an EFI payloadSimon Glass2015-08-054-3/+8
| * x86: Add helper code for running from EFISimon Glass2015-08-054-0/+165
| * x86: Handle running as EFI payloadSimon Glass2015-08-055-10/+43
| * efi: Add a command to display the memory mapSimon Glass2015-08-052-0/+258
| * efi: Add functions for decoding the EFI tablesSimon Glass2015-08-052-0/+48
| * x86: Add support for passing tables into U-BootSimon Glass2015-08-053-1/+20
| * efi: Add 64-bit payload supportSimon Glass2015-08-056-6/+143
| * x86: Add a way to call 32-bit code from 64-bit modeSimon Glass2015-08-053-0/+79
| * x86: Add an enum for some commonly-used GDT bitsSimon Glass2015-08-051-0/+18
| * x86: Support building the EFI stubSimon Glass2015-08-052-1/+25
| * efi: Add support for loading U-Boot through an EFI stubSimon Glass2015-08-057-0/+376
| * x86: Add relocation and link script for a 64-bit EFI applicationSimon Glass2015-08-052-0/+149
| * x86: Add definitions for the x86-efi board and plumb it inBen Stoltz2015-08-052-0/+50
| * x86: Allow relocation code to build without text baseSimon Glass2015-08-051-6/+11
| * x86: dts: Add a device tree file for EFISimon Glass2015-08-052-0/+23
| * x86: Add EFI board codeBen Stoltz2015-08-056-0/+66
| * x86: Add support for U-Boot as an EFI applicationBen Stoltz2015-08-0511-0/+319
| * x86: Add asm/elf.h for x86-specific ELF definitionsSimon Glass2015-08-051-0/+46
| * x86: Support skipping relocation for EFISimon Glass2015-08-051-0/+6
| * efi: Support building a u-boot-app.efi executableSimon Glass2015-08-051-0/+5
| * x86: Set up toolchain flags for running as EFI applicationBen Stoltz2015-08-051-3/+27
| * efi: Drop CONFIG_SYS_TEXT_BASE for EFIBen Stoltz2015-08-051-0/+1
| * efi: Add a serial driverSimon Glass2015-08-053-0/+167
OpenPOWER on IntegriCloud