mb/google/brya: Create rull variant
commitcaf3759701c59f04c59d5f048ff3dfcc93889998
authorRui Zhou <zhourui@huaqin.corp-partner.google.com>
Tue, 22 Oct 2024 06:15:05 +0000 (22 14:15 +0800)
committerSubrata Banik <subratabanik@google.com>
Mon, 28 Oct 2024 10:12:49 +0000 (28 10:12 +0000)
treea0d67283c1cfcf13a22e466f17e6ec62a58fdc4f
parent33a89eb68f57307658c1eddb333308dbd4975abc
mb/google/brya: Create rull variant

Create the rull variant of the nissa reference board by copying
the template files to a new directory named for the variant.
And based on schematics NB7559_MB_SCH_V1_2024_1010.pdf
update devicetree settings.

(Auto-Generated by create_coreboot_variant.sh version 4.5.0)

BUG=b:374673463
BRANCH=None
TEST=util/abuild/abuild -p none -t google/brya -x -a
make sure the build includes GOOGLE_RULL

Change-Id: If48273f3e9db69507b41ea0313916d94ecabe309
Signed-off-by: Rui Zhou <zhourui@huaqin.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/84828
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Subrata Banik <subratabanik@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/rull/Makefile.mk [new file with mode: 0644]
src/mainboard/google/brya/variants/rull/gpio.c [new file with mode: 0644]
src/mainboard/google/brya/variants/rull/include/variant/ec.h [new file with mode: 0644]
src/mainboard/google/brya/variants/rull/include/variant/gpio.h [new file with mode: 0644]
src/mainboard/google/brya/variants/rull/memory/Makefile.mk [new file with mode: 0644]
src/mainboard/google/brya/variants/rull/memory/dram_id.generated.txt [new file with mode: 0644]
src/mainboard/google/brya/variants/rull/memory/mem_parts_used.txt [new file with mode: 0644]
src/mainboard/google/brya/variants/rull/overridetree.cb [new file with mode: 0644]
src/mainboard/google/brya/variants/rull/variant.c [new file with mode: 0644]