Re: [U-Boot] [PATCH] 85xx do not reset PIC if already configured

2008-10-13 Thread Andy Fleming
On Thu, Oct 9, 2008 at 1:26 AM, Ed Swarthout <[EMAIL PROTECTED]> wrote: > This allows a second core to restart without causing a PIC reset. > > Internal interupt changes: > Enable L2 error interrupt IIVPR0 and give it vector 0x100. > Use correct interrupt (8) for mpc8572 pcie3. > Add pcie3 interrup

[U-Boot] [PATCH] 85xx do not reset PIC if already configured

2008-10-08 Thread Ed Swarthout
This allows a second core to restart without causing a PIC reset. Internal interupt changes: Enable L2 error interrupt IIVPR0 and give it vector 0x100. Use correct interrupt (8) for mpc8572 pcie3. Add pcie3 interrupt (11) for mpc8536ds. Signed-off-by: Ed Swarthout <[EMAIL PROTECTED]> --- cpu/mpc