commit | 600f584d8191799acc19464c4a07f3056083057a | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Apr 08 16:57:20 2020 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Thu Apr 16 14:36:28 2020 +0800 |
tree | 87bbba5d9ad49ad045b524d5ce9a1a8d60abd508 | |
parent | 98036fbdaf0ac1d6dc3ab3cb6db24c020bb65d6f [diff] |
cpu: Support querying the address width Different CPUs may support different address widths, meaning the amount of memory they can address. Add a property for this to the cpu_info struct. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>