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
/
skx
Age
Commit message (
Expand
)
Author
2020-12-05
soc/intel/xeon_sp: Don't use common block acpi.h
Marc Jones
2020-12-02
cbfs: Simplify load/map API names, remove type arguments
Julius Werner
2020-11-24
soc/intel/xeon_sp: Enable SMI handler
Rocky Phagura
2020-11-24
soc/intel/xeon_sp: Select INTEL_COMMON_BLOCK_TCO
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/{skx,cpx}: Add txt_get_chipset_dpr callback
Arthur Heymans
2020-11-17
src: Add missing 'include <console/console.h>'
Elyes HAOUAS
2020-11-16
soc/intel/xeon_sp: Synchronize DMAR and MADT IOAPIC id's
Arthur Heymans
2020-11-13
soc/intel/xeon_sp: move get_iiostack_info() to a common place
Arthur Heymans
2020-11-13
soc/intel/xeon_sp: Change the return type of get_iio_stack_info()
Arthur Heymans
2020-11-12
soc/intel/xeon_sp: Use a common function to get the IIO HOB
Arthur Heymans
2020-11-09
soc/intel/xeon_sp: Move set_bios_init_completion()
Marc Jones
2020-11-09
soc/intel/xeon_sp/skx: Reorder soc_util.c
Marc Jones
2020-11-06
soc/intel/xeon_sp/skx: Fix MADT CPU indexes
Marc Jones
2020-11-06
soc/intel/xeon_sp: Move CPU helper functions
Marc Jones
2020-11-04
soc/intel/xeon_sp: Add a smm_region function
Arthur Heymans
2020-11-03
soc/intel/xeon_sp/acpi: Fix uncore dsdt for multiple cpus
Marc Jones
2020-11-03
soc/intel/xeon_sp; Use soc specific stack-port function
Marc Jones
2020-10-30
soc/intel/xeon_sp: Call common soc_get_num_cpus()
Marc Jones
2020-10-30
soc/intel/xeon_xp: Combine cpx and skx acpi.c
Marc Jones
2020-10-30
soc/intel/xeon_sp/skx/acpi.c: Update with cpx changes
Marc Jones
2020-10-30
soc/intel/xeon_sp: Move read_msr_ppin() to common util.c
Marc Jones
2020-10-30
soc/intel/xeon_sp: Move common chip.c code
Marc Jones
2020-10-30
soc/intel/xeon_sp/skx: Simplify pci_domain_read_resource
Marc Jones
2020-10-30
soc/intel/xeon_sp/skx: Add resource allocator helpers
Marc Jones
2020-10-29
soc/intel/xeon_sp: Move function debug macros
Marc Jones
2020-10-26
src: Include <arch/io.h> when appropriate
Elyes HAOUAS
2020-10-23
soc/intel/xeon_sp/skx: Add missing includes
Angel Pons
2020-10-22
soc/intel/xeon_sp: Rename cpx_generate_p_state_entries()
Marc Jones
2020-10-22
soc/intel/xeon_sp/skx: Move skx specific FADT setting
Marc Jones
2020-10-22
soc/intel/xeon_sp: Move uncore_inject_dsdt() call
Marc Jones
2020-10-22
soc/intel/xeon_sp: Move ACPI prototypes from chip.h
Marc Jones
2020-10-22
src/soc/intel/xeon_sp/skx: Update get_iiostack_info()
Marc Jones
2020-10-22
soc/intel/xeon_sp/skx/: Clean up soc_util.c
Marc Jones
2020-10-22
soc/intel/xeon_sp: Move common northbridge ACPI to nb_acpi.c
Marc Jones
2020-10-15
soc/intel/xeon_sp: Add get_system_memory_map()
Marc Jones
2020-10-09
soc/intel/xeon_sp: Use generic config_t
Marc Jones
2020-10-09
soc/intel/xeon_sp: Set CPU_ADDR_BITS to 46 for SKX and CPX
Christian Walter
2020-10-06
soc/intel/xeon_sp/skx: Move get_srat_memory_entries()
Marc Jones
2020-10-06
soc/intel/xeon_sp/skx: Move soc specific ACPI functions
Marc Jones
2020-10-06
soc/intel/xeon_sp/skx/: Reorder acpi.c functions
Marc Jones
2020-10-03
soc/intel/xeon_sp: Clean up pci_devs.h
Marc Jones
2020-10-03
soc/intel/xeon_sp/include: De-duplicate .h files
Marc Jones
2020-10-03
soc/intel/xeon_sp/skx: Prepare acpi.* for merging
Marc Jones
2020-10-03
soc/intel/xeon_sp: Use common ASL code for xeon_sp
Marc Jones
2020-10-03
soc/intel/xeon_sp/skx: Fix uncore.asl \_SB namespace issue
Marc Jones
2020-10-03
soc/intel/xeon_sp/skx: Update ITSS OperationRegion to ACPI2.0 notation
Marc Jones
2020-10-03
soc/intel/xeon_sp/skx: Update uncore IRQ routing ACPI tables
Marc Jones
2020-09-21
src/soc/intel: Drop unneeded empty lines
Elyes HAOUAS
2020-09-21
soc/intel/xeon_sp: Enable PMC support
Rocky Phagura
2020-09-16
xeon_sp/skx: Reorder pci_devs.h
Marc Jones
2020-07-26
src: Remove unused 'include <cbmem.h>'
Elyes HAOUAS
2020-07-20
src: Report word-sized access for PM1a_EVT
Angel Pons
2020-07-20
src: Make HAVE_CF9_RESET set the FADT reset register
Angel Pons
2020-07-20
src: Drop useless cache flush settings in FADT
Angel Pons
2020-07-20
src: Never overwrite `fadt->flags`
Angel Pons
2020-07-20
soc/intel/xeon_sp/skx: Clean up FADT
Angel Pons
2020-07-20
src: Drop useless PM1b settings from FADT
Angel Pons
2020-07-20
src: Drop useless GPE1 settings from FADT
Angel Pons
2020-07-14
src: Remove unused 'include <cpu/x86/msr.h>'
Elyes HAOUAS
2020-07-04
soc/intel/xeon_sp: Add read CPU PPIN MSR function
Johnny Lin
2020-06-30
ACPI: Drop typedef global_nvs_t
Kyösti Mälkki
2020-06-28
soc/intel/common: add TCC activation functionality
Sumeet R Pawnikar
2020-06-24
src: Report byte-sized access for GPE0
Angel Pons
2020-06-24
ACPI: Replace smm_setup_structures()
Kyösti Mälkki
2020-06-16
sb,soc/intel: Replace smm_southbridge_enable_smi()
Kyösti Mälkki
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-02
soc/xeon_sp/skx: Define MSR PPIN related registers
Johnny Lin
2020-06-02
soc/intel/xeon_sp/skx/soc_util.c: Remove unused <cpu/cpu.h>
Elyes HAOUAS
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-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-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-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
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-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-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-02
Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator`
Nico Huber
2020-03-26
soc/intel/xeon_sp: Refactor code to allow for additional CPUs types
Andrey Petrov