]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitbc16db5eb9c12ba195decf4bd24d8bb153663a2f
tree891c2349409006bbf39398864752e043f31d22a6
parentfa94cce50b68a34c333fbcbe42ea9e1bfd272da3
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