x86: cpu: Report address width from cpu_get_info()
authorSimon Glass <sjg@chromium.org>
Tue, 22 Sep 2020 18:45:26 +0000 (12:45 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Fri, 25 Sep 2020 03:27:21 +0000 (11:27 +0800)
commitaec7c1c565b0455a0523e8d486294843fd93bca9
tree891c2349409006bbf39398864752e043f31d22a6
parentc90b302d5f824a494905324a0abf6e69b7dc49f0
x86: cpu: Report address width from cpu_get_info()

Add support for this new field in the common code used by most x86 CPU
drivers.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/x86/cpu/i386/cpu.c
arch/x86/cpu/intel_common/cpu.c
arch/x86/cpu/x86_64/cpu.c
arch/x86/include/asm/cpu.h