mb/google/brya: Create telith variant
commit7d569573958f29d1aef80f023e92ac40ad9c9f86
authorKun Liu <liukun11@huaqin.corp-partner.google.com>
Sun, 13 Oct 2024 04:38:10 +0000 (13 12:38 +0800)
committerMartin L Roth <gaumless@gmail.com>
Wed, 16 Oct 2024 15:31:25 +0000 (16 15:31 +0000)
tree7ab5dcae62e0531f08deb8b68225aa41fda7c4b5
parented73b3f2f783a79eae4f7385f9f843043f3158fb
mb/google/brya: Create telith variant

Create the telith variant of the nissa reference board by copying
the template files to a new directory named for the variant.

(Auto-Generated by create_coreboot_variant.sh version 4.5.0)

BUG=372506691
BRANCH=None
TEST=util/abuild/abuild -p none -t google/brya -x -a
make sure the build includes GOOGLE_TELITH

Change-Id: I4971b9691d3dd293ca640795967c36472afef9c9
Signed-off-by: Kun Liu <liukun11@huaqin.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/84759
Reviewed-by: Dinesh Gehlot <digehlot@google.com>
Reviewed-by: Subrata Banik <subratabanik@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Jian Tong <tongjian@huaqin.corp-partner.google.com>
Reviewed-by: Eric Lai <ericllai@google.com>
src/mainboard/google/brya/Kconfig
src/mainboard/google/brya/Kconfig.name
src/mainboard/google/brya/variants/telith/Makefile.mk [new file with mode: 0644]
src/mainboard/google/brya/variants/telith/gpio.c [new file with mode: 0644]
src/mainboard/google/brya/variants/telith/include/variant/ec.h [new file with mode: 0644]
src/mainboard/google/brya/variants/telith/include/variant/gpio.h [new file with mode: 0644]
src/mainboard/google/brya/variants/telith/memory/Makefile.mk [new file with mode: 0644]
src/mainboard/google/brya/variants/telith/memory/dram_id.generated.txt [new file with mode: 0644]
src/mainboard/google/brya/variants/telith/memory/mem_parts_used.txt [new file with mode: 0644]
src/mainboard/google/brya/variants/telith/overridetree.cb [new file with mode: 0644]
src/mainboard/google/brya/variants/telith/variant.c [new file with mode: 0644]