summaryrefslogtreecommitdiffstats
path: root/arch/x86/cpu
Commit message (Expand)AuthorAgeFilesLines
* reset: Remove addr parameter from reset_cpu()Harald Seiler2021-03-021-1/+1
* Merge branch '2021-02-02-drop-asm_global_data-when-unused'Tom Rini2021-02-1554-5/+49
|\
| * common: Drop asm/global_data.h from common headerSimon Glass2021-02-0254-5/+49
* | x86: qemu: Fix broken multi-core bootBin Meng2021-02-031-0/+6
|/
* x86: spl: Make moving BSS conditionalSimon Glass2021-02-011-0/+2
* x86: Make sure the SPL image ends on a suitable boundarySimon Glass2021-02-011-0/+10
* x86: apl: Enhance debugging in the SPL loaderSimon Glass2021-02-011-5/+7
* x86: acpi_gpe: Update driver name to match devicetreeSimon Glass2021-02-011-2/+4
* x86: typo segementHeinrich Schuchardt2021-01-302-2/+2
* Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextTom Rini2021-01-0514-123/+78
|\
| * x86: apl: Adjust how the UART gets its platform dataSimon Glass2021-01-051-19/+24
| * x86: apl: Use struct spi_nor instead of struct spi_flashSimon Glass2021-01-051-1/+1
| * x86: Move priv/plat structs for intel_common to headersSimon Glass2021-01-052-27/+1
| * x86: apl: Move priv/plat structs to headersSimon Glass2021-01-052-26/+2
| * x86: apl: Reduce size for TPLSimon Glass2021-01-058-11/+29
| * x86: apl: Update hostbridge to remove unwanted TPL codeSimon Glass2021-01-051-5/+9
| * x86: coral: Move fsp-m settings to a subnodeSimon Glass2021-01-051-1/+4
| * x86: Move call64 into its own sectionSimon Glass2021-01-051-0/+1
| * x86: apl: Use const for driver operationsSimon Glass2021-01-052-2/+2
| * dm: Use access methods for dev/uclass private dataSimon Glass2021-01-052-2/+3
| * x86: apl: Drop support for !OF_PLATDATA_PARENTSimon Glass2021-01-052-28/+1
| * serial: Update NS16550_t and struct NS16550Simon Glass2021-01-052-2/+2
* | Merge tag 'v2021.01-rc5' into nextTom Rini2021-01-052-5/+46
|\ \ | |/ |/|
| * x86: edison: Switch to DM_USB_GADGETAndy Shevchenko2020-12-161-4/+0
| * x86: edison: Use dwc3-generic driver for Intel EdisonAndy Shevchenko2020-12-161-0/+3
| * x86: edison: BINMAN selection is specific to the boardAndy Shevchenko2020-12-161-1/+0
| * x86: tangier: Find proper memory region for relocationAndy Shevchenko2020-12-161-0/+43
* | x86: Drop unnecessary mp_init logicSimon Glass2020-12-182-17/+8
* | dm: Avoid accessing seq directlySimon Glass2020-12-182-2/+2
* | dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass2020-12-1311-38/+38
* | dm: treewide: Update 'auto' declarations to be on one lineSimon Glass2020-12-131-2/+1
* | dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass2020-12-139-19/+19
* | dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2020-12-136-13/+13
* | dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-1311-18/+18
* | dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-1312-16/+16
* | dm: Remove uses of device_bind_offset()Simon Glass2020-12-131-1/+1
* | dm: core: Rename device_bind() to device_bind_offset()Simon Glass2020-12-131-1/+1
|/
* x86: Avoid using hardcoded number of variable range MTRRs in mtrr_commit()Bin Meng2020-11-101-1/+1
* x86: Silence some logging statementsSimon Glass2020-11-063-9/+9
* x86: Set up Chrome OS to boot into developer modeSimon Glass2020-11-061-6/+20
* x86: Use CONFIG_CHROMEOS_VBOOT for verified bootSimon Glass2020-11-061-1/+2
* x86: Show the interrupt pointer with 'irqinfo'Simon Glass2020-11-061-7/+7
* x86: Don't bother clearing global NVSSimon Glass2020-11-051-1/+0
* x86: Allow writing tables to failSimon Glass2020-11-051-1/+8
* x86: apl: Add core init for the SoCSimon Glass2020-11-054-20/+128
* x86: Fix up driver names to avoid dtoc warningsSimon Glass2020-11-059-12/+12
* x86: apl: Take advantage of the of-platdata parent supportSimon Glass2020-10-291-1/+2
* x86: apl: Enable SPI flash in TPL with APL_SPI_FLASH_BOOTSimon Glass2020-10-291-0/+2
* bloblist: Allow custom alignment for blobsSimon Glass2020-10-062-2/+2
* x86: edison: Generate an image suitable for xFSTKSimon Glass2020-09-251-0/+1