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
Age
Commit message (
Expand
)
Author
2023-04-15
sb,soc/amd,intel: Add and use ACPI_COMMON_MADT_LAPIC
Kyösti Mälkki
2023-04-14
soc/amd: Clarify ACPI _PRT entry generation
Kyösti Mälkki
2023-04-13
soc/amd/stoneyridge/northbridge: use common acpi_fill_root_complex_tom
Felix Held
2023-04-11
soc/amd/mendocino: Lower log level for TDP value to DEBUG
Paul Menzel
2023-04-10
soc/amd/common/blk/pcie: Program LTR max latencies
Matt DeVillier
2023-04-06
amd/mendocino/root_complex: Restrict DPTC to 15W boards
Tim Van Patten
2023-04-06
soc/amd/mendocino: Reinterpret smu_power_and_thm_limit
Tim Van Patten
2023-04-04
soc/amd/*/Makefile: use all_x86 target
Felix Held
2023-04-03
soc/amd/cezanne,glinda,mendocino,phoenix,picasso/Kconfig: use all target
Felix Held
2023-04-01
soc/amd/stoneyridge: factor out P-state utils to link in all stages
Felix Held
2023-04-01
soc/amd/stoneyridge/Makefile: use all target for more compilation units
Felix Held
2023-03-31
soc/amd/common/block/cpu/tsc/Makefile: order targets by stage
Felix Held
2023-03-31
soc/amd/common/cpu: use TSC_MONOTONIC_TIMER for SOC_AMD_COMMON_BLOCK_TSC
Felix Held
2023-03-31
soc/amd/picasso/graphics: use RAVEN2_VBIOS_REV with RAVEN2_VBIOS_VID_DID
Felix Held
2023-03-30
soc/amd/picasso/graphics: refactor map_oprom_vendev_rev
Felix Held
2023-03-30
drivers/intel/fsp2_0/hand_off_block: use cb_err in fsp_find_range_hob
Felix Held
2023-03-30
soc/amd/common/block/cpu/noncar/memmap: simplify return value check
Felix Held
2023-03-29
soc/amd/stoneyridge: use common AMD CPU power state ACPI generation
Felix Held
2023-03-29
soc/amd/stoneyridge/cpu: implement get_pstate_latency
Felix Held
2023-03-29
soc/amd/picasso/Kconfig: update help text for 2nd VBIOS ID detection
Felix Held
2023-03-29
soc/amd/common/acpi/cpu_power_state: introduce & use get_pstate_latency
Felix Held
2023-03-29
soc/amd/stoneyridge: implement and use get_pstate_0_reg
Felix Held
2023-03-29
soc/amd/common/acpi/cpu_power_state: introduce and use get_pstate_0_reg
Felix Held
2023-03-29
soc/amd/common/acpi/cpu_power_state: factor out get_visible_pstate_count
Felix Held
2023-03-29
soc/amd/stoneyridge/acpi: add C state config table
Felix Held
2023-03-29
soc/amd/common/block/cpu/Kconfig: drop FAM17H_19H suffix from TSC option
Felix Held
2023-03-29
soc/amd/common/block/cpu/tsc_freq: move static variable inside function
Felix Held
2023-03-29
soc/amd/common/block/cpu/tsc/tsc_freq: use get_pstate_core_freq
Felix Held
2023-03-29
soc/amd/stoneyridge/tsc_freq: use get_pstate_core_freq
Felix Held
2023-03-29
soc/amd/common/cpu/tsc: add get_pstate_core_freq for family 15h and 16h
Felix Held
2023-03-29
soc/amd/common/cpu/tsc: factor out family-specific get_pstate_core_freq
Felix Held
2023-03-29
soc/amd/stoneyridge/monotonic_time: add comment that we can't use TSC
Felix Held
2023-03-29
soc/amd/mendocino: Add FSP parameter for eDP power sequence adjustment
Chris.Wang
2023-03-28
soc/amd/stoneyridge/graphics: introduce defines for constants
Felix Held
2023-03-28
soc/amd/stoneyridge: move map_oprom_vendev to graphics.c
Felix Held
2023-03-28
soc/amd/stoneyridge/Kconfig: use correct VGA_BIOS_ID
Felix Held
2023-03-27
soc/amd/stoneyridge/Kconfig: select SOC_AMD_COMMON_BLOCK_SVI2
Felix Held
2023-03-27
soc/amd/common/block/cpu/Makefile: group build targets by stage
Felix Held
2023-03-27
soc/amd/common/block/cpu/svi2: drop unneeded core_vid check
Felix Held
2023-03-27
soc/amd/mendocino: Add UPD to support USB3 force to gen1 by port
Patrick Huang
2023-03-27
soc/amd/stoneyridge/include/msr: add pstate_msr bitfield struct
Felix Held
2023-03-27
soc/amd: factor out common get_pstate_core_power implementation
Felix Held
2023-03-27
soc/amd: introduce and use get_pstate_core_uvolts for SVI2 and SVI3
Felix Held
2023-03-27
soc/amd: introduce and use get_uvolts_from_vid for SVI2 and SVI3
Felix Held
2023-03-25
soc/amd/common/include/cppc: remove cppc_config forward declaration
Felix Held
2023-03-25
soc/amd/common/include/cppc: rename include guard
Felix Held
2023-03-24
soc/amd/*/include/msr: add version number to SERIAL_VID_* define names
Felix Held
2023-03-24
soc/amd/mendocino: add and use missing cpu_vid_8 pstate_msr field
Felix Held
2023-03-24
soc/amd/*/include/msr: drop _LO part from PSTATE definition names
Felix Held
2023-03-24
soc/amd: pass pstate_msr union to get_pstate_core_[freq,power]
Felix Held
2023-03-23
soc/amd/common/block/acpi/cpu_power_state: use pstate_msr union
Felix Held
2023-03-23
soc/amd/glinda: introduce and use pstate_msr bitfield struct
Felix Held
2023-03-23
soc/amd/phoenix: introduce and use pstate_msr bitfield struct
Felix Held
2023-03-23
soc/amd/mendocino: Remove GPP bridge to Bus B
Martin Roth
2023-03-22
soc/amd/*/acpi: assign proper boolean values in get_pstate_core_freq
Felix Held
2023-03-21
soc/amd/mendocino: Remove 2 unused PCIe functions
Martin Roth
2023-03-20
soc/amd/mendocino: introduce and use pstate_msr bitfield struct
Felix Held
2023-03-20
soc/amd/cezanne: introduce and use pstate_msr bitfield struct
Felix Held
2023-03-20
soc/amd/picasso: introduce and use pstate_msr bitfield struct
Felix Held
2023-03-20
soc/amd/mendocino: Consume fsp misc_data hob
Jason Glenesk
2023-03-15
soc/amd/mendocino: MP2 firmware isn't needed in the RO image
Martin Roth
2023-03-15
soc/amd: Print amdfwtool debug info if V=1
Martin Roth
2023-03-15
soc/amd/common: Ignore * in PSP dependency generation
Martin Roth
2023-03-15
soc/amd/common: Update PSP dependency generation
Martin Roth
2023-03-13
soc/amd/phoenix/mca.c: Remove excess MCA bank names
Fred Reitberger
2023-03-13
soc/amd/common/block/cpu/update_microcode: use raw MSR data
Felix Held
2023-03-13
soc/amd/common/block/cpu/noncar/write_resume_eip: use raw MSR data
Felix Held
2023-03-10
soc/amd/common/psp: Put spl_fuse in separate compilation unit
Martin Roth
2023-03-10
soc/amd/common/cpu/smm/smm_relocate: don't assume TSEG is below 4GB
Felix Held
2023-03-10
soc/amd/common/block/psp/psp_smm: use raw MSR data
Felix Held
2023-03-10
soc/amd/stoneyridge/monotonic_timer: use raw MSR data
Felix Held
2023-03-10
amdfwtool: Add HW IPCFG file whose subprog is 1
Zheng Bao
2023-03-10
src/soc/amd/phoenix/include/soc/: Update the Data Fabric ID for Phoenix
Anand Vaikar
2023-03-09
soc/amd/common/cpu: move get_threads_per_core from noncar to common code
Felix Held
2023-03-09
soc/amd/common/cpu/Kconfig: use Cxxx as CPU string for all non-CAR SoCs
Felix Held
2023-03-09
soc/amd/cezanne: Set up SoC-specific XHCI definitions
Robert Zieba
2023-03-09
soc/amd/cezanne: Update XHCI GPE to use constant
Robert Zieba
2023-03-09
soc/amd/mendocino: Set up SoC-specific XHCI defines
Robert Zieba
2023-03-09
soc/amd/mendocino: Update XHCI GPE to use constant
Robert Zieba
2023-03-09
soc/amd/common/xhci: Add support for logging XHCI wake events
Robert Zieba
2023-03-08
soc/amd/common/psp: Check more error bits before SPL fusing
Martin Roth
2023-03-08
soc/amd/common/psp: Only set SPL fuses if an SPL file is present
Martin Roth
2023-03-08
soc/amd: factor out ACPI_SSDT_PSD_INDEPENDENT to common AMD ACPI Kconfig
Felix Held
2023-03-08
soc/amd/common/block/acpi/cpu_power_state: introduce get_cstate_io_base
Felix Held
2023-03-08
soc/amd/include/msr: factor out P state MSR enable bit to cpu/amd/msr.h
Felix Held
2023-03-08
soc/amd/*/acpi: factor out common get_pstate_info implementation
Felix Held
2023-03-08
soc/amd/*/acpi: factor out common generate_cpu_entries implementation
Felix Held
2023-03-08
soc/amd/phoenix: Allow the amdfw.rom to be split into two parts
Zheng Bao
2023-03-08
soc/amd/stoneyridge/romstage: pass C state control IO base address
Felix Held
2023-03-08
soc/amd/glinda/acpi: rework C state info table handling
Felix Held
2023-03-08
soc/amd/phoenix/acpi: rework C state info table handling
Felix Held
2023-03-08
soc/amd/mendocino/acpi: rework C state info table handling
Felix Held
2023-03-08
soc/amd/cezanne/acpi: rework C state info table handling
Felix Held
2023-03-08
soc/amd/picasso/acpi: rework C state info table handling
Felix Held
2023-03-08
soc/amd/common/block/acpi/cpu_power_state: use definition for bit_offset
Felix Held
2023-03-08
soc/amd/common/block/acpi/cpu_power_state: add get_cstate_info helper
Felix Held
2023-03-07
soc/amd/stoneyridge: request binaryPI to use \_SB_ scope in PSTATE SSDT
Felix Held
2023-03-06
soc/amd: rename ACPI_CPU_CONTROL to ACPI_CSTATE_CONTROL for non-CAR CPUs
Felix Held
2023-03-06
soc/amd/picasso/include/iomap: add comment about ACPI IO assignment
Felix Held
2023-03-06
soc/amd/picasso/include/southbridge: drop PM_CPU_CTRL define
Felix Held
[next]