Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2009-03-17 | rename packages/ to recipes/ per earlier agreement | Denys Dmytriyenko | 1 | |
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | ||||
2008-12-02 | initramfs-module-kexecboot: Fix kexec argument order so it works for any libc. | Paul Sokolovsky | 1 | |
2008-03-09 | initramfs-*: Use $CONSOLE for input/output. | Paul Sokolovsky | 1 | |
2008-02-16 | initramfs-module-bootmenu, initramfs-module-kexecboot: Fixes for kexecing. | Paul Sokolovsky | 1 | |
* Be sure to pass original command line contents to new kernel. * Add protection against infinite recursive kexecing. | ||||
2008-02-16 | initramfs-module-kexecboot: Initramfs module to kexec to kernel in rootfs. | Paul Sokolovsky | 1 | |
* Instead of switch_root'ing to it, which was the only working mode previously. So, now, if there's /boot/zImage in rootfs, it will be kexec'ed too. Otherwise, switch_root will happen. * Caveat: there should be initramfs for new (kexec'ed to) kernel too, too handle its loading of rootfs as selected by interactive bootloader. This can be very same kernel as for bootloader, with bundled initramfs-bootmenu-image (which has special check - if root is explicitly specified on command line, then skip interactive selection); or, as a kind of optimization, that could be initramfs-image (no interactive part). Finally, initramfs (any of there two or other) can be a standalone file in rootfs, /boot/initramfs.bin. |