| Commit message (Expand) | Author | Age | Files | Lines |
* | configs: Migrate the various SPL_BOOT_xxx choices for PowerPC | Tom Rini | 2019-06-14 | 130 | -112/+207 |
* | common: Fix a typo abnove -> above | Andy Shevchenko | 2019-06-14 | 1 | -1/+1 |
* | tools: add tools/spl_size_limit to ignore list | Simon Goldschmidt | 2019-06-14 | 1 | -0/+1 |
* | net: Convert CONFIG_TFTP_BLOCKSIZE to Kconfig | Marek Vasut | 2019-06-14 | 25 | -13/+18 |
* | net: Convert CONFIG_IP_DEFRAG to Kconfig | Marek Vasut | 2019-06-14 | 32 | -13/+25 |
* | MAINTAINERS: change Ramon Fried email address | Ramon Fried | 2019-06-14 | 2 | -2/+2 |
* | Merge tag 'u-boot-amlogic-20190612' of git://git.denx.de/u-boot-amlogic | Tom Rini | 2019-06-12 | 8 | -28/+234 |
|\ |
|
| * | pinctrl: meson-gxbb: add hdmi related pins | Maxime Jourdan | 2019-06-12 | 1 | -0/+19 |
| * | pinctrl: meson: g12a: add DS bank value | Guillaume La Roque | 2019-06-12 | 1 | -10/+10 |
| * | pinctrl: meson: add support of drive-strength-microamp | Guillaume La Roque | 2019-06-12 | 3 | -14/+74 |
| * | dm: pinctrl: Add driver-strength-microamp property | Guillaume La Roque | 2019-06-12 | 1 | -0/+3 |
| * | pinctrl: meson-axg: add support for getting pinmux status | Neil Armstrong | 2019-06-12 | 1 | -0/+48 |
| * | pinctrl: meson-gx: add support for getting pinmux status | Neil Armstrong | 2019-06-12 | 1 | -0/+44 |
| * | pinctrl: meson: add common function to get pins name | Neil Armstrong | 2019-06-12 | 2 | -0/+27 |
| * | pinctrl: meson-gx: fix GPIO_TEST_N and GPIOCLK_ groups | Neil Armstrong | 2019-06-12 | 2 | -4/+9 |
* | | Merge tag 'efi-2019-07-rc5' of git://git.denx.de/u-boot-efi | Tom Rini | 2019-06-12 | 6 | -52/+102 |
|\ \ |
|
| * | | efi_loader: implement event queue | Heinrich Schuchardt | 2019-06-10 | 2 | -28/+70 |
| * | | efi_selftest: correct event group test | Heinrich Schuchardt | 2019-06-10 | 1 | -5/+4 |
| * | | efi_loader: event signaling in ExitBootServices | Heinrich Schuchardt | 2019-06-10 | 5 | -23/+29 |
| * | | efi_loader: SignalEvent for event in signaled state | Heinrich Schuchardt | 2019-06-10 | 1 | -0/+2 |
| * | | efi_loader: RegisterProtocolNotify event signaling | Heinrich Schuchardt | 2019-06-10 | 1 | -0/+1 |
* | | | Merge tag 'u-boot-stm32-20190606' of https://github.com/pchotard/u-boot | Tom Rini | 2019-06-11 | 27 | -171/+2352 |
|\ \ \ |
|
| * | | | configs: stm32mp15: Enable Ethernet feature | Christophe Roullier | 2019-06-06 | 2 | -0/+4 |
| * | | | stm32mp1: Add Ethernet support for stm32mp1 board | Christophe Roullier | 2019-06-06 | 1 | -1/+11 |
| * | | | ARM: dts: stm32: Add Ethernet support on stm32mp1 | Christophe Roullier | 2019-06-06 | 3 | -9/+18 |
| * | | | net: dwc_eth_qos: add Ethernet stm32mp1 support | Christophe Roullier | 2019-06-06 | 1 | -52/+383 |
| * | | | board: stm32mp1: Add board_interface_eth_init | Christophe Roullier | 2019-06-06 | 1 | -3/+65 |
| * | | | stm32mp1: clk: use the correct identifier for ethck | Patrick Delaunay | 2019-06-06 | 1 | -1/+1 |
| * | | | configs: stm32mp15: Enable SPI relative flags | Patrice Chotard | 2019-06-06 | 2 | -0/+4 |
| * | | | spi: stm32: Add Serial Peripheral Interface driver for STM32MP | Patrice Chotard | 2019-06-06 | 4 | -0/+625 |
| * | | | clk: stm32mp1: Add SPI1 clock entry | Patrice Chotard | 2019-06-06 | 1 | -0/+7 |
| * | | | board: stm32mp1: Update power supply check via USB TYPE-C | Patrice Chotard | 2019-06-06 | 1 | -13/+56 |
| * | | | configs: stm32mp15: Enable WDT flags | Patrice Chotard | 2019-06-06 | 2 | -0/+4 |
| * | | | watchdog: stm32mp: Add watchdog driver | Patrice Chotard | 2019-06-06 | 5 | -0/+146 |
| * | | | ARM: dts: stm32mp: Add iwdg2 support for stm32mp157c | Patrice Chotard | 2019-06-06 | 1 | -0/+4 |
| * | | | watchdog: Kconfig: Sort entry alphabetically | Patrice Chotard | 2019-06-06 | 1 | -48/+49 |
| * | | | stm32mp1: Update env_get_location for NOR support | Patrice Chotard | 2019-06-06 | 1 | -0/+4 |
| * | | | configs: stm32mp15: Enable ENV_IS_SPI_FLASH | Patrice Chotard | 2019-06-06 | 3 | -1/+8 |
| * | | | configs: stm32mp15: Enable ENV_IS_IN_UBI | Patrice Chotard | 2019-06-06 | 3 | -0/+12 |
| * | | | stm32mp1: Increase ENV_SIZE | Patrice Chotard | 2019-06-06 | 1 | -1/+1 |
| * | | | mtd: Fix get_mtdparts() | Patrice Chotard | 2019-06-06 | 1 | -4/+1 |
| * | | | stm32mp1: Add env_get_location() | Patrice Chotard | 2019-06-06 | 1 | -0/+23 |
| * | | | configs: stm32mp15: Enable ENV_IS_IN_EXT4 and all relative flags | Patrick Delaunay | 2019-06-06 | 2 | -0/+10 |
| * | | | env: enable saveenv command when one CONFIG_ENV_IS_IN is activated | Patrick Delaunay | 2019-06-06 | 1 | -15/+21 |
| * | | | env: allow ENV_IS_NOWHERE with other storage target | Patrice Chotard | 2019-06-06 | 1 | -12/+6 |
| * | | | board: stm32mp1: Add env_ext4_get_dev_part() and env_ext4_get_intf() | Patrice Chotard | 2019-06-06 | 1 | -0/+24 |
| * | | | env: ext4: Allow overriding interface, device and partition | Patrice Chotard | 2019-06-06 | 1 | -13/+21 |
| * | | | stm32mp1: support dynamic MTDPARTS | Patrice Chotard | 2019-06-06 | 2 | -0/+94 |
| * | | | stm32mp1: activate NAND and NOR support on EV1 | Patrick Delaunay | 2019-06-06 | 6 | -0/+112 |
| * | | | arm: mach-stm32mp: Add newline to the MAC error message | Manivannan Sadhasivam | 2019-06-06 | 1 | -1/+1 |