Skip to content

Commit d1612c9

Browse files
committed
dt-bindings: chosen: Add "linux,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 <[email protected]>
1 parent c72762e commit d1612c9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

dtschema/schemas/chosen.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,11 @@ 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: /schemas/types.yaml#/definitions/uint64
172+
description:
173+
The 64-bit physical address of the SMBIOSv3 entry point structure.
174+
170175
stdout-path:
171176
$ref: types.yaml#/definitions/string
172177
pattern: '^[a-zA-Z0-9@/,+\-._]*(:[0-9]*[noe]?[78]?[r]?)?$'

0 commit comments

Comments
 (0)