summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | spi: Kconfig: Move MSCC_BB_SPI, FSL_QSPI into DM_SPIJagan Teki2020-06-011-15/+15
| * | | spi: Kconfig: Drop redundant CF_SPI definitionJagan Teki2020-06-011-6/+0
| * | | spi Drop spi_init()Jagan Teki2020-06-012-8/+0
| * | | mtd: spinand: toshiba: Support for new Kioxia Serial NANDYoshio Furuyama2020-05-281-16/+103
| * | | mtd: spinand: toshiba: Rename function name to change suffix and prefix (8Gbit)Yoshio Furuyama2020-05-281-27/+27
* | | | Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-sunxiTom Rini2020-06-034-18/+27
|\ \ \ \
| * | | | sunxi: H6: Enable Ethernet on the Pine H64Samuel Holland2020-06-011-0/+1
| * | | | net: sun8i_emac: Add support for the H6 variantSamuel Holland2020-06-011-4/+10
| * | | | net: sun8i_emac: Use consistent clock bitfield definitionsSamuel Holland2020-06-011-3/+3
| * | | | sunxi: Silence warning about non-static inline functionSamuel Holland2020-06-011-9/+9
| * | | | phy: sun4i-usb: Align H6 initialization logic with the kernelRoman Stratiienko2020-06-011-2/+4
* | | | | Merge branch '2020-06-03-misc-bugfixes'Tom Rini2020-06-0352-60/+80
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | ARM: add psci_arch_init() declaration for CONFIG_ARMV7_PSCIWIP/2020-06-02-misc-bugfixesMasahiro Yamada2020-06-021-0/+1
| * | | | bootcount_ext: Add Ext4 build dependencyFrédéric Danis2020-06-021-0/+2
| * | | | kconfig: fix typo for OHCI host and add to DM listMarcin Juszkiewicz2020-06-021-2/+2
| * | | | kconfig: fix some typosMarcin Juszkiewicz2020-06-021-3/+3
| * | | | kconfig: mark SPL/TPL options for DM_KEYBOARDMarcin Juszkiewicz2020-06-021-2/+2
| * | | | cmd: fitupd: move config check to KconfigHeinrich Schuchardt2020-06-022-4/+1
| * | | | cubieboard7: Remove ARCH= references from documentationTom Rini2020-06-022-1/+2
| * | | | fu540: Remove ARCH= references from documentationTom Rini2020-06-022-1/+1
| * | | | m68k: Remove ARCH= references from documentationTom Rini2020-06-022-3/+4
| * | | | arm: ti: Remove ARCH= references from documentationTom Rini2020-06-024-10/+9
| * | | | rockchip: Remove ARCH= references from documentationTom Rini2020-06-024-5/+2
| * | | | powerpc: Remove ARCH= references from documentationTom Rini2020-06-023-3/+0
| * | | | imx: Remove ARCH= references from documentationTom Rini2020-06-024-4/+3
| * | | | amlogic: Remove ARCH= references from documentationTom Rini2020-06-0218-18/+0
| * | | | Azure: Add 'tools-only' build for macOS X hostsTom Rini2020-06-021-0/+15
| * | | | mkimage: Default to adding a crc32 hash with '-f auto'Simon Glass2020-06-021-2/+16
| * | | | tools: fw_env: Fix warning when reading too littleHarald Seiler2020-06-021-1/+7
| * | | | image: android: fix abootimg supportChristian Gmeiner2020-06-021-0/+7
| * | | | dma-mapping: Add header file for ARCH_DMA_MINALIGNSimon Glass2020-06-021-0/+1
| * | | | usb: ohci: Add header file for ARCH_DMA_MINALIGNSimon Glass2020-06-021-0/+1
| * | | | test/py: use actual core count for parallel buildsHeinrich Schuchardt2020-06-021-1/+1
|/ / / /
* | | | 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