summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-08-06dm: i2c: Add support for multiplexed I2C busesSimon Glass
2015-08-06dm: i2c: Add a function to transfer messagesSimon Glass
2015-08-06dm: i2c: Move definitions to the top of the header fileSimon Glass
2015-08-06dm: i2c: Correct comment nits in dm_i2c_reg_read/write()Simon Glass
2015-08-06dm: i2c: Add a message debug functionSimon Glass
2015-08-06dm: core: Support finding a device by phandleSimon Glass
2015-08-06dm: usb: fix USB Ethernet without CONFIG_DM_ETH regressionMarcel Ziswiler
2015-08-05configs: Remove CONFIG_SERIAL_MULTIStephen Warren
2015-08-05Merge git://git.denx.de/u-boot-x86Tom Rini
2015-08-05x86: Document how to write PIRQ information in the device treeBin Meng
2015-08-05pci: Remove DEBUG from pci_compat.cBin Meng
2015-08-05usb: Fix device detection codeMarek Vasut
2015-08-05net: asix: fix operation without eepromMarcel Ziswiler
2015-08-05sunxi: Drop our own copy of the USB_KEYBOARD optionsHans de Goede
2015-08-05usb: USB storage-specific part ifdef in uclassPaul Kocialkowski
2015-08-05sunxi: MUSB gadget config provisions, with fastboot and USB mass storage supportPaul Kocialkowski
2015-08-05musb: sunxi: Force EP0 on re-enableMaxime Ripard
2015-08-05sunxi: config update to stick with Kconfig changesPaul Kocialkowski
2015-08-05sunxi: usb: USB_MUSB_SUNXI move to musb-new KconfigPaul Kocialkowski
2015-08-05usb: musb-new: Kconfig support for USB_MUSB_HOST and USB_MUSB_GADGETPaul Kocialkowski
2015-08-05usb: musb-new: CONFIG_MUSB prefix replacement with CONFIG_USB_MUSBPaul Kocialkowski
2015-08-05usb: Generic USB Kconfig option, that fits both host and gadget and commentsPaul Kocialkowski
2015-08-05usb: USB_ARCH_HAS_HCD Kconfig option removalPaul Kocialkowski
2015-08-05usb: dwc2: Call board_usb_init() from usb_lowlevel_init()Peter Griffin
2015-08-05efi: Add a README to explain how things workSimon Glass
2015-08-05x86: Gracefully disable the vesa driver when running from EFISimon Glass
2015-08-05x86: qemu: Support operation as an EFI payloadSimon Glass
2015-08-05x86: baytrail: Support operation as an EFI payloadSimon Glass
2015-08-05x86: Add helper code for running from EFISimon Glass
2015-08-05x86: Handle running as EFI payloadSimon Glass
2015-08-05efi: Add a command to display the memory mapSimon Glass
2015-08-05efi: Add functions for decoding the EFI tablesSimon Glass
2015-08-05x86: Add support for passing tables into U-BootSimon Glass
2015-08-05efi: Add 64-bit payload supportSimon Glass
2015-08-05x86: Add a way to call 32-bit code from 64-bit modeSimon Glass
2015-08-05x86: Add an enum for some commonly-used GDT bitsSimon Glass
2015-08-05x86: Support building the EFI stubSimon Glass
2015-08-05efi: Add support for loading U-Boot through an EFI stubSimon Glass
2015-08-05x86: Add relocation and link script for a 64-bit EFI applicationSimon Glass
2015-08-05x86: Add definitions for the x86-efi board and plumb it inBen Stoltz
2015-08-05x86: Allow relocation code to build without text baseSimon Glass
2015-08-05x86: dts: Add a device tree file for EFISimon Glass
2015-08-05x86: Add EFI board codeBen Stoltz
2015-08-05x86: Add support for U-Boot as an EFI applicationBen Stoltz
2015-08-05x86: Add asm/elf.h for x86-specific ELF definitionsSimon Glass
2015-08-05x86: Support skipping relocation for EFISimon Glass
2015-08-05efi: Support building a u-boot-app.efi executableSimon Glass
2015-08-05x86: Set up toolchain flags for running as EFI applicationBen Stoltz
2015-08-05efi: Drop CONFIG_SYS_TEXT_BASE for EFIBen Stoltz
2015-08-05efi: Add a serial driverSimon Glass