Re: [PATCH v5 32/44] x86: Fix up use of X86_32BIT_INIT and X86_64 options

2023-03-06 Thread Simon Glass
Hi Tom, On Fri, 3 Mar 2023 at 07:50, Tom Rini wrote: > > On Wed, Feb 22, 2023 at 09:34:13AM -0700, Simon Glass wrote: > > > Drop the invalid SPL_ in a CONFIG_IS_ENABLED() usage. Use the correct > > X86_64 option in msr.h since SPL may be 32-bit when U-Bout proper is > > not. > > > > Signed-off-by

Re: [PATCH v5 32/44] x86: Fix up use of X86_32BIT_INIT and X86_64 options

2023-03-03 Thread Tom Rini
On Wed, Feb 22, 2023 at 09:34:13AM -0700, Simon Glass wrote: > Drop the invalid SPL_ in a CONFIG_IS_ENABLED() usage. Use the correct > X86_64 option in msr.h since SPL may be 32-bit when U-Bout proper is > not. > > Signed-off-by: Simon Glass > --- > > (no changes since v4) > > Changes in v4: >

[PATCH v5 32/44] x86: Fix up use of X86_32BIT_INIT and X86_64 options

2023-02-22 Thread Simon Glass
Drop the invalid SPL_ in a CONFIG_IS_ENABLED() usage. Use the correct X86_64 option in msr.h since SPL may be 32-bit when U-Bout proper is not. Signed-off-by: Simon Glass --- (no changes since v4) Changes in v4: - Reduce and rename commit arch/x86/cpu/qemu/qemu.c | 2 +- arch/x86/include/as