Re: [PATCH 08/19] smbios: don't check type4 structures in legacy mode

2024-03-03 Thread Ani Sinha
On Tue, 27 Feb 2024, Igor Mammedov wrote: > legacy mode doesn't support structures of type 2 and more, > and CLI has a check for '-smbios type' option, however it's > still possible to sneak in type4 as a blob with '-smbios file' > option. However doing the later makes SMBIOS tables broken > si

[PATCH 08/19] smbios: don't check type4 structures in legacy mode

2024-02-27 Thread Igor Mammedov
legacy mode doesn't support structures of type 2 and more, and CLI has a check for '-smbios type' option, however it's still possible to sneak in type4 as a blob with '-smbios file' option. However doing the later makes SMBIOS tables broken since SeaBIOS doesn't expect that. Rather than trying to