[U-Boot] [PATCH v2 19/28] x86: acpi: Clean up table header revisions
Bin Meng
bmeng.cn at gmail.com
Sun May 8 10:18:52 CEST 2016
On Sun, May 8, 2016 at 2:47 AM, Simon Glass <sjg at chromium.org> wrote:
> On 7 May 2016 at 08:46, Bin Meng <bmeng.cn at gmail.com> wrote:
>> The comment of initializing table header revision says:
>>
>> /* ACPI 1.0/2.0: 1, ACPI 3.0: 2, ACPI 4.0: 3 */
>>
>> which might mislead it may increase per ACPI spec revision.
>> However this is not the case. It's actually a fixed number
>> as defined in ACPI spec, and in the laest ACPI spec 6.1,
>> some table header revisions are still 1. Clean these up.
>>
>> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
>>
>> ---
>>
>> Changes in v2:
>> - New patch to clean up table header revisions
>>
>> arch/x86/include/asm/acpi_table.h | 6 ------
>> arch/x86/lib/acpi_table.c | 16 ++++------------
>> 2 files changed, 4 insertions(+), 18 deletions(-)
>
> Reviewed-by: Simon Glass <sjg at chromium.org>
applied to u-boot-x86/next, thanks!
More information about the U-Boot
mailing list