coreboot-kgpe-d16/src/mainboard/google/lars
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/skylake: Include WRDD method in WIFI ACPI device 2016-03-08 21:44:42 +01:00
spd google/lars: SPD changes for EVT board 2016-01-19 16:19:02 +01:00
acpi_tables.c tree: drop last paragraph of GPL copyright header 2015-10-31 21:37:39 +01:00
board_info.txt google/intel mainboards: Add missing board_info.txt files 2016-03-25 20:52:04 +01:00
boardid.c tree: drop last paragraph of GPL copyright header 2015-10-31 21:37:39 +01:00
car.c google/lars: perform early init for CAR *stage 2016-02-04 17:42:20 +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 mainboard: Remove last_boot NVRAM option 2015-11-05 02:21:52 +01:00
devicetree.cb soc/intel/skylake: Enable another VR mailbox command for certain boards 2016-05-09 08:28:57 +02:00
dsdt.asl tree: drop last paragraph of GPL copyright header 2015-10-31 21:37:39 +01:00
ec.c tree: drop last paragraph of GPL copyright header 2015-10-31 21:37:39 +01:00
ec.h ec/google/chromeec/acpi: Add MKBP support 2016-05-18 20:22:38 +02:00
fadt.c tree: drop last paragraph of GPL copyright header 2015-10-31 21:37:39 +01:00
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/lars: add nhlt support 2016-01-16 23:33:45 +01:00
Makefile.inc google/lars: perform early init for CAR *stage 2016-02-04 17:42:20 +01:00
pei_data.c google/lars: Set Correct RCOMP Target for LARs EVT boards 2016-01-19 16:25:22 +01:00
ramstage.c tree: drop last paragraph of GPL copyright header 2015-10-31 21:37:39 +01:00
romstage.c google/lars: perform early init for CAR *stage 2016-02-04 17:42:20 +01:00
smihandler.c tree: drop last paragraph of GPL copyright header 2015-10-31 21:37:39 +01:00