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
/
amd
/
stoneyridge
/
cpu.c
Age
Commit message (
Expand
)
Author
2023-06-23
commonlib/console/post_code.h: Change post code prefix to POSTCODE
lilacious
2023-04-01
soc/amd/stoneyridge: factor out P-state utils to link in all stages
Felix Held
2023-03-29
soc/amd/stoneyridge/cpu: implement get_pstate_latency
Felix Held
2023-03-29
soc/amd/stoneyridge: implement and use get_pstate_0_reg
Felix Held
2023-02-09
arch/x86/include/cpu: introduce CPU_TABLE_END CPU table terminator
Felix Held
2023-02-08
soc/amd: use CPUID_FROM_FMS macro instead of magic numbers
Felix Held
2023-02-08
soc/amd/stoneyridge/cpu: use CPUID_ALL_STEPPINGS_MASK
Felix Held
2023-02-08
arch/x86/cpu: introduce and use device_match_mask
Felix Held
2022-09-14
cpu/amd/smm: Move MP & SMM init in a common place
Arthur Heymans
2022-09-14
soc/amd/common: Add common function to get cpu count
Arthur Heymans
2022-08-25
soc/amd: rework SPI flash MMIO region handling
Felix Held
2022-06-20
soc/amd/stoneyridge: Align get_cpu_count to other targets
Arthur Heymans
2022-06-20
soc/amd/*: Make mtrr decision based on syscfg
Arthur Heymans
2022-02-05
cpu/x86/lapic: Move LAPIC configuration to MP init
Kyösti Mälkki
2021-11-03
soc/amd/*/cpu: handle mp_init_with_smm failure
Felix Held
2021-11-03
soc/amd/stoneyridge/cpu: remove unneeded line break in get_cpu_count
Felix Held
2021-10-22
cpu/x86/mp_init: move printing of failure message into mp_init_with_smm
Felix Held
2021-10-21
cpu/x86/mp_init: use cb_err as mp_init_with_smm return type
Felix Held
2021-07-14
soc/amd: move check_mca prototype to soc/amd/common/blocks/include
Felix Held
2021-03-11
soc/amd: move warm reset flag function prototypes to common code
Felix Held
2021-02-19
include/cpu/amd/msr: rename MSR_PSP_ADDR to PSP_ADDR_MSR
Felix Held
2021-02-19
soc/amd/common/amdblocks/psp: move MSR_PSP_ADDR to include/cpu/amd/msr.h
Felix Held
2021-02-11
soc/amd: factor out common SMM relocation code
Felix Held
2021-02-09
soc/amd/stoneyridge/cpu: use MSR_PSP_ADDR define instead of hex number
Felix Held
2020-06-16
soc/amd: Replace enable_smi_generation()
Kyösti Mälkki
2020-06-03
soc/amd: Use mp_cpu_bus_init()
Kyösti Mälkki
2020-05-11
treewide: Remove "this file is part of" lines
Patrick Georgi
2020-04-05
soc/amd: Use SPDX for GPL-2.0-only files
Angel Pons
2020-03-18
soc: Remove copyright notices
Patrick Georgi
2019-08-16
amd/stoneyridge: Unify SMM relocation
Kyösti Mälkki
2019-08-13
cpu/x86: Separate save_state struct headers
Kyösti Mälkki
2019-08-08
arch/x86: Change smm_subregion() prototype
Kyösti Mälkki
2019-08-07
soc/amd: Rename smm_region_info() to smm_region()
Kyösti Mälkki
2019-08-07
cpu/x86/smm: Promote smm_subregion()
Kyösti Mälkki
2019-07-31
soc/amd/stoneyridge: Change code to accommodate Merlin Falcon SOC
Richard Spiegel
2018-10-31
soc/amd/stoneyridge: Fix get_cpu_count()
Martin Roth
2018-10-30
soc/amd/stoneyridge: Remove dev_find_slot where possible
Richard Spiegel
2018-10-18
cpu/amd: Use common AMD's MSR
Elyes HAOUAS
2018-09-19
amd/stoneyridge: Sync PSP base to MSR
Marshall Dawson
2018-09-07
amd/stoneyridge: Relocate MCA error identification
Marshall Dawson
2018-08-08
amd/stoneyridge: Dump MCA registers
Marshall Dawson
2018-08-08
amd/stoneyridge: Add warm reset detection
Marshall Dawson
2018-08-08
cpu/amd: Correct number of MCA banks cleared
Marshall Dawson
2018-08-08
cpu/amd: Rename MCA status register
Marshall Dawson
2018-05-23
soc/amd/stoneyridge/: Get rid of device_t
Elyes HAOUAS
2018-04-20
pci: Move inline PCI functions to pci_ops.h
Patrick Rudolph
2018-04-11
amd/stoneyridge: Reorder temp mtrr for flash
Marshall Dawson
2018-02-16
amd/stoneyridge: Move model_15_init.c to cpu.c
Marshall Dawson
2018-01-31
amd/stoneyridge: Move TValid and SmmLock to end of POST
Marshall Dawson
2018-01-12
amd/stoneyridge: Keep SPI flash cacheable during POST
Marshall Dawson
2017-09-27
amd/stoneyridge: Enable SMM in TSEG
Marshall Dawson
2017-09-27
amd/stoneyridge: Convert MP init to mp_init_with_smm
Marshall Dawson