summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-06-24x86: efi-x86_app: Update MAINTAINERSBin Meng
2018-06-22Merge branch 'master' of git://git.denx.de/u-boot-uniphierTom Rini
2018-06-23ARM: dts: uniphier: enable SD card for PXs3 reference boardMasahiro Yamada
2018-06-23ARM: dts: uniphier: sync DT with Linux 4.18-rc1Masahiro Yamada
2018-06-23serial: uniphier: set clock rate without clock-frequency propertyMasahiro Yamada
2018-06-23serial: uniphier: rename struct uniphier_serial_private_dataMasahiro Yamada
2018-06-23reset: uniphier: sync reset data with Linux 4.18-rc1Masahiro Yamada
2018-06-23ARM: uniphier: enable CONFIG_SNI_AVE and disable CONFIG_SMC911XMasahiro Yamada
2018-06-22Merge tag 'signed-efi-2018.07' of git://github.com/agraf/u-bootTom Rini
2018-06-21efi_loader: Fix GOP 32bpp exposureAlexander Graf
2018-06-21Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini
2018-06-21Merge tag 'arc-updates-for-2018.07-rc3' of git://git.denx.de/u-boot-arcTom Rini
2018-06-21Makefile: Ensure we build with -std=gnu11Tom Rini
2018-06-21ARC: EMDK: Add readmeAlexey Brodkin
2018-06-19Prepare v2018.07-rc2Tom Rini
2018-06-19test_avb: Add pymark.buildconfigspec information for the AVB testsTom Rini
2018-06-19libavb: Update SPDX tag styleTom Rini
2018-06-19configs: Update Meson GX configsNeil Armstrong
2018-06-19meson: use the clock driverBeniamino Galvani
2018-06-19clk: add Amlogic meson clock driverBeniamino Galvani
2018-06-19config: meson-gx-common: Enable USB bootNeil Armstrong
2018-06-19adc: meson-saradc: fix regmap_init_mem callNeil Armstrong
2018-06-19configs: dragonboard410c: remove env partition offsetRamon Fried
2018-06-19configs: db410c: Set eMMC env partition to BOOT2Ramon Fried
2018-06-19common: Fix cpu nr type which is always unsigned typeMichal Simek
2018-06-19bootm: Handle kernel_noload on arm64Marek Vasut
2018-06-19ARM: image: Add option for ignoring ep bit 3Marek Vasut
2018-06-19sandbox: swap_case: Increase number of base address regsSimon Glass
2018-06-19spi: sandbox: Fix memory leak in sandbox_sf_bind_emul()Simon Glass
2018-06-19rsa: Fix missing memory leak on error in fdt_add_bignum()Simon Glass
2018-06-19fdtgrep: Separate out checking of two allocationsSimon Glass
2018-06-19fdtgrep: Fix logic of free() in do_fdtgrep()Simon Glass
2018-06-19ARM: dts: rmobile: Add HS200 support to E3 EbisuMarek Vasut
2018-06-19ARM: dts: rmobile: Move the PHY reset GPIOs into PHY nodesMarek Vasut
2018-06-19net: sh_eth: Support reset GPIO both in mac and phy nodeMarek Vasut
2018-06-19net: ravb: Support reset GPIO both in mac and phy nodeMarek Vasut
2018-06-19net: ravb: Filter out supported PHY featuresMarek Vasut
2018-06-19net: ravb: Do not shut down clock in start callbackMarek Vasut
2018-06-19ARM: dts: rmobile: Move the PHY reset GPIO backMarek Vasut
2018-06-19ARM: rmobile: Adjust text base on V3M EagleMarek Vasut
2018-06-19pinctrl: renesas: Fix register usage in sh_pfc_{read,write}Marek Vasut
2018-06-18console: Fix handling of NULL global_dataSimon Glass
2018-06-18log: Fix incorect range check in log_get_cat_name()Simon Glass
2018-06-18gpio: omap_gpio: Name GPIO's by bank and index with DM_GPIOAdam Ford
2018-06-18arm: mach-omap2/omap3/clock.c: Enable all GPIO with CMD_GPIOAdam Ford
2018-06-18block: Add SPL_BLOCK_CACHE and default nAdam Ford
2018-06-18arm: Do not clear LR on exception in SPLAndrew F. Davis
2018-06-18mmc: Remove hwpartition help text when command is disabledAlex Kiernan
2018-06-18fs: btrfs: Do not fail when all root_backups are emptyYevgeny Popovych
2018-06-18.gitignore: move *.dtb and *.dtb.S patterns to the top-level .gitignoreMasahiro Yamada