-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hello,
Following patch moves all vt8237 fadt.c from mainboard/* file to chipset directory just with one common file.
Signed-off-by: Rudolf Marek r.marek@assembler.cz
Rudolf
Rudolf Marek wrote:
Following patch moves all vt8237 fadt.c from mainboard/* file to chipset directory just with one common file.
Signed-off-by: Rudolf Marek r.marek@assembler.cz
..
+/**
- Create the Fixed ACPI Description Tables (FADT) for this board.
Please change or yank 'board' here.
- memcpy(header->signature, "FACP", 4);
Can you explain FADT vs. FACP ?
- memcpy(header->asl_compiler_id, "IASL", 4);
Why not "CORE" ?
Other than that:
Acked-by: Peter Stuge peter@stuge.se
On Thu, May 28, 2009 at 02:30:20AM +0200, Peter Stuge wrote:
Rudolf Marek wrote:
Following patch moves all vt8237 fadt.c from mainboard/* file to chipset directory just with one common file.
Signed-off-by: Rudolf Marek r.marek@assembler.cz
Yep, very nice. Factoring out common code is always a good thing.
Acked-by: Uwe Hermann uwe@hermann-uwe.de
+/**
- Create the Fixed ACPI Description Tables (FADT) for this board.
Please change or yank 'board' here.
Ack.
- memcpy(header->asl_compiler_id, "IASL", 4);
Why not "CORE" ?
What's the purpose of this field? Does it mean the user should use 'iasl'? That iasl was used to create the file? Depending on the meaning, IASL or CORE may be more appropriate, but I don't know enough about this stuff to decide...
Uwe.
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Its in.
Author: ruik Date: 2009-05-31 19:00:25 +0200 (Sun, 31 May 2009) New Revision: 4327
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hi,
Thanks for the review.
Please change or yank 'board' here.
yes.
- memcpy(header->signature, "FACP", 4);
Can you explain FADT vs. FACP ?
Nope, but this is correct. The name is different from signature.
- memcpy(header->asl_compiler_id, "IASL", 4);
Why not "CORE" ?
Yes I fixed that.
I Also change the revision & test again against linux and Windows 7.
Rudolf