summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2020-09-30firmware: add SCMI agent uclassEtienne Carriere2-0/+59
2020-09-30test: dm: Add tests for regmap managed API and regmap fieldsJean-Jacques Hiblot1-0/+13
2020-09-30test: gpio: Add tests for the managed APIJean-Jacques Hiblot1-0/+10
2020-09-30test: reset: Add tests for the managed APIJean-Jacques Hiblot1-0/+3
2020-09-30riscv: Add some comments to start.SSean Anderson1-2/+17
2020-09-30riscv: Ensure gp is NULL or points to valid dataSean Anderson2-4/+27
2020-09-30riscv: Consolidate fences into AMOs for available_harts_lockSean Anderson1-6/+3
2020-09-30riscv: Clear pending IPIs on initializationSean Anderson1-0/+20
2020-09-30riscv: Use a valid bit to ignore already-pending IPIsSean Anderson2-2/+21
2020-09-30riscv: Match memory barriers between send_ipi_many and handle_ipiSean Anderson1-0/+2
2020-09-30Revert "riscv: Clear pending interrupts before enabling IPIs"Sean Anderson1-2/+0
2020-09-30riscv: Update SiFive device tree for new CLINT driverSean Anderson2-2/+10
2020-09-30riscv: Update Kendryte device tree for new CLINT driverSean Anderson1-3/+4
2020-09-30riscv: Rework Sifive CLINT as UCLASS_TIMER driverSean Anderson2-32/+34
2020-09-30riscv: Clean up initialization in Andes PLICSean Anderson1-33/+25
2020-09-30riscv: Rework Andes PLMT as a UCLASS_TIMER driverSean Anderson4-32/+23
2020-09-30timer: Add a test for timer_timebase_fallbackSean Anderson2-1/+19
2020-09-30riscv: Rework riscv timer driver to only support S-modeSean Anderson6-50/+3
2020-09-25Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-x86 in...Tom Rini97-177/+7682
2020-09-25x86: edison: Generate an image suitable for xFSTKSimon Glass2-0/+35
2020-09-25x86: Use multiple imagesSimon Glass3-21/+10
2020-09-25x86: Add support for more than 8 MTRRsSimon Glass2-8/+19
2020-09-25x86: hob: Try to show a name instead of a GUIDSimon Glass1-0/+25
2020-09-25x86: coral: Update config and device tree for ACPISimon Glass1-14/+212
2020-09-25x86: Add a way to add to the e820 memory tableSimon Glass1-0/+17
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: acpi: Set the log category for x86 table generationSimon Glass1-0/+2
2020-09-25acpi: tpm: Add a TPM1 tableSimon Glass1-1/+53
2020-09-25acpi: tpm: Add a TPM2 tableSimon Glass1-0/+74
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-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 Glass2-1/+79
2020-09-25x86: apl: Add support for hostbridge ACPI generationSimon Glass1-9/+211
2020-09-25x86: apl: Generate required ACPI tablesSimon Glass3-0/+230
2020-09-25x86: apl: Allow reading hostbridge base addressesSimon Glass2-0/+58
2020-09-25x86: acpi: Add support for additional Intel tablesSimon Glass2-0/+226
2020-09-25x86: Support Atom SoCs using SWSMISCI rather than the SWSCISimon Glass2-0/+7
2020-09-25x86: acpi: Add common Intel ACPI tablesSimon Glass6-0/+474
2020-09-25x86: acpi: Add PCT and PTC tablesSimon Glass3-1/+132
2020-09-25x86: acpi: Support generation of the DBG2 tableSimon Glass2-0/+52
2020-09-25x86: acpi: Support generation of the HPET tableSimon Glass2-0/+69