From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1VbE9H-0002LP-J3 for mharc-grub-devel@gnu.org; Tue, 29 Oct 2013 14:36:15 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56133) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VbE98-0002Kq-6V for grub-devel@gnu.org; Tue, 29 Oct 2013 14:36:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VbE8z-00033t-Pu for grub-devel@gnu.org; Tue, 29 Oct 2013 14:36:06 -0400 Received: from smtp.volny.cz ([2001:4de8:71c:62::33]:57093) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VbE8z-000339-JN for grub-devel@gnu.org; Tue, 29 Oct 2013 14:35:57 -0400 Received: from [192.168.6.11] (unknown [193.86.90.90]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: starous@volny.cz) by smtp.volny.cz (Postfix) with ESMTPSA id 4DFC0261967 for ; Tue, 29 Oct 2013 19:35:54 +0100 (CET) Message-ID: <52700009.1020903@volny.cz> Date: Tue, 29 Oct 2013 19:35:53 +0100 From: =?UTF-8?B?QWxlxaEgTmVzcnN0YQ==?= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: The development of GNU GRUB 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> In-Reply-To: <526D9702.4060403@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4de8:71c:62::33 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:36:14 -0000 Only short note below... 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. AFAIK, dl.c module should display for each loaded module something like=20 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=20 grub.cfg command to load OHCI is present on the beginning of debug output= : ... script/lexer.c:321: token 288 text [insmod] script/script.c:50: malloc 0x8ff1d920 script/script.c:50: malloc 0x8ff1d900 script/script.c:163: arglist script/script.c:50: malloc 0x8ff1d8d0 script/lexer.c:321: token 288 text [ohci] ... I.e., from my point of view, it is sure that OHCI module was not loaded=20 - but there is no debug output which can explain why... BR, Ales