summaryrefslogtreecommitdiff
path: root/arch/x86/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge https://source.denx.de/u-boot/custodians/u-boot-x86Tom Rini2021-08-023-20/+40
|\
| * x86: fsp: Only FSP2 has INIT_PHASE_END_FIRMWAREBin Meng2021-08-032-16/+17
| * x86: fsp: Don't program MTRR for DRAM for FSP1Bin Meng2021-08-031-4/+23
* | global: Convert simple_strtoul() with hex to hextoul()Simon Glass2021-08-021-7/+7
|/
* smbios: error handling for invalid addressesHeinrich Schuchardt2021-07-241-2/+11
* x86: Ensure the e820 map is installed in all casesSimon Glass2021-07-151-4/+4
* x86: Do cache set-up by default when booting from corebootSimon Glass2021-07-151-4/+14
* x86: Drop _X86EMU_env definition when CONFIG_BIOSEMU is usedBin Meng2021-07-071-0/+2
* treewide: Convert macro and uses of __section(foo) to __section("foo")Marek BehĂșn2021-05-242-5/+6
* 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 headerWIP/2021-02-02-drop-asm_global_data-when-unusedSimon 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 nextWIP/05Jan2021-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