diff options
author | Varshit B Pandya <varshit.b.pandya@intel.com> | 2022-02-25 16:09:37 +0530 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-06-15 18:05:12 +0000 |
commit | e3816794737f2eef53843669973018de972afb98 (patch) | |
tree | f684141c387f43ffb4e740e84ced1f71862e67c4 /payloads/libpayload | |
parent | ef51b6d74285aa174e3898b4de7ce28048ebabdb (diff) |
soc/intel/common/acpi: Fix warning in ASL
Warnings are treated as errors in build.
UBAR is declared inside APRT method which throws warning as follows
"Static OperationRegion should be declared outside control method"
Move UBAR outside APRT method to fix warning.
TEST=build brya with following changes without any warnings
1. Select ACPI_CONSOLE
2. Include <soc/intel/common/acpi/acpi_debug.asl>
3. Add APRT function in any asl file.
Signed-off-by: Varshit B Pandya <varshit.b.pandya@intel.com>
Change-Id: I40c676fd0bbd529bcbded18dd248b918f47324d9
Reviewed-on: https://review.coreboot.org/c/coreboot/+/62367
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Subrata Banik <subratabanik@google.com>
Reviewed-by: Maulik V Vaghela <maulik.v.vaghela@intel.com>
Diffstat (limited to 'payloads/libpayload')
0 files changed, 0 insertions, 0 deletions