]> git.ipfire.org Git - thirdparty/grub.git/commit
* include/grub/acpi.h (GRUB_ASCII_OPCODE): Add
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Wed, 22 Feb 2012 15:02:03 +0000 (16:02 +0100)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Wed, 22 Feb 2012 15:02:03 +0000 (16:02 +0100)
commit463dcadca3ad69967db09af6858080db382eb8bb
tree929866f64e6b976f3e6124a3b1e1ed334abeffca
parente5b90c82fe4760fe28705644a98c4c024f460adc
* include/grub/acpi.h (GRUB_ASCII_OPCODE): Add
GRUB_ACPI_OPCODE_STRING_CONST, GRUB_ACPI_OPCODE_BUFFER,
GRUB_ACPI_OPCODE_CREATE_WORD_FIELD
and GRUB_ACPI_OPCODE_CREATE_BYTE_FIELD.
* grub-core/commands/acpihalt.c [GRUB_DSDT_TEST]: Replace include of
i18n with gettext no-op.
(skip_data_ref_object): Support GRUB_ACPI_OPCODE_BUFFER and
GRUB_ACPI_OPCODE_STRING_CONST.
(get_sleep_type): Support GRUB_ACPI_OPCODE_CREATE_WORD_FIELD and
GRUB_ACPI_OPCODE_CREATE_BYTE_FIELD. Add handling of unknown opcodes.
ChangeLog
grub-core/commands/acpihalt.c
include/grub/acpi.h