X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;ds=sidebyside;f=arch%2Fx86%2Finclude%2Fasm%2Fpost.h;h=f49ce992d15e129afb16936cb24e2b586555b58b;hb=da60fb79349320a21fd0b7c1e602fa492291d1f7;hp=ce68839decaa2cd198e4589021eec2cf8eb9afec;hpb=746667f1e56bf08d03e66a178df3c4f4f6c806e1;p=oweals%2Fu-boot.git diff --git a/arch/x86/include/asm/post.h b/arch/x86/include/asm/post.h index ce68839dec..f49ce992d1 100644 --- a/arch/x86/include/asm/post.h +++ b/arch/x86/include/asm/post.h @@ -30,8 +30,11 @@ #define POST_PRE_MRC 0x2e #define POST_MRC 0x2f #define POST_DRAM 0x2f +#define POST_LAPIC 0x30 #define POST_RAM_FAILURE 0xea +#define POST_BIST_FAILURE 0xeb +#define POST_CAR_FAILURE 0xec /* Output a post code using al - value must be 0 to 0xff */ #ifdef __ASSEMBLY__