From 1f4f0b47f5f3a70658912eeca8172bc2f16b8351 Mon Sep 17 00:00:00 2001 From: Kane Chen Date: Thu, 13 Feb 2020 15:45:19 +0800 Subject: mb/google/hatch: Create palkia variant Add Palkia as a variant of Hatch. BUG=b:150254194 BRANCH=none TEST=none Signed-off-by: Kane Chen Change-Id: I6a303d9fc2be9ea358ad66cd648738187c974193 Reviewed-on: https://review.coreboot.org/c/coreboot/+/38860 Reviewed-by: Angel Pons Tested-by: build bot (Jenkins) --- src/mainboard/google/hatch/variants/palkia/Makefile.inc | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/mainboard/google/hatch/variants/palkia/Makefile.inc (limited to 'src/mainboard/google/hatch/variants/palkia/Makefile.inc') diff --git a/src/mainboard/google/hatch/variants/palkia/Makefile.inc b/src/mainboard/google/hatch/variants/palkia/Makefile.inc new file mode 100644 index 0000000000..b0a69da366 --- /dev/null +++ b/src/mainboard/google/hatch/variants/palkia/Makefile.inc @@ -0,0 +1,15 @@ +## +## This file is part of the coreboot project. +## +## Copyright 2020 The coreboot project Palkia. +## +## SPDX-License-Identifier: GPL-2.0-or-later +## + +SPD_SOURCES = LP_8G_2133 # 0b0000 +SPD_SOURCES += LP_16G_2133 # 0b0001 + +romstage-y += memory.c +bootblock-y += gpio.c + +ramstage-y += gpio.c -- cgit v1.2.3