coreboot/src/ec/google/chromeec
Martin Roth 9c05598f7a ec/google/chromeec: Update Tablet event call
The tablet event handler method TPET is defined as an extern, then
defined again in skylake, the only platform that supports it.  In newer
versions of IASL, this generates an error, as the method is defined in
two places.

Remove the extern and the CondRefOf check.  That's not needed if we
only set the EC_ENABLE_TABLET_EVENT define on platforms that have a
TPET handler.

Change-Id: I8bee069fc95637446593dfaaae1254e931421517
Signed-off-by: Martin Roth <martinroth@google.com>
Reviewed-on: https://review.coreboot.org/25983
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Furquan Shaikh <furquan@google.com>
Reviewed-by: Duncan Laurie <dlaurie@chromium.org>
Reviewed-by: Sumeet R Pawnikar <sumeet.r.pawnikar@intel.com>
2018-05-03 01:32:16 +00:00
..
acpi ec/google/chromeec: Update Tablet event call 2018-05-03 01:32:16 +00:00
chip.h
crosec_proto.c compiler.h: add __weak macro 2018-04-24 14:37:59 +00:00
ec.c cros-ec: Avoid infinitely looping in google_chromeec_pd_get_amode 2018-04-30 06:27:24 +00:00
ec.h mainboard/google/fizz: Check HDMI HPD and DisplayPort HPD 2018-03-06 08:50:51 +00:00
ec_boardid.c boardid: Minor clean up and standardization 2017-12-07 01:18:25 +00:00
ec_commands.h chromeec: Sync ec_commands.h for CBI tags 2018-02-17 04:01:03 +00:00
ec_i2c.c include/device: Split i2c.h into three 2017-08-18 15:33:29 +00:00
ec_lpc.c src/ec: add IS_ENABLED() around Kconfig symbol references 2017-06-28 17:49:22 +00:00
ec_mec.c ec/google/chromeec/ec_lpc: Declare used IO ports as a resource 2016-05-06 18:59:00 +02:00
ec_message.h
ec_spi.c Use stopwatch_wait_until_expired where applicable 2017-09-26 16:53:28 +00:00
Kconfig chromeec: Provide helper routine to read boardid from Chrome EC 2017-09-26 13:38:44 +00:00
Makefile.inc ec/google/chromeec: Add boardid.c to bootblock 2018-03-09 12:40:10 +00:00
smihandler.c ec/google/chromeec: Add note before error message 2018-03-02 15:19:16 +00:00
smm.h chromeec: Change the API for hostevent/wake masks to handle 64-bit 2017-11-22 19:10:26 +00:00
switches.c chromeec: Change the API for hostevent/wake masks to handle 64-bit 2017-11-22 19:10:26 +00:00
vboot_storage.c
vstore.c