summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | efi_loader: MetaiMatch() must be case insensitiveHeinrich Schuchardt2019-06-141-24/+41
| * | | | efi_loader: AllocatePages() must accept addr == 0Heinrich Schuchardt2019-06-141-3/+3
| * | | | efi_loader: correct ExitBootServices()Heinrich Schuchardt2019-06-141-5/+8
| * | | | efi_loader: loaded images cannot be started twiceHeinrich Schuchardt2019-06-141-0/+3
| * | | | efi_loader: LoadImage must return EFI_NOT_FOUNDHeinrich Schuchardt2019-06-141-1/+1
| * | | | efi_loader: LoadImage w/o SourceBuffer and DevicePathHeinrich Schuchardt2019-06-141-11/+4
* | | | | Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini2019-06-152-0/+13
|\ \ \ \ \
| * | | | | arm: socfpga: provide default SPL_SIZE_LIMIT for gen5Simon Goldschmidt2019-06-141-0/+8
| * | | | | arm: dts: Stratix10: Enable i2cLey Foon Tan2019-06-141-0/+5
| | |/ / / | |/| | |
* | | | | Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini2019-06-1544-3492/+0
|\ \ \ \ \
| * | | | | sh: r0p7734: Remove the boardMarek Vasut2019-06-148-814/+0
| * | | | | sh: ap325rxa: Remove the boardMarek Vasut2019-06-149-707/+0
| * | | | | sh: ap_sh4a_4a: Remove the boardMarek Vasut2019-06-148-776/+0
| * | | | | sh: ms7750se: Remove the boardMarek Vasut2019-06-148-290/+0
| * | | | | sh: ms7722: Remove the boardMarek Vasut2019-06-148-421/+0
| * | | | | sh: espt_giga: Remove the boardMarek Vasut2019-06-148-484/+0
| |/ / / /
* | | | | Merge branch '2019-06-14-master-imports'Tom Rini2019-06-15199-191/+391
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | cmd: define CMD_DATA_SIZE when CONFIG_CMD_SETEXPR is selectedBartosz Golaszewski2019-06-141-1/+2
| * | | | configs: Migrate CONFIG_SYS_LDSCRIPT to KconfigTom Rini2019-06-1475-17/+135
| * | | | configs: Remove unneeded CONFIG_SYS_LDSCRIPT instancesTom Rini2019-06-1416-32/+0
| * | | | configs: Migrate the various SPL_BOOT_xxx choices for PowerPCTom Rini2019-06-14130-112/+207
| * | | | common: Fix a typo abnove -> aboveAndy Shevchenko2019-06-141-1/+1
| * | | | tools: add tools/spl_size_limit to ignore listSimon Goldschmidt2019-06-141-0/+1
| * | | | net: Convert CONFIG_TFTP_BLOCKSIZE to KconfigMarek Vasut2019-06-1425-13/+18
| * | | | net: Convert CONFIG_IP_DEFRAG to KconfigMarek Vasut2019-06-1432-13/+25
| * | | | MAINTAINERS: change Ramon Fried email addressRamon Fried2019-06-142-2/+2
|/ / / /
* | | | Merge tag 'u-boot-amlogic-20190612' of git://git.denx.de/u-boot-amlogicTom Rini2019-06-128-28/+234
|\ \ \ \ | |/ / / |/| | |
| * | | pinctrl: meson-gxbb: add hdmi related pinsMaxime Jourdan2019-06-121-0/+19
| * | | pinctrl: meson: g12a: add DS bank valueGuillaume La Roque2019-06-121-10/+10
| * | | pinctrl: meson: add support of drive-strength-microampGuillaume La Roque2019-06-123-14/+74
| * | | dm: pinctrl: Add driver-strength-microamp propertyGuillaume La Roque2019-06-121-0/+3
| * | | pinctrl: meson-axg: add support for getting pinmux statusNeil Armstrong2019-06-121-0/+48
| * | | pinctrl: meson-gx: add support for getting pinmux statusNeil Armstrong2019-06-121-0/+44
| * | | pinctrl: meson: add common function to get pins nameNeil Armstrong2019-06-122-0/+27
| * | | pinctrl: meson-gx: fix GPIO_TEST_N and GPIOCLK_ groupsNeil Armstrong2019-06-122-4/+9
| |/ /
* | | Merge tag 'efi-2019-07-rc5' of git://git.denx.de/u-boot-efiTom Rini2019-06-126-52/+102
|\ \ \
| * | | efi_loader: implement event queueHeinrich Schuchardt2019-06-102-28/+70
| * | | efi_selftest: correct event group testHeinrich Schuchardt2019-06-101-5/+4
| * | | efi_loader: event signaling in ExitBootServicesHeinrich Schuchardt2019-06-105-23/+29
| * | | efi_loader: SignalEvent for event in signaled stateHeinrich Schuchardt2019-06-101-0/+2
| * | | efi_loader: RegisterProtocolNotify event signalingHeinrich Schuchardt2019-06-101-0/+1
* | | | Merge tag 'u-boot-stm32-20190606' of https://github.com/pchotard/u-bootTom Rini2019-06-1127-171/+2352
|\ \ \ \
| * | | | configs: stm32mp15: Enable Ethernet featureChristophe Roullier2019-06-062-0/+4
| * | | | stm32mp1: Add Ethernet support for stm32mp1 boardChristophe Roullier2019-06-061-1/+11
| * | | | ARM: dts: stm32: Add Ethernet support on stm32mp1Christophe Roullier2019-06-063-9/+18
| * | | | net: dwc_eth_qos: add Ethernet stm32mp1 supportChristophe Roullier2019-06-061-52/+383
| * | | | board: stm32mp1: Add board_interface_eth_initChristophe Roullier2019-06-061-3/+65
| * | | | stm32mp1: clk: use the correct identifier for ethckPatrick Delaunay2019-06-061-1/+1
| * | | | configs: stm32mp15: Enable SPI relative flagsPatrice Chotard2019-06-062-0/+4
| * | | | spi: stm32: Add Serial Peripheral Interface driver for STM32MPPatrice Chotard2019-06-064-0/+625