aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2017-07-31configs: Migrate CMD_NAND*Tom Rini144-355/+10
2017-07-31dm: console: Check for serial devices properlySimon Glass1-0/+1
2017-07-31env: Migrate CONFIG_ENV_IS_IN_FAT options to KconfigTom Rini17-66/+0
2017-07-31Remove unused CONFIG_TWL4030_PWMAdam Ford1-1/+0
2017-07-31serial: stm32x7: Convert CONFIG_STM32X7_SERIAL to KconfigPatrice Chotard1-1/+0
2017-07-31Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini3-66/+195
2017-07-30x86: minnowmax: Remove CONFIG_SMSC_LPC47MBin Meng1-1/+0
2017-07-30x86: Add Intel Edison board filesAndy Shevchenko1-0/+61
2017-07-29Merge git://git.denx.de/u-boot-socfpgaTom Rini3-9/+1
2017-07-29Merge git://git.denx.de/u-boot-usbTom Rini62-117/+248
2017-07-29efi_loader: indent entry/exit prints to show nesting levelRob Clark1-4/+8
2017-07-29efi_loader: add checking for incorrect use of EFI_ENTRY/EXITRob Clark1-7/+10
2017-07-28clk: fix compilation errors for poplar platformPatrice Chotard1-14/+21
2017-07-28dm: phy: add missing #ifdef CONFIG_PHYPatrice Chotard1-0/+42
2017-07-28dfu: remove limitation on partition sizePatrick Delaunay1-2/+2
2017-07-28dfu: allow dfu read on partition greater than 2GBPatrick Delaunay1-1/+1
2017-07-28dm: usb: Add a new USB controller operation 'update_hub_device'Bin Meng1-1/+20
2017-07-28usb: hub: Parse and save TT details from device descriptorBin Meng2-0/+28
2017-07-28usb: hub: Support 'set hub depth' request for USB 3.0 hubsBin Meng2-0/+4
2017-07-28usb: hub: Add a new API to test if a hub device is root hubBin Meng1-0/+8
2017-07-28usb: hub: Remove hub_port_reset()Bin Meng1-18/+0
2017-07-28x86: minnowmax: Add a environment variable for USB power-on delayBin Meng1-1/+2
2017-07-28configs: Remove CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS in all boardsBin Meng29-56/+2
2017-07-28configs: Remove CONFIG_SYS_USB_XHCI_MAX_ROOT_PORTS in all boardsBin Meng26-36/+2
2017-07-28usb: hub: Add 3.0 hub port status mask of 2.0 hubBin Meng1-1/+6
2017-07-28usb: hub: Change USB hub descriptor to match USB 3.0 hubsBin Meng1-4/+14
2017-07-28usb: hub: Send correct wValue to get hub descriptor of a USB 3.0 hubBin Meng1-0/+1
2017-07-28dm: core: add ofnode_count_phandle_with_args()Patrice Chotard3-0/+60
2017-07-28clk: add clk_release_all()Patrice Chotard1-0/+14
2017-07-28reset: add reset_release_all()Patrice Chotard1-0/+18
2017-07-28reset: add reset_request()Patrice Chotard1-0/+9
2017-07-28drivers: phy: add generic_phy_valid() methodPatrice Chotard1-0/+11
2017-07-28fdtdec: Drop old compatible valuesSimon Glass1-6/+0
2017-07-28dm: power: Convert as3722 to driver modelSimon Glass1-16/+2
2017-07-28power: Add a GPIO driver for the as3722 PMICSimon Glass1-0/+5
2017-07-28power: Add a regulator driver for the as3722 PMICSimon Glass1-0/+8
2017-07-28dm: core: Add ofnode_read_resource()Simon Glass2-10/+20
2017-07-28sandbox: remove os_putc() and os_puts()Masahiro Yamada1-20/+0
2017-07-28dm: ofnode: change return type of dev_read_prop() to opaque pointerMasahiro Yamada1-3/+3
2017-07-28dm: Fix typo in include-guard for dm-structs.hPhilipp Tomsich1-2/+2
2017-07-28efi_loader: Add an EFI_CALL() macroRob Clark1-0/+17
2017-07-28efi_loader: only evaluate EFI_EXIT()'s ret onceRob Clark1-2/+3
2017-07-27spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LENAndy Yan1-1/+1
2017-07-27rockchip: firefly: Add "usb start" to auto-start USB deviceLeo Wen1-1/+2
2017-07-27rockchip: firefly: Set the environment variable 'usbkbd' to the stdinLeo Wen1-1/+1
2017-07-27rockchip: rk3399: enable SPL_SERIAL_SUPPORT and SPL_DRIVERS_MISC_SUPPORT via ...Philipp Tomsich1-2/+0
2017-07-27rockchip: use UUID for root partitionsKever Yang1-1/+7
2017-07-26Merge git://git.denx.de/u-boot-uniphierTom Rini1-33/+3
2017-07-26serial: stm32x7: migrate serial struct to driverPatrice Chotard1-17/+0
2017-07-26ARM: DTS: stm32: align DT clock declaration with kernelPatrice Chotard2-0/+171