summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2021-09-22x86: tangier: acpi: Add GPIO card detection to SDHCI #2Andy Shevchenko1-0/+32
2021-09-22x86: edison: Mark eMMC non-removableAndy Shevchenko1-0/+1
2021-08-17efi_loader rename enum efi_mem_type to efi_memory_typeHeinrich Schuchardt1-1/+1
2021-08-03Merge https://source.denx.de/u-boot/custodians/u-boot-x86Tom Rini30-89/+101
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass1-7/+7
2021-08-02x86: queensbay: Return directly if IGD / SDVO were already disabledBin Meng1-11/+9
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-08-02x86: mtrr: Abort if requested size is not power of 2Bin Meng2-3/+11
2021-08-02x86: mtrr: Skip MSRs that were already programmed in mtrr_commit()Bin Meng1-1/+1
2021-08-02x86: mtrr: Do not clear the unused ones in mtrr_commit()Bin Meng1-4/+0
2021-08-02x86: dts: Define a default TSC timer frequencyBin Meng20-43/+25
2021-08-02x86: tsc: Rename X86_TSC_TIMER_EARLY_FREQ to X86_TSC_TIMER_FREQBin Meng2-3/+3
2021-08-02x86: kconfig: Drop ROM_NEEDS_BLOBS and BUILD_ROMBin Meng2-3/+0
2021-08-02x86: tangier: Fix DMA controller IRQ polarity in CSRTAndy Shevchenko1-2/+2
2021-08-02x86: dts: Add "m25p,fast-read" to SPI flash nodeBin Meng11-0/+11
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: cros: Check ROM exists before building vbootSimon Glass2-2/+2
2021-07-15x86: coreboot: Use vendor in the KconfigSimon Glass1-1/+1
2021-07-15x86: Add function comments to cb_sysinfo.hSimon Glass1-0/+16
2021-07-15x86: Do cache set-up by default when booting from corebootSimon Glass1-4/+14
2021-07-15x86: Update the MP constants to avoid conflictsSimon Glass1-4/+8
2021-07-15x86: Don't set up MTRRs if previously doneSimon Glass1-1/+1
2021-07-07x86: Drop _X86EMU_env definition when CONFIG_BIOSEMU is usedBin Meng1-0/+2
2021-07-07bootstage: Eliminate when not enabledTom Rini1-0/+2
2021-06-23x86: Discard .note.gnu.property sectionsBin Meng3-0/+3
2021-05-24treewide: Convert macro and uses of __section(foo) to __section("foo")Marek BehĂșn3-6/+7
2021-04-22lmb: move CONFIG_LMB in KconfigPatrick Delaunay1-1/+0
2021-04-20Add support for stack-protectorJoel Peshkin1-1/+1
2021-04-20x86: correct usage of CFLAGS_NON_EFIHeinrich Schuchardt1-4/+6
2021-04-15x86: mtrr: Fix function descriptionsWolfgang Wallner1-2/+2
2021-04-13x86: qemu: move QFW to its own uclassAsherah Connor3-48/+21
2021-03-27x86: coral: Show memory config and SKU ID on startupSimon Glass1-0/+11
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: coral: Fall back to coreboot video when FSP missingSimon Glass1-0/+5
2021-03-27x86: coral: Allow init of debug UART in U-Boot properSimon Glass4-58/+65
2021-03-27x86: coral: Avoid build error with !CONFIG_ACPIGENSimon Glass1-5/+9
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 Glass5-29/+69
2021-03-27x86: coreboot: Update parsing of the latest sysinfoSimon Glass3-57/+525
2021-03-27x86: Move coreboot sysinfo parsing into generic x86 codeSimon Glass5-1/+28
2021-03-27x86: coreboot: Sync up timestamp codesSimon Glass2-2/+64
2021-03-27x86: Move coreboot timestamp info into coreboot_tables.hSimon Glass3-36/+39
2021-03-27x86: Make coreboot sysinfo available to any x86 boardSimon Glass5-4/+4
2021-03-27cbfs: Allow access to CBFS without a headerSimon Glass1-1/+2
2021-03-27x86: coral: Update the SD card-detect GPIOSimon Glass1-1/+1
2021-03-27x86: coral: Put the eMMC firstSimon Glass1-0/+1