aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/cpu/ivybridge
AgeCommit message (Expand)AuthorFilesLines
2023-01-18event: Correct dependencies on the EVENT frameworkTom Rini1-0/+1
2022-09-23board_f: Fix types for board_get_usable_ram_top()Pali Rohár1-1/+1
2022-03-10event: Convert arch_cpu_init_dm() to use eventsSimon Glass1-1/+3
2022-01-19doc: replace @return by Return:Heinrich Schuchardt1-2/+2
2021-08-31Kconfig: Remove all default n/no optionsMichal Simek1-5/+0
2021-03-02reset: Remove addr parameter from reset_cpu()Harald Seiler1-1/+1
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass8-0/+8
2020-12-18dm: Avoid accessing seq directlySimon Glass1-1/+1
2020-08-03sf: Drop dm.h header file from spi_flash.hSimon Glass1-0/+1
2020-07-25cpu: Convert the methods to use a const udevice *Simon Glass1-2/+3
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini1-3/+2
2020-07-20cpu: Convert the methods to use a const udevice *Simon Glass1-2/+3
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop linux/delay.h from common headerSimon Glass3-0/+3
2020-05-18common: Drop log.h from common headerSimon Glass9-0/+9
2020-05-18common: Drop init.h from common headerSimon Glass3-0/+3
2019-12-15x86: Update mrccache to support multiple cachesSimon Glass1-3/+5
2019-12-02common: Move board_get_usable_ram_top() out of common.hSimon Glass1-0/+1
2019-12-02common: Move checkcpu() out of common.hSimon Glass1-0/+1
2019-10-08x86: Add common functions for TDP and perf controlSimon Glass2-18/+11
2019-10-08x86: Use a common bus clock for Intel CPUsSimon Glass1-2/+2
2019-10-08x86: Add a common function to set CPU thermal targetSimon Glass1-22/+3
2019-10-08x86: pci: Drop the first parameter in pci_x86_r/w_config()Simon Glass1-2/+1
2019-10-08x86: Move common Intel CPU info code into a functionSimon Glass1-6/+2
2019-10-08x86: Rename some FSP functions to have an fsp_ prefixSimon Glass1-1/+1
2019-10-08x86: Rename existing FSP code to fsp1Simon Glass1-1/+1
2019-05-08x86: ivybridge: Implement PCH_REQ_PMBASE_INFOSimon Glass1-0/+15
2019-02-20sound: x86: link: Add sound supportSimon Glass2-0/+33
2019-02-20x86: ivybridge: Add a way to get the HDA config settingSimon Glass1-2/+25
2018-11-14cpu: Add DM_FLAG_PRE_RELOC flag to various cpu driversBin Meng1-0/+1
2018-07-20x86: Switch to use DM sysreset driverBin Meng2-4/+6
2018-06-13x86: Conditionally build the pinctrl_ich6 driverBin Meng1-0/+1
2018-06-13x86: ivybridge: Drop CONFIG_USBDEBUGBin Meng1-15/+0
2018-06-13x86: ivybridge: Enable 206ax cpu driver for FSP buildBin Meng1-1/+1
2018-06-13x86: ivybridge: Imply USB_XHCI_HCDBin Meng1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini13-26/+13
2017-12-12ata: Migrate CONFIG_SCSI_AHCI to KconfigTuomas Tynkkynen1-0/+1
2017-09-16x86: ivybridge: remove unused variablesHeinrich Schuchardt1-10/+0
2017-08-15env: Convert CONFIG_ENV_IS_IN... to a choiceSimon Glass1-1/+0
2017-08-01Merge git://git.denx.de/u-boot-x86Tom Rini2-5/+11
2017-08-01x86: Switch all boards to use DM SCSIBin Meng1-0/+1
2017-08-01x86: ivybridge: remove unused uma_memory_sizexypron.glpk@gmx.de1-5/+0
2017-08-01x86: Convert INTEL_ICH6_GPIO to KconfigBin Meng1-0/+1
2017-08-01x86: kconfig: Move USB to platform KconfigBin Meng1-0/+2
2017-08-01x86: ivybridge: kconfig: Imply platform specific driversBin Meng1-0/+5
2017-08-01x86: kconfig: Imply ENABLE_MRC_CACHE in the platform KconfigBin Meng1-0/+1
2017-08-01x86: kconfig: Imply HAVE_INTEL_ME in the platform KconfigBin Meng1-0/+1
2017-08-01ahci: Support non-PCI controllersSimon Glass1-1/+1
2017-07-11x86: Move link to use driver model for SCSISimon Glass1-1/+21
2017-04-05board_f: Drop setup_dram_config() wrapperSimon Glass1-1/+3