Re: [coreboot] Reasons for `Boot failed` message?

2013-04-06 Thread Paul Menzel
Am Freitag, den 05.04.2013, 17:46 -0700 schrieb Stefan Reinauer: It looks like grub returns from execution. Probably because it's unhappy about something .. Were you able to use the same payload, say, in qemu? Remove the LZMA compressed payload and adding the payload manually

Re: [coreboot] Reasons for `Boot failed` message?

2013-04-06 Thread Patrick Georgi
Am 06.04.2013 10:59, schrieb Paul Menzel: Remove the LZMA compressed payload and adding the payload manually (uncompressed) and rewriting the image, the GRUB payload is started without problems. [...] So I would claim, the payload is functional. Can you try if the payload is bootable with a

[coreboot] Microcodes

2013-04-06 Thread Denis 'GNUtoo' Carikli
Hi, In src/cpu/intel/model_6fx/model_6fx_init.c there is: /* * This file is part of the coreboot project. * * Copyright (C) 2007-2009 coresystems GmbH * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as *

Re: [coreboot] Microcodes

2013-04-06 Thread xdrudis
On Sat, Apr 06, 2013 at 02:47:06PM +0200, Denis 'GNUtoo' Carikli wrote: Is the inclusion of the microcode in GPLv2 source code compatible with the GPLv2? I think the correct thing legally would be to load the microcode from a file (or let the CPU work with the factory microcode and not update

Re: [coreboot] Reasons for `Boot failed` message?

2013-04-06 Thread Paul Menzel
Am Samstag, den 06.04.2013, 15:36 +0200 schrieb Patrick Georgi: Am 06.04.2013 10:59, schrieb Paul Menzel: Remove the LZMA compressed payload and adding the payload manually (uncompressed) and rewriting the image, the GRUB payload is started without problems. [...] So I would claim,