* 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.
This commit is contained in:
parent
e5b90c82fe
commit
463dcadca3
3 changed files with 49 additions and 2 deletions
13
ChangeLog
13
ChangeLog
|
@ -1,3 +1,16 @@
|
|||
2012-02-22 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* 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.
|
||||
|
||||
2012-02-22 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* po/POTFILES.in: Regenerate.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue