summaryrefslogtreecommitdiff
path: root/cmd/iotrace.c
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2020-09-21 11:34:21 +0300
committerBin Meng <bmeng.cn@gmail.com>2020-09-21 16:41:35 +0800
commit4364a3f852afe6f45f25a44f089adb9e98c338e1 (patch)
tree33bc55d556d7b6a9adb228469fcc273ba9390cd9 /cmd/iotrace.c
parent5a53441a91e41cdcf720dfacbd2ac4e804cf8341 (diff)
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 <wolfgang.wallner@br-automation.com> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'cmd/iotrace.c')
0 files changed, 0 insertions, 0 deletions