summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-09-30timer: Add a test for timer_timebase_fallbackSean Anderson5-10/+80
2020-09-30timer: Add helper for drivers using timebase fallbackSean Anderson2-0/+46
2020-09-30riscv: Rework riscv timer driver to only support S-modeSean Anderson8-71/+25
2020-09-30ram: sifive: Remove regmap dependencyBin Meng1-9/+3
2020-09-30ram: sifive: Check return value on clk_enable()Bin Meng1-0/+5
2020-09-30doc/sipeed/maix: describe RESET and BOOT buttonHeinrich Schuchardt1-2/+6
2020-09-30doc: correct kflash settings for Maix One DockHeinrich Schuchardt1-1/+1
2020-09-30cmd: irq: disable CMD_IRQ for riscv archPragnesh Patel1-1/+1
2020-09-25Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-x86 in...Tom Rini153-224/+10787
2020-09-25x86: edison: Add documentation for using am xFSTK imageSimon Glass1-0/+120
2020-09-25x86: edison: Generate an image suitable for xFSTKSimon Glass4-0/+83
2020-09-25binman: Support adding a U-Boot environmentSimon Glass5-0/+132
2020-09-25binman: Show an error when a file is missingSimon Glass3-2/+24
2020-09-25x86: Use multiple imagesSimon Glass3-21/+10
2020-09-25x86: video: Show information about each video deviceSimon Glass2-5/+33
2020-09-25x86: Add support for more than 8 MTRRsSimon Glass3-12/+24
2020-09-25x86: Allow showing details about a HOB entrySimon Glass1-4/+45
2020-09-25x86: hob: Try to show a name instead of a GUIDSimon Glass2-2/+66
2020-09-25x86: hob: Add way to show a single hob entrySimon Glass1-5/+11
2020-09-25acpi: Use I2cSerialBusV2() instead of I2cSerialBus()Simon Glass2-2/+2
2020-09-25acpi: Add more documentation for struct acpi_gpioSimon Glass1-0/+22
2020-09-25x86: coral: Update config and device tree for ACPISimon Glass2-16/+221
2020-09-25x86: Move include of bitops out of ACPI regionSimon Glass1-1/+2
2020-09-25x86: Add a way to add to the e820 memory tableSimon Glass2-0/+35
2020-09-25acpi: Use defines for field lengthsSimon Glass1-2/+3
2020-09-25x86: fsp: Show FSP-S or FSP-M address in fsp_get_header()Simon Glass1-8/+14
2020-09-25x86: fsp: Add more debugging for silicon initSimon Glass1-1/+3
2020-09-25x86: apl: Check low-level init in FSP-S pre-initSimon Glass1-0/+2
2020-09-25x86: coral: Add audio descriptor filesSimon Glass5-0/+0
2020-09-25x86: acpi: Set the log category for x86 table generationSimon Glass1-0/+2
2020-09-25acpi: tpm: Add a TPM1 tableSimon Glass3-1/+61
2020-09-25acpi: tpm: Add a TPM2 tableSimon Glass3-0/+86
2020-09-25x86: Correct handling of MADT table CPUsSimon Glass1-3/+6
2020-09-25x86: Add a header guard to asm/acpi_table.hSimon Glass1-0/+4
2020-09-25x86: Correct the assembly guard in e820.hSimon Glass1-2/+1
2020-09-25x86: Notify the FSP of the 'end firmware' eventSimon Glass2-0/+31
2020-09-25x86: Sort the MTRR tableSimon Glass1-0/+12
2020-09-25x86: cpu: Report address width from cpu_get_info()Simon Glass4-0/+38
2020-09-25x86: fsp: Update the FSP API with the end-firmware methodSimon Glass1-3/+12
2020-09-25tpm: cr50: Add ACPI supportSimon Glass1-0/+55
2020-09-25x86: apl: Drop unnecessary code in PMC driverSimon Glass1-6/+2
2020-09-25x86: apl: Generate ACPI table for LPCSimon Glass1-0/+18
2020-09-25x86: apl: Generate CPU tablesSimon Glass3-1/+80
2020-09-25x86: apl: Add support for hostbridge ACPI generationSimon Glass1-9/+211
2020-09-25x86: apl: Generate required ACPI tablesSimon Glass4-0/+234
2020-09-25p2sb: Add some definitions used for ACPISimon Glass1-0/+8
2020-09-25x86: apl: Allow reading hostbridge base addressesSimon Glass2-0/+58
2020-09-25x86: acpi: Add support for additional Intel tablesSimon Glass3-0/+269
2020-09-25x86: Support Atom SoCs using SWSMISCI rather than the SWSCISimon Glass2-0/+7
2020-09-25x86: acpi: Add common Intel ACPI tablesSimon Glass7-0/+483