Hi Simon, On Mon, Jun 19, 2023 at 8:02 PM Simon Glass <[email protected]> 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 <[email protected]> > --- > > (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

