aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* configs: enable DM_ETH support for T1024RDBMadalin Bucur2020-06-045-2/+18
* configs: enable DM_ETH support for P2041RDBMadalin Bucur2020-06-045-2/+18
* powerpc: dts: add QorIQ DPAA 1 FMan v3 to T1024RDBMadalin Bucur2020-06-041-1/+53
* powerpc: dts: add QorIQ DPAA 1 FMan v3 for T102xMadalin Bucur2020-06-042-0/+47
* powerpc: dts: add QorIQ DPAA 1 FMan to P5040DSMadalin Bucur2020-06-041-1/+251
* powerpc: dts: add QorIQ DPAA 1 FMan for P5040Madalin Bucur2020-06-041-0/+69
* powerpc: dts: add QorIQ DPAA 1 FMan to P3041DSMadalin Bucur2020-06-041-1/+128
* powerpc: dts: add QorIQ DPAA 1 FMan for P3041Madalin Bucur2020-06-041-0/+42
* powerpc: dts: add QorIQ DPAA 1 FMan to P2041RDBMadalin Bucur2020-06-041-1/+97
* powerpc: dts: add QorIQ DPAA 1 FMan for P2041Madalin Bucur2020-06-041-0/+42
* powerpc: dts: add QorIQ DPAA 1 FMan interfaces to P4080DSMadalin Bucur2020-06-041-1/+190
* powerpc: dts: add QorIQ DPAA 1 FMan for P4080Madalin Bucur2020-06-041-0/+61
* powerpc: dts: add QorIQ DPAA 1 FMan v3 device tree nodesMadalin Bucur2020-06-0421-0/+1026
* powerpc: dts: add QorIQ DPAA 1 FMan device tree nodesMadalin Bucur2020-06-0414-0/+662
* powerpc: dts: add QorIQ GPIOsMadalin Bucur2020-06-044-0/+64
* powerpc: dts: QorIQ: Add node(s) for the platform PLLMadalin Bucur2020-06-042-0/+28
* net: tsec: fsl_mdio: add DM MDIO supportMadalin Bucur2020-06-041-6/+134
* board/freescale: add the DM_ETH changes for the PPC DPAA platformsMadalin Bucur2020-06-0314-1/+30
* drivers: net: qe: deselect QE when DM_ETH is enabledMadalin Bucur2020-06-031-1/+1
* powerpc: mpc85xx: fix unused variable warningMadalin Bucur2020-06-031-2/+2
* powerpc/mpc85xx: Fix compiling error with DM_GPIOMadalin Bucur2020-06-031-1/+2
* drivers: net: e1000: with DM_ETH needs DM_PCI tooMadalin Bucur2020-06-031-0/+1
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini2020-06-0114-115/+314
|\
| * x86: quark: acpi: Replace _ADR() by _UID() in description of PCI host bridgeBin Meng2020-06-021-1/+1
| * x86: baytrail: acpi: Replace _ADR() by _UID() in description of PCI host bridgeBin Meng2020-06-021-1/+1
| * x86: baytrail: acpi: Create buffers outside of the methodsBin Meng2020-06-021-12/+12
| * x86: tangier: acpi: Drop _HID() where enumerated by _ADR()Andy Shevchenko2020-06-021-1/+0
| * x86: tangier: acpi: Drop _ADR() where _HID() is presentAndy Shevchenko2020-06-021-1/+0
| * x86: tangier: acpi: Replace _ADR() by _UID() in description of PCI host bridgeAndy Shevchenko2020-06-021-1/+1
| * x86: tangier: acpi: Create buffers outside of the methodsAndy Shevchenko2020-06-021-46/+49
| * x86: minnowmax: Add support for Winbond flashSimon Glass2020-06-021-0/+3
| * x86: apl: Add hex offsets for registers in FSP-SSimon Glass2020-06-021-0/+72
| * x86: coral: Correct some FSP-S settingsSimon Glass2020-06-021-7/+3
| * x86: apl: Add hex offsets for registers in FSP-MSimon Glass2020-06-021-2/+15
| * x86: coral: Correct some FSP-M settingsSimon Glass2020-06-021-0/+5
| * x86: mrccache: Allow use before driver model is activeSimon Glass2020-06-022-21/+29
| * x86: spl: Print the error on SPL failureSimon Glass2020-06-021-2/+2
| * x86: spi: Rewrite logic for obtaining the SPI memory mapSimon Glass2020-06-021-15/+88
| * x86: spi: Add a way to access the SPI mapping via registersSimon Glass2020-06-022-5/+33
* | Merge tag 'rpi-next-2020.07.2' of https://gitlab.denx.de/u-boot/custodians/u-...Tom Rini2020-06-013-5/+5
|\ \
| * | configs: rpi: set NR_DRAM_BANKS to fourMatthias Brugger2020-05-303-3/+3
| * | rpi_4_defconfig: add missing CONFIG_ARCH_FIXUP_FDT_MEMORYCorentin Labbe2020-05-302-2/+2
* | | Merge tag 'u-boot-stm32-20200528' of https://gitlab.denx.de/u-boot/custodians...Tom Rini2020-06-015-4/+31
|\ \ \ | |_|/ |/| |
| * | ARM: dts: stm32: Disable SDR104 mode on AV96Marek Vasut2020-05-281-1/+0
| * | ARM: dts: stm32: Repair I2C2 operation on AV96Marek Vasut2020-05-281-3/+3
| * | ARM: dts: stm32: Add alternate pinmux for I2C2 pinsMarek Vasut2020-05-281-0/+17
| * | ARM: stm32: Hog GPIO PF7 high on DHCOR to unlock SPI NOR nWPMarek Vasut2020-05-282-0/+10
| * | ARM: stm32: Re-enable KS8851 on DHCOMMarek Vasut2020-05-281-0/+1
* | | Merge tag 'u-boot-rockchip-20200531' of https://gitlab.denx.de/u-boot/custodi...Tom Rini2020-05-3146-380/+2899
|\ \ \
| * | | spl: add fixed memory node in target fdt also when loading ATFHeiko Stuebner2020-05-311-6/+13