From ef4d562d2fb8e5ecc8c917adac809814194aa937 Mon Sep 17 00:00:00 2001 From: Ren Kuo Date: Wed, 26 Jun 2024 11:21:50 +0800 Subject: mb/google/brox: Create jubilant variant Create the jubilant variant of the brox reference board by copying the template files to a new directory named for the variant. BUG=b:348543712 TEST=util/abuild/abuild -p none -t google/brox -x -a make sure the build includes GOOGLE_JUBILANT. Change-Id: Ic54437697058f8bce2167093bd88c0880d1b7cac Signed-off-by: Ren Kuo Reviewed-on: https://review.coreboot.org/c/coreboot/+/83212 Reviewed-by: Bob Moragues Tested-by: build bot (Jenkins) Reviewed-by: Karthik Ramasubramanian Reviewed-by: Tyler Wang --- src/mainboard/google/brox/variants/jubilant/Makefile.mk | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/mainboard/google/brox/variants/jubilant/Makefile.mk (limited to 'src/mainboard/google/brox/variants/jubilant/Makefile.mk') diff --git a/src/mainboard/google/brox/variants/jubilant/Makefile.mk b/src/mainboard/google/brox/variants/jubilant/Makefile.mk new file mode 100644 index 0000000000..3ed385fd49 --- /dev/null +++ b/src/mainboard/google/brox/variants/jubilant/Makefile.mk @@ -0,0 +1,10 @@ +## SPDX-License-Identifier: GPL-2.0-only + +bootblock-y += gpio.c + +romstage-y += gpio.c +romstage-y += memory.c + +ramstage-$(CONFIG_FW_CONFIG) += variant.c +ramstage-y += gpio.c +ramstage-y += ramstage.c -- cgit v1.2.3