[U-Boot] Intialisation of Interrupts

2011-09-09 Thread Flash K
Hi Graeme, I was going through the U-boot code. Could you please help me with the following? I wanted to know as to where the CPU interrupts are initialised. I believe it should be along with the CPU initialisation and before the northbridge and southbridge intialisation. I wanted to implement

Re: [U-Boot] Intialisation of Interrupts

2011-09-09 Thread Graeme Russ
On 09/09/11 18:51, Flash K wrote: Hi Graeme, I was going through the U-boot code. Could you please help me with the following? I wanted to know as to where the CPU interrupts are initialised. look in arch/x86/lib/board.c for init_sequence_f and init_sequence_r - These arrays show the init