2020-05-29 10:20:14 +02:00
|
|
|
diff -Naur acpica-unix2-20200528_/source/compiler/asloptions.c acpica-unix2-20200528/source/compiler/asloptions.c > acpica-unix2-20200528_iasl.patch
|
|
|
|
--- acpica-unix2-20200528_/source/compiler/asloptions.c
|
|
|
|
+++ acpica-unix2-20200528/source/compiler/asloptions.c
|
2017-07-28 17:36:25 +02:00
|
|
|
@@ -126,6 +126,7 @@
|
2018-12-19 16:51:04 +01:00
|
|
|
if (Gbl_DoSignon)
|
2017-07-28 17:36:25 +02:00
|
|
|
{
|
|
|
|
printf (ACPI_COMMON_SIGNON (ASL_COMPILER_NAME));
|
2018-12-19 16:51:04 +01:00
|
|
|
+ printf ("%s\n", COREBOOT_TOOLCHAIN_VERSION);
|
2018-10-06 01:05:48 +02:00
|
|
|
if (AslGbl_IgnoreErrors)
|
2017-07-28 17:36:25 +02:00
|
|
|
{
|
|
|
|
printf ("Ignoring all errors, forcing AML file generation\n\n");
|
|
|
|
@@ -753,6 +754,7 @@
|
|
|
|
case '^':
|
2018-12-19 16:51:04 +01:00
|
|
|
|
2017-07-28 17:36:25 +02:00
|
|
|
printf (ACPI_COMMON_SIGNON (ASL_COMPILER_NAME));
|
|
|
|
+ printf ("%s\n", COREBOOT_TOOLCHAIN_VERSION);
|
|
|
|
exit (0);
|
2018-12-19 16:51:04 +01:00
|
|
|
|
2017-07-28 17:36:25 +02:00
|
|
|
case 'a':
|
|
|
|
@@ -766,6 +768,7 @@
|
2018-12-19 16:51:04 +01:00
|
|
|
|
2017-07-28 17:36:25 +02:00
|
|
|
printf (ACPI_COMMON_SIGNON (ASL_COMPILER_NAME));
|
|
|
|
printf (ACPI_COMMON_BUILD_TIME);
|
|
|
|
+ printf ("%s\n", COREBOOT_TOOLCHAIN_VERSION);
|
|
|
|
exit (0);
|
2018-12-19 16:51:04 +01:00
|
|
|
|
2017-07-28 17:36:25 +02:00
|
|
|
case 'e':
|