aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-08-05dm: i2c: Add a function to transfer messagesSimon Glass2-0/+24
2015-08-05dm: i2c: Move definitions to the top of the header fileSimon Glass1-43/+43
2015-08-05dm: i2c: Correct comment nits in dm_i2c_reg_read/write()Simon Glass1-0/+2
2015-08-05dm: i2c: Add a message debug functionSimon Glass2-0/+26
2015-08-05dm: core: Support finding a device by phandleSimon Glass2-0/+59
2015-08-05dm: usb: fix USB Ethernet without CONFIG_DM_ETH regressionMarcel Ziswiler1-3/+6
2015-08-05configs: Remove CONFIG_SERIAL_MULTIStephen Warren16-16/+0
2015-08-05Merge git://git.denx.de/u-boot-x86Tom Rini122-235/+8325
2015-08-05x86: Document how to write PIRQ information in the device treeBin Meng1-0/+41
2015-08-05pci: Remove DEBUG from pci_compat.cBin Meng1-1/+0
2015-08-05usb: Fix device detection codeMarek Vasut1-3/+7
2015-08-05net: asix: fix operation without eepromMarcel Ziswiler1-6/+34
2015-08-05sunxi: Drop our own copy of the USB_KEYBOARD optionsHans de Goede2-7/+1
2015-08-05usb: USB storage-specific part ifdef in uclassPaul Kocialkowski1-0/+2
2015-08-05sunxi: MUSB gadget config provisions, with fastboot and USB mass storage supportPaul Kocialkowski1-0/+30
2015-08-05musb: sunxi: Force EP0 on re-enableMaxime Ripard1-0/+3
2015-08-05sunxi: config update to stick with Kconfig changesPaul Kocialkowski1-3/+2
2015-08-05sunxi: usb: USB_MUSB_SUNXI move to musb-new KconfigPaul Kocialkowski23-30/+35
2015-08-05usb: musb-new: Kconfig support for USB_MUSB_HOST and USB_MUSB_GADGETPaul Kocialkowski2-0/+16
2015-08-05usb: musb-new: CONFIG_MUSB prefix replacement with CONFIG_USB_MUSBPaul Kocialkowski54-167/+167
2015-08-05usb: Generic USB Kconfig option, that fits both host and gadget and commentsPaul Kocialkowski1-7/+8
2015-08-05usb: USB_ARCH_HAS_HCD Kconfig option removalPaul Kocialkowski1-3/+0
2015-08-05usb: dwc2: Call board_usb_init() from usb_lowlevel_init()Peter Griffin1-0/+4
2015-08-05efi: Add a README to explain how things workSimon Glass1-0/+237
2015-08-05x86: Gracefully disable the vesa driver when running from EFISimon Glass1-0/+8
2015-08-05x86: qemu: Support operation as an EFI payloadSimon Glass3-3/+9
2015-08-05x86: baytrail: Support operation as an EFI payloadSimon Glass4-3/+8
2015-08-05x86: Add helper code for running from EFISimon Glass4-0/+165
2015-08-05x86: Handle running as EFI payloadSimon Glass5-10/+43
2015-08-05efi: Add a command to display the memory mapSimon Glass2-0/+258
2015-08-05efi: Add functions for decoding the EFI tablesSimon Glass2-0/+48
2015-08-05x86: Add support for passing tables into U-BootSimon Glass3-1/+20
2015-08-05efi: Add 64-bit payload supportSimon Glass6-6/+143
2015-08-05x86: Add a way to call 32-bit code from 64-bit modeSimon Glass3-0/+79
2015-08-05x86: Add an enum for some commonly-used GDT bitsSimon Glass1-0/+18
2015-08-05x86: Support building the EFI stubSimon Glass2-1/+25
2015-08-05efi: Add support for loading U-Boot through an EFI stubSimon Glass7-0/+376
2015-08-05x86: Add relocation and link script for a 64-bit EFI applicationSimon Glass2-0/+149
2015-08-05x86: Add definitions for the x86-efi board and plumb it inBen Stoltz2-0/+50
2015-08-05x86: Allow relocation code to build without text baseSimon Glass1-6/+11
2015-08-05x86: dts: Add a device tree file for EFISimon Glass2-0/+23
2015-08-05x86: Add EFI board codeBen Stoltz6-0/+66
2015-08-05x86: Add support for U-Boot as an EFI applicationBen Stoltz11-0/+319
2015-08-05x86: Add asm/elf.h for x86-specific ELF definitionsSimon Glass1-0/+46
2015-08-05x86: Support skipping relocation for EFISimon Glass1-0/+6
2015-08-05efi: Support building a u-boot-app.efi executableSimon Glass1-0/+5
2015-08-05x86: Set up toolchain flags for running as EFI applicationBen Stoltz1-3/+27
2015-08-05efi: Drop CONFIG_SYS_TEXT_BASE for EFIBen Stoltz1-0/+1
2015-08-05efi: Add a serial driverSimon Glass3-0/+167
2015-08-05Add a way to skip relocationSimon Glass2-0/+10