Re: [PATCH 3/5] cmd: provide command to display SMBIOS information

2023-12-31 Thread Peter Robinson
On Sat, Dec 23, 2023 at 12:53 AM Heinrich Schuchardt wrote: > > U-Boot can either generated an SMBIOS table or copy it from a prior boot > stage, e.g. QEMU. > > Provide a command to display the SMBIOS information. > > Currently only type 1 and 2 are translated to human readable text. > Other

Re: [PATCH 3/5] cmd: provide command to display SMBIOS information

2023-12-26 Thread Simon Glass
On Sat, Dec 23, 2023 at 12:49 AM Heinrich Schuchardt wrote: > > U-Boot can either generated an SMBIOS table or copy it from a prior boot > stage, e.g. QEMU. > > Provide a command to display the SMBIOS information. > > Currently only type 1 and 2 are translated to human readable text. > Other

[PATCH 3/5] cmd: provide command to display SMBIOS information

2023-12-22 Thread Heinrich Schuchardt
U-Boot can either generated an SMBIOS table or copy it from a prior boot stage, e.g. QEMU. Provide a command to display the SMBIOS information. Currently only type 1 and 2 are translated to human readable text. Other types may be added later. Currently only a hexdump and the list of strings is