aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/lib
AgeCommit message (Expand)AuthorFilesLines
2021-10-21x86: Show some EFI info with the bdinfo commandSimon Glass2-0/+23
2021-10-21x86: Create a new header for EFISimon Glass1-0/+1
2021-09-30WS cleanup: remove SPACE(s) followed by TABWolfgang Denk1-2/+2
2021-09-25treewide: Use OF_REAL instead of !OF_PLATDATASimon Glass1-1/+1
2021-09-25treewide: Simply conditions with the new OF_REALSimon Glass1-1/+1
2021-09-23lmb: x86: Add arch_lmb_reserve()Marek Vasut1-0/+18
2021-09-17Remove #include <version.h> from files which do not need itPali Rohár1-1/+0
2021-08-02Merge https://source.denx.de/u-boot/custodians/u-boot-x86WIP/02Aug2021Tom Rini3-20/+40
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass1-7/+7
2021-08-03x86: fsp: Only FSP2 has INIT_PHASE_END_FIRMWAREBin Meng2-16/+17
2021-08-03x86: 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-05Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextWIP/05Jan2021-nextTom Rini1-1/+3
2021-01-05Merge 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-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass4-5/+5
2020-12-13dm: 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-04x86: 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