diff options
author | Ren Kuo <ren.kuo@quanta.corp-partner.google.com> | 2024-06-26 11:21:50 +0800 |
---|---|---|
committer | Karthik Ramasubramanian <kramasub@google.com> | 2024-08-01 20:38:52 +0000 |
commit | ef4d562d2fb8e5ecc8c917adac809814194aa937 (patch) | |
tree | 9b33a41834756937d762789203994436e0fce102 /src/mainboard/google/brox/variants/jubilant/Makefile.mk | |
parent | 7e75d1ad2615d6096f84b15e20508d60d393868d (diff) |
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 <ren.kuo@quanta.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/83212
Reviewed-by: Bob Moragues <moragues@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Karthik Ramasubramanian <kramasub@google.com>
Reviewed-by: Tyler Wang <tyler.wang@quanta.corp-partner.google.com>
Diffstat (limited to 'src/mainboard/google/brox/variants/jubilant/Makefile.mk')
-rw-r--r-- | src/mainboard/google/brox/variants/jubilant/Makefile.mk | 10 |
1 files changed, 10 insertions, 0 deletions
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 |