google/rambi: add explicit pull-down for ram-id
commit474a7c51cecfd2e37b315da9cfb25607f3ad84f1
authorMatt DeVillier <matt.devillier@gmail.com>
Wed, 8 Feb 2017 04:07:56 +0000 (7 22:07 -0600)
committerNico Huber <nico.h@gmx.de>
Tue, 14 Feb 2017 12:03:53 +0000 (14 13:03 +0100)
tree126b3ae7d166557e9c9692d11a7af1c5ca1e565a
parentd81078d944bd78b1dca559444d938f18d4004205
google/rambi: add explicit pull-down for ram-id

Some variants need the internal pull resistor on GPIO_SSUS_40
set explicitly to pull down rather than disabling the pull,
in order for the ram-id to be read correctly via GPIO.

Correct this by adding a function to enable and set the internal pull
and define its use as needed in the board's variant.h.

Chromium source:
branch: firmware-gnawty-5216.239.B
/src/soc/intel/baytrail/baytrail/gpio.h#418
/src/mainboard/google/gnawty/romstage.c#60

Test: boot 4GB Candy board and observe correct RAM id, amount detected

Change-Id: I8823c27385f4422184b5afa57f6048f7ff2a25ab
Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
Reviewed-on: https://review.coreboot.org/18309
Tested-by: build bot (Jenkins)
Reviewed-by: Nico Huber <nico.h@gmx.de>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
src/mainboard/google/rambi/romstage.c
src/mainboard/google/rambi/variants/candy/include/variant/variant.h
src/mainboard/google/rambi/variants/glimmer/include/variant/variant.h
src/mainboard/google/rambi/variants/gnawty/include/variant/variant.h
src/soc/intel/baytrail/include/soc/gpio.h