Displaying 3 results from an estimated 3 matches for "actbl3".
Did you mean:
actbl2
2012 Nov 05
2
[PATCH] x86/ACPI: invalidate BGRT
.../x86/efi/boot.c, and avoid
adding that specific region to the E820 table.
None of these is really attractive, and as Xen commonly prints to the
video console anyway (without trying to avoid any regions on the
screen), the invalidation would need to be done conditionally anyway.
(xen/include/acpi/actbl3.h is a verbatim copy from Linux 3.7-rc4)
Signed-off-by: Jan Beulich <jbeulich@suse.com>
--- a/xen/arch/x86/acpi/boot.c
+++ b/xen/arch/x86/acpi/boot.c
@@ -286,6 +286,25 @@ static int __init acpi_parse_hpet(struct
#define acpi_parse_hpet NULL
#endif
+static int __init acpi_invalidate_bgrt...
2012 Nov 07
0
[PATCH v2] x86/ACPI: invalidate BGRT if necessary
...x86/efi/boot.c, and avoid
adding that specific region to the E820 table.
None of these are really attractive, and as Xen commonly prints to the
video console anyway (without trying to avoid any regions on the
screen), the invalidation would need to be done conditionally anyway.
(xen/include/acpi/actbl3.h is a verbatim copy from Linux 3.7-rc4)
Signed-off-by: Jan Beulich <jbeulich@suse.com>
---
v2: Only invalidate if the image lives in RAM, and do the invalidation
by clearing both the valid bit and the image address.
--- a/xen/arch/x86/acpi/boot.c
+++ b/xen/arch/x86/acpi/boot.c
@@ -28,6...
2012 Mar 03
0
[RFC GIT PATCHES] acpioff: COM32 module to shut off machine using ACPI
...acpi/acrestyp.h | 604 ++++++++++
.../acpioff/acpica_linuxized/include/acpi/actbl.h | 389 ++++++
.../acpioff/acpica_linuxized/include/acpi/actbl1.h | 963 +++++++++++++++
.../acpioff/acpica_linuxized/include/acpi/actbl2.h | 1048 ++++++++++++++++
.../acpioff/acpica_linuxized/include/acpi/actbl3.h | 552 +++++++++
.../acpica_linuxized/include/acpi/actypes.h | 1105 +++++++++++++++++
.../include/acpi/platform/accom32.h | 189 +++
.../include/acpi/platform/accygwin.h | 91 ++
.../acpica_linuxized/include/acpi/platform/acefi.h | 73 ++
.../acpica_linu...