Gitiles
Code Review
Sign In
review.coreboot.org
/
coreboot
/
a6b3b4dd8f52cf488263253eeac040574432cee2
/
src
/
arch
/
x86
/
include
/
arch
/
acpi.h
a89b9cd
arch/x86/include/arch: Remove space after __attribute__
by Elyes HAOUAS
· 6 years ago
beb2af4
acpi: Add support for generating ACPI _UPC
by Duncan Laurie
· 6 years ago
9dd89cd
arch/x86/acpi: Get rid of device_t
by Elyes HAOUAS
· 6 years ago
5e32f41
ACPI S3: Drop too early resume backup
by Kyösti Mälkki
· 7 years ago
e4a36c7
arch/x86/acpi: Add support for writing ACPI DBG2 table
by Duncan Laurie
· 6 years ago
6139a5c6
arch/x86: Add common AMD ACPI hardware definitions
by Marshall Dawson
· 6 years ago
6a00113
Rename __attribute__((packed)) --> __packed
by Stefan Reinauer
· 6 years ago
6f80ccc
arch/x86: Wrap lines at 80 columns
by Lee Leahy
· 7 years ago
024b13d
arch/x86: Fix space issues detected by checkpatch
by Lee Leahy
· 7 years ago
59eddac
acpi: Update the ACPI ID for coreboot
by Duncan Laurie
· 7 years ago
a5c2ac6
x86/acpi: Add VFCT table
by Patrick Rudolph
· 8 years ago
803acfa
ACPI S3: Hide acpi_slp_type
by Kyösti Mälkki
· 9 years ago
9d6f365
ACPI S3: Remove HIGH_MEMORY_SAVE where possible
by Kyösti Mälkki
· 7 years ago
02fdb3e
x86: acpi: Use GOOG ID for coreboot table
by Duncan Laurie
· 7 years ago
1f6e681
x86: acpi: Add function for querying GPE status
by Duncan Laurie
· 7 years ago
1efcfcf
Revert "x86: acpi: Add function for querying GPE status"
by Duncan Laurie
· 7 years ago
884dfe6
x86: acpi: Add function for querying GPE status
by Duncan Laurie
· 7 years ago
d4aa2c4
include/arch/acpi.h: change IVRS efr field to iommu_feature_info
by Martin Roth
· 7 years ago
20c9afa
arch/acpi.h: add #if guard to handle the absence of device_t type
by Antonello Dettori
· 7 years ago
3731903
acpi: Generate object for coreboot table region
by Duncan Laurie
· 8 years ago
21a5bff
ACPI: Add code to create root port entry in DMAR table
by Werner Zeh
· 7 years ago
d4d7695
ACPI: Add code to include ATSR structure in DMAR table
by Werner Zeh
· 7 years ago
20a588b
arch/x86: provide common Intel ACPI hardware definitions
by Aaron Durbin
· 7 years ago
95c4344
arch/x86: provide common ACPI_Sx constants
by Aaron Durbin
· 7 years ago
cf0e60f
ACPI S3: Add common recovery code
by Kyösti Mälkki
· 7 years ago
d132c99
ACPI S3: Split support for HAVE_ACPI_RESUME
by Kyösti Mälkki
· 7 years ago
072d436b
ACPI S3: Cleanup RSDP reference
by Kyösti Mälkki
· 7 years ago
a969ed3
Move definitions of HIGH_MEMORY_SAVE
by Kyösti Mälkki
· 7 years ago
07a1b28
x86 acpi: remove ALIGN_CURRENT macro
by Aaron Durbin
· 8 years ago
ff8ccf0
arch/x86/acpi: Add IVRS table generation routines
by Timothy Pearson
· 8 years ago
1897c2c
AMD Bettong: Enable S4 feature for Windows 7
by zbao
· 8 years ago
6c4751d
ACPI: Add functions for DMAR I/O-APIC and HPET entries
by Nico Huber
· 8 years ago
e561f35
ACPI: Make DMAR flags settable
by Nico Huber
· 8 years ago
a73b931
tree: drop last paragraph of GPL copyright header
by Patrick Georgi
· 8 years ago
83fc32f
device_ops: add device_t argument to write_acpi_tables
by Alexander Couzens
· 9 years ago
5eea458
device_ops: add device_t argument to acpi_fill_ssdt_generator
by Alexander Couzens
· 9 years ago
f44ac13
Add TCPA table.
by Vladimir Serbinenko
· 9 years ago
807127f
Make acpi_fill_hest into parameter
by Vladimir Serbinenko
· 9 years ago
351fefc
ACPI: slic support
by Vladimir Serbinenko
· 9 years ago
83f81ca
acpi: Remove monolithic ACPI
by Vladimir Serbinenko
· 9 years ago
b890a12
Remove address from GPLv2 headers
by Patrick Georgi
· 9 years ago
5e59757
acpi: make fill_slit and fill_srat into arguments.
by Vladimir Serbinenko
· 9 years ago
e19c8b0
acpi: protect acpi generators from PRE_RAM & SMM
by Alexander Couzens
· 9 years ago
78c5d58
ACPI: Add acpi_is_wakeup_s3() for romstage
by Kyösti Mälkki
· 9 years ago
7a846e7
ACPI: Prepare for HAVE_ACPI_RESUME changes
by Kyösti Mälkki
· 9 years ago
134f504
RELOCATABLE_RAMSTAGE: Fix weak symbols in ACPI
by Kyösti Mälkki
· 9 years ago
41877d8
i82371eb & qemu: Move to per-device ACPI.
by Vladimir Serbinenko
· 9 years ago
8d70e94
Make acpi_fill_dmar into parameter
by Vladimir Serbinenko
· 9 years ago
ab83ef0
i82801gx: Handle whole FADT in southbridge.
by Vladimir Serbinenko
· 9 years ago
7b14f08
ACPI: Allocate S3 resume backup in CBMEM earlier
by Kyösti Mälkki
· 9 years ago
c21e073
i945: Consolidate FADT code
by Vladimir Serbinenko
· 9 years ago
classic-2014.10
b752e4f
acpi_add_ssdt_pstates: Remove function.
by Vladimir Serbinenko
· 9 years ago
822bc65
ACPI: Remove CONFIG_GENERATE_ACPI_TABLES
by Vladimir Serbinenko
· 10 years ago
2d7bd8a
Implement ACPI in a per device way
by Vladimir Serbinenko
· 9 years ago
db8693b
ACPI: Recover type of wakeup in acpi_is_wakeup()
by Kyösti Mälkki
· 9 years ago
207880c
Declare acpi_is_wakeup_early() only once
by Kyösti Mälkki
· 10 years ago
4d9b772
ACPI: Add acpi_is_wakeup_s3()
by Kyösti Mälkki
· 9 years ago
2ca2afe
ACPI S3 support: Add acpi_s3_resume_allowed()
by Kyösti Mälkki
· 9 years ago
efac717
x86/include/arch/acpi.h: remove incorrect semicolon
by Martin Roth
· 10 years ago
cb28f3f
CBMEM ACPI: Move resume handler
by Kyösti Mälkki
· 10 years ago
0a6c20a
acpi: split resume check and actual resume code
by Aaron Durbin
· 11 years ago
11290c4
SMM: Restore GNVS pointer in the resume path
by Duncan Laurie
· 11 years ago
3b590ff
acpi: Add support for DMAR tables (Intel IOMMU support)
by Patrick Georgi
· 11 years ago
be1ef23
chromeos: Pass pointer to ChromeOS ACPI structure instead of VB Shared Data
by Stefan Reinauer
· 11 years ago
9aa4389
Update SB800 CIMX FADT
by Martin Roth
· 12 years ago
e166782
Clean up #ifs
by Patrick Georgi
· 12 years ago
35555167
acpi: Add defines for functional fixed hardware
by Stefan Reinauer
· 12 years ago
39205c6
acpigen: Add support for generating T state tables
by Stefan Reinauer
· 12 years ago
4cc8c70
Rework ACPI CST table generation
by Stefan Reinauer
· 12 years ago
61e7c28
ChromeOS: Add missing prototype for acpi_get_vdat_info()
by Stefan Reinauer
· 12 years ago
aee1869
Updates to x86/include/arch/acpi.h for use in fadt.c
by Martin Roth
· 12 years ago
caf494c8
ACPI HEST table.
by zbao
· 12 years ago
cb91e15
Add support for mainboard specific suspend/resume handler
by Stefan Reinauer
· 12 years ago
00093a8
Add an option to keep the ROM cached after romstage
by Stefan Reinauer
· 12 years ago
8677a23
After this has been brought up many times before, rename src/arch/i386 to
by Stefan Reinauer
· 13 years ago
[Renamed from src/arch/i386/include/arch/acpi.h]
9b5295f
Drop unused ACPI_WRITE_MADT_IOAPIC #define.
by Uwe Hermann
· 13 years ago
e9c4473
acpi.h: Small fixes and adding comments.
by Uwe Hermann
· 13 years ago
74d1a6e
We define IO_APIC_ADDR in <arch/ioapic.h>, let's use it.
by Uwe Hermann
· 13 years ago
2f4b7f6
clean up some prototypes
by Stefan Reinauer
· 14 years ago
14e2277
Since some people disapprove of white space cleanups mixed in regular commits
by Stefan Reinauer
· 14 years ago
f4cc089
Remove few more warnings and some dead code.
by Myles Watson
· 14 years ago
10b29d8
thin out romcc epilogue and have it call copy_and_run as
by Stefan Reinauer
· 14 years ago
de3206a
This is a general cleanup patch
by Stefan Reinauer
· 14 years ago
99f7579
fix APCI typos.
by Stefan Reinauer
· 14 years ago
c70e9fc
Various license header consistency fixes (trivial).
by Uwe Hermann
· 14 years ago
0401bd8
coreboot has 13 instances of IOAPIC setup distributed across a lot
by Stefan Reinauer
· 14 years ago
c0ac7e9
by Stefan Reinauer
· 14 years ago
b8e2027
Add CONFIG_GENERATE_* for tables so that the user can select which tables not
by Myles Watson
· 14 years ago
3fe6b70
Add const to get rid of some warnings when passing quoted strings.
by Myles Watson
· 14 years ago
4704dc5
Fix up the tree again...
by Stefan Reinauer
· 14 years ago
cdfe376
clean up acpi table strings, as discussed on the list
by Stefan Reinauer
· 14 years ago
b657a3c
This fixes a couple of issues with older Linux kernels (that expect an XSDT as
by Stefan Reinauer
· 14 years ago
0867062
This patch unifies the use of config options in v2 to all start with CONFIG_
by Stefan Reinauer
· 14 years ago
7e9771c
* move i386 / ACPI dependent code out of hardwaremain.c and into the i386
by Stefan Reinauer
· 15 years ago
33cafe5
Following patch implements ACPI resume support for coreboot. The hardware main
by Rudolf Marek
· 15 years ago
be7f798
This, ladies and gentlement, is commit #4000.
by Stefan Reinauer
· 15 years ago
0b4c9f0
This patch makes the boards use a single amdk8_util.asl. There are only
by Myles Watson
· 15 years ago
36c8340
Some changes required to get yabel working on v2 (and they generally make
by Stefan Reinauer
· 15 years ago
293b5f5
Following patch adds dynamic ACPI AML code generator which can be used to
by Rudolf Marek
· 15 years ago
79e5325
The attached patch adds missing bits to ACPI to make Windows XP and Windows Vista happy.
by Rudolf Marek
· 15 years ago
Next »