aboutsummaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2020-09-25x86: Correct handling of MADT table CPUsSimon Glass
2020-09-25x86: Add a header guard to asm/acpi_table.hSimon Glass
2020-09-25x86: Correct the assembly guard in e820.hSimon Glass
2020-09-25x86: Notify the FSP of the 'end firmware' eventSimon Glass
2020-09-25x86: Sort the MTRR tableSimon Glass
2020-09-25x86: cpu: Report address width from cpu_get_info()Simon Glass
2020-09-25x86: fsp: Update the FSP API with the end-firmware methodSimon Glass
2020-09-25x86: apl: Drop unnecessary code in PMC driverSimon Glass
2020-09-25x86: apl: Generate ACPI table for LPCSimon Glass
2020-09-25x86: apl: Generate CPU tablesSimon Glass
2020-09-25x86: apl: Add support for hostbridge ACPI generationSimon Glass
2020-09-25x86: apl: Generate required ACPI tablesSimon Glass
2020-09-25x86: apl: Allow reading hostbridge base addressesSimon Glass
2020-09-25x86: acpi: Add support for additional Intel tablesSimon Glass
2020-09-25x86: Support Atom SoCs using SWSMISCI rather than the SWSCISimon Glass
2020-09-25x86: acpi: Add common Intel ACPI tablesSimon Glass
2020-09-25x86: acpi: Add PCT and PTC tablesSimon Glass
2020-09-25x86: acpi: Support generation of the DBG2 tableSimon Glass
2020-09-25x86: acpi: Support generation of the HPET tableSimon Glass
2020-09-25x86: Add a few common Intel CPU functionsSimon Glass
2020-09-25x86: apl: Update iomap for ACPISimon Glass
2020-09-25x86: apl: Add power-management definitionsSimon Glass
2020-09-25x86: Add some definitions for SMMSimon Glass
2020-09-25x86: acpi: Add a common routine to write WiFi infoSimon Glass
2020-09-25x86: apl: Support writing the IntelGraphicsMem tableSimon Glass
2020-09-25x86: Add wake sources for the acpi_gpe driverSimon Glass
2020-09-25x86: acpi: Expand the GNVSSimon Glass
2020-09-25x86: acpi: Support external GNVS tablesSimon Glass
2020-09-25x86: Add a common global NVS structureSimon Glass
2020-09-25x86: Add a config for the systemagent PCIEX regions sizeSimon Glass
2020-09-25x86: acpi: Add DPTF asl filesSimon Glass
2020-09-25x86: acpi: apl: Add asl files for Apollo LakeSimon Glass
2020-09-25x86: acpi: Add base asl files for common x86 devicesSimon Glass
2020-09-25x86: acpi: Add cros_ec tablesSimon Glass
2020-09-25x86: zboot: Allow overriding the command lineSimon Glass
2020-09-25x86: zboot: Add an option to dump the setup informationSimon Glass
2020-09-25x86: zboot: Allow setting a separate setup base addressSimon Glass
2020-09-25x86: zboot: Set environment variables for image locationsSimon Glass
2020-09-25x86: zboot: Add an 'setup' subcommandSimon Glass
2020-09-25x86: zboot: Add an 'load' subcommandSimon Glass
2020-09-25x86: zboot: Add an 'info' subcommandSimon Glass
2020-09-25x86: zboot: Add a 'go' subcommandSimon Glass
2020-09-25x86: zboot: Set up a sub-command structureSimon Glass
2020-09-25x86: zimage: Disable interrupts just before bootingSimon Glass
2020-09-25x86: zboot: Correct image typeSimon Glass
2020-09-25x86: zboot: Move kernel-version code into a functionSimon Glass
2020-09-25x86: zimage: Avoid using #ifdefSimon Glass
2020-09-25x86: zimage: Use a state struct to hold the stateSimon Glass
2020-09-25x86: Update the bootparam headerSimon Glass
2020-09-21Merge branch 'master' into nextTom Rini