summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'efi-2020-04-rc2' of https://gitlab.denx.de/u-boot/custodians/u-boo...WIP/06Feb2020Tom Rini2020-02-062-212/+226
|\
| * test: efi_selftest: fix pylint warningsHeinrich Schuchardt2020-02-051-174/+187
| * test: test_efi_fit: fix pylint warningsHeinrich Schuchardt2020-02-051-38/+39
* | Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini2020-02-0617-108/+398
|\ \
| * | ddr: altera: Add DDR2 support to Gen5 driverMarek Vasut2020-02-056-70/+243
| * | watchdog: designware: Optionally fetch clock and reset from DTMarek Vasut2020-02-051-7/+33
| * | watchdog: designware: Convert to DM and DT probingMarek Vasut2020-02-057-29/+112
| * | watchdog: designware: Migrate CONFIG_DESIGNWARE_WATCHDOG to KconfigMarek Vasut2020-02-036-6/+13
| * | ARM: socfpga: Drop last use of socfpga_reset_managerMarek Vasut2020-02-031-4/+1
| * | reset: socfpga: Poll for reset status after deassert resetLey Foon Tan2020-02-031-1/+5
* | | video: enable VIDEO_ANSI and all VIDEO_BBP optionsAnatolij Gustschin2020-02-06104-172/+134
* | | configs: Resync with savedefconfigTom Rini2020-02-0698-175/+156
* | | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqWIP/05Feb2020Tom Rini2020-02-0575-149/+885
|\ \ \
| * | | board: ls1012ardb: do not use imply CONFIG_Heinrich Schuchardt2020-02-041-2/+2
| * | | armv8: ls2088a: Updates secure boot headers offsetPriyanka Singh2020-02-042-32/+32
| * | | armv8: ls1088a: Updates secure boot headers offsetPriyanka Singh2020-02-042-33/+33
| * | | armv8: lx2160a: Updates secure boot headers offsetPriyanka Singh2020-02-041-11/+11
| * | | armv8: ls1012ardb: Updates secure boot headers offsetPriyanka Singh2020-02-041-1/+2
| * | | armv8: ls1046a: Updates secure boot headers offsetPriyanka Singh2020-02-041-3/+3
| * | | configs: ls1021a: Reserve low memory for CMAAlison Wang2020-02-041-0/+4
| * | | dm: arm: ls1021a: add i2c DM supportBiwen Li2020-02-0429-8/+330
| * | | dm: arm64: ls1012a: add i2c DM supportBiwen Li2020-02-0421-28/+230
| * | | Kconfigs: layerscape: use a convenient default value for SYS_MALLOC_F_LENBiwen Li2020-02-041-1/+3
| * | | i2c: mxc_i2c: add DM_FLAG_PRE_RELOC flagBiwen Li2020-02-041-0/+1
| * | | armv8: fsl-layerscape: spl: fix build error when DM_I2C is enabledBiwen Li2020-02-041-0/+2
| * | | rtc: pcf8563: Add driver model supportBiwen Li2020-02-041-0/+107
| * | | configs: ls1028a: Enable FSPI supportKuldeep Singh2020-02-044-0/+4
| * | | arm: dts: lx2160a: Add FSPI node propertiesKuldeep Singh2020-02-042-1/+38
| * | | arm: dts: ls1028a: Add FSPI node propertiesKuldeep Singh2020-02-042-0/+31
| * | | board: fsl: lx2160a: Add support to reset to eMMCMeenakshi Aggarwal2020-02-044-0/+10
| * | | arm: dts: ls1028a: fix interrupt propertiesMichael Walle2020-02-041-24/+31
| * | | arm: ls1028a: use the new flexspi driverMichael Walle2020-02-041-6/+8
| * | | configs: ls1012ardb: Enable CONFIG_SYS_RELOC_GD_ENV_ADDRKuldeep Singh2020-02-044-0/+4
| |/ /
* | | Merge tag 'rpi-next-2020.04' of https://gitlab.denx.de/u-boot/custodians/u-bo...Tom Rini2020-02-0511-45/+854
|\ \ \ | |_|/ |/| |
| * | rpi4: Enable GENET Ethernet controllerAmit Singh Tomar2020-01-293-0/+5
| * | rpi4: Update memory map to accommodate scb devicesAmit Singh Tomar2020-01-291-3/+3
| * | net: Add support for Broadcom GENETv5 Ethernet controllerAmit Singh Tomar2020-01-293-0/+737
| * | config: enable DFU over USB on Raspberry Pi4 boardsMarek Szyprowski2020-01-293-0/+44
| * | usb: dwc2_udc_otg: add bcm2835 SoC (Raspberry Pi4) supportMarek Szyprowski2020-01-292-6/+8
| * | dfu: mmc: remove file size limit for io operationsMarek Szyprowski2020-01-291-16/+30
| * | dfu: mmc: rearrange the codeMarek Szyprowski2020-01-291-27/+34
* | | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86WIP/04Feb2020Tom Rini2020-02-0426-157/+308
|\ \ \
| * | | azure: Move to vs2017-win2016 platform build hostTom Rini2020-02-041-1/+1
| * | | gpio: intel_gpio: Fix register/bit offsets intel_gpio_get_value()Wolfgang Wallner2020-02-041-2/+2
| * | | gpio: intel_gpio: Clear tx state bit when setting outputWolfgang Wallner2020-02-041-1/+1
| * | | gpio: intel_gpio: Pass pinctrl device to pcr_clrsetbits32()Wolfgang Wallner2020-02-041-2/+2
| * | | x86: itss: Remove apl-prefixWolfgang Wallner2020-02-042-29/+29
| * | | x86: itss: Add a Kconfig option to enable/disable ITSS driverWolfgang Wallner2020-02-043-3/+8
| * | | x86: Move itss.c from Apollo Lake to a more generic locationWolfgang Wallner2020-02-043-1/+3
| * | | x86: Move itss.h from Apollo Lake to the generic x86 include directoryWolfgang Wallner2020-02-043-2/+2