diff options
author | Peichao Wang <peichao.wang@bitland.corp-partner.google.com> | 2019-06-27 13:06:31 +0800 |
---|---|---|
committer | Furquan Shaikh <furquan@google.com> | 2019-08-16 04:27:40 +0000 |
commit | aa3c0a5fad146687cff7e71b0459fccdc37f11b3 (patch) | |
tree | 390f4d06170e1205ec8f8823e213898e03d67ab7 /src/mainboard/google/hatch/variants/akemi/Makefile.inc | |
parent | 8699724a07c61d62ca30f0dbfb86b3c0fa8ef706 (diff) |
mb/google/hatch: Create Akemi variant
This is based on the hatch variant
BUG=b:138879565
TEST=FW_NAME="akemi" emerge-hatch coreboot depthcharge intel-cmlfsp
chromeos-bootimage look for image-akemi.*.bin generated under the
/build/hatch/firmware/
Change-Id: I1a868839e2c598f8052d37c99713bc58b21e887c
Signed-off-by: Peichao Wang <peichao.wang@bitland.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/33824
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Furquan Shaikh <furquan@google.com>
Diffstat (limited to 'src/mainboard/google/hatch/variants/akemi/Makefile.inc')
-rw-r--r-- | src/mainboard/google/hatch/variants/akemi/Makefile.inc | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/mainboard/google/hatch/variants/akemi/Makefile.inc b/src/mainboard/google/hatch/variants/akemi/Makefile.inc new file mode 100644 index 0000000000..2f590bf026 --- /dev/null +++ b/src/mainboard/google/hatch/variants/akemi/Makefile.inc @@ -0,0 +1,23 @@ +## This file is part of the coreboot project. +## +## Copyright 2019 Google LLC +## +## This program is free software; you can redistribute it and/or modify +## it under the terms of the GNU General Public License as published by +## the Free Software Foundation; version 2 of the License. +## +## This program is distributed in the hope that it will be useful, +## but WITHOUT ANY WARRANTY; without even the implied warranty of +## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +## GNU General Public License for more details. +## + +SPD_SOURCES = 4G_2400 # 0b000 +SPD_SOURCES += empty_ddr4 # 0b001 +SPD_SOURCES += 8G_2400 # 0b010 +SPD_SOURCES += 8G_2666 # 0b011 +SPD_SOURCES += 16G_2400 # 0b100 +SPD_SOURCES += 16G_2666 # 0b101 + +bootblock-y += gpio.c +ramstage-y += gpio.c |