summaryrefslogtreecommitdiffstats
path: root/arch/x86/cpu/intel_common
Commit message (Expand)AuthorAgeFilesLines
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-027-0/+7
* x86: Move priv/plat structs for intel_common to headersSimon Glass2021-01-052-27/+1
* x86: apl: Reduce size for TPLSimon Glass2021-01-053-3/+7
* x86: apl: Use const for driver operationsSimon Glass2021-01-051-1/+1
* dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass2020-12-132-9/+9
* 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-132-4/+4
* dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2020-12-132-3/+3
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-132-4/+4
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-132-4/+4
* x86: Silence some logging statementsSimon Glass2020-11-062-5/+5
* x86: Don't bother clearing global NVSSimon Glass2020-11-051-1/+0
* x86: apl: Add core init for the SoCSimon Glass2020-11-051-0/+19
* x86: Fix up driver names to avoid dtoc warningsSimon Glass2020-11-052-2/+2
* bloblist: Allow custom alignment for blobsSimon Glass2020-10-062-2/+2
* x86: cpu: Report address width from cpu_get_info()Simon Glass2020-09-251-0/+1
* x86: acpi: Add common Intel ACPI tablesSimon Glass2020-09-253-0/+393
* x86: Add a few common Intel CPU functionsSimon Glass2020-09-251-0/+64
* x86: acpi: Add a common routine to write WiFi infoSimon Glass2020-09-252-0/+121
* x86: apl: Support writing the IntelGraphicsMem tableSimon Glass2020-09-252-0/+172
* x86: apl: Fix save/restore of ITSS prioritiesSimon Glass2020-07-171-2/+23
* x86: apl: Hide the p2sb on exit from U-BootSimon Glass2020-07-171-0/+13
* x86: apl: Support set_hide() in p2sb driverSimon Glass2020-07-171-0/+31
* x86: spi: Add a way to access the SPI mapping via registersSimon Glass2020-06-021-5/+14
* common: Drop linux/bitops.h from common headerSimon Glass2020-05-182-0/+2
* common: Drop log.h from common headerSimon Glass2020-05-187-0/+7
* common: Drop init.h from common headerSimon Glass2020-05-181-0/+1
* x86: coreboot: Allow building an SPL imageSimon Glass2020-05-041-0/+2
* x86: apl: Move p2sb ofdata reading to the correct methodSimon Glass2020-04-161-22/+11
* x86: p2sb: Drop 'apl' prefixWolfgang Wallner2020-03-051-15/+15
* Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini2020-02-111-0/+1
|\
| * dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-051-0/+1
* | x86: itss: Add of-platdata supportSimon Glass2020-02-071-0/+10
* | x86: Give each driver an IRQ typeSimon Glass2020-02-071-1/+1
* | x86: Move P2SB from Apollo Lake to a more generic locationWolfgang Wallner2020-02-072-0/+171
|/
* x86: itss: Remove apl-prefixWolfgang Wallner2020-02-041-28/+28
* x86: itss: Add a Kconfig option to enable/disable ITSS driverWolfgang Wallner2020-02-041-3/+1
* x86: Move itss.c from Apollo Lake to a more generic locationWolfgang Wallner2020-02-042-0/+217
* x86: Add low-power subsystem (lpss) supportSimon Glass2019-12-152-0/+45
* x86: Add support for newer CAR schemesSimon Glass2019-12-153-0/+543
* x86: spi: Add helper functions for Intel Fast SPISimon Glass2019-12-152-0/+74
* common: Move board_get_usable_ram_top() out of common.hSimon Glass2019-12-021-0/+1
* x86: Add new common CPU functions for turbo/burst modeSimon Glass2019-10-081-0/+61
* x86: Add common functions for TDP and perf controlSimon Glass2019-10-081-0/+20
* x86: Add a common function to set CPU thermal targetSimon Glass2019-10-081-0/+22
* x86: Use a common definition of MSR_IA32_PERF_CTLSimon Glass2019-10-081-1/+1
* x86: fsp: Save usable RAM and hob_list in the handoff areaSimon Glass2019-10-081-0/+6
* x86: Move common Intel CPU info code into a functionSimon Glass2019-10-081-0/+13
* x86: Support TPL in Intel common codeSimon Glass2019-05-081-3/+6
* x86: Add common Intel code for SPLSimon Glass2019-05-082-0/+33