Re: [coreboot] Patch for Nokia-IP530, now with working PIRQ table, fix on the pirq_routing

2010-05-27 Thread mbertens
On Thu, 2010-05-27 at 20:32 +0200, Peter Stuge wrote: > mbertens wrote: > > Here is the patch just for the pirq_routing() function. Its made > > specific to the CONFIG_NORTHBRIDGE_INTEL_440BX if that is to generic > > please replace by CONFIG_BOARD_NOKIA_IP530. > > _440BX is good, but there are

Re: [coreboot] Patch for Nokia-IP530, now with working PIRQ table, fix on the pirq_routing

2010-05-27 Thread Peter Stuge
mbertens wrote: > Here is the patch just for the pirq_routing() function. Its made > specific to the CONFIG_NORTHBRIDGE_INTEL_440BX if that is to generic > please replace by CONFIG_BOARD_NOKIA_IP530. _440BX is good, but there are still a few issues. > - added the correction for the i440BX by A

Re: [coreboot] Patch for Nokia-IP530, now with working PIRQ table, fix on the pirq_routing

2010-05-27 Thread mbertens
But now with the attached file. On Thu, 2010-05-27 at 12:14 +0200, mbertens wrote: > Signed-off-by: Marc Bertens > > Part two now the PIRQ table for the Nokia IP530. > > Changes made: > - rebuild the table to get th eNICs and PCMCIA controllers get there > correct IRQs assigned. > - Added a st

Re: [coreboot] Patch for Nokia-IP530, now with working PIRQ table, fix on the pirq_routing

2010-05-27 Thread mbertens
Signed-off-by: Marc Bertens Part four for the Nokia IP530, This is the patch for hte devcetree.cb file. Following changes where made; - Disabled the floppy controller, due to the fact that its not present on the board. - Disabled tie parallel port, due to the fact that its not present on the boar

Re: [coreboot] Patch for Nokia-IP530, now with working PIRQ table, fix on the pirq_routing

2010-05-27 Thread mbertens
Signed-off-by: Marc Bertens Part two now the PIRQ table for the Nokia IP530. Changes made: - rebuild the table to get th eNICs and PCMCIA controllers get there correct IRQs assigned. - Added a stub pirq_assign_irqs() due to the fact that it was missing at compilation time. This was discussed wi

Re: [coreboot] Patch for Nokia-IP530, now with working PIRQ table, fix on the pirq_routing

2010-05-27 Thread mbertens
Signed-off-by: Marc Bertens This is the patch for Kconfig, i have taken all unnessarry things out - back to default HEAP size - correct settings for the PIRQ table - with comments Marc On Thu, 2010-05-27 at 12:14 +0200, mbertens wrote: > Part two now the PIRQ table for the Nokia IP530. > > C

Re: [coreboot] Patch for Nokia-IP530, now with working PIRQ table, fix on the pirq_routing

2010-05-27 Thread mbertens
Signed-off-by: Marc Bertens Hi all, Here is the patch just for the pirq_routing() function. Its made specific to the CONFIG_NORTHBRIDGE_INTEL_440BX if that is to generic please replace by CONFIG_BOARD_NOKIA_IP530. Put the following extras in the file; - added header accordingly "Common Licen