On Wed, Oct 7, 2009 at 1:00 PM, Esteban Bordon <[email protected]> wrote: > are the kernel params hardcoded in OFW for secure boot?
Yes -- on "insecure boot" boot/olpc.fth is read, but not on secure boot. Notes at http://wiki.laptop.org/go/Boot_Process If you want to see how the kernel params are setup in OFW, you should look at OpenFirmware as of changeset 1145, in the file cpu/x86/pc/olpc/fw.bth http://tracker.coreboot.org/trac/openfirmware/changeset/1145 You want to look for boot-file. Anyway, my quick review of the file is that there doesn't seem to be a usable root parameter for that case. If you look, *nothing* talks about mtd in relation to the boot-file parameter. The initramfs code should check for the secure case, or at least the "missing a root parameter" and set it. cheers, m -- [email protected] [email protected] -- School Server Architect - ask interesting questions - don't get distracted with shiny stuff - working code first - http://wiki.laptop.org/go/User:Martinlanghoff _______________________________________________ Devel mailing list [email protected] http://lists.laptop.org/listinfo/devel
