aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-07-09binman: Correct operation of ObtainContents()Simon Glass8-14/+114
2018-07-09binman: Tidy up variables in _RunMicrocodeTest()Simon Glass1-7/+18
2018-07-09binman: Make the operation of Entry__testing explicitSimon Glass2-4/+11
2018-07-09binman: Switch to 'python-coverage'Tom Rini3-8/+7
2018-07-09dm: core: Add logging of some common errorsSimon Glass1-2/+12
2018-07-09dm: core: Add a function to decode a memory regionSimon Glass2-0/+126
2018-07-09dm: core: Update of_read_fmap_entry() for livetreeSimon Glass3-10/+8
2018-07-09dm: spi: Update sandbox SPI emulation driver to use ofnodeSimon Glass3-9/+10
2018-07-09dm: core: Add a way to bind a device by ofnodeSimon Glass2-0/+12
2018-07-09log: Add a way to log a return value with a messageSimon Glass1-0/+8
2018-07-09dm: core: Add a way to find an ofnode by compatible stringSimon Glass2-0/+23
2018-07-09dm: core: Add comments to ofnode_read_resource() functoinsSimon Glass1-0/+23
2018-07-09dm: core: Fix a few ofnode function commentsSimon Glass1-1/+3
2018-07-09dm: core: Add ofnode function to read a 64-bit intSimon Glass4-0/+78
2018-07-09fdt: Add device tree memory bindingsMichael Pratt5-1/+224
2018-07-09Prepare v2018.07v2018.07Tom Rini1-1/+1
2018-07-08Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini1-0/+1
2018-07-06Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini2-21/+8
2018-07-06tegra: nyan-big: Update CONFIG_SYS_TEXT to the default in README.chromiumPeter Robinson2-21/+8
2018-07-06Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2-1/+19
2018-07-05sunxi: A64: OHCI: prevent turning off shared USB clockAndre Przywara1-1/+18
2018-07-05usb: dwc2: Add brcm,bcm2708-usb compatibleEmmanuel Vadot1-0/+1
2018-07-03Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini8-6/+343
2018-07-03arm: timer: sunxi: add Allwinner timer erratum workaroundAndre Przywara2-0/+28
2018-07-03arm: timer: factor out FSL arch timer erratum workaroundAndre Przywara1-6/+25
2018-07-02Prepare v2018.07-rc3v2018.07-rc3Tom Rini1-1/+1
2018-07-02Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini16-11/+266
2018-07-02board/aries: RemoveTom Rini40-4142/+1
2018-07-02ax25: Switch to CONFIG_BOOTP_PREFER_SERVERIPAlexander Graf2-1/+1
2018-07-02net: Add option to prefer bootp/dhcp serveripAlexander Graf2-1/+16
2018-07-02net: Prefer command line argumentsAlexander Graf4-7/+21
2018-07-02net: Add new wol command - Wake on LANLothar Felten9-1/+223
2018-07-02net: mvneta: zero Tx descriptors on initRabeeh Khoury1-0/+1
2018-07-02net: mvneta: dcache flush TX descriptors at initRabeeh Khoury1-0/+1
2018-07-02net: fastboot: Fix build when FASTBOOT_FLASH is disabledAlex Kiernan1-0/+2
2018-07-02net: zynq_gem: Initialize val variable in zynq_gem_miiphy_read()Michal Simek1-1/+1
2018-07-02Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini2-9/+9
2018-07-02video: arm: rpi: Add brcm,bcm2708-fb compatibleEmmanuel Vadot1-0/+1
2018-07-01Merge git://git.denx.de/u-boot-x86Tom Rini17-15/+169
2018-07-01Revert "fw_printenv: Don't bail out directly after one env read error"Tom Rini1-15/+9
2018-07-02doc: vxworks: Mention chain-loading an x86 kernel via 'bootefi'Bin Meng1-6/+12
2018-07-02x86: doc: Update EFI loader supportBin Meng1-2/+27
2018-07-02efi_loader: helloworld: Output ACPI configuration tableBin Meng1-0/+4
2018-07-02efi_loader: Install ACPI configuration tablesBin Meng5-0/+60
2018-07-02efi_loader: Increase number of configuration tables to 16Bin Meng1-1/+1
2018-07-02x86: efi_loader: Build EFI memory map per E820 tableBin Meng1-0/+39
2018-07-02x86: Use microcode update from device tree for all processorsIvan Gorinov4-4/+13
2018-07-02x86: Add scsi command to coreboot and qemuBin Meng2-0/+2
2018-07-02x86: timer: tsc: Allow specifying clock rate from device tree againBin Meng1-2/+11
2018-06-30Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini5-14/+27