[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

Re: [coreboot] Microcode.bin question ?

2016-10-25 Thread Riko Ho
Is it "Allow use of binary-only repository" option ? On 26/10/2016 8:15 AM, David Hendricks wrote: On Tue, Oct 25, 2016 at 4:29 PM, Riko Ho > wrote: Hi Martin, Do you mean the value of CONFIG_USE_BLOBS inside .config file ?

Re: [coreboot] Microcode.bin question ?

2016-10-25 Thread David Hendricks via coreboot
On Tue, Oct 25, 2016 at 4:29 PM, Riko Ho wrote: > Hi Martin, > > Do you mean the value of CONFIG_USE_BLOBS inside .config file ? > Yes. What's the option name one 'make menuconfig' ? > Search for it using '/' (like in vi). -- David Hendricks (dhendrix) Systems

Re: [coreboot] Microcode.bin question ?

2016-10-25 Thread Riko Ho
Hi Martin, Do you mean the value of CONFIG_USE_BLOBS inside .config file ? What's the option name one 'make menuconfig' ? Cheers On 26/10/2016 6:45 AM, Martin Roth wrote: Hi Riko, Make sure you have "Allow use of binary-only repository" (CONFIG_USE_BLOBS) selected in kconfig. This is

Re: [coreboot] Microcode.bin question ?

2016-10-25 Thread Martin Roth
Hi Riko, Make sure you have "Allow use of binary-only repository" (CONFIG_USE_BLOBS) selected in kconfig. This is disabled by default for people who don't want any blobs in their builds. I've verified that the file exists in that location. Martin On Mon, Oct 24, 2016 at 8:40 PM, Riko Ho

Re: [coreboot] ISOLINUX gfx problems under qemu/coreboot/SeaBIOS

2016-10-25 Thread Arthur Heymans
Jonathan Neuschäfer writes: > > I think I was able to reproduce the problem, when Philipp described it > on IRC: > > 1. checkout coreboot from git[1], or run make clean && rm .config > > 2. make menuconfig, select Emulation/QEMU-i440fx. SeaBIOS will >automatically be

Re: [coreboot] ISOLINUX gfx problems under qemu/coreboot/SeaBIOS

2016-10-25 Thread Jonathan Neuschäfer
On Tue, Oct 25, 2016 at 08:20:12AM +0200, Philipp Stanner wrote: > Sure: Do the following: > > 1. qemu-img create test.img 10G > 2. qemu-system-x86_64 -enable-kvm -hda test.img -cdrom ubuntu.iso -boot > d -m 512 > 3. Install ubuntu on test.img > > After installing, boot the new virtual

Re: [coreboot] ISOLINUX gfx problems under qemu/coreboot/SeaBIOS

2016-10-25 Thread Philipp Stanner
Sure: Do the following: 1. qemu-img create test.img 10G 2. qemu-system-x86_64 -enable-kvm -hda test.img -cdrom ubuntu.iso -boot d -m 512 3. Install ubuntu on test.img After installing, boot the new virtual machine with your self-build bios: * qemu-system-x86_64 -enable-kvm -hda