aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/cpu/broadwell
AgeCommit message (Expand)Author
2022-10-17dm: treewide: Use uclass_first_device_err when accessing one deviceMichal Suchanek
2022-09-23board_f: Fix types for board_get_usable_ram_top()Pali Rohár
2022-08-10common: Drop display_options.h from common headerSimon Glass
2022-03-10event: Convert arch_cpu_init_dm() to use eventsSimon Glass
2022-01-19doc: replace @return by Return:Heinrich Schuchardt
2022-01-13bloblist: Rename the SPL tagSimon Glass
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2020-12-18dm: Avoid accessing seq directlySimon Glass
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass
2020-12-13dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass
2020-08-26CONFIG_NR_DRAM_BANKS: Remove unreferenced code as its always definedStefan Roese
2020-07-25cpu: Convert the methods to use a const udevice *Simon Glass
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini
2020-07-20cpu: Convert the methods to use a const udevice *Simon Glass
2020-07-17x86: Avoid #ifdef with CONFIG_HAVE_ACPI_RESUMESimon Glass
2020-05-18common: Drop linux/delay.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18common: Drop init.h from common headerSimon Glass
2019-12-15x86: Update mrccache to support multiple cachesSimon Glass
2019-12-02common: Move board_get_usable_ram_top() out of common.hSimon Glass
2019-12-02common: Move checkcpu() out of common.hSimon Glass
2019-10-08x86: Tidy up some duplicate MSR definesSimon Glass
2019-10-08x86: Add common functions for TDP and perf controlSimon Glass
2019-10-08x86: Use a common bus clock for Intel CPUsSimon Glass
2019-10-08x86: Add a common function to set CPU thermal targetSimon Glass
2019-10-08x86: Use a common definition of MSR_IA32_PERF_CTLSimon Glass
2019-10-08x86: pci: Drop the first parameter in pci_x86_r/w_config()Simon Glass
2019-10-08x86: Rename turbo ratio MSR to MSR_TURBO_RATIO_LIMITSimon Glass
2019-10-08x86: spl: Move broadwell-specific code out of generic x86 splSimon Glass
2019-10-08x86: Move common Intel CPU info code into a functionSimon Glass
2019-05-08x86: broadwell: Update PCH to work in TPLSimon Glass
2019-05-08x86: broadwell: Implement PCH_REQ_PMBASE_INFOSimon Glass
2019-05-08x86: broadwell: Select refcode and CPU code for SPLSimon Glass
2019-05-08x86: broadwell: Allow booting from SPLSimon Glass
2019-05-08x86: broadwell: Split CPU initSimon Glass
2019-05-08x86: broadwell: Move init of debug UART to cpu.cSimon Glass
2019-05-08x86: broadwell: Allow SDRAM init from SPLSimon Glass
2019-05-08x86: broadwell: Improve SDRAM debugging outputSimon Glass
2019-02-20x86: broadwell: Add support for serial I/O devicesSimon Glass
2019-02-20x86: broadwell: Don't bother probing the PCH for pinctrlSimon Glass
2019-02-20x86: broadwell: Add support for the ADSPSimon Glass
2018-11-14cpu: Add DM_FLAG_PRE_RELOC flag to various cpu driversBin Meng
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2017-12-12ata: Migrate CONFIG_SCSI_AHCI to KconfigTuomas Tynkkynen
2017-08-15env: Convert CONFIG_ENV_IS_IN... to a choiceSimon Glass
2017-08-01x86: Switch all boards to use DM SCSIBin Meng
2017-08-01x86: kconfig: Move USB to platform KconfigBin Meng