From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1NYK6R-00084g-Mn for mharc-grub-devel@gnu.org; Fri, 22 Jan 2010 09:03:11 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NYK6Q-00084U-LX for grub-devel@gnu.org; Fri, 22 Jan 2010 09:03:10 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NYK6M-000840-Ez for grub-devel@gnu.org; Fri, 22 Jan 2010 09:03:10 -0500 Received: from [199.232.76.173] (port=48319 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NYK6M-00083x-AN for grub-devel@gnu.org; Fri, 22 Jan 2010 09:03:06 -0500 Received: from mail-fx0-f216.google.com ([209.85.220.216]:63676) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NYK6L-0006xT-Pg for grub-devel@gnu.org; Fri, 22 Jan 2010 09:03:06 -0500 Received: by fxm8 with SMTP id 8so294506fxm.26 for ; Fri, 22 Jan 2010 06:03:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :x-enigmail-version:content-type; bh=ODCrg9GMMDnlkSDN5pZZNG6Q3KGQpO5iw4TlBp8NKEo=; b=dzWKxgyzLHtkHO+cL2tykLsUtM5ghXS8pgOYOFwuAxJB3BhG4wXVw9whaZW5EItBEE ipwQSx638TxUUlkkgPtQ257mzCE5lPewbY6duQcnM+3lTOiEGz2cRp4vjU5rz9GQE5i6 rY9lY4683BST30i1ExNSbgAQb/Fdqc/4u6G+g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:x-enigmail-version:content-type; b=hng+0LrxGA1cQaURuI9dyl5For+fXXbDOZVXMv+irEWMpTQOOT8JHJrLIArGS/bUh9 jvoNDbClvw2Qm77VNgTVnhdBoD+1RxkqrzpgPQ5dri9OOYkzYcRMqxtRKXyCphIr8Ruf 0ei3btsfMWnfjwojUiAZ4Z30x1ZmmpIeTi9t8= Received: by 10.87.70.29 with SMTP id x29mr4752307fgk.61.1264168984385; Fri, 22 Jan 2010 06:03:04 -0800 (PST) Received: from debian.bg45.phnet (hci-public-dock-245-dhcp.ethz.ch [82.130.82.245]) by mx.google.com with ESMTPS id e3sm27761960fga.1.2010.01.22.06.03.02 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 22 Jan 2010 06:03:02 -0800 (PST) Message-ID: <4B59B00F.6000006@gmail.com> Date: Fri, 22 Jan 2010 15:02:55 +0100 From: =?UTF-8?B?VmxhZGltaXIgJ8+GLWNvZGVyL3BoY29kZXInIFNlcmJpbmVua28=?= User-Agent: Mozilla-Thunderbird 2.0.0.22 (X11/20091109) MIME-Version: 1.0 To: coreboot@coreboot.org, grub-devel@gnu.org References: <20100122131636.GA5744@flashgordon> In-Reply-To: <20100122131636.GA5744@flashgordon> X-Enigmail-Version: 0.95.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="------------enigC270A6C0901C3D2E7C10D864" X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) Cc: Subject: Re: grub payload fails on coreboot X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jan 2010 14:03:10 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigC270A6C0901C3D2E7C10D864 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Andreas B. Mundt wrote: > Dear list, > > after some time of absence from the coreboot list and latest > development I tried to compile coreboot for m57sli (Revision: 5043) > which works fine with seabios but it failed with grub as payload > (revno: 2107, following http://grub.enbug.org/CoreBoot). =20 > > The last messages observed on the serial console are:=20 > > [...] > Jumping to boot code at 8200 > entry =3D 0x00008200 > lb_start =3D 0x00100000 > lb_size =3D 0x0004a000 > adjust =3D 0xbfea6000 > buffer =3D 0xbff5c000 > elf_boot_notes =3D 0x0012f960 > adjusted_boot_notes =3D 0xbffd5960 > > This behavior has also been shortly discussed in: > > http://www.coreboot.org/pipermail/coreboot/2009-July/050977.html > > and from the mailing list it looks to me as if nobody else uses grub > as payload anymore. Is this correct? If not, any help is appreciated. > > I attach the full serial console log and cc the grub list, perhaps > someone there is also interested in getting it running.=20 > > =20 Is your coreboot compiled with multiboot support? > Cheers, > > Andi=20 > =20 > -----------------------------------------------------------------------= - > > _______________________________________________ > Grub-devel mailing list > Grub-devel@gnu.org > http://lists.gnu.org/mailman/listinfo/grub-devel --=20 Regards Vladimir '=CF=86-coder/phcoder' Serbinenko --------------enigC270A6C0901C3D2E7C10D864 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iF4EAREKAAYFAktZsBUACgkQNak7dOguQglOxgD/UML2o7bYFMf6h1CM/Kxwwj55 8fnfCgR83yuEVWIjpxwA+wcjINDvvGPkzkC/BFo95APjHO1ftWwrxksXkT7xm8ew =sls0 -----END PGP SIGNATURE----- --------------enigC270A6C0901C3D2E7C10D864--