mb/starlabs/*/cfr: Remove boot_option CFR option

This option isn't hooked up to anything currently, so remove it.

Change-Id: I1777ee1910bb635181a348c55642aca1ff711b02
Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/87559
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Sean Rhodes <sean@starlabs.systems>
This commit is contained in:
Matt DeVillier 2025-05-02 11:43:03 -05:00
commit d4cb553986
6 changed files with 0 additions and 60 deletions

View file

@ -10,17 +10,6 @@
#include <types.h>
#include <variants.h>
static const struct sm_object boot_option = SM_DECLARE_ENUM({
.opt_name = "boot_option",
.ui_name = "Boot Option",
.ui_helptext = "Change the boot device in the event of a failed boot",
.default_value = 0,
.values = (const struct sm_enum_value[]) {
{ "Fallback", 0 },
{ "Normal", 1 },
SM_ENUM_VALUE_END },
});
static const struct sm_object gna = SM_DECLARE_BOOL({
.opt_name = "gna",
.ui_name = "Gaussian & Neural Accelerator",
@ -175,7 +164,6 @@ static struct sm_obj_form pci = {
static struct sm_obj_form coreboot = {
.ui_name = "coreboot",
.obj_list = (const struct sm_object *[]) {
&boot_option,
&debug_level,
&reboot_counter,
NULL

View file

@ -11,17 +11,6 @@
#include <types.h>
#include <variants.h>
static const struct sm_object boot_option = SM_DECLARE_ENUM({
.opt_name = "boot_option",
.ui_name = "Boot Option",
.ui_helptext = "Change the boot device in the event of a failed boot",
.default_value = 0,
.values = (const struct sm_enum_value[]) {
{ "Fallback", 0 },
{ "Normal", 1 },
SM_ENUM_VALUE_END },
});
static const struct sm_object card_reader = SM_DECLARE_BOOL({
.opt_name = "card_reader",
.ui_name = "Card Reader",
@ -154,7 +143,6 @@ static struct sm_obj_form pci = {
static struct sm_obj_form coreboot = {
.ui_name = "coreboot",
.obj_list = (const struct sm_object *[]) {
&boot_option,
&debug_level,
&reboot_counter,
NULL

View file

@ -101,7 +101,6 @@ static struct sm_obj_form pci = {
static struct sm_obj_form coreboot = {
.ui_name = "coreboot",
.obj_list = (const struct sm_object *[]) {
&boot_option,
&debug_level,
&reboot_counter,
NULL

View file

@ -8,17 +8,6 @@
#include <intelblocks/pcie_rp.h>
#include <variants.h>
static const struct sm_object boot_option = SM_DECLARE_ENUM({
.opt_name = "boot_option",
.ui_name = "Boot Option",
.ui_helptext = "Change the boot device in the event of a failed boot",
.default_value = 0,
.values = (const struct sm_enum_value[]) {
{ "Fallback", 0 },
{ "Normal", 1 },
SM_ENUM_VALUE_END },
});
static const struct sm_object card_reader = SM_DECLARE_BOOL({
.opt_name = "card_reader",
.ui_name = "Card Reader",

View file

@ -11,17 +11,6 @@
#include <types.h>
#include <variants.h>
static const struct sm_object boot_option = SM_DECLARE_ENUM({
.opt_name = "boot_option",
.ui_name = "Boot Option",
.ui_helptext = "Change the boot device in the event of a failed boot",
.default_value = 0,
.values = (const struct sm_enum_value[]) {
{ "Fallback", 0 },
{ "Normal", 1 },
SM_ENUM_VALUE_END },
});
#if CONFIG(SOC_INTEL_TIGERLAKE) || CONFIG(SOC_INTEL_ALDERLAKE) || CONFIG(SOC_INTEL_RAPTORLAKE)
static const struct sm_object gna = SM_DECLARE_BOOL({
.opt_name = "gna",
@ -230,7 +219,6 @@ static struct sm_obj_form pci = {
static struct sm_obj_form coreboot = {
.ui_name = "coreboot",
.obj_list = (const struct sm_object *[]) {
&boot_option,
&debug_level,
&reboot_counter,
NULL

View file

@ -18,17 +18,6 @@ static const struct sm_object accelerometer = SM_DECLARE_BOOL({
.default_value = true,
});
static const struct sm_object boot_option = SM_DECLARE_ENUM({
.opt_name = "boot_option",
.ui_name = "Boot Option",
.ui_helptext = "Change the boot device in the event of a failed boot",
.default_value = 0,
.values = (const struct sm_enum_value[]) {
{ "Fallback", 0 },
{ "Normal", 1 },
SM_ENUM_VALUE_END },
});
#if CONFIG(SOC_INTEL_TIGERLAKE) || CONFIG(SOC_INTEL_ALDERLAKE) || CONFIG(SOC_INTEL_RAPTORLAKE)
static const struct sm_object gna = SM_DECLARE_BOOL({
.opt_name = "gna",
@ -255,7 +244,6 @@ static struct sm_obj_form pci = {
static struct sm_obj_form coreboot = {
.ui_name = "coreboot",
.obj_list = (const struct sm_object *[]) {
&boot_option,
&debug_level,
&reboot_counter,
NULL