Skip to content

Commit 33dfc7e

Browse files
committed
dt-bindings: chosen: Add "smbios3-entrypoint" property
This property allows a bootloader to pass the physical address of the SMBIOSv3 entrypoint structure to the kernel via the /chosen node. This provides a fallback mechanism where the standard EFI configuration tables are not available but SMBIOS data is still present. Signed-off-by: Adriana Nicolae <[email protected]>
1 parent c72762e commit 33dfc7e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

dtschema/schemas/chosen.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,12 @@ properties:
167167
will assign devices in its usual manner, otherwise it will not try to
168168
assign devices and instead use them as they are configured already.
169169

170+
smbios3-entrypoint:
171+
$ref: types.yaml#/definitions/address
172+
maxItems: 1
173+
description:
174+
The physical address of the SMBIOSv3 entry point structure.
175+
170176
stdout-path:
171177
$ref: types.yaml#/definitions/string
172178
pattern: '^[a-zA-Z0-9@/,+\-._]*(:[0-9]*[noe]?[78]?[r]?)?$'

0 commit comments

Comments
 (0)