Re: [coreboot] Petitboot based bootloader

2016-11-01 Thread ron minnich
Neat! This was the original linuxbios model from 1999: kernel + minimal initramfs in flash, so it's nice to see it coming back. I've got something similar too, save the userland is not petitboot (I no longer want to use C for user mode code) but Go. It's also bigger than I'd like (about the size

Re: [coreboot] Petitboot based bootloader

2016-11-01 Thread Trammell Hudson
On Wed, Oct 26, 2016 at 03:18:44AM +0200, Arthur Heymans wrote: > I have been working on building a Petitboot, a kexec bootloader, [0] > based Linux payload using the Buildroot build system to produce a nice > bzImage that contains both linux and the initrd. It is inspired by the > Raptor

[coreboot] Petitboot based bootloader

2016-10-25 Thread Arthur Heymans
Hi I have been working on building a Petitboot, a kexec bootloader, [0] based Linux payload using the Buildroot build system to produce a nice bzImage that contains both linux and the initrd. It is inspired by the Raptor Enginering HOWTO [0] and is based on op-build [1], the tool for building