coreboot-kgpe-d16/src/mainboard/google/rambi
Gwendal Grignou 95b7a6c6db 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: I4766d1d56c3b075bb2990b6d6f59b28c91415776
Signed-off-by: Martin Roth <martinroth@google.com>
Original-Commit-Id: d3b9f76a26397ff619f630c5e3d043a7be1a5890
Original-Change-Id: I56c46ee17baee109b9b778982ab35542084cbd69
Original-Signed-off-by: Gwendal Grignou <gwendal@chromium.org>
Original-Reviewed-on: https://chromium-review.googlesource.com/342364
Original-Reviewed-by: Duncan Laurie <dlaurie@chromium.org>
Reviewed-on: https://review.coreboot.org/14854
Tested-by: build bot (Jenkins)
Reviewed-by: Duncan Laurie <dlaurie@google.com>
2016-05-18 20:22:38 +02:00
..
acpi mainboard/google: Update license headers 2016-04-13 17:34:04 +02:00
spd
acpi_tables.c
board_info.txt
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
dsdt.asl
ec.c
ec.h ec/google/chromeec/acpi: Add MKBP support 2016-05-18 20:22:38 +02:00
fadt.c
gpio.c
irqroute.c
irqroute.h
Kconfig chromebooks: Define GBB hardware IDs 2016-02-12 18:09:22 +01:00
Kconfig.name
mainboard.c
mainboard_smi.c
Makefile.inc
onboard.h
romstage.c
w25q64.c