index
:
coreboot.git
24.02_branch
4.1
4.10_branch
4.11_branch
4.12_branch
4.14_branch
4.15_branch
4.16_branch
4.18_branch
4.19_branch
4.2
4.20_branch
4.22_branch
4.3
4.4
4.8_branch
classic-2014.10
coreboot-v1
coreboot-v3
main
master
rampayload
Coreboot firmware sources
coreboot
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
acpi
/
acpi.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
coreboot_tables.c: Expose the ACPI RSDP
Arthur Heymans
2022-03-09
1
-0
/
+8
*
device/mmio.h: Move readXp/writeXp helpers to device/mmio.h
Jianjun Wang
2022-03-08
1
-7
/
+7
*
acpi/acpi: drop weak cpu_get_lapic_addr implementation
Felix Held
2022-03-02
1
-9
/
+0
*
arch/x86: consolidate HPET base address definitions
Felix Held
2022-02-25
1
-3
/
+4
*
acpi/acpi: use read32p instead of pointer dereferencing
Felix Held
2022-02-25
1
-1
/
+2
*
treewide: Write minor version at acpi_create_fadt() function
Elyes Haouas
2022-02-24
1
-0
/
+1
*
src/acpi: Add macro for FADT Minor Version and use it
Elyes Haouas
2022-02-21
1
-1
/
+6
*
acpi,Makefile: Add preload_acpi_dsdt
Raul E Rangel
2021-11-29
1
-0
/
+11
*
Rename ECAM-specific MMCONF Kconfigs
Shelley Chen
2021-11-10
1
-2
/
+3
*
treewide: Replace bad uses of `find_resource`
Angel Pons
2021-11-04
1
-1
/
+1
*
ACPI: Have common acpi_fill_mcfg()
Kyösti Mälkki
2021-10-18
1
-1
/
+9
*
src/acpi to src/lib: Fix spelling errors
Martin Roth
2021-10-05
1
-7
/
+7
*
acpi: Fill fadt->century based on Kconfig
Nico Huber
2021-08-19
1
-0
/
+4
*
ChromeOS: Separate NVS from global GNVS
Kyösti Mälkki
2021-06-14
1
-0
/
+2
*
acpi: drop weak implementation of acpi_soc_get_bert_region
Felix Held
2021-06-08
1
-6
/
+0
*
acpi: rework BERT ACPI table generation logic
Felix Held
2021-06-08
1
-13
/
+9
*
acpi: rename acpi_soc_fill_bert and add return value
Felix Held
2021-06-07
1
-2
/
+5
*
acpi: drop unused parameter from acpi_soc_fill_bert
Felix Held
2021-06-01
1
-2
/
+2
*
acpi: add SRAT Generic Initiator Affinity structure
Jonathan Zhang
2021-05-27
1
-0
/
+17
*
acpi/acpi: fix invalid checksum
Rocky Phagura
2021-05-26
1
-2
/
+2
*
src/acpi: Add initial support for HMAT
Jonathan Zhang
2021-05-14
1
-0
/
+47
*
src/acpi: Add APEI EINJ support
Rocky Phagura
2021-04-30
1
-0
/
+148
*
ACPI: Fix the devices scope in the SATC structure
John Zhao
2021-04-22
1
-4
/
+2
*
ACPI: Add SATC structure for DMAR table
John Zhao
2021-03-28
1
-0
/
+21
*
src/acpi: Add missing <types.h>
Elyes HAOUAS
2021-02-16
1
-0
/
+1
*
acpi: Add support for reporting CrashLog in BERT table
Francois Toguo
2021-02-04
1
-0
/
+23
*
ACPI: Clean up GNVS initialisation
Kyösti Mälkki
2021-01-24
1
-1
/
+2
*
ACPI: Add common acpi_fill_gnvs()
Kyösti Mälkki
2021-01-13
1
-0
/
+3
*
acpi,soc/intel/common: add support for Intel Low Power Idle Table
Michael Niewöhner
2021-01-11
1
-0
/
+54
*
acpi: Add cb support to publish CRAT ACPI object
Jason Glenesk
2021-01-02
1
-0
/
+31
*
cbfs: Simplify load/map API names, remove type arguments
Julius Werner
2020-12-02
1
-5
/
+2
*
ACPI: Define acpi_get_preferred_pm_profile()
Kyösti Mälkki
2020-11-19
1
-8
/
+1
*
ACPI S3: Replace acpi_is_wakeup()
Kyösti Mälkki
2020-11-19
1
-1
/
+1
*
acpi: Call acpi_fill_ssdt() only for enabled devices
Karthikeyan Ramasubramanian
2020-11-09
1
-1
/
+1
*
acpi: Support MSDM table signature as SLIC
Benjamin Doron
2020-10-13
1
-1
/
+2
*
soc/amd/acpi: Move ACPI IVRS generation to coreboot
Jason Glenesk
2020-08-20
1
-1
/
+1
*
src: Use ACPI macros
Elyes HAOUAS
2020-07-21
1
-1
/
+1
*
src: Make HAVE_CF9_RESET set the FADT reset register
Angel Pons
2020-07-20
1
-0
/
+3
*
ACPI: Remove Kconfig COMMON_FADT
Kyösti Mälkki
2020-06-10
1
-3
/
+0
*
ACPI: Move redundant FADT reserved entry
Kyösti Mälkki
2020-06-09
1
-2
/
+5
*
acpi: Rename motherboard_fill_fadt() to mainboard_fill_fadt()
Kyösti Mälkki
2020-06-07
1
-2
/
+2
*
acpi,soc/intel: Make soc/motherboard_fill_fadt() global
Kyösti Mälkki
2020-06-07
1
-0
/
+7
*
treewide: Remove "this file is part of" lines
Patrick Georgi
2020-05-11
1
-1
/
+0
*
acpi: Move ACPI table support out of arch/x86 (3/5)
Furquan Shaikh
2020-05-02
1
-3
/
+3
*
acpi: Move ACPI table support out of arch/x86 (1/5)
Furquan Shaikh
2020-05-02
1
-0
/
+1641