Re: [PATCH v3 09/17] cmd/cbsysinfo: Skip the CMOS 'option_table' when not present

2025-04-28 Thread Tom Rini
On Mon, Apr 28, 2025 at 12:24:16PM -0700, Stephen Boyd wrote: > The CMOS 'option_table' isn't populated on ARM devices running coreboot. > Check to see if the pointer is NULL and bail out if it is. > > Signed-off-by: Stephen Boyd Reviewed-by: Tom Rini -- Tom signature.asc Description: PGP

[PATCH v3 09/17] cmd/cbsysinfo: Skip the CMOS 'option_table' when not present

2025-04-28 Thread Stephen Boyd
The CMOS 'option_table' isn't populated on ARM devices running coreboot. Check to see if the pointer is NULL and bail out if it is. Signed-off-by: Stephen Boyd --- cmd/x86/cbsysinfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/x86/cbsysinfo.c b/cmd/x86/cbsysinfo.c in