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
Age
Commit message (
Expand
)
Author
2020-06-07
acpi,soc/intel: Make soc/motherboard_fill_fadt() global
Kyösti Mälkki
2020-06-06
src: Remove unused 'include <cpu/x86/mtrr.h>'
Elyes HAOUAS
2020-06-06
arch/x86: Declare permanent_smi_handler()
Kyösti Mälkki
2020-06-06
soc,southbridge/intel: Control SMI related FADT entries
Kyösti Mälkki
2020-06-06
soc/intel/xeon_sp/cpx: set up cpus
Jonathan Zhang
2020-06-04
soc/intel/xeon_sp/cpx: add chip operation and PCIe enumeration
Jonathan Zhang
2020-06-02
vendorcode/intel/fsp/fsp2_0/cpx_sp: update to FSP WW20 release
Jonathan Zhang
2020-06-02
soc/xeon_sp/skx: Define MSR PPIN related registers
Johnny Lin
2020-06-02
src: Remove unused '#include <cbfs.h>'
Elyes HAOUAS
2020-06-02
soc/intel/xeon_sp/skx/soc_util.c: Remove unused <cpu/cpu.h>
Elyes HAOUAS
2020-06-02
src: Remove unused '#include <cpu/x86/lapic.h>'
Elyes HAOUAS
2020-06-02
soc/intel/xeon_sp: Early programming of ACPI bar
Rocky Phagura
2020-06-02
soc/intel/xeon_sp/skx: Let iasl automatically resolve _PRT package size
Arthur Heymans
2020-05-28
soc/intel/xeon_sp/skx: Remove invalid declaration
Kyösti Mälkki
2020-05-28
soc/intel/xeon_sp/cpx: Remove redundant declaration
Kyösti Mälkki
2020-05-26
soc/intel/xeon_sp: select UDK_2017_binding
Jonathan Zhang
2020-05-18
src: Remove leading blank lines from SPDX header
Elyes HAOUAS
2020-05-13
src/mainboard: Remove unused 'include <stdlib.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-11
soc/intel/xeon_sp: make CPX ramstage.h common for CPX, SKX
Michael Niewöhner
2020-05-10
src: Replace remaining GPLv2 long form headers with SPDX header
Elyes HAOUAS
2020-05-08
{security,soc}/*/Kconfig: Replace GPLv2 long form headers with SPDX header
Elyes HAOUAS
2020-05-06
treewide: replace GPLv2 long form headers with SPDX header
Patrick Georgi
2020-05-06
treewide: Move "is part of the coreboot project" line in its own comment
Patrick Georgi
2020-05-02
acpi: Move ACPI table support out of arch/x86 (3/5)
Furquan Shaikh
2020-05-01
soc/intel/xeon_sp/cpx: Implement hide/unhide P2SB traditional dance
Andrey Petrov
2020-05-01
soc/intel/xeon_sp/cpx: Enable common P2SB
Andrey Petrov
2020-05-01
soc/intel/xeon_sp: Add C620 p2sb.h
Andrey Petrov
2020-05-01
xeon_sp, ocp/tiogapass: remove unused FSP-style GPIO defs
Maxim Polyakov
2020-04-28
device: Constify struct device * parameter to acpi_inject_dsdt
Furquan Shaikh
2020-04-28
device: Constify struct device * parameter to acpi_fill_ssdt()
Furquan Shaikh
2020-04-28
device: Constify struct device * parameter to write_acpi_tables
Furquan Shaikh
2020-04-24
soc/intel/xeon_sp/cpx: Calculate number of threads based on sockets
Andrey Petrov
2020-04-24
soc/intel/xeon_sp/cpx: Bump MAX_CPUS
Andrey Petrov
2020-04-24
soc/intel/xeon_sp/cpx: Work around FSP-M issues
Andrey Petrov
2020-04-24
soc/intel/xeon_sp/cpx: Allow motherboards to set FSP-M parameters
Andrey Petrov
2020-04-20
drivers/pc80/rtc: Reorganize prototypes
Kyösti Mälkki
2020-04-13
acpi: Bump FADT to revision 6
Patrick Rudolph
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-09
soc/intel: Remove unneeded whitespaces
Elyes HAOUAS
2020-04-07
soc/xeon_sp: add configs to use common/gpio diver
Maxim Polyakov
2020-04-07
soc/intel/xeon_sp: Add Lewisburg defs for common/gpio driver
Maxim Polyakov
2020-04-06
soc/intel/xeon_sp: Use SPDX for GPL-2.0-only files
Angel Pons
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-04-02
Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator`
Nico Huber
2020-03-26
soc/intel/xeon_sp: Add basic Cooperlake-SP support
Andrey Petrov
2020-03-26
soc/intel/xeon_sp: Configure P2SB BAR in bootblock
Andrey Petrov
2020-03-26
soc/intel/xeon_sp: Refactor code to allow for additional CPUs types
Andrey Petrov
2020-03-25
create stdio.h and stdarg.h for {,v}snprintf
Joel Kitching
2020-03-25
soc/intel/xeon_sp: Enable LPC generic IO decode range
Johnny Lin
2020-03-19
soc/intel/xeon_sp: Modify FSP-T code caching parameters
Johnny Lin
2020-03-18
soc: Remove copyright notices
Patrick Georgi
2020-03-10
soc/intel/xeon-sp,mb/ocp/tiogapass: Don't fake binaries
Nico Huber
2020-03-06
soc/intel: Add Intel Xeon Scalable Processor support
Jonathan Zhang