mb/google/brya: Create orisa variant
Create the orisa 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=b:337178014 BRANCH=None TEST=util/abuild/abuild -p none -t google/brya -x -a make sure the build includes GOOGLE_ORISA Change-Id: I0cd8d763ffd8864b455a7f8909e95f6aee8bb23e Signed-off-by: EricKY Cheng <ericky_cheng@compal.corp-partner.google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/82241 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Amanda Hwang <amanda_hwang@compal.corp-partner.google.com> Reviewed-by: Dinesh Gehlot <digehlot@google.com> Reviewed-by: Eric Lai <ericllai@google.com>
This commit is contained in:
parent
acdd8dd14d
commit
7728ed3ea2
@ -370,6 +370,9 @@ config BOARD_GOOGLE_OMNIGUL
|
||||
select SOC_INTEL_RAPTORLAKE
|
||||
select USE_UNIFIED_AP_FIRMWARE_FOR_UFS_AND_NON_UFS
|
||||
|
||||
config BOARD_GOOGLE_ORISA
|
||||
select BOARD_GOOGLE_BASEBOARD_TRULO
|
||||
|
||||
config BOARD_GOOGLE_OSIRIS
|
||||
select BOARD_GOOGLE_BASEBOARD_BRYA
|
||||
select CHROMEOS_WIFI_SAR if CHROMEOS
|
||||
@ -644,6 +647,7 @@ config DRIVER_TPM_I2C_BUS
|
||||
default 0x0 if BOARD_GOOGLE_NIVVIKS
|
||||
default 0x1 if BOARD_GOOGLE_NOVA
|
||||
default 0x1 if BOARD_GOOGLE_OMNIGUL
|
||||
default 0x0 if BOARD_GOOGLE_ORISA
|
||||
default 0x1 if BOARD_GOOGLE_OSIRIS
|
||||
default 0x0 if BOARD_GOOGLE_PIRRHA
|
||||
default 0x1 if BOARD_GOOGLE_PRIMUS
|
||||
@ -733,6 +737,7 @@ config MAINBOARD_PART_NUMBER
|
||||
default "Nokris" if BOARD_GOOGLE_NOKRIS
|
||||
default "Nova" if BOARD_GOOGLE_NOVA
|
||||
default "Omnigul" if BOARD_GOOGLE_OMNIGUL
|
||||
default "Orisa" if BOARD_GOOGLE_ORISA
|
||||
default "Osiris" if BOARD_GOOGLE_OSIRIS
|
||||
default "Pirrha" if BOARD_GOOGLE_PIRRHA
|
||||
default "Primus" if BOARD_GOOGLE_PRIMUS
|
||||
@ -797,6 +802,7 @@ config VARIANT_DIR
|
||||
default "nokris" if BOARD_GOOGLE_NOKRIS
|
||||
default "nova" if BOARD_GOOGLE_NOVA
|
||||
default "omnigul" if BOARD_GOOGLE_OMNIGUL
|
||||
default "orisa" if BOARD_GOOGLE_ORISA
|
||||
default "osiris" if BOARD_GOOGLE_OSIRIS
|
||||
default "pirrha" if BOARD_GOOGLE_PIRRHA
|
||||
default "primus" if BOARD_GOOGLE_PRIMUS
|
||||
|
@ -184,3 +184,6 @@ config BOARD_GOOGLE_SUNDANCE
|
||||
|
||||
config BOARD_GOOGLE_PUJJOGA
|
||||
bool "-> Pujjoga"
|
||||
|
||||
config BOARD_GOOGLE_ORISA
|
||||
bool "-> Orisa"
|
||||
|
@ -0,0 +1,8 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
||||
|
||||
#ifndef __VARIANT_EC_H__
|
||||
#define __VARIANT_EC_H__
|
||||
|
||||
#include <baseboard/ec.h>
|
||||
|
||||
#endif
|
@ -0,0 +1,8 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
||||
|
||||
#ifndef VARIANT_GPIO_H
|
||||
#define VARIANT_GPIO_H
|
||||
|
||||
#include <baseboard/gpio.h>
|
||||
|
||||
#endif
|
@ -0,0 +1,5 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
# This is an auto-generated file. Do not edit!!
|
||||
# Add memory parts in mem_parts_used.txt and run spd_tools to regenerate.
|
||||
|
||||
SPD_SOURCES = placeholder
|
@ -0,0 +1 @@
|
||||
DRAM Part Name ID to assign
|
@ -0,0 +1,11 @@
|
||||
# This is a CSV file containing a list of memory parts used by this variant.
|
||||
# One part per line with an optional fixed ID in column 2.
|
||||
# Only include a fixed ID if it is required for legacy reasons!
|
||||
# Generated IDs are dependent on the order of parts in this file,
|
||||
# so new parts must always be added at the end of the file!
|
||||
#
|
||||
# Generate an updated Makefile.mk and dram_id.generated.txt by running the
|
||||
# part_id_gen tool from util/spd_tools.
|
||||
# See util/spd_tools/README.md for more details and instructions.
|
||||
|
||||
# Part Name
|
6
src/mainboard/google/brya/variants/orisa/overridetree.cb
Normal file
6
src/mainboard/google/brya/variants/orisa/overridetree.cb
Normal file
@ -0,0 +1,6 @@
|
||||
chip soc/intel/alderlake
|
||||
|
||||
device domain 0 on
|
||||
end
|
||||
|
||||
end
|
Loading…
x
Reference in New Issue
Block a user