summaryrefslogtreecommitdiff
path: root/arch/x86/lib
Commit message (Expand)AuthorAgeFilesLines
* x86: Add a way to add to the e820 memory tableSimon Glass2020-09-251-0/+17
* x86: fsp: Show FSP-S or FSP-M address in fsp_get_header()Simon Glass2020-09-251-8/+14
* x86: fsp: Add more debugging for silicon initSimon Glass2020-09-251-1/+3
* x86: acpi: Set the log category for x86 table generationSimon Glass2020-09-251-0/+2
* acpi: tpm: Add a TPM1 tableSimon Glass2020-09-251-1/+53
* acpi: tpm: Add a TPM2 tableSimon Glass2020-09-251-0/+74
* x86: Correct handling of MADT table CPUsSimon Glass2020-09-251-3/+6
* x86: Notify the FSP of the 'end firmware' eventSimon Glass2020-09-251-0/+16
* x86: apl: Generate CPU tablesSimon Glass2020-09-251-1/+2
* x86: acpi: Add support for additional Intel tablesSimon Glass2020-09-251-0/+111
* x86: acpi: Add PCT and PTC tablesSimon Glass2020-09-252-1/+97
* x86: acpi: Support generation of the DBG2 tableSimon Glass2020-09-251-0/+41
* x86: acpi: Support generation of the HPET tableSimon Glass2020-09-251-0/+59
* x86: apl: Support writing the IntelGraphicsMem tableSimon Glass2020-09-251-0/+32
* x86: acpi: Support external GNVS tablesSimon Glass2020-09-251-12/+23
* x86: zboot: Allow overriding the command lineSimon Glass2020-09-252-8/+19
* x86: zboot: Add an option to dump the setup informationSimon Glass2020-09-251-1/+198
* x86: zboot: Allow setting a separate setup base addressSimon Glass2020-09-251-8/+35
* x86: zboot: Set environment variables for image locationsSimon Glass2020-09-251-0/+3
* x86: zboot: Add an 'setup' subcommandSimon Glass2020-09-251-7/+25
* x86: zboot: Add an 'load' subcommandSimon Glass2020-09-251-7/+16
* x86: zboot: Add an 'info' subcommandSimon Glass2020-09-251-3/+15
* x86: zboot: Add a 'go' subcommandSimon Glass2020-09-251-4/+25
* x86: zboot: Set up a sub-command structureSimon Glass2020-09-251-5/+61
* x86: zimage: Disable interrupts just before bootingSimon Glass2020-09-251-1/+1
* x86: zboot: Correct image typeSimon Glass2020-09-251-2/+1
* x86: zboot: Move kernel-version code into a functionSimon Glass2020-09-251-16/+27
* x86: zimage: Avoid using #ifdefSimon Glass2020-09-251-9/+5
* x86: zimage: Use a state struct to hold the stateSimon Glass2020-09-251-15/+29
* x86: acpi: Add memset to initialize SPCR tableWolfgang Wallner2020-09-211-0/+2
* x86: acpi: Fix calculation of DSDT lengthWolfgang Wallner2020-09-211-1/+3
* x86: rename CONFIG_STACK_SIZEHeinrich Schuchardt2020-08-011-1/+1
* treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada2020-07-171-1/+1
* x86: Rename board_final_cleanup() to board_final_init()Simon Glass2020-07-171-1/+1
* x86: acpi: Correct the version of the MADTSimon Glass2020-07-171-1/+1
* x86: Drop setup_pcat_compatibility()Simon Glass2020-07-171-10/+0
* x86: Add debugging to table writingSimon Glass2020-07-171-10/+28
* x86: apl: Use memory-mapped access for VBTSimon Glass2020-07-171-0/+1
* x86: Add error checking for csrt table generationSimon Glass2020-07-171-6/+13
* x86: Add support for building up an NHLT structureSimon Glass2020-07-172-0/+483
* acpi: Allow creating the GNVS to failSimon Glass2020-07-171-2/+9
* x86: Allow devices to write to DSDTSimon Glass2020-07-171-1/+15
* x86: Allow devices to write an SSDTSimon Glass2020-07-171-0/+29
* x86: acpi: Move MADT down a bitSimon Glass2020-07-171-6/+6
* x86: fsp: Support a warning message when DRAM init is slowSimon Glass2020-07-171-5/+19
* x86: Avoid #ifdef with CONFIG_HAVE_ACPI_RESUMESimon Glass2020-07-175-27/+30
* x86: fsp: video: Allocate a frame buffer when neededSimon Glass2020-07-091-0/+12
* x86: fsp: Reinit the FPU after FSP meminitSimon Glass2020-07-091-0/+1
* x86: Don't build some unused objects in TPLTom Rini2020-06-291-1/+3
* bdinfo: x86: vesa: Update fb_base to the correct valueWIP/2020-06-25-tidy-up-bd-commandSimon Glass2020-06-251-2/+3