Re: [U-Boot] [PATCH 11/39] x86: Invalidate TLB as early as possible

2014-11-08 Thread Simon Glass
On 6 November 2014 20:49, Bin Meng bmeng...@gmail.com wrote: On Fri, Nov 7, 2014 at 4:20 AM, Simon Glass s...@chromium.org wrote: We should invalidate the TLB right at the start to ensure that we don't get false address translations even though paging is disabled. Signed-off-by: Simon Glass

[U-Boot] [PATCH 11/39] x86: Invalidate TLB as early as possible

2014-11-06 Thread Simon Glass
We should invalidate the TLB right at the start to ensure that we don't get false address translations even though paging is disabled. Signed-off-by: Simon Glass s...@chromium.org --- arch/x86/cpu/start16.S | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/x86/cpu/start16.S

Re: [U-Boot] [PATCH 11/39] x86: Invalidate TLB as early as possible

2014-11-06 Thread Bin Meng
On Fri, Nov 7, 2014 at 4:20 AM, Simon Glass s...@chromium.org wrote: We should invalidate the TLB right at the start to ensure that we don't get false address translations even though paging is disabled. Signed-off-by: Simon Glass s...@chromium.org --- arch/x86/cpu/start16.S | 3 +++ 1