[PATCH 001/108] cpu: Support querying the address width
Bin Meng
bmeng.cn at gmail.com
Sat Feb 8 15:53:21 CET 2020
On Mon, Jan 27, 2020 at 1:08 PM Simon Glass <sjg at chromium.org> wrote:
>
> 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 at chromium.org>
> ---
>
> drivers/cpu/cpu_sandbox.c | 1 +
> include/cpu.h | 2 ++
> test/dm/cpu.c | 1 +
> 3 files changed, 4 insertions(+)
>
Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
More information about the U-Boot
mailing list