Age | Commit message (Expand) | Author |
2024-10-03 | soc/amd/*: Explicitly include static.h for config_of_soc | Nicholas Chin |
2024-01-28 | soc/amd/*/acpi: drop CRAT TODO | Felix Held |
2024-01-27 | soc/amd: move acpi_add_fsp_tables implementation to common FSP code | Felix Held |
2024-01-27 | soc/amd: factor out acpi_add_fsp_tables | Felix Held |
2024-01-27 | soc/amd: use common ACPI_SCI_IRQ definition | Felix Held |
2024-01-11 | soc/amd/common/acpi: factor out common MADT code | Felix Held |
2023-12-15 | soc/amd: drop fill_fadt_extended_pm_regs | Felix Held |
2023-04-29 | sb,soc/amd,intel: Drop include <cpu/x86/smm.h> | Kyösti Mälkki |
2023-04-29 | ACPI: Make FADT entries for RTC/CMOS architectural | Kyösti Mälkki |
2023-04-27 | ACPI: Make FADT entries for SMI architectural | Kyösti Mälkki |
2023-04-27 | soc/amd: Drop acpi_fill_madt_irqoverride() | Kyösti Mälkki |
2023-04-26 | soc/amd: Use ACPI_COMMON_MADT_IOAPIC | Kyösti Mälkki |
2023-04-26 | arch/x86/ioapic: Promote ioapic_get_sci_pin() | Kyösti Mälkki |
2023-04-21 | ACPI: Obsolete FADT p_lvl2_lat and p_lvl3_lat fields | Kyösti Mälkki |
2023-04-15 | sb,soc/amd,intel: Add and use ACPI_COMMON_MADT_LAPIC | Kyösti Mälkki |
2023-03-29 | soc/amd/common/cpu/tsc: factor out family-specific get_pstate_core_freq | 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-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-22 | soc/amd/*/acpi: assign proper boolean values in get_pstate_core_freq | Felix Held |
2023-03-20 | soc/amd/mendocino: introduce and use pstate_msr bitfield struct | 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/mendocino/acpi: rework C state info table handling | Felix Held |
2023-03-06 | soc/amd/*/acpi: drop unnecessary duty_offset/duty_width field writes | Felix Held |
2023-03-06 | soc/amd/*/acpi: drop unneeded pstate_cnt FADT assignment | Felix Held |
2023-03-06 | soc/amd/*/acpi: drop unneeded mon_alrm FADT assignment | Felix Held |
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/mendocino/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-18 | soc/amd/mendocino: enable CPPC feature | Felix Held |
2022-08-11 | treewide: Rename Sabrina to Mendocino | Jon Murphy |