Commit Graph

31602 Commits (b725dc458f9db44957d4f541d05defe178dda7b5)
 

Author SHA1 Message Date
Simon Glass b725dc458f i2c: Add a mux for GPIO-based I2C bus arbitration 9 years ago
Simon Glass 3d1957f0ea dm: i2c: Add support for multiplexed I2C buses 9 years ago
Simon Glass df358c6bec dm: i2c: Add a function to transfer messages 9 years ago
Simon Glass 7fc65bcf8a dm: i2c: Move definitions to the top of the header file 9 years ago
Simon Glass 25a0fb4385 dm: i2c: Correct comment nits in dm_i2c_reg_read/write() 9 years ago
Simon Glass 7d7db2225c dm: i2c: Add a message debug function 9 years ago
Simon Glass d82ba4c0b4 dm: core: Support finding a device by phandle 9 years ago
Marcel Ziswiler 389f1856bd dm: usb: fix USB Ethernet without CONFIG_DM_ETH regression 9 years ago
Stephen Warren a5325cd5e9 configs: Remove CONFIG_SERIAL_MULTI 9 years ago
Tom Rini 1a2728ae4f Merge git://git.denx.de/u-boot-x86 9 years ago
Bin Meng 12c7510f17 x86: Document how to write PIRQ information in the device tree 9 years ago
Bin Meng ae0518200f pci: Remove DEBUG from pci_compat.c 9 years ago
Marek Vasut dcc7dbc731 usb: Fix device detection code 9 years ago
Marcel Ziswiler 147271209a net: asix: fix operation without eeprom 9 years ago
Hans de Goede ab27f30b6e sunxi: Drop our own copy of the USB_KEYBOARD options 9 years ago
Paul Kocialkowski 0fa5999bea usb: USB storage-specific part ifdef in uclass 9 years ago
Paul Kocialkowski b21144eb76 sunxi: MUSB gadget config provisions, with fastboot and USB mass storage support 9 years ago
Maxime Ripard 1feda63ed9 musb: sunxi: Force EP0 on re-enable 9 years ago
Paul Kocialkowski 2582ca0d80 sunxi: config update to stick with Kconfig changes 9 years ago
Paul Kocialkowski 6bed24cc62 sunxi: usb: USB_MUSB_SUNXI move to musb-new Kconfig 9 years ago
Paul Kocialkowski 5d6c2f4b5a usb: musb-new: Kconfig support for USB_MUSB_HOST and USB_MUSB_GADGET 9 years ago
Paul Kocialkowski 95de1e2f26 usb: musb-new: CONFIG_MUSB prefix replacement with CONFIG_USB_MUSB 9 years ago
Paul Kocialkowski 68f7c5db2d usb: Generic USB Kconfig option, that fits both host and gadget and comments 9 years ago
Paul Kocialkowski 9ad437447d usb: USB_ARCH_HAS_HCD Kconfig option removal 9 years ago
Peter Griffin 93b9957894 usb: dwc2: Call board_usb_init() from usb_lowlevel_init() 9 years ago
Simon Glass 1aa5e93655 efi: Add a README to explain how things work 9 years ago
Simon Glass ad11dbff74 x86: Gracefully disable the vesa driver when running from EFI 9 years ago
Simon Glass eeae510007 x86: qemu: Support operation as an EFI payload 9 years ago
Simon Glass b4302582f3 x86: baytrail: Support operation as an EFI payload 9 years ago
Simon Glass 8e36650875 x86: Add helper code for running from EFI 9 years ago
Simon Glass e49cceac61 x86: Handle running as EFI payload 9 years ago
Simon Glass f1a0bafb58 efi: Add a command to display the memory map 9 years ago
Simon Glass 16c220d0a7 efi: Add functions for decoding the EFI tables 9 years ago
Simon Glass 42fde30500 x86: Add support for passing tables into U-Boot 9 years ago
Simon Glass 96a8d409a7 efi: Add 64-bit payload support 9 years ago
Simon Glass 6f92ed8f1a x86: Add a way to call 32-bit code from 64-bit mode 9 years ago
Simon Glass 7dfe8bdeef x86: Add an enum for some commonly-used GDT bits 9 years ago
Simon Glass b997abd3f0 x86: Support building the EFI stub 9 years ago
Simon Glass 476476e73b efi: Add support for loading U-Boot through an EFI stub 9 years ago
Simon Glass 465a67cf52 x86: Add relocation and link script for a 64-bit EFI application 9 years ago
Ben Stoltz cd326a32c9 x86: Add definitions for the x86-efi board and plumb it in 9 years ago
Simon Glass a42bfe02d3 x86: Allow relocation code to build without text base 9 years ago
Simon Glass d6c099c2a1 x86: dts: Add a device tree file for EFI 9 years ago
Ben Stoltz 3e9aa32055 x86: Add EFI board code 9 years ago
Ben Stoltz 3dcdd17b43 x86: Add support for U-Boot as an EFI application 9 years ago
Simon Glass ed3b4d3736 x86: Add asm/elf.h for x86-specific ELF definitions 9 years ago
Simon Glass 981dca69f6 x86: Support skipping relocation for EFI 9 years ago
Simon Glass 08aeb8b5fe efi: Support building a u-boot-app.efi executable 9 years ago
Ben Stoltz 3f1c046cea x86: Set up toolchain flags for running as EFI application 9 years ago
Ben Stoltz 484cce0d2d efi: Drop CONFIG_SYS_TEXT_BASE for EFI 9 years ago