| Commit message (Expand) | Author | Age | Files | Lines |
* | cros_ec: Support the LDO access method used by spring | Simon Glass | 2015-08-05 | 5 | -12/+104 |
* | dm: cros_ec: Convert the I2C tunnel code to use driver model | Simon Glass | 2015-08-05 | 8 | -11/+161 |
* | exynos: dts: Support EC tunnel and main TPS65090 regulator | Simon Glass | 2015-08-05 | 3 | -48/+297 |
* | exynos: dts: Add PMIC and regulator definitions | Simon Glass | 2015-08-05 | 2 | -0/+304 |
* | exynos: dts: Sync up I2C ports with the kernel | Simon Glass | 2015-08-05 | 9 | -89/+94 |
* | exynos: i2c: Tidy up the driver model code | Simon Glass | 2015-08-05 | 1 | -36/+103 |
* | exynos: i2c: Fix code style with ReadWriteByte() | Simon Glass | 2015-08-05 | 1 | -7/+7 |
* | i2c: Add a mux for GPIO-based I2C bus arbitration | Simon Glass | 2015-08-05 | 4 | -0/+217 |
* | dm: i2c: Add support for multiplexed I2C buses | Simon Glass | 2015-08-05 | 8 | -0/+316 |
* | dm: i2c: Add a function to transfer messages | Simon Glass | 2015-08-05 | 2 | -0/+24 |
* | dm: i2c: Move definitions to the top of the header file | Simon Glass | 2015-08-05 | 1 | -43/+43 |
* | dm: i2c: Correct comment nits in dm_i2c_reg_read/write() | Simon Glass | 2015-08-05 | 1 | -0/+2 |
* | dm: i2c: Add a message debug function | Simon Glass | 2015-08-05 | 2 | -0/+26 |
* | dm: core: Support finding a device by phandle | Simon Glass | 2015-08-05 | 2 | -0/+59 |
* | dm: usb: fix USB Ethernet without CONFIG_DM_ETH regression | Marcel Ziswiler | 2015-08-05 | 1 | -3/+6 |
* | configs: Remove CONFIG_SERIAL_MULTI | Stephen Warren | 2015-08-05 | 16 | -16/+0 |
* | Merge git://git.denx.de/u-boot-x86 | Tom Rini | 2015-08-05 | 122 | -235/+8325 |
|\ |
|
| * | x86: Document how to write PIRQ information in the device tree | Bin Meng | 2015-08-05 | 1 | -0/+41 |
| * | pci: Remove DEBUG from pci_compat.c | Bin Meng | 2015-08-05 | 1 | -1/+0 |
| * | efi: Add a README to explain how things work | Simon Glass | 2015-08-05 | 1 | -0/+237 |
| * | x86: Gracefully disable the vesa driver when running from EFI | Simon Glass | 2015-08-05 | 1 | -0/+8 |
| * | x86: qemu: Support operation as an EFI payload | Simon Glass | 2015-08-05 | 3 | -3/+9 |
| * | x86: baytrail: Support operation as an EFI payload | Simon Glass | 2015-08-05 | 4 | -3/+8 |
| * | x86: Add helper code for running from EFI | Simon Glass | 2015-08-05 | 4 | -0/+165 |
| * | x86: Handle running as EFI payload | Simon Glass | 2015-08-05 | 5 | -10/+43 |
| * | efi: Add a command to display the memory map | Simon Glass | 2015-08-05 | 2 | -0/+258 |
| * | efi: Add functions for decoding the EFI tables | Simon Glass | 2015-08-05 | 2 | -0/+48 |
| * | x86: Add support for passing tables into U-Boot | Simon Glass | 2015-08-05 | 3 | -1/+20 |
| * | efi: Add 64-bit payload support | Simon Glass | 2015-08-05 | 6 | -6/+143 |
| * | x86: Add a way to call 32-bit code from 64-bit mode | Simon Glass | 2015-08-05 | 3 | -0/+79 |
| * | x86: Add an enum for some commonly-used GDT bits | Simon Glass | 2015-08-05 | 1 | -0/+18 |
| * | x86: Support building the EFI stub | Simon Glass | 2015-08-05 | 2 | -1/+25 |
| * | efi: Add support for loading U-Boot through an EFI stub | Simon Glass | 2015-08-05 | 7 | -0/+376 |
| * | x86: Add relocation and link script for a 64-bit EFI application | Simon Glass | 2015-08-05 | 2 | -0/+149 |
| * | x86: Add definitions for the x86-efi board and plumb it in | Ben Stoltz | 2015-08-05 | 2 | -0/+50 |
| * | x86: Allow relocation code to build without text base | Simon Glass | 2015-08-05 | 1 | -6/+11 |
| * | x86: dts: Add a device tree file for EFI | Simon Glass | 2015-08-05 | 2 | -0/+23 |
| * | x86: Add EFI board code | Ben Stoltz | 2015-08-05 | 6 | -0/+66 |
| * | x86: Add support for U-Boot as an EFI application | Ben Stoltz | 2015-08-05 | 11 | -0/+319 |
| * | x86: Add asm/elf.h for x86-specific ELF definitions | Simon Glass | 2015-08-05 | 1 | -0/+46 |
| * | x86: Support skipping relocation for EFI | Simon Glass | 2015-08-05 | 1 | -0/+6 |
| * | efi: Support building a u-boot-app.efi executable | Simon Glass | 2015-08-05 | 1 | -0/+5 |
| * | x86: Set up toolchain flags for running as EFI application | Ben Stoltz | 2015-08-05 | 1 | -3/+27 |
| * | efi: Drop CONFIG_SYS_TEXT_BASE for EFI | Ben Stoltz | 2015-08-05 | 1 | -0/+1 |
| * | efi: Add a serial driver | Simon Glass | 2015-08-05 | 3 | -0/+167 |
| * | Add a way to skip relocation | Simon Glass | 2015-08-05 | 2 | -0/+10 |
| * | x86: Update README to explain booting Ubuntu on Minnowmax | Simon Glass | 2015-08-05 | 1 | -0/+278 |
| * | x86: minnowmax: Drop the old PCI settings | Simon Glass | 2015-08-05 | 1 | -12/+0 |
| * | x86: dts: Fix typo in intel,irq-router.txt | Simon Glass | 2015-08-05 | 1 | -2/+2 |
| * | x86: Drop CONFIG_DCACHE_RAM_MRC_VAR_SIZE from header file | Simon Glass | 2015-08-05 | 1 | -1/+0 |