Re: [U-Boot] [PATCH 14/20] x86: Provide access to the IDT

2015-04-28 Thread Bin Meng
Hi Simon, On Wed, Apr 29, 2015 at 10:08 AM, Simon Glass wrote: > Hi Bin, > > On 28 April 2015 at 02:16, Bin Meng wrote: >> Hi Simon, >> >> On Tue, Apr 28, 2015 at 6:48 AM, Simon Glass wrote: >>> Add a function to return the address of the Interrupt Descriptor Table. >>> >>> Signed-off-by: Simon

Re: [U-Boot] [PATCH 14/20] x86: Provide access to the IDT

2015-04-28 Thread Simon Glass
Hi Bin, On 28 April 2015 at 02:16, Bin Meng wrote: > Hi Simon, > > On Tue, Apr 28, 2015 at 6:48 AM, Simon Glass wrote: >> Add a function to return the address of the Interrupt Descriptor Table. >> >> Signed-off-by: Simon Glass >> --- >> >> arch/x86/cpu/interrupts.c| 5 + >> arch/x8

Re: [U-Boot] [PATCH 14/20] x86: Provide access to the IDT

2015-04-28 Thread Bin Meng
Hi Simon, On Tue, Apr 28, 2015 at 6:48 AM, Simon Glass wrote: > Add a function to return the address of the Interrupt Descriptor Table. > > Signed-off-by: Simon Glass > --- > > arch/x86/cpu/interrupts.c| 5 + > arch/x86/include/asm/interrupt.h | 2 ++ > 2 files changed, 7 insertions

[U-Boot] [PATCH 14/20] x86: Provide access to the IDT

2015-04-27 Thread Simon Glass
Add a function to return the address of the Interrupt Descriptor Table. Signed-off-by: Simon Glass --- arch/x86/cpu/interrupts.c| 5 + arch/x86/include/asm/interrupt.h | 2 ++ 2 files changed, 7 insertions(+) diff --git a/arch/x86/cpu/interrupts.c b/arch/x86/cpu/interrupts.c index