Re: [PATCH] powerpc/fsl-booke: Add e500mc smp defconfig

2011-03-15 Thread Kumar Gala
On Oct 14, 2010, at 8:51 AM, Timur Tabi wrote: > On Thu, Oct 14, 2010 at 8:25 AM, Kumar Gala wrote: > >> +CONFIG_MATH_EMULATION=y > > Don't these chips have hardware FP? removed. > >> +CONFIG_E1000=y >> +CONFIG_E1000E=y > > Are you sure you want these on by default? We may use the E1000 c

Re: [PATCH] powerpc/fsl-booke: Add e500mc smp defconfig

2010-10-14 Thread Timur Tabi
On Thu, Oct 14, 2010 at 8:25 AM, Kumar Gala wrote: > +CONFIG_MATH_EMULATION=y Don't these chips have hardware FP? > +CONFIG_E1000=y > +CONFIG_E1000E=y Are you sure you want these on by default? We may use the E1000 cards in-house, but I don't know if our customers do. > +CONFIG_MSDOS_FS=m >

[PATCH] powerpc/fsl-booke: Add e500mc smp defconfig

2010-10-14 Thread Kumar Gala
The p4080, p3041, and p5020 (32-bit) SoCs from Freescale use the e500mc defconfig. There are enough minor differences between these SoCs and the existing P1xxx/P2xxx and MPC85xx SoCs to warrant a new defconfig. The biggest of those is the cachline size being different which we handle at compile ti