summaryrefslogtreecommitdiff
path: root/arch/x86/cpu/broadwell
AgeCommit message (Expand)AuthorFilesLines
2023-05-11x86: samus: Don't include audio and SATA in TPLSimon Glass1-2/+2
2023-05-11dm: Emit the arch_cpu_init_dm() even only before relocationSimon Glass1-1/+1
2023-01-18event: Correct dependencies on the EVENT frameworkTom Rini1-0/+1
2022-12-23global: Migrate CONFIG_X86_REFCODE_RUN_ADDR to CFGTom Rini1-2/+2
2022-12-23global: Migrate CONFIG_X86_REFCODE_ADDR to CFGTom Rini1-1/+1
2022-10-18dm: treewide: Use uclass_first_device_err when accessing one deviceMichal Suchanek1-3/+1
2022-09-23board_f: Fix types for board_get_usable_ram_top()Pali Rohár1-1/+1
2022-08-10common: Drop display_options.h from common headerSimon Glass1-0/+1
2022-03-10event: Convert arch_cpu_init_dm() to use eventsSimon Glass1-1/+3
2022-01-19doc: replace @return by Return:Heinrich Schuchardt2-2/+2
2022-01-13bloblist: Rename the SPL tagSimon Glass1-2/+2
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass9-0/+9
2020-12-19dm: Avoid accessing seq directlySimon Glass1-1/+1
2020-12-14dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass1-5/+5
2020-12-14dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass2-4/+4
2020-12-14dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass1-3/+3
2020-12-14dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-1/+1
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2-2/+2
2020-08-26CONFIG_NR_DRAM_BANKS: Remove unreferenced code as its always definedStefan Roese1-2/+0
2020-07-25cpu: Convert the methods to use a const udevice *Simon Glass1-2/+2
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini1-2/+2
2020-07-20cpu: Convert the methods to use a const udevice *Simon Glass1-2/+2
2020-07-17x86: Avoid #ifdef with CONFIG_HAVE_ACPI_RESUMESimon Glass1-3/+2
2020-05-19common: Drop linux/delay.h from common headerSimon Glass5-0/+5
2020-05-19common: Drop log.h from common headerSimon Glass12-0/+12
2020-05-19common: Drop init.h from common headerSimon Glass4-0/+4
2019-12-15x86: Update mrccache to support multiple cachesSimon Glass1-3/+5
2019-12-03common: Move board_get_usable_ram_top() out of common.hSimon Glass1-0/+1
2019-12-03common: Move checkcpu() out of common.hSimon Glass1-0/+1
2019-10-08x86: Tidy up some duplicate MSR definesSimon Glass1-3/+3
2019-10-08x86: Add common functions for TDP and perf controlSimon Glass2-14/+2
2019-10-08x86: Use a common bus clock for Intel CPUsSimon Glass2-3/+3
2019-10-08x86: Add a common function to set CPU thermal targetSimon Glass1-19/+1
2019-10-08x86: Use a common definition of MSR_IA32_PERF_CTLSimon Glass2-2/+2
2019-10-08x86: pci: Drop the first parameter in pci_x86_r/w_config()Simon Glass1-5/+2
2019-10-08x86: Rename turbo ratio MSR to MSR_TURBO_RATIO_LIMITSimon Glass1-1/+1
2019-10-08x86: spl: Move broadwell-specific code out of generic x86 splSimon Glass2-0/+12
2019-10-08x86: Move common Intel CPU info code into a functionSimon Glass1-8/+1
2019-05-08x86: broadwell: Update PCH to work in TPLSimon Glass1-3/+9
2019-05-08x86: broadwell: Implement PCH_REQ_PMBASE_INFOSimon Glass1-0/+25
2019-05-08x86: broadwell: Select refcode and CPU code for SPLSimon Glass1-3/+4
2019-05-08x86: broadwell: Allow booting from SPLSimon Glass2-0/+78
2019-05-08x86: broadwell: Split CPU initSimon Glass3-673/+695
2019-05-08x86: broadwell: Move init of debug UART to cpu.cSimon Glass2-11/+13
2019-05-08x86: broadwell: Allow SDRAM init from SPLSimon Glass3-94/+101
2019-05-08x86: broadwell: Improve SDRAM debugging outputSimon Glass1-12/+20
2019-02-20x86: broadwell: Add support for serial I/O devicesSimon Glass1-0/+110
2019-02-20x86: broadwell: Don't bother probing the PCH for pinctrlSimon Glass1-1/+2
2019-02-20x86: broadwell: Add support for the ADSPSimon Glass2-0/+157
2018-11-14cpu: Add DM_FLAG_PRE_RELOC flag to various cpu driversBin Meng1-0/+1