commit | c35854ab5a6da1543562a3abe9490485645c9713 | [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 | 225cc8a45bda7a4d0dec480c195595451430c615 [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>