Hello build bot (Jenkins), Andrey Petrov,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/43455
to look at the new patch set (#2).
Change subject: mb/intel/cedarisland_crb: undo set trig and bufdis for NF pads ......................................................................
mb/intel/cedarisland_crb: undo set trig and bufdis for NF pads
According to the documentation [1], RX Level/Edge Configuration (trig) and GPIO Tx/Rx Buffer Disable (bufdis) [2] settings are not applicable in native mode and BIOS does not need to configure them. Therefore, there is no need to configure this in gpio.h using PAD_CFG_NF_BUF_TRIG macros. Use PAD_CFG_NF instead and set this fields to 0.
[1] Skylake/Kaby Lake H/LP Platform Controller Hub, December 2019, Intel document #549921 [2] Intel C620 Series Chipset Platform Controller Hub, Datasheet, May 2019, Intel document #336067-007US
Change-Id: Ie3ee2eadc08826d49e8517c83ab6831398e3aa93 Signed-off-by: Maxim Polyakov max.senia.poliak@gmail.com --- M src/mainboard/intel/cedarisland_crb/include/gpio.h 1 file changed, 103 insertions(+), 103 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/55/43455/2