
8 May
2016
8 May
'16
10:19 a.m.
On Sun, May 8, 2016 at 2:47 AM, Simon Glass sjg@chromium.org wrote:
On 7 May 2016 at 08:46, Bin Meng bmeng.cn@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@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@chromium.org
applied to u-boot-x86/next, thanks!