aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/cpu
AgeCommit message (Expand)AuthorFilesLines
2022-01-25x86: acpi: Update acpi_fill_csrt() to use acpi_ctxSimon Glass1-3/+6
2022-01-25x86: Move FACP table into separate functionsSimon Glass4-28/+68
2022-01-19doc: replace @return by Return:Heinrich Schuchardt9-15/+15
2022-01-15x86: efi: Don't use the 64-bit link script for the EFI appSimon Glass1-1/+1
2022-01-15x86: efi: Tweak the code used for the 64-bit EFI appSimon Glass1-0/+5
2022-01-15x86: efi: Update efi_get_next_mem_desc() to avoid needing a mapSimon Glass1-4/+4
2022-01-13bloblist: Rename the SPL tagSimon Glass1-2/+2
2022-01-12x86: pci: Use PCI_CONF1_ADDRESS() macroPali Rohár1-2/+2
2021-12-31x86: efi: Show the system-table revisionSimon Glass1-1/+8
2021-11-07x86: Don't duplicate global_ptr in 64-bit EFI appSimon Glass2-14/+17
2021-11-07efi: Create a 64-bit appSimon Glass4-17/+31
2021-11-07x86: Create a 32/64-bit selection for the appSimon Glass1-1/+1
2021-11-01x86: tangier: pinmux: Move error message to the callerAndy Shevchenko1-7/+3
2021-11-01x86: tangier: pinmux: Move is_protected assignment closer to its userAndy Shevchenko1-2/+1
2021-11-01x86: tangier: Enable support for SD/SDIO family in the pinmux driverAndy Shevchenko1-5/+34
2021-10-31bootstage: Add SPL supportMarek Vasut1-1/+1
2021-10-21x86: Show some EFI info with the bdinfo commandSimon Glass1-2/+11
2021-09-30WS cleanup: remove SPACE(s) followed by TABWolfgang Denk1-1/+1
2021-09-25treewide: Try to avoid the preprocessor with OF_REALSimon Glass1-10/+10
2021-09-25treewide: Use OF_REAL instead of !OF_PLATDATASimon Glass7-11/+11
2021-09-25treewide: fdt: Move fdt_get_config_... to ofnode_conf_read...Simon Glass1-3/+2
2021-09-17x86: quark: MRC: Remove U_BOOT_DATE and U_BOOT_TIME from debug logPali Rohár1-3/+1
2021-09-04spi: Rename SPI_SUPPORT to SPISimon Glass1-1/+1
2021-09-04pch: Rename PCH_SUPPORT to PCHSimon Glass1-3/+3
2021-08-31Kconfig: Remove all default n/no optionsMichal Simek1-5/+0
2021-08-03x86: queensbay: Return directly if IGD / SDVO were already disabledBin Meng1-11/+9
2021-08-02x86: mtrr: Abort if requested size is not power of 2Bin Meng1-0/+7
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: tsc: Rename X86_TSC_TIMER_EARLY_FREQ to X86_TSC_TIMER_FREQBin Meng1-2/+2
2021-08-02x86: kconfig: Drop ROM_NEEDS_BLOBS and BUILD_ROMBin Meng1-1/+0
2021-08-02x86: tangier: Fix DMA controller IRQ polarity in CSRTAndy Shevchenko1-2/+2
2021-07-15x86: coreboot: Use vendor in the KconfigSimon Glass1-1/+1
2021-07-15x86: Don't set up MTRRs if previously doneSimon Glass1-1/+1
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ún1-1/+1
2021-04-12x86: qemu: move QFW to its own uclassAsherah Connor3-48/+21
2021-03-27x86: coral: Allow init of debug UART in U-Boot properSimon Glass3-58/+64
2021-03-27x86: coral: Avoid build error with !CONFIG_ACPIGENSimon Glass1-5/+9
2021-03-27x86: Allow installing an e820 when booting from corebootSimon Glass1-26/+1
2021-03-27x86: Move coreboot sysinfo parsing into generic x86 codeSimon Glass2-256/+0
2021-03-27x86: Move coreboot timestamp info into coreboot_tables.hSimon Glass1-12/+0
2021-03-27x86: Make coreboot sysinfo available to any x86 boardSimon Glass4-4/+4
2021-03-26x86: apl: Use read-only SPL and new of-platdataSimon Glass1-0/+2
2021-03-26x86: itss: Tidy up bind() for of-platdata-instSimon Glass1-2/+3
2021-03-26x86: apl: Tell of-platdata about a required header fileSimon Glass1-0/+1
2021-03-26x86: apl: Fix the header order in pmcSimon Glass1-1/+1
2021-03-26x86: Define a region for device priv/plat dataSimon Glass1-0/+8
2021-03-15Merge tag 'v2021.04-rc4' into nextTom Rini2-1/+2