[patch 04/10] 4xx bootwrapper reworks
Josh Boyer
jwboyer at linux.vnet.ibm.com
Mon Aug 6 22:36:03 EST 2007
On Mon, Aug 06, 2007 at 02:38:55PM +1000, David Gibson wrote:
> On Fri, Aug 03, 2007 at 11:09:04AM -0500, Josh Boyer wrote:
> > -#define SPRN_DBCR0 0x134
> > -#define DBCR0_RST_SYSTEM 0x30000000
> > +#define DBCR0_RST_SYSTEM 0x30000000
>
> Rather than just removing these defines and using hardcoded values,
> I'd prefer to see separate SPRN_DBCR0_40X and SPRN_DBCR0_44X defines.
Ok. And place them where? In the same file since they aren't DCR defines?
Seems fairly trivial, but ok.
> [snip]
> > +#define EMAC_RESET 0x20000000
> > +#define MAL_RESET 0x80000000
>
> I think the MAL_RESET definition should go in the same place as the
> DCR number definition.
Ok. Trivial.
> As I think I said before, I'm not really happy with this being
> hardcoded assuming exactly 2 ethernets.
Well, it's hardcoded to assume one or two. I know of only one board that has
more than two EMACs. I was hoping we could get this in for 2.6.24 as-is and
change it when needs be. But I'll look at making it var-args or similar.
josh
More information about the Linuxppc-dev
mailing list