From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1VuWEq-0007SN-TP for mharc-grub-devel@gnu.org; Sat, 21 Dec 2013 18:45:44 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55885) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VuWEg-0007Rx-9j for grub-devel@gnu.org; Sat, 21 Dec 2013 18:45:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VuWEX-0001Hb-T0 for grub-devel@gnu.org; Sat, 21 Dec 2013 18:45:34 -0500 Received: from mail-ea0-x232.google.com ([2a00:1450:4013:c01::232]:48311) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VuWEX-0001HS-Id for grub-devel@gnu.org; Sat, 21 Dec 2013 18:45:25 -0500 Received: by mail-ea0-f178.google.com with SMTP id d10so1692385eaj.23 for ; Sat, 21 Dec 2013 15:45:24 -0800 (PST) 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 :content-type; bh=JjfnYxUX/EMzZve2mahk2ST7XGHQgw7PGPntFhHxdv8=; b=AqZ99l2RXPq9rGtzI+23P3i5m24t4bKtId1L1AsJlK6zctziBnrzKrV/qGXPObcp9q Qg7ItPWWAA6AKLxJSAfKzsq7ymD72A0t4ku0mK1m2auIh5xHo87bKKqpTA17MLDhl12K 4LZKi0U+jbpY97iN3Ki3GWB1xqhs/cPrlkMHPDAMPZVB4H3RHKpaAhTHoMRrtpN+aZYo EYq9h99FYVF4VmRfDnVjMS7voU3hZ3yR2hqlWsdbU0T0cPSlXuDQOybSqBh6aIRBA1NU m1XoPofRTYK/itiEWn3CvmM9SOTjtT/yUC04CJfOJFSIrrgWBsJcVitvxZ1qyq+8eLIb JSeg== X-Received: by 10.14.246.202 with SMTP id q50mr10602468eer.58.1387669524458; Sat, 21 Dec 2013 15:45:24 -0800 (PST) Received: from [192.168.1.16] (85-188.196-178.cust.bluewin.ch. [178.196.188.85]) by mx.google.com with ESMTPSA id v7sm31677602eel.2.2013.12.21.15.45.23 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 21 Dec 2013 15:45:23 -0800 (PST) Message-ID: <52B62812.2020405@gmail.com> Date: Sun, 22 Dec 2013 00:45:22 +0100 From: =?UTF-8?B?VmxhZGltaXIgJ8+GLWNvZGVyL3BoY29kZXInIFNlcmJpbmVua28=?= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20131103 Icedove/17.0.10 MIME-Version: 1.0 To: The development of GRUB 2 Subject: ARM kernel parameters X-Enigmail-Version: 1.6 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="4VwAqkrSSKII6RjWtWkQ17AWahXAm5twD" X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4013:c01::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: Sat, 21 Dec 2013 23:45:43 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --4VwAqkrSSKII6RjWtWkQ17AWahXAm5twD Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hello, all. I've been able to boot Linux on my raspberry pi, after fixing several bugs in loader. But for this I had to have a line like: linux /kernel_cutdown.img dma.dmachans=3D0x???? bcm2708_fb.fbwidth=3D656 bcm2708_fb.fbheight=3D416 bcm2708.boardrev=3D0xe bcm2708.serial=3D0x?????= ??? smsc95xx.macaddr=3D??:??:??:??:?? dwc_otg.lpm_enable=3D0 console=3DttyAMA0,115200 kgdboc=3DttyAMA0,115200 console=3Dtty1 root=3D/dev/mmcblk0p2 rootfstype=3Dext4 rootwait When using standard bootloader the part dma.dmachans=3D0x???? bcm2708_fb.fbwidth=3D656 bcm2708_fb.fbheight=3D416 bcm2708.boardrev=3D0xe bcm2708.serial=3D0x???????? smsc95xx.macaddr=3D??:??:??:??:?? is added automatically. The part dwc_otg.lpm_enable=3D0 console=3DttyAMA0,115200 kgdboc=3DttyAMA0,115200 console=3Dtty1 root=3D/dev/mmcblk0p2 rootfstype=3Dext4 rootwait comes from cmdline.txt. It's not possible to tell for sure then one ends and the other starts. Does anyone see any problem with prepending the arguments GRUB itself received to the kernel command line on all platforms using ATAGs? --4VwAqkrSSKII6RjWtWkQ17AWahXAm5twD 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/ iF4EAREKAAYFAlK2KBIACgkQmBXlbbo5nOt/6QD/Xy4xczKGv8h6fGwoLhek0zSM l/xEwwP+P62RIkb+4XMA/jl6wzx4ynJ6EZZS4z/ez5eY/USn22N2p1gzoH9hGGLY =0Q/G -----END PGP SIGNATURE----- --4VwAqkrSSKII6RjWtWkQ17AWahXAm5twD--