Message ID | 20210614192828.336512-1-alex.hung@canonical.com |
---|---|
State | Accepted |
Headers | show |
Series | [V2] dmicheck: add type 42 to SBBR requirement | expand |
On 14/06/2021 20:28, Alex Hung wrote: > This is based on 5.2 of Arm Server Base Boot Requirements (SBBR) 1.2 > > Signed-off-by: Alex Hung <alex.hung@canonical.com> > --- > src/dmi/dmicheck/dmicheck.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/src/dmi/dmicheck/dmicheck.c b/src/dmi/dmicheck/dmicheck.c > index fa685414..7f6a90c4 100644 > --- a/src/dmi/dmicheck/dmicheck.c > +++ b/src/dmi/dmicheck/dmicheck.c > @@ -2105,6 +2105,7 @@ static sbbr_test_entry sbbr_test[] = { > { "System Boot Information", 32, 1, 0, 0 }, > { "IPMI Device Information", 38, 0, "Required for platforms with IPMI BMC Interface.", 0 }, > { "Onboard Devices Extended Information", 41, 0, RECOMMENDED_STRUCTURE_DEFAULT_MSG, 0 }, > + { "Redfish Host Interface", 42, 0, "Required for platforms supporting Redfish Host Interface.", 0 }, > { 0, 0, 0, 0, 0 } > }; > > Thanks Alex Acked-by: Colin Ian King <colin.king@canonical.com>
On 6/15/21 3:28 AM, Alex Hung wrote: > This is based on 5.2 of Arm Server Base Boot Requirements (SBBR) 1.2 > > Signed-off-by: Alex Hung <alex.hung@canonical.com> > --- > src/dmi/dmicheck/dmicheck.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/src/dmi/dmicheck/dmicheck.c b/src/dmi/dmicheck/dmicheck.c > index fa685414..7f6a90c4 100644 > --- a/src/dmi/dmicheck/dmicheck.c > +++ b/src/dmi/dmicheck/dmicheck.c > @@ -2105,6 +2105,7 @@ static sbbr_test_entry sbbr_test[] = { > { "System Boot Information", 32, 1, 0, 0 }, > { "IPMI Device Information", 38, 0, "Required for platforms with IPMI BMC Interface.", 0 }, > { "Onboard Devices Extended Information", 41, 0, RECOMMENDED_STRUCTURE_DEFAULT_MSG, 0 }, > + { "Redfish Host Interface", 42, 0, "Required for platforms supporting Redfish Host Interface.", 0 }, > { 0, 0, 0, 0, 0 } > }; > > Acked-by: Ivan Hu <ivan.hu@canonical.com>
diff --git a/src/dmi/dmicheck/dmicheck.c b/src/dmi/dmicheck/dmicheck.c index fa685414..7f6a90c4 100644 --- a/src/dmi/dmicheck/dmicheck.c +++ b/src/dmi/dmicheck/dmicheck.c @@ -2105,6 +2105,7 @@ static sbbr_test_entry sbbr_test[] = { { "System Boot Information", 32, 1, 0, 0 }, { "IPMI Device Information", 38, 0, "Required for platforms with IPMI BMC Interface.", 0 }, { "Onboard Devices Extended Information", 41, 0, RECOMMENDED_STRUCTURE_DEFAULT_MSG, 0 }, + { "Redfish Host Interface", 42, 0, "Required for platforms supporting Redfish Host Interface.", 0 }, { 0, 0, 0, 0, 0 } };
This is based on 5.2 of Arm Server Base Boot Requirements (SBBR) 1.2 Signed-off-by: Alex Hung <alex.hung@canonical.com> --- src/dmi/dmicheck/dmicheck.c | 1 + 1 file changed, 1 insertion(+)