* grub-core/commands/acpihalt.c (skip_ext_op): Add support for

skipping Event, Device, Processor, PowerRes, ThermalZone, and
	  BankField extended opcodes.
	  (get_sleep_type): Add minimal scope handling (just enough to
	  handle setting the scope to the root path).
	  (grub_acpi_halt): Parse any SSDTs as well as the DSDT.
	* include/grub/acpi.h: Add enumeration values for Event, Device,
	  Processor, PowerRes, ThermalZone, and BankField extended opcodes.
This commit is contained in:
Colin Watson 2013-03-26 11:29:52 +01:00 committed by Vladimir 'phcoder' Serbinenko
parent 33871a10a8
commit 33028f4c0b
3 changed files with 81 additions and 24 deletions

View file

@ -1,3 +1,14 @@
2013-03-26 Colin Watson <cjwatson@ubuntu.com>
* grub-core/commands/acpihalt.c (skip_ext_op): Add support for
skipping Event, Device, Processor, PowerRes, ThermalZone, and
BankField extended opcodes.
(get_sleep_type): Add minimal scope handling (just enough to
handle setting the scope to the root path).
(grub_acpi_halt): Parse any SSDTs as well as the DSDT.
* include/grub/acpi.h: Add enumeration values for Event, Device,
Processor, PowerRes, ThermalZone, and BankField extended opcodes.
2013-03-26 Vladimir Testov <vladimir.testov@rosalab.ru>
* grub-core/gfxmenu/font.c (grub_font_get_string_width): Fix