summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-08-11axi: Add ihs_axi driverMario Six4-0/+328
2018-08-11drivers: Add AXI uclassMario Six7-0/+142
2018-08-10travis: give every job a nameStephen Warren1-92/+136
2018-08-10elf: Add support for PPC64 ELF V1 ABI in bootelfRob Bracero2-0/+78
2018-08-10db410c: Fixup DRAMRamon Fried1-0/+3
2018-08-10snapdragon: Add DRAM detection & FDT fixupRamon Fried3-0/+111
2018-08-10disk: part: Don't show redundant error messageSam Protsenko1-1/+1
2018-08-10env: Don't show "Failed" error messageSam Protsenko1-5/+9
2018-08-10smbios: fix checkstyle warningChristian Gmeiner1-0/+1
2018-08-10smbios: fix checkstyle errorChristian Gmeiner1-1/+1
2018-08-10doc: FIT image: clarify usage of "compression" propertySimon Goldschmidt1-1/+3
2018-08-10configs: omap3_logic: Disable NAND ID during SPLAdam Ford1-0/+1
2018-08-10configs: omap: Remove dead config CONFIG_SYS_NAND_ADDRAdam Ford13-27/+0
2018-08-10doc: README.iscsi: make compatible with restructured textHeinrich Schuchardt1-62/+68
2018-08-10doc: add structure to Sphinx generated docsHeinrich Schuchardt5-115/+132
2018-08-10README: U_BOOT_ENV_CALLBACK functionsHeinrich Schuchardt1-0/+11
2018-08-10drivers: serial: document on_baudrate()Heinrich Schuchardt1-0/+8
2018-08-10omap3_logic: Fix CONS_INDEXAdam Ford1-1/+1
2018-08-10armv8: layerscape: Enable EHCI access for LS1012ARan Wang2-0/+10
2018-08-10armv8: layerscape: move ns_dev[] define from h to c file.Ran Wang3-164/+167
2018-08-10mtd: nand: fsl_ifc: Fix handling of bitflips in erased pagesDarwin Dingel1-30/+39
2018-08-10armv8: ls1046a: setup SEC ICIDs and fix up device treeLaurentiu Tudor3-0/+47
2018-08-10armv8: ls1046a: setup fman ports ICIDs and device treeLaurentiu Tudor3-0/+122
2018-08-10armv8: ls1046a: add icid setup for qman portalsLaurentiu Tudor3-4/+79
2018-08-10armv8: ls1046a: initial icid setup supportLaurentiu Tudor7-0/+231
2018-08-10armv8: fsl-layerscape: add missing debug stream IDLaurentiu Tudor1-0/+1
2018-08-10misc: fsl_portals: setup QMAN_BAR{E} also on ARM platformsLaurentiu Tudor2-4/+1
2018-08-10armv8: ls1046a: advertise QMan v3 in configurationLaurentiu Tudor1-0/+1
2018-08-10armv8: fsl-layerscape: add missing register blocks base address definesLaurentiu Tudor1-0/+4
2018-08-10sata: fix sata_Probe return value checkTroy Kisky1-2/+2
2018-08-10sandbox: led: use new function to configure default statePatrick Delaunay3-1/+14
2018-08-10stm32mp1: use new function led default statePatrick Delaunay1-0/+4
2018-08-10dm: led: move default state support in led uclassPatrick Delaunay3-8/+39
2018-08-10Revert "dm: led: auto probe() LEDs with "default-state""Patrick Delaunay1-9/+0
2018-08-10stm32mp1: add gpio led supportPatrick Delaunay2-0/+26
2018-08-10Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini5-33/+257
2018-08-09bcm968380gerg: Add MAINTAINERS fileTom Rini1-0/+6
2018-08-09Merge git://git.denx.de/u-boot-dmTom Rini16-280/+797
2018-08-09Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini47-5483/+291
2018-08-08dfu: Provide more verbose error messageSam Protsenko1-0/+1
2018-08-08dfu: Fix memory leak in dfu_init_env_entities()Sam Protsenko1-3/+4
2018-08-08dfu: Fix data abort in dfu_free_entities()Sam Protsenko1-1/+1
2018-08-08usb: rockchip: on K_FW_LBA_WRITE_10 remove magic block size of 512 bytesAlberto Panizzo1-18/+21
2018-08-08usb: rockchip: fix printing csw debug infoAlberto Panizzo1-1/+1
2018-08-08usb: rockchip: be quiet on serial port while transferring dataAlberto Panizzo1-2/+2
2018-08-08usb: rockchip: implement K_FW_LBA_ERASE_10 commandAlberto Panizzo3-0/+50
2018-08-08usb: rockchip: implement K_FW_LBA_READ_10 commandAlberto Panizzo3-1/+107
2018-08-08usb: rockchip: implement skeleton for K_FW_GET_CHIP_VER commandAlberto Panizzo2-4/+49
2018-08-08usb: rockchip: fix command failed on host side due to missing dataAlberto Panizzo1-2/+20
2018-08-08gadget: f_thor: fix hang-up with ctrl-cSeung-Woo Kim1-2/+2