Re: [PATCH] x86: Add a little more info to cbsysinfo

2023-07-31 Thread Bin Meng
On Fri, Jul 28, 2023 at 5:54 PM Bin Meng wrote: > > On Wed, Jul 26, 2023 at 5:37 AM Simon Glass wrote: > > > > Show the number of records in the table and the total table size in > > bytes. > > > > Signed-off-by: Simon Glass > > --- > > > > arch/x86/include/asm/cb_sysinfo.h | 4 > >

Re: [PATCH] x86: Add a little more info to cbsysinfo

2023-07-28 Thread Bin Meng
On Wed, Jul 26, 2023 at 5:37 AM Simon Glass wrote: > > Show the number of records in the table and the total table size in > bytes. > > Signed-off-by: Simon Glass > --- > > arch/x86/include/asm/cb_sysinfo.h | 4 > arch/x86/lib/coreboot/cb_sysinfo.c | 4 > cmd/x86/cbsysinfo.c

[PATCH] x86: Add a little more info to cbsysinfo

2023-07-25 Thread Simon Glass
Show the number of records in the table and the total table size in bytes. Signed-off-by: Simon Glass --- arch/x86/include/asm/cb_sysinfo.h | 4 arch/x86/lib/coreboot/cb_sysinfo.c | 4 cmd/x86/cbsysinfo.c| 5 +++-- 3 files changed, 11 insertions(+), 2 deletions(-)