summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | arm: socfpga: remove re-added ad-hoc reset codeSimon Goldschmidt2019-05-143-11/+1
* | | Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini2019-05-161-1/+1
|\ \ \ | |_|/ |/| |
| * | ARM: renesas: grpeach: Align env positionMarek Vasut2019-05-141-1/+1
| |/
* | Prepare v2019.07-rc2v2019.07-rc2Tom Rini2019-05-151-1/+1
* | Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini2019-05-1539-25/+71
|\ \
| * | eth: mtk-eth: fix incorrect read of phy-handleWeijie Gao2019-05-141-3/+4
| * | net: rtl8169: Support RTL-8168h/8111hThierry Reding2019-05-141-0/+1
| * | net: rtl8169: Implement ->hwaddr_write() callbackThierry Reding2019-05-141-0/+18
| * | phy: ti: Init node before readingMichal Simek2019-05-141-4/+4
| * | net: phy: micrel: Allow KSZ8xxx and KSZ90x1 to be used togetherJames Byrne2019-05-1436-18/+44
| |/
* | Merge tag 'u-boot-stm32-mcu-20190514' of https://github.com/pchotard/u-bootTom Rini2019-05-157-7/+63
|\ \ | |/ |/|
| * configs: stm32f469-disco: Disable PINCTRL_FULL flagPatrice Chotard2019-05-061-0/+1
| * configs: stm32f469-disco: Enable QSPI relative flagsPatrice Chotard2019-05-061-0/+8
| * spi: Kconfig: Add STM32F4 support for STM32_QSPI driverPatrice Chotard2019-05-061-1/+1
| * ARM: dts: stm32: Add qspi support for stm32f469-disco boardPatrice Chotard2019-05-061-0/+39
| * ARM: dts: stm32: Set spi-rx/tx-bus-width to 4 for stm32f769-discoPatrice Chotard2019-05-061-0/+1
| * ARM: dts: stm32: Remove useless spi-nor compatible stringPatrice Chotard2019-05-061-1/+1
| * ARM: dts: stm32: Set spi-rx/tx-bus-width to 4 for stm32f746-discoPatrice Chotard2019-05-061-2/+2
| * ARM: dts: stm32: Set spi-rx/tx-bus-width to 4 for stm32f746-evalPatrice Chotard2019-05-061-2/+2
| * ARM: dts: stm32: add qspi flash compatible string for stm32f746-evalPatrice Chotard2019-05-061-0/+1
| * ARM: dts: stm32: add qspi flash compatible string for stm32f769-discoPatrice Chotard2019-05-061-0/+1
| * ARM: dts: stm32: Fix qspi memory map size for stm32f7 boardsPatrice Chotard2019-05-063-1/+3
| * mach-stm32: Add MPU region for spi-nor memory mapped regionPatrice Chotard2019-05-061-0/+3
* | Merge tag 'efi-2019-07-rc3' of git://git.denx.de/u-boot-efiTom Rini2019-05-1312-138/+188
|\ \
| * | efi_loader: comments for efi_install_fdt()Heinrich Schuchardt2019-05-121-3/+8
| * | efi_loader: deduplicate code in cmd/bootefi.cHeinrich Schuchardt2019-05-121-62/+37
| * | efi_loader: ACPI device node to textHeinrich Schuchardt2019-05-121-3/+3
| * | efi_loader: infinite recursion notifying eventsHeinrich Schuchardt2019-05-121-1/+3
| * | efi_loader: simplify efi_allocate_pages()Heinrich Schuchardt2019-05-121-28/+15
| * | efi_loader: AllocateAdress error handlingHeinrich Schuchardt2019-05-121-6/+13
| * | efi_loader: out of resources in AllocatePages()Heinrich Schuchardt2019-05-121-2/+2
| * | efi_loader: check memory address before freeingHeinrich Schuchardt2019-05-121-5/+47
| * | efi_loader: error code in UninstallProtocolInterface()Heinrich Schuchardt2019-05-121-1/+1
| * | efi_loader: superfluous check in efi_remove_protocol()Heinrich Schuchardt2019-05-121-2/+0
| * | efi_loader: LocateDevicePath() incorrect parameter checkHeinrich Schuchardt2019-05-121-1/+5
| * | efi_loader: fix typo in efi_locate_handle() commentHeinrich Schuchardt2019-05-121-1/+1
| * | efi_loader: make device path to text protocol customizableHeinrich Schuchardt2019-05-126-3/+15
| * | efi_loader: make Unicode collation protocol customizableHeinrich Schuchardt2019-05-124-2/+16
| * | efi_loader: reword the EFI_LOADER config optionHeinrich Schuchardt2019-05-121-5/+5
| * | efi_loader: format KconfigHeinrich Schuchardt2019-05-121-21/+22
| * | efi_loader: observe CONFIG_EFI_LOADER_HIIHeinrich Schuchardt2019-05-121-1/+1
| * | MAINTAINERS: assign include/charset.hHeinrich Schuchardt2019-05-121-0/+1
| * | lib: charset: correct utf8_utf16_strnlen() descriptionHeinrich Schuchardt2019-05-121-5/+7
* | | Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini2019-05-1316-80/+702
|\ \ \
| * | | gpio: dwapb_gpio: convert to livetreeSimon Goldschmidt2019-05-101-14/+11
| * | | reset: socfpga: convert to livetreeSimon Goldschmidt2019-05-101-3/+1
| * | | serial: altera_uart: convert to livetreeSimon Goldschmidt2019-05-101-4/+1
| * | | spi: designware: convert to livetreeSimon Goldschmidt2019-05-101-6/+2
| * | | spi: cadence_qspi: convert to livetreeSimon Goldschmidt2019-05-101-20/+19
| * | | timer: dw-apb: remove unused DECLARE_GLOBAL_DATA_PTRSimon Goldschmidt2019-05-101-2/+0