Re: [U-Boot] [PATCH v9 9/9] x86: Skip setting up MTRRs in slimbootloader

2019-08-08 Thread Bin Meng
On Thu, Aug 8, 2019 at 10:35 PM Bin Meng  wrote:
>
> On Sat, Aug 3, 2019 at 4:31 PM Park, Aiden  wrote:
> >
> > The setting up MTRRs have already been done in previous
> > Slim Bootloader stages.
> >
> > Signed-off-by: Aiden Park 
> > Reviewed-by: Bin Meng 
> > Reviewed-by: Andy Shevchenko 
> > ---
> >  arch/x86/lib/init_helpers.c | 3 ++-
> >  1 file changed, 2 insertions(+), 1 deletion(-)
> >
>
> Tested-by: Bin Meng 

applied to u-boot-x86, thanks!
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


Re: [U-Boot] [PATCH v9 9/9] x86: Skip setting up MTRRs in slimbootloader

2019-08-08 Thread Bin Meng
On Sat, Aug 3, 2019 at 4:31 PM Park, Aiden  wrote:
>
> The setting up MTRRs have already been done in previous
> Slim Bootloader stages.
>
> Signed-off-by: Aiden Park 
> Reviewed-by: Bin Meng 
> Reviewed-by: Andy Shevchenko 
> ---
>  arch/x86/lib/init_helpers.c | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
>

Tested-by: Bin Meng 
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


[U-Boot] [PATCH v9 9/9] x86: Skip setting up MTRRs in slimbootloader

2019-08-03 Thread Park, Aiden
The setting up MTRRs have already been done in previous
Slim Bootloader stages.

Signed-off-by: Aiden Park 
Reviewed-by: Bin Meng 
Reviewed-by: Andy Shevchenko 
---
 arch/x86/lib/init_helpers.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/arch/x86/lib/init_helpers.c b/arch/x86/lib/init_helpers.c
index 0481f453ca..5e19f13720 100644
--- a/arch/x86/lib/init_helpers.c
+++ b/arch/x86/lib/init_helpers.c
@@ -18,7 +18,8 @@ __weak ulong board_get_usable_ram_top(ulong total_size)
 
 int init_cache_f_r(void)
 {
-#if CONFIG_IS_ENABLED(X86_32BIT_INIT) && !defined(CONFIG_HAVE_FSP)
+#if CONFIG_IS_ENABLED(X86_32BIT_INIT) && !defined(CONFIG_HAVE_FSP) && \
+   !defined(CONFIG_SYS_SLIMBOOTLOADER)
int ret;
 
ret = mtrr_commit(false);
-- 
2.20.1

___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot