diff options
author | Patrick Rudolph <siro@das-labor.org> | 2017-11-14 19:00:20 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-07-09 09:19:59 +0000 |
commit | f1114d891865e70ae1f2ba58844fec11d055ae3a (patch) | |
tree | 93d58cca13f40c9ee0edee69ebd7b7c3fa62dede /src/ec/lenovo/h8/Makefile.inc | |
parent | 01d2e46ddb9e17bda911ccce97bfef8ad77b1cbc (diff) |
ec/lenovo/h8/acpi: Add BDC interface
* Add SSDT generator to add dynamic ACPI code.
* Implement GBDC and SBDC for thinkpad_acpi kernel module.
Required for BDC power control from userspace.
Tested on Lenovo T430:
The bluetooth module is detected and can be powercycled using network manager.
Change-Id: Ida825196650966194a883945896a038b0790fe45
Signed-off-by: Patrick Rudolph <siro@das-labor.org>
Reviewed-on: https://review.coreboot.org/20985
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Alexander Couzens <lynxis@fe80.eu>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/ec/lenovo/h8/Makefile.inc')
-rw-r--r-- | src/ec/lenovo/h8/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ec/lenovo/h8/Makefile.inc b/src/ec/lenovo/h8/Makefile.inc index 3d218fde74..e4408f1ac1 100644 --- a/src/ec/lenovo/h8/Makefile.inc +++ b/src/ec/lenovo/h8/Makefile.inc @@ -8,6 +8,7 @@ endif ramstage-y += h8.c ramstage-y += bluetooth.c ramstage-y += wwan.c +ramstage-$(CONFIG_HAVE_ACPI_TABLES) += ssdt.c smm-y += smm.c endif |