summaryrefslogtreecommitdiff
path: root/arch/x86/lib
AgeCommit message (Expand)Author
2021-05-24treewide: Convert macro and uses of __section(foo) to __section("foo")Marek BehĂșn
2021-03-27cpu: Rename SPL_CPU_SUPPORT to SPL_CPUSimon Glass
2021-03-27x86: coreboot: Don't setup MTRR when booting from corebootSimon Glass
2021-03-27x86: fsp: Don't notify if booted from corebootSimon Glass
2021-03-27x86: fsp: Don't enable FSP graphics if booted from corebootSimon Glass
2021-03-27x86: Allow installing an e820 when booting from corebootSimon Glass
2021-03-27x86: coreboot: Update parsing of the latest sysinfoSimon Glass
2021-03-27x86: Move coreboot sysinfo parsing into generic x86 codeSimon Glass
2021-03-27x86: coreboot: Sync up timestamp codesSimon Glass
2021-03-27cbfs: Allow access to CBFS without a headerSimon Glass
2021-03-26x86: Support a fake PCI device with of-platdata-instSimon Glass
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2021-02-01x86: tpl: Show next stage being bootedSimon Glass
2021-02-01x86: spl: Clear BSS unconditionallySimon Glass
2021-02-01x86: zimage: Improve command-line debug handlingSimon Glass
2021-02-01x86: zimage: Allow dumping the image from outside the moduleSimon Glass
2021-01-05Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextTom Rini
2021-01-05Merge tag 'v2021.01-rc5' into nextTom Rini
2021-01-05x86: tpl: Remove unwanted devicetree stringSimon Glass
2020-12-16x86: zimage: Update cmdline parameter to be an env varSimon Glass
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass
2020-12-04x86: zimage: Add silent-console processingSimon Glass
2020-11-06x86: zimage: Quieten down the zimage boot processSimon Glass
2020-11-06x86: zimage: Sanity-check the kernel version before printing itSimon Glass
2020-11-06x86: zimage: Add a little more loggingSimon Glass
2020-11-06x86: fsp: Adjust calculations for MTRR range and DRAM topSimon Glass
2020-11-06x86: acpi: Don't show the UART address by defaultSimon Glass
2020-11-06x86: acpi: Include the TPMv1 table only if neededSimon Glass
2020-11-06x86: Silence some logging statementsSimon Glass
2020-11-06x86: fsp: Convert fsp_dram to use log_debug()Simon Glass
2020-11-06x86: Use CONFIG_CHROMEOS_VBOOT for verified bootSimon Glass
2020-11-06acpi: Don't reset the tables with every new generationSimon Glass
2020-11-06x86: acpi: Put the generated code first in DSDTSimon Glass
2020-11-06x86: acpi: Allow the SSDT to be emptySimon Glass
2020-11-06x86: Show the interrupt pointer with 'irqinfo'Simon Glass
2020-11-06x86: nhlt: Fix a few bugs in the table generationSimon Glass
2020-11-06x86: nhlt: Correct output of bytes and 16-bit dataSimon Glass
2020-11-06x86: Allow putting some tables in the bloblistSimon Glass
2020-11-05x86: Use if instead of #ifdef in write_tables()Simon Glass
2020-11-05x86: acpi: Store the ACPI context in global_dataSimon Glass
2020-11-05x86: Allow writing tables to failSimon Glass
2020-09-25x86: Add a way to add to the e820 memory tableSimon Glass
2020-09-25x86: fsp: Show FSP-S or FSP-M address in fsp_get_header()Simon Glass
2020-09-25x86: fsp: Add more debugging for silicon initSimon Glass
2020-09-25x86: acpi: Set the log category for x86 table generationSimon Glass
2020-09-25acpi: tpm: Add a TPM1 tableSimon Glass
2020-09-25acpi: tpm: Add a TPM2 tableSimon Glass
2020-09-25x86: Correct handling of MADT table CPUsSimon Glass