summaryrefslogtreecommitdiff
path: root/arch/x86/lib
AgeCommit message (Expand)AuthorFilesLines
2021-08-03Merge https://source.denx.de/u-boot/custodians/u-boot-x86Tom Rini3-20/+40
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass1-7/+7
2021-08-02x86: fsp: Only FSP2 has INIT_PHASE_END_FIRMWAREBin Meng2-16/+17
2021-08-02x86: fsp: Don't program MTRR for DRAM for FSP1Bin Meng1-4/+23
2021-07-24smbios: error handling for invalid addressesHeinrich Schuchardt1-2/+11
2021-07-15x86: Ensure the e820 map is installed in all casesSimon Glass1-4/+4
2021-07-15x86: Do cache set-up by default when booting from corebootSimon Glass1-4/+14
2021-07-07x86: Drop _X86EMU_env definition when CONFIG_BIOSEMU is usedBin Meng1-0/+2
2021-05-24treewide: Convert macro and uses of __section(foo) to __section("foo")Marek BehĂșn2-5/+6
2021-03-27cpu: Rename SPL_CPU_SUPPORT to SPL_CPUSimon Glass1-1/+1
2021-03-27x86: coreboot: Don't setup MTRR when booting from corebootSimon Glass1-3/+3
2021-03-27x86: fsp: Don't notify if booted from corebootSimon Glass1-0/+4
2021-03-27x86: fsp: Don't enable FSP graphics if booted from corebootSimon Glass1-1/+1
2021-03-27x86: Allow installing an e820 when booting from corebootSimon Glass3-2/+53
2021-03-27x86: coreboot: Update parsing of the latest sysinfoSimon Glass1-22/+235
2021-03-27x86: Move coreboot sysinfo parsing into generic x86 codeSimon Glass3-0/+262
2021-03-27x86: coreboot: Sync up timestamp codesSimon Glass1-1/+1
2021-03-27cbfs: Allow access to CBFS without a headerSimon Glass1-1/+2
2021-03-26x86: Support a fake PCI device with of-platdata-instSimon Glass1-0/+1
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass27-0/+27
2021-02-01x86: tpl: Show next stage being bootedSimon Glass1-1/+6
2021-02-01x86: spl: Clear BSS unconditionallySimon Glass1-1/+1
2021-02-01x86: zimage: Improve command-line debug handlingSimon Glass1-3/+7
2021-02-01x86: zimage: Allow dumping the image from outside the moduleSimon Glass1-8/+15
2021-01-06Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextTom Rini1-1/+3
2021-01-06Merge tag 'v2021.01-rc5' into nextTom Rini1-7/+8
2021-01-05x86: tpl: Remove unwanted devicetree stringSimon Glass1-1/+3
2020-12-16x86: zimage: Update cmdline parameter to be an env varSimon Glass1-7/+8
2020-12-14dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass4-5/+5
2020-12-14dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass4-5/+5
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2-2/+2
2020-12-05x86: zimage: Add silent-console processingSimon Glass1-0/+14
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