coreboot-kgpe-d16/src
Edward O'Callaghan 200f02a518 mb/google/hatch: Allow variants to not necessarily be laptops
In some cases Hatch variants are not laptop form-factors such
as Puff. Ensure that the base configuration does not assume
the form factor and allow variants to elect their intended
use-case.

Note that the issue is that early ec sync needs to be
disabled for EFS2 to function correctly, see commit 6daa8c3ba5
from the FIXME line. The relationship is that desktops do not
have a battery.

BUG=b:152951181
BRANCH=none
TEST=none

Change-Id: I15dc9efa51e9d61297868df287879dfb62909e33
Signed-off-by: Edward O'Callaghan <quasisec@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/40252
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Shelley Chen <shchen@google.com>
Reviewed-by: Daniel Kurtz <djkurtz@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2020-04-09 13:43:33 +00:00
..
acpi
arch arch/x86/acpi: add definitions for IVHD type 11h 2020-04-06 09:33:01 +00:00
commonlib src/commonlib: Use SPDX for GPL-2.0-only files 2020-04-04 01:14:24 +00:00
console src/console: Use SPDX for GPL-2.0-only files 2020-04-04 01:14:11 +00:00
cpu src/cpu: Use SPDX for GPL-2.0-only files 2020-04-04 14:59:17 +00:00
device Drop explicit NULL initializations from `device_operations` 2020-04-05 13:31:28 +00:00
drivers drivers/intel/wifi: Add support for Intel Wi-Fi 6 Series 2020-04-07 16:49:52 +00:00
ec src/ec: Use SPDX for GPL-2.0-only files 2020-04-05 17:43:16 +00:00
include drivers/intel/wifi: Add support for Intel Wi-Fi 6 Series 2020-04-07 16:49:52 +00:00
lib src/lib: Use SPDX for GPL-2.0-only files 2020-04-04 16:35:53 +00:00
mainboard mb/google/hatch: Allow variants to not necessarily be laptops 2020-04-09 13:43:33 +00:00
northbridge nb/amd/pi/00730F01/northbridge.c: refactor IVRS generation 2020-04-07 08:15:05 +00:00
security assert.h: Add a tag parameter to dead_code() 2020-04-04 21:42:43 +00:00
soc soc/amd/picasso: replace get_soc_config with config_of_soc 2020-04-08 21:45:11 +00:00
southbridge sb/ibexpeak: Use .device for single PCI ID 2020-04-09 10:52:52 +00:00
superio
vendorcode src/vendorcode: Use SPDX for GPL-2.0-only files 2020-04-04 14:58:21 +00:00
Kconfig