Hi Andy, -----"Andy Shevchenko" <[email protected]> schrieb: ----- > Betreff: [PATCH v1] cmd: acpi: Print revisions in hex format > > The revisions are usually dates in hex-decimal format representing > YYYYmmdd. Print them in hex to see this clearly. > > Before: > ... > FACP 000e5420 0000f4 (v06 U-BOOT U-BOOTBL 538970376 INTL 0) > DSDT 000e4780 000ba0 (v02 U-BOOT U-BOOTBL 65536 INTL 538968870) > ... > After: > ... > FACP 000e5420 0000f4 (v06 U-BOOT U-BOOTBL 20200908 INTL 0) > DSDT 000e4780 000ba0 (v02 U-BOOT U-BOOTBL 10000 INTL 20200326) > ... > > Fixes: 0b885bcfd9b0 ("acpi: Add an acpi command") > Cc: Wolfgang Wallner <[email protected]> > Signed-off-by: Andy Shevchenko <[email protected]> > --- > cmd/acpi.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Wolfgang Wallner <[email protected]> Tested-by: Wolfgang Wallner <[email protected]> Tested on a custom Apollolake board. Related to "acpi list": During my recent ACPI debugging I found it very useful to have the checksum printed for each table with "acpi list". Would there be interest to have that upstream? If so I would send a patch. regards, Wolfgang

