summaryrefslogtreecommitdiff
path: root/arch/x86/lib
AgeCommit message (Expand)AuthorFilesLines
2020-12-16x86: zimage: Update cmdline parameter to be an env varSimon Glass1-7/+8
2020-11-06x86: zimage: Quieten down the zimage boot processSimon Glass1-5/+6
2020-11-06x86: zimage: Sanity-check the kernel version before printing itSimon Glass1-0/+9
2020-11-06x86: zimage: Add a little more loggingSimon Glass1-0/+6
2020-11-06x86: fsp: Adjust calculations for MTRR range and DRAM topSimon Glass1-13/+22
2020-11-06x86: acpi: Don't show the UART address by defaultSimon Glass1-1/+1
2020-11-06x86: acpi: Include the TPMv1 table only if neededSimon Glass1-8/+11
2020-11-06x86: Silence some logging statementsSimon Glass2-2/+2
2020-11-06x86: fsp: Convert fsp_dram to use log_debug()Simon Glass1-2/+6
2020-11-06x86: Use CONFIG_CHROMEOS_VBOOT for verified bootSimon Glass1-1/+1
2020-11-06acpi: Don't reset the tables with every new generationSimon Glass1-0/+1
2020-11-06x86: acpi: Put the generated code first in DSDTSimon Glass1-9/+18
2020-11-06x86: acpi: Allow the SSDT to be emptySimon Glass1-7/+15
2020-11-06x86: Show the interrupt pointer with 'irqinfo'Simon Glass1-0/+3
2020-11-06x86: nhlt: Fix a few bugs in the table generationSimon Glass1-1/+3
2020-11-06x86: nhlt: Correct output of bytes and 16-bit dataSimon Glass1-3/+10
2020-11-06x86: Allow putting some tables in the bloblistSimon Glass1-3/+46
2020-11-05x86: Use if instead of #ifdef in write_tables()Simon Glass1-19/+19
2020-11-05x86: acpi: Store the ACPI context in global_dataSimon Glass1-1/+6
2020-11-05x86: Allow writing tables to failSimon Glass1-1/+4
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: 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: Notify the FSP of the 'end firmware' eventSimon Glass1-0/+16
2020-09-25x86: apl: Generate CPU tablesSimon Glass1-1/+2
2020-09-25x86: acpi: Add support for additional Intel tablesSimon Glass1-0/+111
2020-09-25x86: acpi: Add PCT and PTC tablesSimon Glass2-1/+97
2020-09-25x86: acpi: Support generation of the DBG2 tableSimon Glass1-0/+41
2020-09-25x86: acpi: Support generation of the HPET tableSimon Glass1-0/+59
2020-09-25x86: apl: Support writing the IntelGraphicsMem tableSimon Glass1-0/+32
2020-09-25x86: acpi: Support external GNVS tablesSimon Glass1-12/+23
2020-09-25x86: zboot: Allow overriding the command lineSimon Glass2-8/+19
2020-09-25x86: zboot: Add an option to dump the setup informationSimon Glass1-1/+198
2020-09-25x86: zboot: Allow setting a separate setup base addressSimon Glass1-8/+35
2020-09-25x86: zboot: Set environment variables for image locationsSimon Glass1-0/+3
2020-09-25x86: zboot: Add an 'setup' subcommandSimon Glass1-7/+25
2020-09-25x86: zboot: Add an 'load' subcommandSimon Glass1-7/+16
2020-09-25x86: zboot: Add an 'info' subcommandSimon Glass1-3/+15
2020-09-25x86: zboot: Add a 'go' subcommandSimon Glass1-4/+25
2020-09-25x86: zboot: Set up a sub-command structureSimon Glass1-5/+61
2020-09-25x86: zimage: Disable interrupts just before bootingSimon Glass1-1/+1
2020-09-25x86: zboot: Correct image typeSimon Glass1-2/+1
2020-09-25x86: zboot: Move kernel-version code into a functionSimon Glass1-16/+27
2020-09-25x86: zimage: Avoid using #ifdefSimon Glass1-9/+5
2020-09-25x86: zimage: Use a state struct to hold the stateSimon Glass1-15/+29
2020-09-21x86: acpi: Add memset to initialize SPCR tableWolfgang Wallner1-0/+2