summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86WIP/01Jun2020Tom 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...WIP/31May2020Tom Rini2020-05-3146-380/+2899
|\ \ \
| * | | spl: add fixed memory node in target fdt also when loading ATFHeiko Stuebner2020-05-311-6/+13
| * | | rockchip: spl: do full dram_init instead of only probingHeiko Stuebner2020-05-311-5/+4
| * | | rockchip: Add initial support for the Pinebook Pro laptop from Pine64.Peter Robinson2020-05-318-0/+262
| * | | arm: dts: rockchip: Add initial DT for Pinebook ProPeter Robinson2020-05-312-0/+1097
| * | | dt-bindings: input: adopt Linux gpio-keys binding constantsPeter Robinson2020-05-311-0/+13
| * | | rockchip: rockpro64: enable DM_KEYBOARDMarcin Juszkiewicz2020-05-301-0/+1
| * | | roc-rk3399-pc: Enable USB3.0 HostJagan Teki2020-05-302-0/+11
| * | | configs: evb-rk3399: update support usb3.0 hostFrank Wang2020-05-301-0/+6
| * | | ARM: dts: rk3399-evb: usb3.0 host supportFrank Wang2020-05-301-0/+13
| * | | driver: usb: drop legacy rockchip xhci driverFrank Wang2020-05-303-207/+0
| * | | usb: dwc3: add make compatible for rockchip platformFrank Wang2020-05-301-6/+28
| * | | usb: dwc3: amend UTMI/UTMIW phy interface setupFrank Wang2020-05-294-31/+82
| * | | usb: dwc3: Enable AutoRetry feature in the controllerJagan Teki2020-05-292-0/+12
| * | | usb: dwc3: Add disable u2mac linestate check quirkJagan Teki2020-05-293-0/+28
| * | | usb: dwc3: add dis_u2_freeclk_exists_quirkFrank Wang2020-05-293-0/+9
| * | | usb: dwc3: add dis_enblslpm_quirkFrank Wang2020-05-293-0/+9
| * | | phy: rockchip: Add Rockchip USB TypeC PHY driverJagan Teki2020-05-293-0/+804
| * | | phy: rockchip: Add Rockchip USB2PHY driverJagan Teki2020-05-295-0/+334
| * | | arm: mach-rockchip: bind sub-nodes for rk3399_sysconFrank Wang2020-05-291-0/+3
| * | | clk: rk3399: Enable/Disable TCPHY clocksJagan Teki2020-05-291-0/+24
| * | | clk: rk3399: Set empty for TCPHY assigned-clocksJagan Teki2020-05-291-0/+2
| * | | clk: rk3399: Enable/Disable the USB2PHY clkJagan Teki2020-05-291-0/+12
| * | | doc: rockchip: Remove list of supported boardsWalter Lozano2020-05-291-68/+4