On Fri, Aug 01, 2008 at 10:40:27PM -0400, Paul Smith wrote: > Anyway, I need to generate an all-in-one image containing the kernel and > the initrd, and the trampoline code tacked onto it to turn it into an > ELF image. I'm worried I'll need to write a custom platform_init() but > for now I'm just using of.c.
Take a look at Documentation/powerpc/bootwrapper.txt You probably want the 'simpleImage.%' target. It also binds in a copy of the device tree blob. g. _______________________________________________ Linuxppc-embedded mailing list [email protected] https://ozlabs.org/mailman/listinfo/linuxppc-embedded
