On Sun, Mar 04, 2012 at 09:03:50PM +1000, Peter A. G. Crosthwaite wrote: > From: "Peter A. G. Crosthwaite" <peter.crosthwa...@petalogix.com> > > Overhauled the microblaze bootloader process. Factored out the common boot > code between petalogix_ml605 and petalogix_s3adsp1800 machine models into a > dedicated microblaze bootloader (Patch 1). It now organised in much the same > way as its handled in arm machine models (arm_boot.c) where the machine model > calls load_kernel() after machine initialisation. > > Did some general cleanup of s2adsp1800, moved some cpu reset behaviour out of > the machine model initialisation (patch 2) and #defined some magic numbers > (patch 3). >
Thanks for cleaning this up, I've applied it. Cheers, Edgar