diff options
author | Peichao Wang <peichao.wang@bitland.corp-partner.google.com> | 2019-09-21 11:39:24 +0800 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-09-22 20:13:29 +0000 |
commit | 8eb34dbe57d2388df533eccc485923a52bd4b026 (patch) | |
tree | b7871c6f0538221a02bce509f7c6a544773429e0 /src | |
parent | 58d668c387160b15cb059708e71b67ceb7ff6db4 (diff) | |
download | coreboot-8eb34dbe57d2388df533eccc485923a52bd4b026.tar.xz |
mb/mainboard/hatch: add spd: 8G_3200 for Akemi
BUG=b:140545732
TEST=build bios and spd index set to 6, verify DUT bring up normally
Signed-off-by: Peichao Wang <peichao.wang@bitland.corp-partner.google.com>
Change-Id: I337b0bdcd37a9c4baacccbc6786968031a41b31e
Reviewed-on: https://review.coreboot.org/c/coreboot/+/35511
Reviewed-by: Furquan Shaikh <furquan@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/google/hatch/variants/akemi/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/hatch/variants/akemi/Makefile.inc b/src/mainboard/google/hatch/variants/akemi/Makefile.inc index 6cabe91d55..c9627c449f 100644 --- a/src/mainboard/google/hatch/variants/akemi/Makefile.inc +++ b/src/mainboard/google/hatch/variants/akemi/Makefile.inc @@ -18,6 +18,7 @@ SPD_SOURCES += 8G_2400 # 0b010 SPD_SOURCES += 8G_2666 # 0b011 SPD_SOURCES += 16G_2400 # 0b100 SPD_SOURCES += 16G_2666 # 0b101 +SPD_SOURCES += 8G_3200 # 0b110 bootblock-y += gpio.c ramstage-y += gpio.c |