coreboot-kgpe-d16/src/ec/google/chromeec
Stefan Reinauer 77c04e95ba kbuild: automatically include ECs
This change switches all ECs and the generic EC ACPI code
to be autoincluded by Makefile.inc, rather than having to be
mentioned explicitly in ec/Makefile.inc or in
ec/<vendor>/Makefile.inc.

This means, vendor and ec directories are now "drop
in", e.g. be placed in the coreboot directory hierarchy
without having to modify any higher level coreboot files.

The long term plan is to enable out of tree components to be
built with a given coreboot version (given that the API did not
change).

Change-Id: I29d757d1f8c10a1d0167a76fd0d0f97bac576f6d
Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Reviewed-on: http://review.coreboot.org/9798
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
2015-04-29 18:10:41 +02:00
..
acpi chromeec: Support accessing memmap data over port 62/66 2015-04-22 08:49:35 +02:00
Kconfig chromeec: lpc: Add variant MEC IO 2015-04-22 08:58:13 +02:00
Makefile.inc kbuild: automatically include ECs 2015-04-29 18:10:41 +02:00
chip.h src/*: Remove the last remnants of struct keyboard 2014-05-13 12:14:34 +02:00
crosec_proto.c cros_ec: Retry failed VBNV transactions 2015-04-10 20:31:36 +02:00
ec.c cros_ec: Retry failed VBNV transactions 2015-04-10 20:31:36 +02:00
ec.h chromeec: lpc: Add variant MEC IO 2015-04-22 08:58:13 +02:00
ec_commands.h chromeec: Update ec_commands.h from EC repository 2015-04-22 08:48:55 +02:00
ec_i2c.c chromeec: provide proto v3 over i2c support 2015-03-21 10:43:30 +01:00
ec_lpc.c chromeec: lpc: Add variant MEC IO 2015-04-22 08:58:13 +02:00
ec_mec.c chromeec: ec_mec: Fix misaligned data access 2015-04-27 20:49:33 +02:00
ec_message.h src/ec: Sanitize headers and comment #endif pairings 2014-06-25 11:34:05 +02:00
ec_spi.c chromeec: Add wakeup delay after SPI /CS assertion 2015-04-02 17:28:14 +02:00