coreboot-kgpe-d16/src
Hung-Te Lin 447badd1cf board/kukui: Remove ADC tolerance from boardid
The tolerance of ADC is +-10mV, but the resistors may also
introduce 1% variation, and causing the final measured
voltage to vary around 5%.

By the advisory from hardware team, checking the tolerance
seems not really solving or helping anything so we should
just ignore that and try to find best matched ID (this
also aligns to what Gru did).

BUG=b:136990271
TEST=Booted on Krane and no longer seeing ADC out of range
BRANCH=None

Change-Id: Ie02ca5aaafbcfa8f411d973ad0266eee385d6878
Signed-off-by: Hung-Te Lin <hungte@chromium.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/34161
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Julius Werner <jwerner@chromium.org>
Reviewed-by: Yu-Ping Wu <yupingso@google.com>
Reviewed-by: You-Cheng Syu <youcheng@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2019-07-11 15:09:05 +00:00
..
acpi
arch arch/cpu/x86: Update AMD detection 2019-07-10 10:20:30 +00:00
commonlib commonlib/storage: use ALIGN_UP instead of ALIGN for better readability 2019-06-21 12:49:43 +00:00
console console: Correct printing of hexadecimal integers 2019-07-10 20:22:40 +00:00
cpu cpu/x86: Remove obsolete smm_init_completion() 2019-07-10 09:23:16 +00:00
device device/oprom: Replace CONFIG() preprocessor statements 2019-07-10 08:24:13 +00:00
drivers drivers/intel/fsp1_1/raminit.c: Always check FSP HOBs 2019-07-10 10:24:12 +00:00
ec arch/x86: Avoid HAVE_SMI_HANDLER conditional with smm-class 2019-07-09 12:43:35 +00:00
include lib/romstage_stack.c: Remove file 2019-07-07 21:27:22 +00:00
lib arch/x86: Replace some uses of SMM_TSEG 2019-07-09 12:44:10 +00:00
mainboard board/kukui: Remove ADC tolerance from boardid 2019-07-11 15:09:05 +00:00
northbridge nb/intel/nehalem: Tidy quickpath_reserved calculation 2019-07-10 10:15:51 +00:00
security src/security/vboot: Add option to skip display init with vboot 2.0 2019-07-07 20:09:24 +00:00
soc sdm845: Add AOP firmware support 2019-07-11 15:08:38 +00:00
southbridge sb/nvidia/ck804: Remove old debugging code 2019-07-10 18:23:11 +00:00
superio nuvoton/early_serial: improve comments on serial pinmux settings 2019-06-22 11:39:12 +00:00
vendorcode vendorcode/amd: Move 'static' to the beginning of declaration 2019-07-10 10:18:37 +00:00
Kconfig arch/x86: Flip HAVE_MONOTONIC_TIMER default 2019-07-09 13:36:18 +00:00