aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/cpu
AgeCommit message (Expand)AuthorFilesLines
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-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-30x86: typo segementHeinrich Schuchardt2-2/+2
2021-01-05Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextWIP/05Jan2021-nextTom Rini14-123/+78
2021-01-05Merge 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
2020-12-18x86: Drop unnecessary mp_init logicSimon Glass2-17/+8
2020-12-18dm: Avoid accessing seq directlySimon Glass2-2/+2
2020-12-16x86: edison: Switch to DM_USB_GADGETAndy Shevchenko1-4/+0
2020-12-16x86: edison: Use dwc3-generic driver for Intel EdisonAndy Shevchenko1-0/+3
2020-12-16x86: edison: BINMAN selection is specific to the boardAndy Shevchenko1-1/+0
2020-12-16x86: tangier: Find proper memory region for relocationAndy Shevchenko1-0/+43
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass11-38/+38
2020-12-13dm: treewide: Update 'auto' declarations to be on one lineSimon Glass1-2/+1
2020-12-13dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass9-19/+19
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass6-13/+13
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass11-18/+18
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass12-16/+16
2020-12-13dm: Remove uses of device_bind_offset()Simon Glass1-1/+1
2020-12-13dm: core: Rename device_bind() to device_bind_offset()Simon Glass1-1/+1
2020-11-10x86: Avoid using hardcoded number of variable range MTRRs in mtrr_commit()Bin Meng1-1/+1
2020-11-06x86: Silence some logging statementsSimon Glass3-9/+9
2020-11-06x86: Set up Chrome OS to boot into developer modeSimon Glass1-6/+20
2020-11-06x86: Use CONFIG_CHROMEOS_VBOOT for verified bootSimon Glass1-1/+2
2020-11-06x86: Show the interrupt pointer with 'irqinfo'Simon Glass1-7/+7
2020-11-05x86: Don't bother clearing global NVSSimon Glass1-1/+0
2020-11-05x86: Allow writing tables to failSimon Glass1-1/+8
2020-11-05x86: apl: Add core init for the SoCSimon Glass4-20/+128
2020-11-05x86: Fix up driver names to avoid dtoc warningsSimon Glass9-12/+12
2020-10-29x86: apl: Take advantage of the of-platdata parent supportSimon Glass1-1/+2
2020-10-29x86: apl: Enable SPI flash in TPL with APL_SPI_FLASH_BOOTSimon Glass1-0/+2
2020-10-06bloblist: Allow custom alignment for blobsSimon Glass2-2/+2