• A
    cmd: acpi: Print revisions in hex format · 4364a3f8
    Andy Shevchenko 提交于
    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: 0b885bcf ("acpi: Add an acpi command")
    Cc: Wolfgang Wallner <wolfgang.wallner@br-automation.com>
    Signed-off-by: NAndy Shevchenko <andriy.shevchenko@linux.intel.com>
    Reviewed-by: NBin Meng <bmeng.cn@gmail.com>
    4364a3f8
acpi.c 15.7 KB