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

2023-07-13 Thread Bin Meng
Hi Simon, On Mon, Jun 19, 2023 at 8:02 PM Simon Glass 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 > --- > > (no changes

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

2023-06-19 Thread Simon Glass
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 --- (no changes since v2) Changes in v2: - Add new patch to show the number of physical addre