aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-08-10travis: give every job a nameStephen Warren
2018-08-10elf: Add support for PPC64 ELF V1 ABI in bootelfRob Bracero
2018-08-10db410c: Fixup DRAMRamon Fried
2018-08-10snapdragon: Add DRAM detection & FDT fixupRamon Fried
2018-08-10disk: part: Don't show redundant error messageSam Protsenko
2018-08-10env: Don't show "Failed" error messageSam Protsenko
2018-08-10smbios: fix checkstyle warningChristian Gmeiner
2018-08-10smbios: fix checkstyle errorChristian Gmeiner
2018-08-10doc: FIT image: clarify usage of "compression" propertySimon Goldschmidt
2018-08-10configs: omap3_logic: Disable NAND ID during SPLAdam Ford
2018-08-10configs: omap: Remove dead config CONFIG_SYS_NAND_ADDRAdam Ford
2018-08-10doc: README.iscsi: make compatible with restructured textHeinrich Schuchardt
2018-08-10doc: add structure to Sphinx generated docsHeinrich Schuchardt
2018-08-10README: U_BOOT_ENV_CALLBACK functionsHeinrich Schuchardt
2018-08-10drivers: serial: document on_baudrate()Heinrich Schuchardt
2018-08-10omap3_logic: Fix CONS_INDEXAdam Ford
2018-08-10sata: fix sata_Probe return value checkTroy Kisky
2018-08-10sandbox: led: use new function to configure default statePatrick Delaunay
2018-08-10stm32mp1: use new function led default statePatrick Delaunay
2018-08-10dm: led: move default state support in led uclassPatrick Delaunay
2018-08-10Revert "dm: led: auto probe() LEDs with "default-state""Patrick Delaunay
2018-08-10stm32mp1: add gpio led supportPatrick Delaunay
2018-08-10Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini
2018-08-09bcm968380gerg: Add MAINTAINERS fileTom Rini
2018-08-09Merge git://git.denx.de/u-boot-dmTom Rini
2018-08-08Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini
2018-08-08dfu: Provide more verbose error messageSam Protsenko
2018-08-08dfu: Fix memory leak in dfu_init_env_entities()Sam Protsenko
2018-08-08dfu: Fix data abort in dfu_free_entities()Sam Protsenko
2018-08-08usb: rockchip: on K_FW_LBA_WRITE_10 remove magic block size of 512 bytesAlberto Panizzo
2018-08-08usb: rockchip: fix printing csw debug infoAlberto Panizzo
2018-08-08usb: rockchip: be quiet on serial port while transferring dataAlberto Panizzo
2018-08-08usb: rockchip: implement K_FW_LBA_ERASE_10 commandAlberto Panizzo
2018-08-08usb: rockchip: implement K_FW_LBA_READ_10 commandAlberto Panizzo
2018-08-08usb: rockchip: implement skeleton for K_FW_GET_CHIP_VER commandAlberto Panizzo
2018-08-08usb: rockchip: fix command failed on host side due to missing dataAlberto Panizzo
2018-08-08gadget: f_thor: fix hang-up with ctrl-cSeung-Woo Kim
2018-08-08patman: Correct unit test failureSimon Glass
2018-08-08libfdt: Update to latest pylibfdt implementationSimon Glass
2018-08-08test: dm: pci: Add cases for finding PCI capability APIsBin Meng
2018-08-08dm: pci: Add APIs to find capability and extended capabilityBin Meng
2018-08-08pci: Add all known capability and extended capability idsBin Meng
2018-08-08test: dm: pci: Add tests for mixed static and dynamic devices on the same busBin Meng
2018-08-08pci: sandbox: emul: Rename priv structureBin Meng
2018-08-08test: dm: pci: Test driver binding with driver data providedBin Meng
2018-08-08sandbox: Update test.dts for dynamic PCI device driver matchingBin Meng
2018-08-08pci: sandbox: swap_case: Declare dynamic driver matchingBin Meng
2018-08-08pci: sandbox: Support dynamically binding device driverBin Meng
2018-08-08dm: pci: Assign correct driver data when binding a driverBin Meng
2018-08-08pci: sandbox: emul: Fix the call to pci_bus_find_devfn()Bin Meng