From: Lv Zheng Date: Wed, 28 Dec 2016 07:29:10 +0000 (+0800) Subject: ACPICA: EFI: Add efihello demo application X-Git-Tag: v4.14-rc1~1489^2~2^2~4^2~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=55333089390909f3aee73764836bc85ba18e6b4e;p=platform%2Fkernel%2Flinux-rpi.git ACPICA: EFI: Add efihello demo application ACPICA commit 3fcc59f4755607dd066ac8ef869f0aa95e871b84 This patch adds a demo EFI application for stdin/stdout testing. This utility can be used to narrow down root causes of porting issues. Linux is not affected by this patch. Link: https://github.com/acpica/acpica/commit/3fcc59f4 Signed-off-by: Lv Zheng Signed-off-by: Bob Moore Signed-off-by: Rafael J. Wysocki --- diff --git a/include/acpi/platform/acenv.h b/include/acpi/platform/acenv.h index cf93b66..926efe9 100644 --- a/include/acpi/platform/acenv.h +++ b/include/acpi/platform/acenv.h @@ -75,7 +75,8 @@ (defined ACPI_NAMES_APP) || \ (defined ACPI_SRC_APP) || \ (defined ACPI_XTRACT_APP) || \ - (defined ACPI_EXAMPLE_APP) + (defined ACPI_EXAMPLE_APP) || \ + (defined ACPI_EFI_HELLO) #define ACPI_APPLICATION #define ACPI_SINGLE_THREADED #define USE_NATIVE_ALLOCATE_ZEROED