Re: [PATCH 2/2] smbios: copy QEMU tables

2023-12-21 Thread Heinrich Schuchardt
On 21.12.23 14:01, Bin Meng wrote: Hi Heinrich, On Thu, Dec 21, 2023 at 6:50 PM Heinrich Schuchardt wrote: QEMU provides SMBIOS tables with detailed information. We should not try to replicate them in U-Boot. If we want to inform about U-Boot, we can add a Firmware Inventory Information (typ

Re: [PATCH 2/2] smbios: copy QEMU tables

2023-12-21 Thread Bin Meng
Hi Heinrich, On Thu, Dec 21, 2023 at 6:50 PM Heinrich Schuchardt wrote: > > QEMU provides SMBIOS tables with detailed information. We should not try to > replicate them in U-Boot. > > If we want to inform about U-Boot, we can add a Firmware Inventory > Information (type 45) table in future. > > S

[PATCH 2/2] smbios: copy QEMU tables

2023-12-21 Thread Heinrich Schuchardt
QEMU provides SMBIOS tables with detailed information. We should not try to replicate them in U-Boot. If we want to inform about U-Boot, we can add a Firmware Inventory Information (type 45) table in future. Signed-off-by: Heinrich Schuchardt --- drivers/misc/Kconfig| 8 ++ drivers/mi