From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1VbEJE-0004ek-Be for mharc-grub-devel@gnu.org; Tue, 29 Oct 2013 14:46:32 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58376) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VbEJ4-0004cx-0e for grub-devel@gnu.org; Tue, 29 Oct 2013 14:46:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VbEIu-0007Hs-Tf for grub-devel@gnu.org; Tue, 29 Oct 2013 14:46:21 -0400 Received: from mail-we0-x232.google.com ([2a00:1450:400c:c03::232]:54910) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VbEIu-0007GV-Ky for grub-devel@gnu.org; Tue, 29 Oct 2013 14:46:12 -0400 Received: by mail-we0-f178.google.com with SMTP id q59so280438wes.9 for ; Tue, 29 Oct 2013 11:46:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type; bh=OZUF4OASq5p09D2v1/3DxmWc/eLgxCPI5ejF+v5AuIs=; b=Eixm1fZ5gYwQ2yeOe2rDT8Yuy0B8X4Xgfnqtv/mng5LBIlh0NsWYFtrClEYvG+yW7W c/Aeu39Uuc9XtoyoP4vkMQY3jqC4aYmNfhyUpSlkq2vGocwKq8A9HdQhO7zdGpmTk9Ci 3NSQkAc182fY76v17DAKLuywkiT/CZ6xgNDJyir9axCes97U31MJEFtssGAgxGWVrnKu QgCPvbhe5rr92fcZy3KTR7zY9ndgcCObbmwHjORKA/j2uDCi5SS5oWHs9dmfvkFQ2pH4 c5y+GUPgMTJmaiKCfBMQFtMLqQs2jqHU8N92aNne/uVQRFTE5l5spr7V08LsDTKgsxXr l9LA== X-Received: by 10.194.1.139 with SMTP id 11mr844583wjm.33.1383072370123; Tue, 29 Oct 2013 11:46:10 -0700 (PDT) Received: from [192.168.1.16] (31-249.1-85.cust.bluewin.ch. [85.1.249.31]) by mx.google.com with ESMTPSA id fp10sm3234781wib.2.2013.10.29.11.46.09 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 29 Oct 2013 11:46:09 -0700 (PDT) Message-ID: <5270026F.7000503@gmail.com> Date: Tue, 29 Oct 2013 19:46:07 +0100 From: =?UTF-8?B?VmxhZGltaXIgJ8+GLWNvZGVyL3BoY29kZXInIFNlcmJpbmVua28=?= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20131005 Icedove/17.0.9 MIME-Version: 1.0 To: grub-devel@gnu.org Subject: Re: [grub-devel] loongson-2f mini-pc (fuloong) elf image generation. References: <51EB078D.3070303@volny.cz> <51EBFE3F.2020509@volny.cz> <754db81ef5b348866aa9285809d3889d@mail.volny.cz> <51F2960A.6030805@volny.cz> <51F2AE5E.5070700@gmail.com> <51F522F1.1030507@volny.cz> <51F524DE.4040903@volny.cz> <5238AD0C.60608@gmail.com> <526D5531.7030601@gmail.com> <526D7190.2090305@volny.cz> <526D9702.4060403@gmail.com> <52700009.1020903@volny.cz> In-Reply-To: <52700009.1020903@volny.cz> X-Enigmail-Version: 1.5.1 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="----enig2WNUCIPKEERSPTKKSMIQC" X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c03::232 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 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: Tue, 29 Oct 2013 18:46:30 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) ------enig2WNUCIPKEERSPTKKSMIQC Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 29.10.2013 19:35, Ale=C5=A1 Nesrsta wrote: > Only short note below... >=20 > Dne 27.10.2013 23:43, Vladimir '=CF=86-coder/phcoder' Serbinenko napsal= (a): >> On 27.10.2013 21:03, Ale=C5=A1 Nesrsta wrote: >>> >>> >>> 2. >>> I don't see loading of OHCI module in debug output ! >>> Do you really have this module included in your image? >> I have to second this: OHCI module if loaded and there is at least one= >> PCI device available it will show "pciid =3D %x" message. >> Can you modify grub_real_dprintf in misc.c to: >> if (!debug) >> debug =3D "all"; >> >> So we can be sure that the message wasn't simply lost due to late >> setting of debug variable. >=20 >=20 > AFAIK, dl.c module should display for each loaded module something like= > this (when debug=3Dall as in Javier case): > "kern/dl.c:630: module name: ehci" > This is missing for OHCI module in debug output sent by Javier, even > grub.cfg command to load OHCI is present on the beginning of debug outp= ut: > ... > script/lexer.c:321: token 288 text [insmod] >=20 > script/script.c:50: malloc 0x8ff1d920 >=20 > script/script.c:50: malloc 0x8ff1d900 >=20 > script/script.c:163: arglist >=20 > script/script.c:50: malloc 0x8ff1d8d0 >=20 > script/lexer.c:321: token 288 text [ohci] > ... >=20 > I.e., from my point of view, it is sure that OHCI module was not loaded= > - but there is no debug output which can explain why... It's possible that a module named ohci already loaded. ------enig2WNUCIPKEERSPTKKSMIQC 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.15 (GNU/Linux) Comment: Using GnuPG with Icedove - http://www.enigmail.net/ iF4EAREKAAYFAlJwAm8ACgkQNak7dOguQgmrLAD/RkH9T+wIaBTmD115DmZanuL+ TPBZrAZrIGn8OIF9KSUBAIZ87wLMRpOY+4JaNGXkExNFQR5VmutjjYIbZ98LrpCl =QtW0 -----END PGP SIGNATURE----- ------enig2WNUCIPKEERSPTKKSMIQC--