> >>>> I'd like __ROMCC__ to stay, but I agree very much with a new #define > >>>> BEFOREDEVICETREE or somesuch. > >>>> > >>> How about __PRE_RAM__, since it could be CAR but it is before RAM > init? > >>> > >> I like __PRE_RAMINIT__ a lot! > > > > I'm using __PRE_RAMINIT__ for now. The only problem with it is that > then > > you have to define __PRE_RAMINIT__ during RAM initialization. I'd like > to > > get this so that it's obvious what it means and when it should be used. > > > > __NO_RAM_YET__ ?
Close. It's more obvious what it means, but maybe it could be more clear when it should be used. __USE_NO_RAM__ ? Thanks, Myles -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

