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
/
picasso
/
cpu.c
Age
Commit message (
Expand
)
Author
2023-06-23
commonlib/console/post_code.h: Change post code prefix to POSTCODE
lilacious
2023-06-02
soc/amd/common/block/cpu: Refactor ucode allocation
Grzegorz Bernacki
2023-02-09
arch/x86/include/cpu: introduce CPU_TABLE_END CPU table terminator
Felix Held
2023-02-08
soc/amd/picasso/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-08-25
soc/amd: rework SPI flash MMIO region handling
Felix Held
2022-07-14
soc/amd/*: Move apm call out of MP init code
Arthur Heymans
2022-06-20
soc/amd/*: Make mtrr decision based on syscfg
Arthur Heymans
2022-03-25
soc/amd/picasso/cpu.c: Skip SMMINFO init in S3 resume
Fred Reitberger
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-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-06-02
soc/amd/picasso: remove warm reset flag code
Felix Held
2021-04-23
soc/amd/picasso/cpu: make one line comment use only one line
Felix Held
2021-04-23
soc/amd/picasso/cpu: make sure that MAX_CPUS isn't overridden
Felix Held
2021-03-11
soc/amd: move warm reset flag function prototypes to common code
Felix Held
2021-02-11
soc/amd: factor out common SMM relocation code
Felix Held
2021-02-10
soc/amd/picasso: Move APM_CNT_SMMINFO callsite
Kyösti Mälkki
2021-02-09
soc/amd/picasso/cpu: move set_cstate_io_addr to common code
Felix Held
2021-02-09
soc/amd/picasso/cpu: move get_cpu_count to common code
Felix Held
2020-11-06
soc/amd/picasso/cpu: add Raven1 CPUID to CPU table
Felix Held
2020-08-05
mb/google/zork: keep the c-state IO base address alignment
Chris Wang
2020-06-16
soc/amd: Replace enable_smi_generation()
Kyösti Mälkki
2020-06-10
amd/picasso: Load x86 microcode from CBFS modules
Zheng Bao
2020-06-08
soc/amd/picasso: solve MTRRs only from 4GiB and below
Aaron Durbin
2020-06-07
soc/amd/picasso/cpu.c: Make comment clearer
Raul E Rangel
2020-06-03
soc/amd: Use mp_cpu_bus_init()
Kyösti Mälkki
2020-05-27
soc/amd/picasso: add and use CPUIDs for older steppings
Felix Held
2020-05-13
soc/amd/picasso: Extract reset flags from northbridge.h
Raul E Rangel
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-29
soc/amd/picasso: Add and use CPUID defines for Picasso and Raven2
Martin Roth
2020-03-18
soc/amd/picasso: Add CPUID of newer device
Marshall Dawson
2020-03-18
soc: Remove copyright notices
Patrick Georgi
2019-10-20
soc/amd/picasso: Add cpuid for older device
Marshall Dawson
2019-08-16
amd/picasso: Unify SMM relocation
Kyösti Mälkki
2019-08-13
cpu/x86: Separate save_state struct headers
Kyösti Mälkki
2019-08-09
soc/amd/picasso: Update CPU support
Marshall Dawson
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-03
soc/amd/picasso: Remove all PSP runtime functions
Marshall Dawson
2019-07-03
soc/amd/picasso: Change all remaining soc names
Marshall Dawson
2019-07-02
soc/amd/picasso: Create picasso as a copy of stoneyridge
Martin Roth