The attached patch adds missing bits to ACPI to make Windows XP and Windows Vista happy.
The FADT bootarch flags Blacklists MSI for this chipset (maybe not needed) Adds modified amdk8_util.asl Adds the SSDT table to chain of tables Aligns the FACS correctly (this should be done for other boards) Adds the _CRS method to Asus M2V-MX SE acpi DSDT. Fixes the FACS table length. Signed-off-by: Rudolf Marek <r.marek@assembler.cz> Acked-by: Myles Watson <mylesgw@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3840 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
33f9633184
commit
79e532560c
6 changed files with 73 additions and 7 deletions
|
|
@ -285,7 +285,7 @@ typedef struct acpi_facs {
|
|||
u32 x_firmware_waking_vector_l;
|
||||
u32 x_firmware_waking_vector_h;
|
||||
u8 version;
|
||||
u8 resv[33];
|
||||
u8 resv[31];
|
||||
} __attribute__ ((packed)) acpi_facs_t;
|
||||
|
||||
/* These are implemented by the target port */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue