diff options
author | Martin Roth <martinroth@google.com> | 2018-05-17 10:18:01 -0600 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2018-05-18 18:35:46 +0000 |
commit | 3abdeb0af08209dfa86b0343c625b506498e8368 (patch) | |
tree | c468da462c2c63fd25391571e2b2ee2e6880cdfd /src/mainboard/lenovo/t420 | |
parent | e8604b8da64f9f28a3091c6826131589981b335e (diff) |
Makefile.inc: Ignore IASL empty resource template warnings
As I mention in the comment, this is valid ASL, which was added as
a warning with the comment "This would appear to be worthless in
real-world ASL code." While code using empty resource templates
could probably be rewritten, this seems like an arbitrary choice
to generate this as a warning, since it's valid.
This gets rid of warnings such as this one:
dsdt.aml 2975: Return (ResourceTemplate() {})
Warning 3150 - Empty Resource Template (END_TAG only)
Which is generated by this code in google/rambi/acpi/mainboard.asl:
Method (_CRS)
{
/* Only return interrupt if I2C1 is PCI mode */
If (LEqual (\S1EN, 0)) {
Return (^RBUF)
}
/* Return empty resource template otherwise */
Return (ResourceTemplate() {})
}
Change-Id: I9cfe9069c738a284aa85feada9d58e1aee97e433
Signed-off-by: Martin Roth <martinroth@google.com>
Reviewed-on: https://review.coreboot.org/26352
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-by: Duncan Laurie <dlaurie@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/lenovo/t420')
0 files changed, 0 insertions, 0 deletions