summaryrefslogtreecommitdiffstats
path: root/arch/x86/lib
Commit message (Expand)AuthorAgeFilesLines
* cpu: Rename SPL_CPU_SUPPORT to SPL_CPUSimon Glass2021-03-271-1/+1
* x86: coreboot: Don't setup MTRR when booting from corebootSimon Glass2021-03-271-3/+3
* x86: fsp: Don't notify if booted from corebootSimon Glass2021-03-271-0/+4
* x86: fsp: Don't enable FSP graphics if booted from corebootSimon Glass2021-03-271-1/+1
* x86: Allow installing an e820 when booting from corebootSimon Glass2021-03-273-2/+53
* x86: coreboot: Update parsing of the latest sysinfoSimon Glass2021-03-271-22/+235
* x86: Move coreboot sysinfo parsing into generic x86 codeSimon Glass2021-03-273-0/+262
* x86: coreboot: Sync up timestamp codesSimon Glass2021-03-271-1/+1
* cbfs: Allow access to CBFS without a headerSimon Glass2021-03-271-1/+2
* x86: Support a fake PCI device with of-platdata-instSimon Glass2021-03-261-0/+1
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-0227-0/+27
* x86: tpl: Show next stage being bootedSimon Glass2021-02-011-1/+6
* x86: spl: Clear BSS unconditionallySimon Glass2021-02-011-1/+1
* x86: zimage: Improve command-line debug handlingSimon Glass2021-02-011-3/+7
* x86: zimage: Allow dumping the image from outside the moduleSimon Glass2021-02-011-8/+15
* Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextTom Rini2021-01-051-1/+3
|\
| * x86: tpl: Remove unwanted devicetree stringSimon Glass2021-01-051-1/+3
* | Merge tag 'v2021.01-rc5' into nextTom Rini2021-01-051-7/+8
|\ \ | |/ |/|
| * x86: zimage: Update cmdline parameter to be an env varSimon Glass2020-12-161-7/+8
* | dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass2020-12-134-5/+5
* | dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-134-5/+5
* | dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-132-2/+2
* | x86: zimage: Add silent-console processingSimon Glass2020-12-041-0/+14
|/
* x86: zimage: Quieten down the zimage boot processSimon Glass2020-11-061-5/+6
* x86: zimage: Sanity-check the kernel version before printing itSimon Glass2020-11-061-0/+9
* x86: zimage: Add a little more loggingSimon Glass2020-11-061-0/+6
* x86: fsp: Adjust calculations for MTRR range and DRAM topSimon Glass2020-11-061-13/+22
* x86: acpi: Don't show the UART address by defaultSimon Glass2020-11-061-1/+1
* x86: acpi: Include the TPMv1 table only if neededSimon Glass2020-11-061-8/+11
* x86: Silence some logging statementsSimon Glass2020-11-062-2/+2
* x86: fsp: Convert fsp_dram to use log_debug()Simon Glass2020-11-061-2/+6
* x86: Use CONFIG_CHROMEOS_VBOOT for verified bootSimon Glass2020-11-061-1/+1
* acpi: Don't reset the tables with every new generationSimon Glass2020-11-061-0/+1
* x86: acpi: Put the generated code first in DSDTSimon Glass2020-11-061-9/+18
* x86: acpi: Allow the SSDT to be emptySimon Glass2020-11-061-7/+15
* x86: Show the interrupt pointer with 'irqinfo'Simon Glass2020-11-061-0/+3
* x86: nhlt: Fix a few bugs in the table generationSimon Glass2020-11-061-1/+3
* x86: nhlt: Correct output of bytes and 16-bit dataSimon Glass2020-11-061-3/+10
* x86: Allow putting some tables in the bloblistSimon Glass2020-11-061-3/+46
* x86: Use if instead of #ifdef in write_tables()Simon Glass2020-11-051-19/+19
* x86: acpi: Store the ACPI context in global_dataSimon Glass2020-11-051-1/+6
* x86: Allow writing tables to failSimon Glass2020-11-051-1/+4
* 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