coreboot/src/mainboard/google/chell
Gwendal Grignou e10ec4cd30 ec/google/chromeec/acpi: Add MKBP support
Allow EC to send an interrupt using ACPI SMI when a MKBP event
is available. This will be used by the sensor stack.

Update all ACPI branch except those without sensors with:
for i in $(find . -name ec.h -exec grep -l MAINBOARD_EC_SCI_EVENTS {} \+
| cut -d '/' -f 2 | grep -v -e cyan -e lars); do
  echo $i
  cd $i
  git diff ../lars/ec.h | patch -p 5
  cd -
done

BUG=b:27849483
BRANCH=none
TEST=Compile on Samus. Tested in Cyan branch.

Change-Id: I56c46ee17baee109b9b778982ab35542084cbd69
Signed-off-by: Gwendal Grignou <gwendal@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/342364
Reviewed-by: Duncan Laurie <dlaurie@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/346292
Reviewed-by: Stefan Reinauer <reinauer@google.com>
Commit-Queue: Martin Roth <martinroth@chromium.org>
Trybot-Ready: Martin Roth <martinroth@chromium.org>
Tested-by: Martin Roth <martinroth@chromium.org>
2016-05-20 18:31:18 +00:00
..
acpi google/chell: Adjust nuvoton 8825 button thresholds again. 2016-04-05 13:34:29 +02:00
spd google/chell: Add new memory part for DVT build 2016-01-19 16:35:24 +01:00
acpi_tables.c
board_info.txt google/intel mainboards: Add missing board_info.txt files 2016-03-25 20:52:04 +01:00
boardid.c
car.c google/chell: perform early init for CAR *stage 2016-02-04 17:40:44 +01:00
chromeos.c chromeos: Simplify fill_lb_gpios even further 2016-04-05 00:50:56 +02:00
chromeos.fmd chromeos.fmd: Mark RW_LEGACY as CBFS 2016-04-05 13:37:31 +02:00
cmos.layout
devicetree.cb glados/chell: send an extra VR mailbox command 2016-03-12 09:21:20 +01:00
dsdt.asl
ec.c
ec.h ec/google/chromeec/acpi: Add MKBP support 2016-05-20 18:31:18 +00:00
fadt.c
gpio.h skylake mainboards: Configure gpio PADRSTCFG to PLTRST 2016-03-16 15:03:30 +01:00
Kconfig chromebooks: Define GBB hardware IDs 2016-02-12 18:09:22 +01:00
Kconfig.name
mainboard.c google/chell: add nhlt support 2016-01-15 11:54:16 +01:00
Makefile.inc google/chell: perform early init for CAR *stage 2016-02-04 17:40:44 +01:00
pei_data.c google/chell: Modify DqsMap 2016-01-19 16:39:02 +01:00
ramstage.c
romstage.c google/chell: perform early init for CAR *stage 2016-02-04 17:40:44 +01:00
smihandler.c