Re: [U-Boot] [PATCH v2 03/22] x86: Add post codes for OS resume

2017-04-26 Thread Bin Meng
On Fri, Apr 21, 2017 at 10:24 PM, Bin Meng wrote: > This adds OS_RESUME (0x40) and RESUME_FAILURE (0xed) post codes. > > Signed-off-by: Bin Meng > Reviewed-by: Simon Glass > --- > > Changes in v2: None > > arch/x86/include/asm/post.h | 2 ++ > 1 file changed, 2 insertions(+) > applied to u-boo

[U-Boot] [PATCH v2 03/22] x86: Add post codes for OS resume

2017-04-21 Thread Bin Meng
This adds OS_RESUME (0x40) and RESUME_FAILURE (0xed) post codes. Signed-off-by: Bin Meng Reviewed-by: Simon Glass --- Changes in v2: None arch/x86/include/asm/post.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/x86/include/asm/post.h b/arch/x86/include/asm/post.h index 6b774bd..