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
/
arch
/
x86
/
acpi.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
src/arch/x86/acpi.c: Create log area and extend TPM2 table
Michał Żygowski
2018-11-23
1
-0
/
+39
*
x86/acpi.c: Be more verbose when finding the wakeup vector
Angel Pons
2018-11-06
1
-4
/
+10
*
arch/x86/acpi: Add TPM2 table support
Philipp Deppenwiese
2018-10-26
1
-7
/
+50
*
Move compiler.h to commonlib
Nico Huber
2018-10-08
1
-1
/
+0
*
x86/acpi: Add BERT table
Marshall Dawson
2018-09-07
1
-0
/
+21
*
x86/acpi: Add BERT to the revision table
Marshall Dawson
2018-09-07
1
-0
/
+2
*
acpi: Hide Chrome and coreboot specific devices
David Wu
2018-08-28
1
-1
/
+1
*
x86/acpi: Update MADT table version
Marc Jones
2018-08-27
1
-1
/
+1
*
x86/acpi: Add ACPI table revision function
Marc Jones
2018-08-27
1
-17
/
+62
*
acpi: remove CBMEM_ID_ACPI_GNVS_PTR entry
Joel Kitching
2018-08-22
1
-7
/
+0
*
security/tpm: Use unique CBMEM names for TCPA logs
Philipp Deppenwiese
2018-07-30
1
-2
/
+2
*
arch/x86/acpi: Add DMAR RMRR helper functions
Matt DeVillier
2018-06-30
1
-10
/
+30
*
arch/x86/acpi: Get rid of device_t
Elyes HAOUAS
2018-05-08
1
-1
/
+1
*
compiler.h: add __weak macro
Aaron Durbin
2018-04-24
1
-2
/
+3
*
arch/x86: Write ACPI DBG2 table only if the device has been enabled
Mario Scheithauer
2017-11-21
1
-1
/
+5
*
arch/x86/acpi: Add support for writing ACPI DBG2 table
Duncan Laurie
2017-11-15
1
-0
/
+112
*
Rename __attribute__((packed)) --> __packed
Stefan Reinauer
2017-07-13
1
-2
/
+2
*
arch/x86: Fix most of remaining issues detected by checkpatch
Lee Leahy
2017-03-20
1
-1
/
+2
*
arch/x86: Wrap lines at 80 columns
Lee Leahy
2017-03-17
1
-7
/
+13
*
arch/x86: Fix space issues detected by checkpatch
Lee Leahy
2017-03-17
1
-8
/
+8
*
arch/x86: Fix issues with braces detected by checkpatch
Lee Leahy
2017-03-17
1
-9
/
+5
*
x86/acpi: Add VFCT table
Patrick Rudolph
2017-02-04
1
-0
/
+25
*
src/arch: Remove whitespace after sizeof
Elyes HAOUAS
2016-10-07
1
-2
/
+2
*
x86: acpi: Add function for querying GPE status
Duncan Laurie
2016-09-21
1
-0
/
+5
*
Revert "x86: acpi: Add function for querying GPE status"
Duncan Laurie
2016-09-19
1
-5
/
+0
*
x86: acpi: Add function for querying GPE status
Duncan Laurie
2016-09-19
1
-0
/
+5
*
x86/acpi.c: use #define for IVRS revision field
Martin Roth
2016-09-07
1
-1
/
+2
*
src/arch: Add required space before opening parenthesis '('
Elyes HAOUAS
2016-08-28
1
-1
/
+1
*
acpi: Generate object for coreboot table region
Duncan Laurie
2016-08-06
1
-0
/
+27
*
ACPI: Add code to create root port entry in DMAR table
Werner Zeh
2016-08-03
1
-0
/
+7
*
ACPI: Add code to include ATSR structure in DMAR table
Werner Zeh
2016-08-03
1
-0
/
+20
*
ACPI S3: Split support for HAVE_ACPI_RESUME
Kyösti Mälkki
2016-06-22
1
-127
/
+0
*
ACPI S3: Move SMP trampoline recovery
Kyösti Mälkki
2016-06-22
1
-15
/
+0
*
ACPI S3: Cleanup RSDP reference
Kyösti Mälkki
2016-06-20
1
-9
/
+1
*
src/arch/x86/acpi.c: Use correct host address width in DMAR ACPI table
Jacob Laska
2016-03-18
1
-1
/
+1
*
x86: Drop CONFIG_COMPILE_IN_DSDT
Stefan Reinauer
2016-03-15
1
-7
/
+0
*
arch/x86: add missing license headers
Martin Roth
2016-01-14
1
-0
/
+9
*
x86 acpi: remove ALIGN_CURRENT macro
Aaron Durbin
2015-12-15
1
-14
/
+13
*
Remove #ifdef checks on Kconfig symbols
Martin Roth
2015-12-06
1
-5
/
+0
*
arch/x86/acpi: Add IVRS table generation routines
Timothy Pearson
2015-11-23
1
-0
/
+25
*
AMD Bettong: Enable S4 feature for Windows 7
zbao
2015-11-06
1
-0
/
+6
*
ACPI: Add functions for DMAR I/O-APIC and HPET entries
Nico Huber
2015-11-04
1
-8
/
+33
*
ACPI: Make DMAR flags settable
Nico Huber
2015-11-04
1
-2
/
+2
*
acpi: 64bit fixes
Stefan Reinauer
2015-08-14
1
-8
/
+8
*
acpi: Align FACS to 64 bytes
Patrick Georgi
2015-08-09
1
-0
/
+1
*
x86: flatten hierarchy
4.1
4.1
Stefan Reinauer
2015-07-13
1
-0
/
+1137