summaryrefslogtreecommitdiff
path: root/arch/x86/cpu
AgeCommit message (Expand)AuthorFilesLines
2021-08-02x86: 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-13x86: 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
2021-03-09x86: Select advanced Intel code only if allowedSimon Glass1-0/+1
2021-03-09x86: sizeof-array-div error in lpc_common_early_initHeinrich Schuchardt1-1/+1
2021-03-02reset: Remove addr parameter from reset_cpu()Harald Seiler1-1/+1
2021-02-15Merge branch '2021-02-02-drop-asm_global_data-when-unused'Tom Rini54-5/+49
2021-02-03x86: qemu: Fix broken multi-core bootBin Meng1-0/+6
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass54-5/+49
2021-02-01x86: spl: Make moving BSS conditionalSimon Glass1-0/+2
2021-02-01x86: Make sure the SPL image ends on a suitable boundarySimon Glass1-0/+10
2021-02-01x86: apl: Enhance debugging in the SPL loaderSimon Glass1-5/+7
2021-02-01x86: acpi_gpe: Update driver name to match devicetreeSimon Glass1-2/+4
2021-01-31x86: typo segementHeinrich Schuchardt2-2/+2
2021-01-06Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextTom Rini14-123/+78
2021-01-06Merge tag 'v2021.01-rc5' into nextTom Rini2-5/+46
2021-01-05x86: apl: Adjust how the UART gets its platform dataSimon Glass1-19/+24
2021-01-05x86: apl: Use struct spi_nor instead of struct spi_flashSimon Glass1-1/+1
2021-01-05x86: Move priv/plat structs for intel_common to headersSimon Glass2-27/+1
2021-01-05x86: apl: Move priv/plat structs to headersSimon Glass2-26/+2
2021-01-05x86: apl: Reduce size for TPLSimon Glass8-11/+29
2021-01-05x86: apl: Update hostbridge to remove unwanted TPL codeSimon Glass1-5/+9
2021-01-05x86: coral: Move fsp-m settings to a subnodeSimon Glass1-1/+4
2021-01-05x86: Move call64 into its own sectionSimon Glass1-0/+1
2021-01-05x86: apl: Use const for driver operationsSimon Glass2-2/+2
2021-01-05dm: Use access methods for dev/uclass private dataSimon Glass2-2/+3
2021-01-05x86: apl: Drop support for !OF_PLATDATA_PARENTSimon Glass2-28/+1
2021-01-05serial: Update NS16550_t and struct NS16550Simon Glass2-2/+2