]> git.baikalelectronics.ru Git - uboot.git/commit
sandbox: Allow building with GENERATE_ACPI_TABLE
authorSimon Glass <sjg@chromium.org>
Wed, 1 Dec 2021 16:02:40 +0000 (09:02 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 25 Jan 2022 18:44:36 +0000 (11:44 -0700)
commitc522f8bfe3682850788c57dd0f2b0a81200da065
treeb09ab087d94ca8f2e83a0bc95ad363f433d99df7
parent360a53a2dc5f4840b60d481b4498aa85f9e09d88
sandbox: Allow building with GENERATE_ACPI_TABLE

At present this option is missing a header file, a function prototype and
the qfw driver needs a header included.

Fix these problems so we can enable this option on sandbox. This will
increase the build coverage.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/sandbox/include/asm/acpi_table.h
arch/sandbox/include/asm/tables.h [new file with mode: 0644]
drivers/misc/qfw.c