Re: [PATCH v2 05/12] smbios: Set BIOS release version

2021-01-20 Thread Bin Meng
On Thu, Jan 21, 2021 at 10:07 AM Simon Glass wrote: > > We may as well include the U-Boot release information in the type-0 table > since it is designed for that purpose. > > U-Boot uses release versions based on the year and month. The year cannot > fit in a byte, so drop the century. > > Signed-

[PATCH v2 05/12] smbios: Set BIOS release version

2021-01-20 Thread Simon Glass
We may as well include the U-Boot release information in the type-0 table since it is designed for that purpose. U-Boot uses release versions based on the year and month. The year cannot fit in a byte, so drop the century. Signed-off-by: Simon Glass --- Changes in v2: - Add a comment about drop