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
/
acpi
/
acpi.c
Age
Commit message (
Expand
)
Author
2023-05-11
acpi/acpi.c: Assign coreboot_rsdp for QEMU
Bin Meng
2023-05-01
acpi: Add missing cbfs_unmap()
Grzegorz Bernacki
2023-04-29
ACPI: Make FADT entries for RTC/CMOS architectural
Kyösti Mälkki
2023-04-26
ACPI: Add COMMON_ACPI_MADT_IOAPIC and CUSTOM_ACPI_MADT
Kyösti Mälkki
2023-04-26
arch/x86/ioapic: Promote ioapic_get_sci_pin()
Kyösti Mälkki
2023-04-26
soc/intel: Introduce ioapic_get_sci_pin()
Kyösti Mälkki
2023-04-26
acpi/acpi.c: Reduce scope of some functions
Arthur Heymans
2023-04-21
ACPI: Obsolete FADT duty_offset and duty_width fields
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-04-14
acpi/acpi.c: Follow spec more closely for MADT
Arthur Heymans
2023-04-11
ACPI: Add helper for MADT LAPICs
Kyösti Mälkki
2023-04-11
ACPI: Add helper for MADT LAPIC NMIs
Kyösti Mälkki
2023-04-11
binaryPI: Use common code for LAPIC NMIs
Kyösti Mälkki
2023-03-03
acpi: Add SRAT x2APIC table support
Naresh Solanki
2022-12-06
acpi/acpi.c: Add a method to generate IOAPIC DMAR entries from hw
Arthur Heymans
2022-12-05
acpi/acpi.c: update ACPI table revisions
Jonathan Zhang
2022-11-25
ACPI: Flag boards with ACPI_NO_MADT
Kyösti Mälkki
2022-11-25
ACPI: Use common code for MADT LAPIC NMIs
Kyösti Mälkki
2022-11-22
src/acpi: Remove unnecessary space after casts
Elyes Haouas
2022-11-20
acpi: Add initial support for CEDT
Jonathan Zhang
2022-11-11
acpi/acpi.c: Fix einj generation pointer arithmetics
Jonathan Zhang
2022-11-10
ACPI: Add acpi_create_madt_ioapic_from_hw()
Kyösti Mälkki
2022-09-29
treewide: use is_enabled_cpu() on cycles over device list
Fabio Aiuto
2022-03-09
coreboot_tables.c: Expose the ACPI RSDP
Arthur Heymans
2022-03-08
device/mmio.h: Move readXp/writeXp helpers to device/mmio.h
Jianjun Wang
2022-03-02
acpi/acpi: drop weak cpu_get_lapic_addr implementation
Felix Held
2022-02-25
arch/x86: consolidate HPET base address definitions
Felix Held
2022-02-25
acpi/acpi: use read32p instead of pointer dereferencing
Felix Held
2022-02-24
treewide: Write minor version at acpi_create_fadt() function
Elyes Haouas
2022-02-21
src/acpi: Add macro for FADT Minor Version and use it
Elyes Haouas
2021-11-29
acpi,Makefile: Add preload_acpi_dsdt
Raul E Rangel
2021-11-10
Rename ECAM-specific MMCONF Kconfigs
Shelley Chen
2021-11-04
treewide: Replace bad uses of `find_resource`
Angel Pons
2021-10-18
ACPI: Have common acpi_fill_mcfg()
Kyösti Mälkki
2021-10-05
src/acpi to src/lib: Fix spelling errors
Martin Roth
2021-08-19
acpi: Fill fadt->century based on Kconfig
Nico Huber
2021-06-14
ChromeOS: Separate NVS from global GNVS
Kyösti Mälkki
2021-06-08
acpi: drop weak implementation of acpi_soc_get_bert_region
Felix Held
2021-06-08
acpi: rework BERT ACPI table generation logic
Felix Held
2021-06-07
acpi: rename acpi_soc_fill_bert and add return value
Felix Held
2021-06-01
acpi: drop unused parameter from acpi_soc_fill_bert
Felix Held
2021-05-27
acpi: add SRAT Generic Initiator Affinity structure
Jonathan Zhang
2021-05-26
acpi/acpi: fix invalid checksum
Rocky Phagura
2021-05-14
src/acpi: Add initial support for HMAT
Jonathan Zhang
2021-04-30
src/acpi: Add APEI EINJ support
Rocky Phagura
2021-04-22
ACPI: Fix the devices scope in the SATC structure
John Zhao
2021-03-28
ACPI: Add SATC structure for DMAR table
John Zhao
2021-02-16
src/acpi: Add missing <types.h>
Elyes HAOUAS
2021-02-04
acpi: Add support for reporting CrashLog in BERT table
Francois Toguo
2021-01-24
ACPI: Clean up GNVS initialisation
Kyösti Mälkki
2021-01-13
ACPI: Add common acpi_fill_gnvs()
Kyösti Mälkki
2021-01-11
acpi,soc/intel/common: add support for Intel Low Power Idle Table
Michael Niewöhner
2021-01-02
acpi: Add cb support to publish CRAT ACPI object
Jason Glenesk
2020-12-02
cbfs: Simplify load/map API names, remove type arguments
Julius Werner
2020-11-19
ACPI: Define acpi_get_preferred_pm_profile()
Kyösti Mälkki
2020-11-19
ACPI S3: Replace acpi_is_wakeup()
Kyösti Mälkki
2020-11-09
acpi: Call acpi_fill_ssdt() only for enabled devices
Karthikeyan Ramasubramanian
2020-10-13
acpi: Support MSDM table signature as SLIC
Benjamin Doron
2020-08-20
soc/amd/acpi: Move ACPI IVRS generation to coreboot
Jason Glenesk
2020-07-21
src: Use ACPI macros
Elyes HAOUAS
2020-07-20
src: Make HAVE_CF9_RESET set the FADT reset register
Angel Pons
2020-06-10
ACPI: Remove Kconfig COMMON_FADT
Kyösti Mälkki
2020-06-09
ACPI: Move redundant FADT reserved entry
Kyösti Mälkki
2020-06-07
acpi: Rename motherboard_fill_fadt() to mainboard_fill_fadt()
Kyösti Mälkki
2020-06-07
acpi,soc/intel: Make soc/motherboard_fill_fadt() global
Kyösti Mälkki
2020-05-11
treewide: Remove "this file is part of" lines
Patrick Georgi
2020-05-02
acpi: Move ACPI table support out of arch/x86 (3/5)
Furquan Shaikh
2020-05-02
acpi: Move ACPI table support out of arch/x86 (1/5)
Furquan Shaikh