summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-spiWIP/30Apr2020Tom Rini2020-04-3019-1176/+1059
|\
| * sifive: fu540: Enable spi-nor flash supportJagan Teki2020-04-302-0/+4
| * riscv: dts: hifive-unleashed-a00: Add -u-boot.dtsiJagan Teki2020-04-301-0/+10
| * spi: sifive: Fix QPP transferJagan Teki2020-04-301-20/+37
| * spi: sifive: Fix format register proto fieldJagan Teki2020-04-301-3/+21
| * spi: sifive: Add spi-mem exec opJagan Teki2020-04-301-1/+74
| * mtd: spi-nor-ids: Add Spansion s25fs512s flash entryKuldeep Singh2020-04-301-1/+2
| * watchdog: kconfig: Enable designware for rk3399Jagan Teki2020-04-301-0/+1
| * mtd: spi-nor-ids: Enable 4B_OPCODES for is25wp256Jagan Teki2020-04-301-1/+2
| * mtd: spi-nor: Enable QE bit for ISSI flashJagan Teki2020-04-302-0/+2
| * spi: sifive: Tidy up dm_spi_slave_platdata variableJagan Teki2020-04-301-15/+15
| * rk3399: Enable SF distro bootcmdJagan Teki2020-04-302-0/+16
| * rk3399: Add boot flash script offset, sizeJagan Teki2020-04-291-0/+2
| * environment: distro: Add SF distro commandJagan Teki2020-04-291-0/+41
| * spi: spi-mem: Add SPI_MEM_NO_DATA to the spi_mem_data_dir enumTudor Ambarus2020-04-292-1/+3
| * mtd: nand: spi: add support for Toshiba TC58CVG2S0HRAIJRobert Marko2020-04-291-0/+10
| * mtd: spi-nand: Import Toshiba SPI-NAND supportRobert Marko2020-04-294-1/+194
| * mtd: spi-nor: Enable dual and quad read for s25fl256s0Bacem Daassi2020-04-291-1/+1
| * mtd: spi-nor-ids: Enable SPI_NOR_OCTAL_READ flag for mt35xu*Kuldeep Singh2020-04-291-2/+2
| * spi: cadence-qspi: Move ref clock calculation to probePratyush Yadav2020-04-291-16/+17
| * spi: use is_power_of_2 instead of hweight32 in spi_nor_write()Rasmus Villemoes2020-04-291-4/+1
| * spi: Transform the FSL QuadSPI driver to use the SPI MEM APIKuldeep Singh2020-04-292-1114/+608
* | Merge tag 'efi-2020-07-rc2' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2020-04-3011-140/+179
|\ \
| * | efi_loader: fix 'efidebug bootorder'Heinrich Schuchardt2020-04-301-21/+26
| * | efi_loader: efidebug, avoid illegal memory accessHeinrich Schuchardt2020-04-301-1/+2
| * | efi_loader: fix 'efidebug boot dump'Heinrich Schuchardt2020-04-301-25/+20
| * | MAINTAINERS: assign test/py/tests/test_efi*/ to EFI PAYLOADHeinrich Schuchardt2020-04-301-0/+1
| * | efi_loader: remove CONFIG_EFI_SECURE_BOOT in efi_loader.hAKASHI Takahiro2020-04-301-4/+1
| * | doc/efi: rework secure boot descriptionHeinrich Schuchardt2020-04-301-48/+62
| * | efi_loader: identify EFI system partitionHeinrich Schuchardt2020-04-302-0/+27
| * | part: detect EFI system partitionHeinrich Schuchardt2020-04-304-13/+32
| * | efi_loader: remove superfluous NULL check in bootefi.cHeinrich Schuchardt2020-04-301-4/+2
| * | test/py: fix test_efi_secboot/conftest.pyHeinrich Schuchardt2020-04-301-24/+6
* | | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini2020-04-3030-232/+983
|\ \ \
| * | | x86: Add documentation for the chain-load featureSimon Glass2020-04-301-0/+28
| * | | x86: Use the existing stack when chain-loadingSimon Glass2020-04-301-2/+14
| * | | x86: Add a way to detect running from corebootSimon Glass2020-04-301-0/+2
| * | | x86: Move coreboot-table detection into common codeSimon Glass2020-04-303-15/+41
| * | | board: Add a gd flag for chain loadingSimon Glass2020-04-302-1/+2
| * | | pci: Avoid auto-config when chain loadingSimon Glass2020-04-301-2/+2
| * | | x86: cpu: Skip init code when chain loadingSimon Glass2020-04-303-3/+10
| * | | x86: apl: Skip init code when chain loadingSimon Glass2020-04-301-0/+2
| * | | x86: fsp: Allow skipping init code when chain loadingSimon Glass2020-04-304-1/+22
| * | | acpi: Add an acpi commandSimon Glass2020-04-307-0/+277
| * | | acpi: Move the xsdt pointer to acpi_ctxSimon Glass2020-04-303-6/+11
| * | | acpi: Put table-setup code in its own functionSimon Glass2020-04-304-86/+147
| * | | acpi: Move acpi_add_table() to generic codeSimon Glass2020-04-305-74/+100
| * | | acpi: Drop code for missing XSDT from acpi_write_rsdp()Simon Glass2020-04-301-13/+2
| * | | x86: Allow devices to write ACPI tablesSimon Glass2020-04-301-0/+2
| * | | acpi: Convert part of acpi_table to use acpi_ctxSimon Glass2020-04-304-46/+130