Murray.Jensen at csiro.au wrote: > Just to throw in another data point, I am actually interested in porting > OpenSolaris to our embedded PPC platform based on Motorola MPC8260/MPC8560 > processors. These boards boot using "DAS U-Boot" (u-boot.sourceforge.net), > which doesn't have OpenFirmware support (yet). > > I think the boot code is not that important, as long as there is a clearly > documented interface (such as OpenFirmware) - it is up to the hardware maker > to make the boot code to the right thing for OpenSolaris (not vice-versa).
I hear you there. The problem is, of course, that OpenFirmware is a MUCH richer environment than would otherwise be provided by your U-Boot ROM; rather U-Boot is more akin to x86 BIOS and thus GRUB2 would likely be more likely able to support booting on ROMs like U-Boot's, as use of the latter would involve booting via a compressed ramdisk image of some type; booting from a OF ROM generally involves extensive use of OF calls to allocate and map memory until the kernel is able to do so itself. William Kucharski william.kucharski at sun.com