Re: [PATCH] x86: Change SYS_LOAD_ADDR to 0x01000000

2021-08-31 Thread Tom Rini
On Tue, Aug 31, 2021 at 10:11:36PM +0800, Bin Meng wrote: > Hi Tom, > > On Tue, Aug 31, 2021 at 9:13 PM Tom Rini wrote: > > > > At least on qemu, and likely other platforms, a load address of > > 0x0200 ends up without our protected range currently. Move this > > down to 0x0100. > >

Re: [PATCH] x86: Change SYS_LOAD_ADDR to 0x01000000

2021-08-31 Thread Bin Meng
Hi Tom, On Tue, Aug 31, 2021 at 9:13 PM Tom Rini wrote: > > At least on qemu, and likely other platforms, a load address of > 0x0200 ends up without our protected range currently. Move this > down to 0x0100. What is the protected range? > > Cc: Bin Meng > Signed-off-by: Tom Rini >

[PATCH] x86: Change SYS_LOAD_ADDR to 0x01000000

2021-08-31 Thread Tom Rini
At least on qemu, and likely other platforms, a load address of 0x0200 ends up without our protected range currently. Move this down to 0x0100. Cc: Bin Meng Signed-off-by: Tom Rini --- Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Kconfig b/Kconfig