Re: [U-Boot] [PATCH 10/17] x86: Allow cache before copy to RAM

2012-01-04 Thread Graeme Russ
Hi Simon, On 04/01/12 16:40, Simon Glass wrote: Hi Graeme, On Sun, Jan 1, 2012 at 8:09 PM, Graeme Russ graeme.r...@gmail.com wrote: Signed-off-by: Graeme Russ graeme.r...@gmail.com --- arch/x86/lib/board.c | 15 ++- 1 files changed, 10 insertions(+), 5 deletions(-) diff

Re: [U-Boot] [PATCH 10/17] x86: Allow cache before copy to RAM

2012-01-03 Thread Simon Glass
Hi Graeme, On Sun, Jan 1, 2012 at 8:09 PM, Graeme Russ graeme.r...@gmail.com wrote: Signed-off-by: Graeme Russ graeme.r...@gmail.com ---  arch/x86/lib/board.c |   15 ++-  1 files changed, 10 insertions(+), 5 deletions(-) diff --git a/arch/x86/lib/board.c b/arch/x86/lib/board.c

[U-Boot] [PATCH 10/17] x86: Allow cache before copy to RAM

2012-01-01 Thread Graeme Russ
Signed-off-by: Graeme Russ graeme.r...@gmail.com --- arch/x86/lib/board.c | 15 ++- 1 files changed, 10 insertions(+), 5 deletions(-) diff --git a/arch/x86/lib/board.c b/arch/x86/lib/board.c index ffddfbe..52e27e1 100644 --- a/arch/x86/lib/board.c +++ b/arch/x86/lib/board.c @@