summaryrefslogtreecommitdiff
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* efi_loader rename enum efi_mem_type to efi_memory_typeHeinrich Schuchardt2021-08-171-1/+1
* Merge https://source.denx.de/u-boot/custodians/u-boot-x86Tom Rini2021-08-0230-89/+101
|\
| * x86: queensbay: Return directly if IGD / SDVO were already disabledBin Meng2021-08-031-11/+9
| * 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
| * x86: mtrr: Abort if requested size is not power of 2Bin Meng2021-08-022-3/+11
| * x86: mtrr: Skip MSRs that were already programmed in mtrr_commit()Bin Meng2021-08-021-1/+1
| * x86: mtrr: Do not clear the unused ones in mtrr_commit()Bin Meng2021-08-021-4/+0
| * x86: dts: Define a default TSC timer frequencyBin Meng2021-08-0220-43/+25
| * x86: tsc: Rename X86_TSC_TIMER_EARLY_FREQ to X86_TSC_TIMER_FREQBin Meng2021-08-022-3/+3
| * x86: kconfig: Drop ROM_NEEDS_BLOBS and BUILD_ROMBin Meng2021-08-022-3/+0
| * x86: tangier: Fix DMA controller IRQ polarity in CSRTAndy Shevchenko2021-08-021-2/+2
| * x86: dts: Add "m25p,fast-read" to SPI flash nodeBin Meng2021-08-0211-0/+11
* | 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: cros: Check ROM exists before building vbootSimon Glass2021-07-152-2/+2
* x86: coreboot: Use vendor in the KconfigSimon Glass2021-07-151-1/+1
* x86: Add function comments to cb_sysinfo.hSimon Glass2021-07-151-0/+16
* x86: Do cache set-up by default when booting from corebootSimon Glass2021-07-151-4/+14
* x86: Update the MP constants to avoid conflictsSimon Glass2021-07-151-4/+8
* x86: Don't set up MTRRs if previously doneSimon Glass2021-07-151-1/+1
* x86: Drop _X86EMU_env definition when CONFIG_BIOSEMU is usedBin Meng2021-07-071-0/+2
* bootstage: Eliminate when not enabledTom Rini2021-07-071-0/+2
* x86: Discard .note.gnu.property sectionsBin Meng2021-06-233-0/+3
* treewide: Convert macro and uses of __section(foo) to __section("foo")Marek BehĂșn2021-05-243-6/+7
* lmb: move CONFIG_LMB in KconfigPatrick Delaunay2021-04-221-1/+0
* Add support for stack-protectorJoel Peshkin2021-04-201-1/+1
* x86: correct usage of CFLAGS_NON_EFIHeinrich Schuchardt2021-04-201-4/+6
* x86: mtrr: Fix function descriptionsWolfgang Wallner2021-04-151-2/+2
* x86: qemu: move QFW to its own uclassAsherah Connor2021-04-123-48/+21
* x86: coral: Show memory config and SKU ID on startupSimon Glass2021-03-271-0/+11
* 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: coral: Fall back to coreboot video when FSP missingSimon Glass2021-03-271-0/+5
* x86: coral: Allow init of debug UART in U-Boot properSimon Glass2021-03-274-58/+65
* x86: coral: Avoid build error with !CONFIG_ACPIGENSimon Glass2021-03-271-5/+9
* 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-275-29/+69
* x86: coreboot: Update parsing of the latest sysinfoSimon Glass2021-03-273-57/+525
* x86: Move coreboot sysinfo parsing into generic x86 codeSimon Glass2021-03-275-1/+28
* x86: coreboot: Sync up timestamp codesSimon Glass2021-03-272-2/+64
* x86: Move coreboot timestamp info into coreboot_tables.hSimon Glass2021-03-273-36/+39
* x86: Make coreboot sysinfo available to any x86 boardSimon Glass2021-03-275-4/+4
* cbfs: Allow access to CBFS without a headerSimon Glass2021-03-271-1/+2
* x86: coral: Update the SD card-detect GPIOSimon Glass2021-03-271-1/+1
* x86: coral: Put the eMMC firstSimon Glass2021-03-271-0/+1
* x86: dts: Drop unused CONFIG_SPLSimon Glass2021-03-261-5/+1
* x86: Make use of binman expanded entriesSimon Glass2021-03-261-10/+1