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
/
cezanne
/
acpi.c
Age
Commit message (
Expand
)
Author
2023-02-28
soc/amd: introduce and use PSTATE_MSR macro
Felix Held
2023-02-28
soc/amd/*/acpi: add comment about p_lvl[2,3]_lat FADT field usage
Felix Held
2023-01-31
soc/amd/cezanne/acpi: use acpigen_write_processor_device
Felix Held
2022-11-25
ACPI: Use common code for MADT LAPIC NMIs
Kyösti Mälkki
2022-11-17
soc/amd: Use ioapic helper functions
Kyösti Mälkki
2022-10-18
soc/amd: factor out writing extended PM registers in FADT
Felix Held
2022-10-15
treewide: Use 'fadt->x_pm1a_evt_blk.addrl = fadt->pm1a_evt_blk'
Felix Held
2022-10-12
treewide: Use 'fadt->x_pm1a_cnt_blk.addrl = fadt->pm1a_cnt_blk'
Elyes Haouas
2022-10-12
treewide: Use 'fadt->x_pm_tmr_blk.addrl = fadt->pm_tmr_blk'
Elyes Haouas
2022-10-12
treewide: Use 'gpe0_blk' for 'x_gpe0_blk.addrl'
Elyes Haouas
2022-10-12
treewide: Use 'gpe0_blk_len' for 'x_gpe0_blk.bit_width'
Elyes Haouas
2022-10-12
treewide: Use 'fadt->pm_tmr_len' for 'x_pm_tmr_blk.bit_width'
Elyes Haouas
2022-10-12
treewide: Use 'fadt->pm1_cnt_len' for 'x_pm1a_cnt_blk.bit_width'
Elyes Haouas
2022-10-12
treewide: Use 'fadt->pm1_evt_len' for 'x_pm1a_evt_blk.bit_width'
Elyes Haouas
2022-09-14
soc/amd: Recalculate the field power in PSS table entry
Zheng Bao
2022-08-12
soc/amd/cezanne,common: factor out CPPC code to common AMD SoC code
Felix Held
2022-01-26
soc/amd/cezanne,picasso,sabrina: factor out get_threads_per_core
Felix Held
2021-10-19
acpi/acpigen: Constify CST functions' pointers
Angel Pons
2021-07-15
soc/amd/cezanne: add ACPI CPPC support for AMD
Julian Schroeder
2021-06-18
soc/amd/picasso,stoneyridge/acpi: use defines for MADT parameters
Felix Held
2021-05-09
soc/amd/cezanne: add GNB IOAPIC support
Felix Held
2021-04-21
soc/amd/cezanne: Add support for C-state 3
Raul E Rangel
2021-04-16
soc/amd/cezanne: Update FADT to support S0i3
Jason Glenesk
2021-04-16
soc/amd/cezanne: Port ACPI p-state and c-state entries from picasso
Jason Glenesk
2021-02-26
soc/amd/cezanne/acpi: Generate MADT LAPIC NMI settings
Raul E Rangel
2021-02-25
soc/amd/cezanne/acpi: Use IO addresses for ACPI block
Raul E Rangel
2021-02-17
soc/amd/cezanne: Add FCH IO-APIC to MADT
Raul E Rangel
2021-02-14
soc/amd/cezanne: Fill FADT and MADT
Raul E Rangel
2021-02-13
soc/amd/cezanne: select ACPI support and make the compiler happy
Felix Held