index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
soc
/
intel
/
xeon_sp
/
cpx
/
chip.c
Age
Commit message (
Expand
)
Author
2024-01-31
include/device/device.h: Remove CHIP_NAME() macro
Nicholas Sudsgaard
2024-01-15
soc/intel/xeon_sp: Redesign resource allocation
Arthur Heymans
2023-07-18
soc/intel/xeon_sp: Skip empty sockets
Patrick Rudolph
2023-02-26
soc/intel/xeon_sp: Drop unused cpu.h header
Arthur Heymans
2023-02-23
soc/intel: Use common codeflow for MP init
Arthur Heymans
2023-01-18
soc/intel/xeon_sp: Use common gpio.h include
Dinesh Gehlot
2022-12-22
soc/intel/xeon_sp: Move codes to support new PCH
Tim Chu
2022-03-07
src: Make PCI ID define names shorter
Felix Singer
2022-02-05
cpu/x86/lapic: Move LAPIC configuration to MP init
Kyösti Mälkki
2021-11-11
Spell Intel Cooper Lake-SP with a space
Paul Menzel
2021-06-16
soc/intel/xeon_sp/cpx: Move MSR Locks to CPU init and fix them
Arthur Heymans
2021-05-05
soc/intel/xeon_sp: Remove bogus SMRAM locking
Arthur Heymans
2021-04-23
soc/intel/xeon_sp/cpx: Add UPI locks
Marc Jones
2021-04-23
soc/intel/xeon_sp/cpx: Add IMC locks
Marc Jones
2021-04-18
soc/intel/xeon_sp: Set MSR locks
Marc Jones
2021-04-16
soc/intel/xeon_sp: More PCU locks
Marc Jones
2021-03-20
soc/intel/xeon_sp/cpx: Set PCU locks
Marc Jones
2021-03-09
soc/intel/xeon_sp: Add PCH lockdown
Marc Jones
2021-02-24
src/soc/intel/xeon_sp/cpx: Add enable IIO error masks
Rocky Phagura
2021-02-09
soc/amd,intel: Drop s3_resume parameter on FSP-S functions
Kyösti Mälkki
2020-12-30
soc/intel: hook up new gpio device in the soc chips
Michael Niewöhner
2020-12-28
soc/intel/xeon_sp: Lock PAM and SMRAM registers
Arthur Heymans
2020-12-16
soc/intel/xeon_sp: Move DMICTL lock
Arthur Heymans
2020-11-20
soc/intel/xeon_sp: Set coreboot defined IOAPIC and HPET BDF
Arthur Heymans
2020-11-20
soc/intel/xeon_sp/cpx: Lock down P2SB SBI
Arthur Heymans
2020-11-09
soc/intel/xeon_sp: Move set_bios_init_completion()
Marc Jones
2020-10-30
soc/intel/xeon_sp: Move common chip.c code
Marc Jones
2020-10-29
soc/intel/xeon_sp: Move function debug macros
Marc Jones
2020-10-19
soc/intel/xeon_sp/cpx: Implement platform_fsp_silicon_init_params_cb
Marc Jones
2020-10-03
soc/intel: Move pch_enable_ioapic() to common code
Subrata Banik
2020-09-28
soc/intel/xeon_sp/cpx: add ACPI name for CSTACK
Jonathan Zhang
2020-09-21
src/soc/intel: Drop unneeded empty lines
Elyes HAOUAS
2020-06-22
soc/intel/xeon_sp/cpx: Finalize PCU configuration
Jonathan Zhang
2020-06-14
soc/intel/xeon_sp/cpx: add cpu entries in ssdt
Jonathan Zhang
2020-06-14
soc/intel/xeon_sp/cpx: add NUMA ACPI tables
Jonathan Zhang
2020-06-04
soc/intel/xeon_sp/cpx: add chip operation and PCIe enumeration
Jonathan Zhang
2020-06-02
src: Remove unused '#include <cbfs.h>'
Elyes HAOUAS
2020-05-12
device/pci_device: Extract pci_domain_set_resources from SOC
Raul E Rangel
2020-05-11
treewide: Remove "this file is part of" lines
Patrick Georgi
2020-05-01
soc/intel/xeon_sp/cpx: Implement hide/unhide P2SB traditional dance
Andrey Petrov
2020-04-10
Replace DEVICE_NOOP with noop_(set|read)_resources
Nico Huber
2020-04-10
Drop unnecessary DEVICE_NOOP entries
Nico Huber
2020-04-05
Drop explicit NULL initializations from `device_operations`
Elyes HAOUAS
2020-04-04
soc/intel/xeon_sp/cpx: Add multi-core init
Andrey Petrov
2020-03-26
soc/intel/xeon_sp: Add basic Cooperlake-SP support
Andrey Petrov