[U-Boot] [PATCH v2 21/28] x86: acpi: Return table length in acpi_create_madt_lapics()
Bin Meng
bmeng.cn at gmail.com
Sun May 8 10:19:01 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:
>> Like other MADT table write routines, make acpi_create_madt_lapics()
>> return how many bytes it has written instead of the table end addr.
>>
>> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
>>
>> ---
>>
>> Changes in v2:
>> - New patch to return table length in acpi_create_madt_lapics()
>>
>> arch/x86/include/asm/acpi_table.h | 2 +-
>> arch/x86/lib/acpi_table.c | 8 +++++---
>> 2 files changed, 6 insertions(+), 4 deletions(-)
>
> Reviewed-by: Simon Glass <sjg at chromium.org>
applied to u-boot-x86/next, thanks!
More information about the U-Boot
mailing list