Re: [PATCH 0/4] Patches to make multi-soc handling in entry-armv.S easier

2010-12-07 Thread Tony Lindgren
* Tony Lindgren [101204 19:00]: > * Nicolas Pitre [101204 18:26]: > > On Sat, 4 Dec 2010, Tony Lindgren wrote: > > > > My only problem with your approach is the global addition of > > asm_irq_base and asm_irq_flags in generic code which might not be useful > > and/or appropriate for all target

Re: [PATCH 0/4] Patches to make multi-soc handling in entry-armv.S easier

2010-12-04 Thread Tony Lindgren
* Nicolas Pitre [101204 18:26]: > On Sat, 4 Dec 2010, Tony Lindgren wrote: > > My only problem with your approach is the global addition of > asm_irq_base and asm_irq_flags in generic code which might not be useful > and/or appropriate for all targets. If you were confining them to some > OMA

Re: [PATCH 0/4] Patches to make multi-soc handling in entry-armv.S easier

2010-12-04 Thread Nicolas Pitre
On Sat, 4 Dec 2010, Tony Lindgren wrote: > * Nicolas Pitre [101203 21:39]: > > On Fri, 3 Dec 2010, Tony Lindgren wrote: > > > > > Hi all, > > > > > > I've got some patches almost ready to go to merge the omap1 > > > configs into a single omap1_defconfig. While working on getting > > > that done

Re: [PATCH 0/4] Patches to make multi-soc handling in entry-armv.S easier

2010-12-04 Thread Tony Lindgren
* Nicolas Pitre [101203 21:39]: > On Fri, 3 Dec 2010, Tony Lindgren wrote: > > > Hi all, > > > > I've got some patches almost ready to go to merge the omap1 > > configs into a single omap1_defconfig. While working on getting > > that done, I had to come up with a better solution for entry-armv.S

Re: [PATCH 0/4] Patches to make multi-soc handling in entry-armv.S easier

2010-12-03 Thread Nicolas Pitre
On Fri, 3 Dec 2010, Tony Lindgren wrote: > Hi all, > > I've got some patches almost ready to go to merge the omap1 > configs into a single omap1_defconfig. While working on getting > that done, I had to come up with a better solution for entry-armv.S > macros to detect the soc we're running on. >

[PATCH 0/4] Patches to make multi-soc handling in entry-armv.S easier

2010-12-03 Thread Tony Lindgren
Hi all, I've got some patches almost ready to go to merge the omap1 configs into a single omap1_defconfig. While working on getting that done, I had to come up with a better solution for entry-armv.S macros to detect the soc we're running on. I suggest we add asm_irq_base and asm_irq_flags as in