[U-Boot] [PATCH v2 21/28] x86: acpi: Return table length in acpi_create_madt_lapics()
Simon Glass
sjg at chromium.org
Sat May 7 20:47:08 CEST 2016
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>
More information about the U-Boot
mailing list