Makefile: Generate U_BOOT_DMI_DATE for SMBIOS
authorBin Meng <bmeng.cn@gmail.com>
Mon, 12 Oct 2015 12:23:40 +0000 (05:23 -0700)
committerSimon Glass <sjg@chromium.org>
Wed, 21 Oct 2015 13:46:26 +0000 (07:46 -0600)
commita34b46768f63065ccdf4ae1ddcfe3a184e8822b5
tree4e863e7f777d0ff07dd4f6a8ea3a2a5028b19fa1
parent3619e94ad7e6cd0552755608183afe0331e0a8c4
Makefile: Generate U_BOOT_DMI_DATE for SMBIOS

Add U_BOOT_DMI_DATE (format mm/dd/yyyy) generation to be used by
SMBIOS tables, as required by SMBIOS spec 3.0 [1]. See chapter 7.1,
BIOS information structure offset 08h for details.

[1] http://www.dmtf.org/sites/default/files/standards/documents/DSP0134_3.0.0.pdf

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
Makefile