aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/cpu/intel_common
AgeCommit message (Expand)AuthorFilesLines
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2-4/+4
2020-11-06x86: Silence some logging statementsSimon Glass2-5/+5
2020-11-05x86: Don't bother clearing global NVSSimon Glass1-1/+0
2020-11-05x86: apl: Add core init for the SoCSimon Glass1-0/+19
2020-11-05x86: Fix up driver names to avoid dtoc warningsSimon Glass2-2/+2
2020-10-06bloblist: Allow custom alignment for blobsSimon Glass2-2/+2
2020-09-25x86: cpu: Report address width from cpu_get_info()Simon Glass1-0/+1
2020-09-25x86: acpi: Add common Intel ACPI tablesSimon Glass3-0/+393
2020-09-25x86: Add a few common Intel CPU functionsSimon Glass1-0/+64
2020-09-25x86: acpi: Add a common routine to write WiFi infoSimon Glass2-0/+121
2020-09-25x86: apl: Support writing the IntelGraphicsMem tableSimon Glass2-0/+172
2020-07-17x86: apl: Fix save/restore of ITSS prioritiesSimon Glass1-2/+23
2020-07-17x86: apl: Hide the p2sb on exit from U-BootSimon Glass1-0/+13
2020-07-17x86: apl: Support set_hide() in p2sb driverSimon Glass1-0/+31
2020-06-02x86: spi: Add a way to access the SPI mapping via registersSimon Glass1-5/+14
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass2-0/+2
2020-05-18common: Drop log.h from common headerSimon Glass7-0/+7
2020-05-18common: Drop init.h from common headerSimon Glass1-0/+1
2020-05-04x86: coreboot: Allow building an SPL imageSimon Glass1-0/+2
2020-04-16x86: apl: Move p2sb ofdata reading to the correct methodSimon Glass1-22/+11
2020-03-05x86: p2sb: Drop 'apl' prefixWolfgang Wallner1-15/+15
2020-02-11Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini1-0/+1
2020-02-07x86: itss: Add of-platdata supportSimon Glass1-0/+10
2020-02-07x86: Give each driver an IRQ typeSimon Glass1-1/+1
2020-02-07x86: Move P2SB from Apollo Lake to a more generic locationWolfgang Wallner2-0/+171
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2020-02-04x86: itss: Remove apl-prefixWolfgang Wallner1-28/+28
2020-02-04x86: itss: Add a Kconfig option to enable/disable ITSS driverWolfgang Wallner1-3/+1
2020-02-04x86: Move itss.c from Apollo Lake to a more generic locationWolfgang Wallner2-0/+217
2019-12-15x86: Add low-power subsystem (lpss) supportSimon Glass2-0/+45
2019-12-15x86: Add support for newer CAR schemesSimon Glass3-0/+543
2019-12-15x86: spi: Add helper functions for Intel Fast SPISimon Glass2-0/+74
2019-12-02common: Move board_get_usable_ram_top() out of common.hSimon Glass1-0/+1
2019-10-08x86: Add new common CPU functions for turbo/burst modeSimon Glass1-0/+61
2019-10-08x86: Add common functions for TDP and perf controlSimon Glass1-0/+20
2019-10-08x86: Add a common function to set CPU thermal targetSimon Glass1-0/+22
2019-10-08x86: Use a common definition of MSR_IA32_PERF_CTLSimon Glass1-1/+1
2019-10-08x86: fsp: Save usable RAM and hob_list in the handoff areaSimon Glass1-0/+6
2019-10-08x86: Move common Intel CPU info code into a functionSimon Glass1-0/+13
2019-05-08x86: Support TPL in Intel common codeSimon Glass1-3/+6
2019-05-08x86: Add common Intel code for SPLSimon Glass2-0/+33
2019-05-08x86: Allow 16-bit init to be in TPLSimon Glass1-1/+1
2019-05-08x86: Update a stale comment about ifdtoolSimon Glass1-1/+1
2018-07-02x86: Use microcode update from device tree for all processorsIvan Gorinov2-3/+9
2018-06-17x86: Rename efi-x86 target to efi-x86_appBin Meng1-1/+1
2018-06-13x86: ivybridge: Drop CONFIG_USBDEBUGBin Meng1-5/+0
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini9-19/+9
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada1-1/+1
2017-02-08dm: core: Replace of_offset with accessorSimon Glass2-2/+2
2017-02-06x86: Use X86_32BIT_INIT instead of X86_RESET_VECTORSimon Glass1-4/+6