coreboot-kgpe-d16/src/mainboard/google/auron
Julius Werner 320edbe2ba vboot: Assume EC_SOFTWARE_SYNC and VIRTUAL_DEV_SWITCH by default
The virtualized developer switch was invented five years ago and has
been used on every vboot system ever since. We shouldn't need to specify
it again and again for every new board. This patch flips the Kconfig
logic around and replaces CONFIG_VIRTUAL_DEV_SWITCH with
CONFIG_PHYSICAL_DEV_SWITCH, so that only a few ancient boards need to
set it and it fits better with CONFIG_PHYSICAL_REC_SWITCH. (Also set the
latter for Lumpy which seems to have been omitted incorrectly, and hide
it from menuconfig since it's a hardware parameter that shouldn't be
configurable.)

Since almost all our developer switches are virtual, it doesn't make
sense for every board to pass a non-existent or non-functional developer
mode switch in the coreboot tables, so let's get rid of that. It's also
dangerously confusing for many boards to define a get_developer_mode()
function that reads an actual pin (often from a debug header) which will
not be honored by coreboot because CONFIG_PHYSICAL_DEV_SWITCH isn't set.
Therefore, this patch removes all those non-functional instances of that
function. In the future, either the board has a physical dev switch and
must define it, or it doesn't and must not.

In a similar sense (and since I'm touching so many board configs
anyway), it's annoying that we have to keep selecting EC_SOFTWARE_SYNC.
Instead, it should just be assumed by default whenever a Chrome EC is
present in the system. This way, it can also still be overridden by
menuconfig.

CQ-DEPEND=CL:459701

Change-Id: If9cbaa7df530580a97f00ef238e3d9a8a86a4a7f
Signed-off-by: Julius Werner <jwerner@chromium.org>
Reviewed-on: https://review.coreboot.org/18980
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
2017-03-28 22:15:46 +02:00
..
acpi ec: Use EC_ENABLE_LID_SWITCH for all mainboards with LID using chromeec 2017-03-27 03:03:16 +02:00
variants google/auron: Fix omitted ACPI KB backlight for variants 2017-01-04 21:27:20 +01:00
acpi_tables.c Add/Combine Broadwell Chromebooks using variant board scheme 2016-12-22 18:37:56 +01:00
board_info.txt
chromeos.c vboot: Assume EC_SOFTWARE_SYNC and VIRTUAL_DEV_SWITCH by default 2017-03-28 22:15:46 +02:00
chromeos.fmd Google Mainboards: Increase RO coreboot size on flash 2016-07-15 00:37:52 +02:00
cmos.layout mainboard: Clean up boot_option/reboot_bits in cmos.layout 2016-08-17 00:27:42 +02:00
dsdt.asl chromeos mainboards: remove chromeos.asl 2016-07-30 01:36:32 +02:00
ec.c tree: drop last paragraph of GPL copyright header 2015-10-31 21:37:39 +01:00
ec.h Add/Combine Broadwell Chromebooks using variant board scheme 2016-12-22 18:37:56 +01:00
fadt.c Add/Combine Broadwell Chromebooks using variant board scheme 2016-12-22 18:37:56 +01:00
hda_verb.c Add/Combine Broadwell Chromebooks using variant board scheme 2016-12-22 18:37:56 +01:00
Kconfig vboot: Assume EC_SOFTWARE_SYNC and VIRTUAL_DEV_SWITCH by default 2017-03-28 22:15:46 +02:00
Kconfig.name Add/Combine Broadwell Chromebooks using variant board scheme 2016-12-22 18:37:56 +01:00
mainboard.c Add/Combine Broadwell Chromebooks using variant board scheme 2016-12-22 18:37:56 +01:00
Makefile.inc Add/Combine Broadwell Chromebooks using variant board scheme 2016-12-22 18:37:56 +01:00
romstage.c Add/Combine Broadwell Chromebooks using variant board scheme 2016-12-22 18:37:56 +01:00
smihandler.c Add/Combine Broadwell Chromebooks using variant board scheme 2016-12-22 18:37:56 +01:00
variant.h Add/Combine Broadwell Chromebooks using variant board scheme 2016-12-22 18:37:56 +01:00