Re: [PATCH v2 7/8] cmd: update smbios cmd

2024-10-28 Thread Raymond Mao
Hi Simon, On Mon, 28 Oct 2024 at 13:05, Simon Glass wrote: > On Tue, 22 Oct 2024 at 22:07, Raymond Mao wrote: > > > > Update the cmd according to the changes of the smbios library: > > 1. Refactor smbios cmd print functions to match the content defined > >by the specification. > > 2. Add ne

Re: [PATCH v2 7/8] cmd: update smbios cmd

2024-10-28 Thread Simon Glass
On Tue, 22 Oct 2024 at 22:07, Raymond Mao wrote: > > Update the cmd according to the changes of the smbios library: > 1. Refactor smbios cmd print functions to match the content defined >by the specification. > 2. Add new print functions for Type 0, 3, 4 and 7. > 3. Update the expected pytest