Re: [U-Boot] [PATCH v3 028/108] x86: Drop unnecessary interrupt code for TPL

2019-10-28 Thread Bin Meng
Hi Simon, On Mon, Oct 21, 2019 at 11:40 AM Simon Glass wrote: > > We don't expect an exception in TPL and don't need to print out full > details if one happens. Add a reduced version of the code for TPL. > > Signed-off-by: Simon Glass Can we exclude the whole file from building in TPL? > --- >

[U-Boot] [PATCH v3 028/108] x86: Drop unnecessary interrupt code for TPL

2019-10-20 Thread Simon Glass
We don't expect an exception in TPL and don't need to print out full details if one happens. Add a reduced version of the code for TPL. Signed-off-by: Simon Glass --- Changes in v3: None Changes in v2: None arch/x86/cpu/i386/interrupt.c | 13 + 1 file changed, 13 insertions(+) dif