[PATCH v4 36/45] x86: Show the number of physical address bits

Bin Meng bmeng.cn at gmail.com
Thu Jul 13 12:49:45 CEST 2023


Hi Simon,

On Mon, Jun 19, 2023 at 8:02 PM Simon Glass <sjg at chromium.org> wrote:
>
> Add this information to global_data and show it with the 'bdinfo' command.
> For now we use CONFIG_CPU_ADDR_BITS to control the number of bits, but
> this could change if needed.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> (no changes since v2)
>
> Changes in v2:
> - Add new patch to show the number of physical address bits
>
>  arch/x86/cpu/i386/cpu.c            | 2 ++
>  arch/x86/include/asm/global_data.h | 1 +
>  arch/x86/lib/bdinfo.c              | 1 +
>  3 files changed, 4 insertions(+)
>

This patch should be dropped, as the same patch is already in patch#8
in this series. Not sure how it ends up like this :)

Regards,
Bin


More information about the U-Boot mailing list