summaryrefslogtreecommitdiff
path: root/arch/x86/cpu
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next'Tom Rini2022-04-044-4/+12
|\
| * event: Convert arch_cpu_init_dm() to use eventsSimon Glass2022-03-104-4/+12
* | Revert "x86: Move FACP table into separate functions"Andy Shevchenko2022-03-314-68/+28
|/
* acpi: Move MCFG implementation to common libMoritz Fischer2022-02-092-10/+16
* x86: acpi: Update acpi_fill_csrt() to use acpi_ctxSimon Glass2022-01-251-3/+6
* x86: Move FACP table into separate functionsSimon Glass2022-01-254-28/+68
* doc: replace @return by Return:Heinrich Schuchardt2022-01-199-15/+15
* x86: efi: Don't use the 64-bit link script for the EFI appSimon Glass2022-01-151-1/+1
* x86: efi: Tweak the code used for the 64-bit EFI appSimon Glass2022-01-151-0/+5
* x86: efi: Update efi_get_next_mem_desc() to avoid needing a mapSimon Glass2022-01-151-4/+4
* bloblist: Rename the SPL tagSimon Glass2022-01-131-2/+2
* x86: pci: Use PCI_CONF1_ADDRESS() macroPali Rohár2022-01-121-2/+2
* x86: efi: Show the system-table revisionSimon Glass2021-12-311-1/+8
* x86: Don't duplicate global_ptr in 64-bit EFI appSimon Glass2021-11-072-14/+17
* efi: Create a 64-bit appSimon Glass2021-11-074-17/+31
* x86: Create a 32/64-bit selection for the appSimon Glass2021-11-071-1/+1
* x86: tangier: pinmux: Move error message to the callerAndy Shevchenko2021-11-011-7/+3
* x86: tangier: pinmux: Move is_protected assignment closer to its userAndy Shevchenko2021-11-011-2/+1
* x86: tangier: Enable support for SD/SDIO family in the pinmux driverAndy Shevchenko2021-11-011-5/+34
* bootstage: Add SPL supportMarek Vasut2021-10-311-1/+1
* x86: Show some EFI info with the bdinfo commandSimon Glass2021-10-211-2/+11
* WS cleanup: remove SPACE(s) followed by TABWIP/2021-09-30-whitespace-cleanupsWolfgang Denk2021-09-301-1/+1
* treewide: Try to avoid the preprocessor with OF_REALSimon Glass2021-09-251-10/+10
* treewide: Use OF_REAL instead of !OF_PLATDATASimon Glass2021-09-257-11/+11
* treewide: fdt: Move fdt_get_config_... to ofnode_conf_read...Simon Glass2021-09-251-3/+2
* x86: quark: MRC: Remove U_BOOT_DATE and U_BOOT_TIME from debug logPali Rohár2021-09-171-3/+1
* spi: Rename SPI_SUPPORT to SPISimon Glass2021-09-041-1/+1
* pch: Rename PCH_SUPPORT to PCHSimon Glass2021-09-041-3/+3
* Kconfig: Remove all default n/no optionsMichal Simek2021-08-311-5/+0
* x86: queensbay: Return directly if IGD / SDVO were already disabledBin Meng2021-08-031-11/+9
* x86: mtrr: Abort if requested size is not power of 2Bin Meng2021-08-021-0/+7
* 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: tsc: Rename X86_TSC_TIMER_EARLY_FREQ to X86_TSC_TIMER_FREQBin Meng2021-08-021-2/+2
* x86: kconfig: Drop ROM_NEEDS_BLOBS and BUILD_ROMBin Meng2021-08-021-1/+0
* x86: tangier: Fix DMA controller IRQ polarity in CSRTAndy Shevchenko2021-08-021-2/+2
* x86: coreboot: Use vendor in the KconfigSimon Glass2021-07-151-1/+1
* x86: Don't set up MTRRs if previously doneSimon Glass2021-07-151-1/+1
* 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-241-1/+1
* x86: qemu: move QFW to its own uclassAsherah Connor2021-04-123-48/+21
* x86: coral: Allow init of debug UART in U-Boot properSimon Glass2021-03-273-58/+64
* x86: coral: Avoid build error with !CONFIG_ACPIGENSimon Glass2021-03-271-5/+9
* x86: Allow installing an e820 when booting from corebootSimon Glass2021-03-271-26/+1
* x86: Move coreboot sysinfo parsing into generic x86 codeSimon Glass2021-03-272-256/+0
* x86: Move coreboot timestamp info into coreboot_tables.hSimon Glass2021-03-271-12/+0
* x86: Make coreboot sysinfo available to any x86 boardSimon Glass2021-03-274-4/+4
* x86: apl: Use read-only SPL and new of-platdataSimon Glass2021-03-261-0/+2
* x86: itss: Tidy up bind() for of-platdata-instSimon Glass2021-03-261-2/+3