| Commit message (Expand) | Author | Age | Files | Lines |
* | soc/amd/stoneyridge/acpi: use common AMD MADT code | Felix Held | 2024-01-11 | 1 | -7/+0 |
* | soc/amd/stoneyridge/acpi: drop wrong comment in MADT code | Felix Held | 2024-01-11 | 1 | -1/+0 |
* | soc/amd: drop fill_fadt_extended_pm_regs | Felix Held | 2023-12-15 | 1 | -1/+1 |
* | sb,soc/amd,intel: Drop include <cpu/x86/smm.h> | Kyösti Mälkki | 2023-04-29 | 1 | -1/+0 |
* | ACPI: Make FADT entries for RTC/CMOS architectural | Kyösti Mälkki | 2023-04-29 | 1 | -1/+0 |
* | ACPI: Make FADT entries for SMI architectural | Kyösti Mälkki | 2023-04-27 | 1 | -5/+0 |
* | soc/amd: Use ACPI_COMMON_MADT_IOAPIC | Kyösti Mälkki | 2023-04-26 | 1 | -11/+0 |
* | arch/x86/ioapic: Promote ioapic_get_sci_pin() | Kyösti Mälkki | 2023-04-26 | 1 | -2/+0 |
* | Drop unused include <version.h> | Kyösti Mälkki | 2023-04-21 | 1 | -1/+0 |
* | ACPI: Obsolete FADT p_lvl2_lat and p_lvl3_lat fields | Kyösti Mälkki | 2023-04-21 | 1 | -4/+0 |
* | sb,soc/amd,intel: Add and use ACPI_COMMON_MADT_LAPIC | Kyösti Mälkki | 2023-04-15 | 1 | -3/+0 |
* | soc/amd/stoneyridge: use common AMD CPU power state ACPI generation | Felix Held | 2023-03-29 | 1 | -16/+0 |
* | soc/amd/stoneyridge/acpi: add C state config table | Felix Held | 2023-03-29 | 1 | -0/+19 |
* | soc/amd/*/acpi: drop unneeded mon_alrm FADT assignment | Felix Held | 2023-03-06 | 1 | -1/+0 |
* | soc/amd/*/acpi: add comment about p_lvl[2,3]_lat FADT field usage | Felix Held | 2023-02-28 | 1 | -0/+2 |
* | soc/amd/stoneyridge/acpi: introduce and use ACPI_SCI_IRQ definition | Felix Held | 2023-02-28 | 1 | -2/+2 |
* | soc/amd/picasso,stoneyridge/acpi: drop unneeded res2 FADT assignment | Felix Held | 2023-02-28 | 1 | -1/+0 |
* | soc/amd/stoneyridge/acpi: use available number of CPUs for CPU entries | Felix Held | 2023-02-27 | 1 | -5/+3 |
* | soc/amd/picasso,stoneyridge/acpi: drop x_firmware_ctl_[l,h] assignment | Felix Held | 2023-02-22 | 1 | -3/+0 |
* | soc/amd/picasso,stoneyridge/acpi: drop unneeded ARM_boot_arch assignment | Felix Held | 2023-02-22 | 1 | -2/+0 |
* | soc/amd/stoneyridge/acpi: use acpigen_write_processor_device | Felix Held | 2023-02-07 | 1 | -8/+4 |
* | soc/amd: Include <gpio.h> instead of <soc/gpio.h> | Elyes Haouas | 2023-01-18 | 1 | -1/+1 |
* | ACPI: Use common code for MADT LAPIC NMIs | Kyösti Mälkki | 2022-11-25 | 1 | -7/+1 |
* | soc/amd: Use ioapic helper functions | Kyösti Mälkki | 2022-11-17 | 1 | -4/+2 |
* | soc/amd: factor out writing extended PM registers in FADT | Felix Held | 2022-10-18 | 1 | -28/+2 |
* | treewide: Use 'fadt->x_pm1a_evt_blk.addrl = fadt->pm1a_evt_blk' | Felix Held | 2022-10-15 | 1 | -1/+1 |
* | treewide: Use 'fadt->x_pm1a_cnt_blk.addrl = fadt->pm1a_cnt_blk' | Elyes Haouas | 2022-10-12 | 1 | -1/+1 |
* | treewide: Use 'fadt->x_pm_tmr_blk.addrl = fadt->pm_tmr_blk' | Elyes Haouas | 2022-10-12 | 1 | -1/+1 |
* | treewide: Use 'gpe0_blk' for 'x_gpe0_blk.addrl' | Elyes Haouas | 2022-10-12 | 1 | -1/+1 |
* | treewide: Use 'gpe0_blk_len' for 'x_gpe0_blk.bit_width' | Elyes Haouas | 2022-10-12 | 1 | -1/+1 |
* | treewide: Use 'fadt->pm_tmr_len' for 'x_pm_tmr_blk.bit_width' | Elyes Haouas | 2022-10-12 | 1 | -1/+1 |
* | treewide: Use 'fadt->pm1_cnt_len' for 'x_pm1a_cnt_blk.bit_width' | Elyes Haouas | 2022-10-12 | 1 | -1/+1 |
* | treewide: Use 'fadt->pm1_evt_len' for 'x_pm1a_evt_blk.bit_width' | Elyes Haouas | 2022-10-12 | 1 | -1/+1 |
* | soc/amd/stoneyridge/acpi: generate PPKG object in generate_cpu_entries | Felix Held | 2022-03-03 | 1 | -3/+1 |
* | treewide: Write minor version at acpi_create_fadt() function | Elyes Haouas | 2022-02-24 | 1 | -1/+0 |
* | [acpi]{include,soc/amd,southbridge/amd}: Clarify ARM_boot_arch in comments | Elyes Haouas | 2022-02-21 | 1 | -1/+1 |
* | src/acpi: Add macro for FADT Minor Version and use it | Elyes Haouas | 2022-02-21 | 1 | -1/+1 |
* | soc/amd: Remove unused <string.h> | Elyes HAOUAS | 2022-01-05 | 1 | -1/+0 |
* | soc/amd/stoneyridge: use SOC_AMD_COMMON_BLOCK_ACPI_GPIO | Felix Held | 2021-11-25 | 1 | -100/+0 |
* | soc/amd/picasso,stoneyridge/acpi: use define for RTC_DATE_ALARM | Felix Held | 2021-11-24 | 1 | -1/+1 |
* | acpi: Fill fadt->century based on Kconfig | Nico Huber | 2021-08-19 | 1 | -1/+0 |
* | soc/amd/picasso,stoneyridge/acpi: use defines for MADT parameters | Felix Held | 2021-06-18 | 1 | -10/+12 |
* | soc/amd/stoneyridge: Set missing RTC offsets for day alarm and century | Anand K Mistry | 2021-06-11 | 1 | -3/+3 |
* | acpi/acpigen.h: Add more intuitive AML package closing functions | Jakub Czapiga | 2021-03-22 | 1 | -2/+0 |
* | ACPI: Add acpi_reset_gnvs_for_wake() | Kyösti Mälkki | 2021-02-16 | 1 | -9/+0 |
* | soc/amd: introduce and use common IOAPIC IDs | Felix Held | 2021-02-13 | 1 | -2/+3 |
* | soc/amd: Move southbridge_write_acpi_tables | Raul E Rangel | 2021-02-12 | 1 | -7/+0 |
* | soc/amd/stoneyridge: remove STONEYRIDGE_ prefix of ACPI_IO_BASE define | Felix Held | 2021-02-07 | 1 | -1/+1 |
* | soc/amd: Drop PCNT from GNVS | Kyösti Mälkki | 2021-02-01 | 1 | -3/+4 |
* | ACPI: Have single call-site for acpi_inject_nvsa() | Kyösti Mälkki | 2021-01-13 | 1 | -5/+0 |