mb/starlabs/*: Expose TME CFR option
Change-Id: I806b8af593626dc3125435ba56ce18dfcd7f6946 Signed-off-by: Sean Rhodes <sean@starlabs.systems> Reviewed-on: https://review.coreboot.org/c/coreboot/+/89920 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
This commit is contained in:
parent
5ad87a4de9
commit
90c1d8654c
5 changed files with 47 additions and 0 deletions
|
|
@ -47,6 +47,15 @@ static struct sm_obj_form devices_group = {
|
|||
},
|
||||
};
|
||||
|
||||
static struct sm_obj_form security_group = {
|
||||
.ui_name = "Security",
|
||||
.obj_list = (const struct sm_object *[]) {
|
||||
&intel_tme,
|
||||
NULL
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
static struct sm_obj_form pci_group = {
|
||||
.ui_name = "PCI",
|
||||
.obj_list = (const struct sm_object *[]) {
|
||||
|
|
@ -70,6 +79,7 @@ static struct sm_obj_form *sm_root[] = {
|
|||
&processor_group,
|
||||
&power_group,
|
||||
&devices_group,
|
||||
&security_group,
|
||||
&pci_group,
|
||||
&coreboot_group,
|
||||
NULL
|
||||
|
|
|
|||
|
|
@ -54,6 +54,15 @@ static struct sm_obj_form devices_group = {
|
|||
},
|
||||
};
|
||||
|
||||
static struct sm_obj_form security_group = {
|
||||
.ui_name = "Security",
|
||||
.obj_list = (const struct sm_object *[]) {
|
||||
&intel_tme,
|
||||
NULL
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
static struct sm_obj_form pci_group = {
|
||||
.ui_name = "PCI",
|
||||
.obj_list = (const struct sm_object *[]) {
|
||||
|
|
@ -80,6 +89,7 @@ static struct sm_obj_form *sm_root[] = {
|
|||
&power_group,
|
||||
&keyboard_group,
|
||||
&devices_group,
|
||||
&security_group,
|
||||
&pci_group,
|
||||
&coreboot_group,
|
||||
NULL
|
||||
|
|
|
|||
|
|
@ -84,6 +84,14 @@ static struct sm_obj_form devices_group = {
|
|||
},
|
||||
};
|
||||
|
||||
static struct sm_obj_form security_group = {
|
||||
.ui_name = "Security",
|
||||
.obj_list = (const struct sm_object *[]) {
|
||||
&intel_tme,
|
||||
NULL
|
||||
},
|
||||
};
|
||||
|
||||
static struct sm_obj_form pci_group = {
|
||||
.ui_name = "PCI",
|
||||
.obj_list = (const struct sm_object *[]) {
|
||||
|
|
@ -117,6 +125,7 @@ static struct sm_obj_form *sm_root[] = {
|
|||
&power_group,
|
||||
&keyboard_group,
|
||||
&devices_group,
|
||||
&security_group,
|
||||
&pci_group,
|
||||
&coreboot_group,
|
||||
NULL
|
||||
|
|
|
|||
|
|
@ -73,6 +73,14 @@ static struct sm_obj_form devices_group = {
|
|||
},
|
||||
};
|
||||
|
||||
static struct sm_obj_form security_group = {
|
||||
.ui_name = "Security",
|
||||
.obj_list = (const struct sm_object *[]) {
|
||||
&intel_tme,
|
||||
NULL
|
||||
},
|
||||
};
|
||||
|
||||
static struct sm_obj_form pci_group = {
|
||||
.ui_name = "PCI",
|
||||
.obj_list = (const struct sm_object *[]) {
|
||||
|
|
@ -102,6 +110,7 @@ static struct sm_obj_form *sm_root[] = {
|
|||
&power_group,
|
||||
&keyboard_group,
|
||||
&devices_group,
|
||||
&security_group,
|
||||
&pci_group,
|
||||
&coreboot_group,
|
||||
NULL
|
||||
|
|
|
|||
|
|
@ -75,6 +75,14 @@ static struct sm_obj_form devices_group = {
|
|||
},
|
||||
};
|
||||
|
||||
static struct sm_obj_form security_group = {
|
||||
.ui_name = "Security",
|
||||
.obj_list = (const struct sm_object *[]) {
|
||||
&intel_tme,
|
||||
NULL
|
||||
},
|
||||
};
|
||||
|
||||
static struct sm_obj_form pci_group = {
|
||||
.ui_name = "PCI",
|
||||
.obj_list = (const struct sm_object *[]) {
|
||||
|
|
@ -100,6 +108,7 @@ static struct sm_obj_form *sm_root[] = {
|
|||
&processor_group,
|
||||
&power_group,
|
||||
&devices_group,
|
||||
&security_group,
|
||||
&pci_group,
|
||||
&coreboot_group,
|
||||
NULL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue