[PATCH v6] boot/bootfdt: Add smbios3-entrypoint to FDT for non-EFI boots
Tom Rini
trini at konsulko.com
Wed Dec 3 02:12:30 CET 2025
On Thu, 27 Nov 2025 08:28:34 -0800, Adriana Nicolae wrote:
> The Linux kernel can discover SMBIOS tables through two primary methods:
> 1. Via EFI tables, when using EFI boot;
> 2. Via the 'smbios3-entrypoint' property in the /chosen node of the
> device tree.
>
> When U-Boot boots a Linux kernel using a non-EFI command ("bootm",
> "bootz", or "booti"), the kernel relies on the device tree to detect
> the hardware. If SMBIOS tables are available in U-Boot, they should
> be passed to the kernel via this device tree property.
>
> [...]
Applied to u-boot/master, thanks!
[1/1] boot/bootfdt: Add smbios3-entrypoint to FDT for non-EFI boots
commit: 209bbc4e0032228c6ea17e2172a8a6b89756c4f5
--
Tom
More information about the U-Boot
mailing list