coreboot-kgpe-d16/src
Matt DeVillier e69a9c7581 google/cyan: convert to variant configuration
Setup cyan to be the baseboard for other Google Braswell
boards, to be added in subsequent commits:

- Keep code common to all Google Braswell boards in the baseboard,
and separate out the board-specific bits into the new cyan variant.

- Define the I2C ACPI devices such that they can be easily reused for
other variants.

- Switch the trackpad/touchscreen interrupts from edge to level,
for better performance/compatibility, as was done with all previous
Google boards.

- Add code to the baseboard to allow optional variant-specific
parameters to be used for both memory and silicon init.

- Remove superfluous includes, replace some hardcoded values with
variables, and correct typos/formatting errors.

Change-Id: Iabbbad16efa9cfa79338f4e94d0771779900d8d9
Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
Reviewed-on: https://review.coreboot.org/21126
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
2017-09-15 02:36:13 +00:00
..
acpi src/acpi: Add guards on all header files 2017-08-01 23:04:27 +00:00
arch arch/x86: Fix typo with MTRR 2017-09-13 17:26:27 +00:00
commonlib sb/intel/bd82x6x: Add time-stamp around ME DRAM update 2017-09-13 16:19:06 +00:00
console console: Add weak method to notify about death 2017-08-14 11:01:41 +00:00
cpu AGESA boards: Drop heapManager.h includes 2017-09-12 16:35:56 +00:00
device device: acpi_name() should take a const struct device 2017-09-14 14:34:27 +00:00
drivers device: acpi_name() should take a const struct device 2017-09-14 14:34:27 +00:00
ec ec/google: Add command to set APU SKU ID to EC 2017-09-13 17:03:34 +00:00
include timestamp: Add function to get time since boot 2017-09-14 18:12:39 +00:00
lib timestamp: Add function to get time since boot 2017-09-14 18:12:39 +00:00
mainboard google/cyan: convert to variant configuration 2017-09-15 02:36:13 +00:00
northbridge device: acpi_name() should take a const struct device 2017-09-14 14:34:27 +00:00
soc src/soc/intel/cannonlake: Define USB configuration params 2017-09-14 21:10:53 +00:00
southbridge device: acpi_name() should take a const struct device 2017-09-14 14:34:27 +00:00
superio superio/winbond/w83627*: Remove deprecated code 2017-08-21 17:02:53 +00:00
vboot vboot: Add config to enable EC EFS support 2017-09-13 02:24:47 +00:00
vendorcode AGESA buildsystem: Reduce include path exposure 2017-09-13 22:52:13 +00:00
Kconfig clang: Allow ANY_TOOLCHAIN for non-coreboot clang 2017-09-02 15:23:22 +00:00