coreboot-kgpe-d16/src/mainboard/google/octopus
Aaron Durbin 042b53ad65 mb/google/octopus: add support for fetching DRAM part number from CBI
Add 3 new Kconfig options:
DRAM_PART_NUM_IN_CBI
DRAM_PART_NUM_ALWAYS_IN_CBI
DRAM_PART_IN_CBI_BOARD_ID_MIN

These control whether to 1. attempt to use CBI at all 2. always use cbi
and 3. conditionally use cbi based on board id. The intent is that the
MIN variant would be used for the tranisition period then cut over to
ALWAYS after full transition. Since multiple OEMs have different
schedules these options are there to bridge the gap. yorp. bip, and
octopus build targets would never flip DRAM_PART_NUM_IN_CBI, but in case
someone does the MIN values are 255 to always take the old path.

BUG=b:112203105
TEST=Set correct part number on phaser during testing.

Change-Id: If9a0102806d78e89330b42aa6947d503a8a2deac
Signed-off-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-on: https://review.coreboot.org/27946
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Furquan Shaikh <furquan@google.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
2018-08-09 16:56:57 +00:00
..
variants mb/google/octopus: remove disable_periodic_retraining options 2018-08-09 14:36:18 +00:00
acpi_tables.c
board_info.txt
bootblock.c mb/google/octopus: Perform EC init before bootblock gpio configuration 2018-07-29 03:51:00 +00:00
chromeos.c
chromeos.fmd
dsdt.asl
ec.c
Kconfig mb/google/octopus: add support for fetching DRAM part number from CBI 2018-08-09 16:56:57 +00:00
Kconfig.name mb/google/octopus: Enable EC SW sync for all 2018-08-02 10:51:42 +00:00
mainboard.c mb/google/octopus: Use newly added gpio_configure_pads_with_override 2018-07-26 15:36:44 +00:00
Makefile.inc mb/google/octopus: Add new board 2018-02-15 21:38:50 +00:00
romstage.c mb/google/octopus: add support for fetching DRAM part number from CBI 2018-08-09 16:56:57 +00:00
smihandler.c