Re: [U-Boot] [PATCH 13/25] x86: Add post failure codes for bist and car

2014-12-04 Thread Simon Glass
On 4 December 2014 at 08:02, Bin Meng wrote: > Signed-off-by: Bin Meng > --- > arch/x86/cpu/ivybridge/cpu.c | 1 + > arch/x86/include/asm/post.h | 2 ++ > 2 files changed, 3 insertions(+) Acked-by: Simon Glass ___ U-Boot mailing list U-Boot@lists.de

[U-Boot] [PATCH 13/25] x86: Add post failure codes for bist and car

2014-12-04 Thread Bin Meng
Signed-off-by: Bin Meng --- arch/x86/cpu/ivybridge/cpu.c | 1 + arch/x86/include/asm/post.h | 2 ++ 2 files changed, 3 insertions(+) diff --git a/arch/x86/cpu/ivybridge/cpu.c b/arch/x86/cpu/ivybridge/cpu.c index 60976db..969b07b 100644 --- a/arch/x86/cpu/ivybridge/cpu.c +++ b/arch/x86/cpu/ivybr