[PATCH v5 01/29] cpu: Support querying the address width
Bin Meng
bmeng.cn at gmail.com
Thu Apr 16 07:33:29 CEST 2020
On Thu, Apr 9, 2020 at 6:57 AM 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>
> Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
> ---
>
> Changes in v5: None
> Changes in v4: None
> Changes in v3: None
> Changes in v2: None
>
> drivers/cpu/cpu_sandbox.c | 1 +
> include/cpu.h | 2 ++
> test/dm/cpu.c | 1 +
> 3 files changed, 4 insertions(+)
>
applied to u-boot-x86, thanks!
More information about the U-Boot
mailing list