Skip to content

Commit

Permalink
Merge branch 'openconfig:master' into dcortes-wifi-6e
Browse files Browse the repository at this point in the history
  • Loading branch information
deecortes authored Mar 30, 2022
2 parents d866e46 + 2863007 commit 9b77615
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion release/models/platform/openconfig-platform-types.yang
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,13 @@ module openconfig-platform-types {
"This module defines data types (e.g., YANG identities)
to support the OpenConfig component inventory model.";

oc-ext:openconfig-version "1.3.0";
oc-ext:openconfig-version "1.4.0";

revision "2022-03-27" {
description
"Add identity for BIOS";
reference "1.4.0";
}

revision "2022-02-02" {
description
Expand Down Expand Up @@ -352,6 +358,13 @@ module openconfig-platform-types {
item";
}

identity BIOS {
base OPENCONFIG_SOFTWARE_COMPONENT;
description
"Legacy BIOS or UEFI firmware interface responsible for
initializing hardware components and first stage boot loader.";
}

identity BOOT_LOADER {
base OPENCONFIG_SOFTWARE_COMPONENT;
description
Expand Down

0 comments on commit 9b77615

Please sign in to comment.