From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?=22David_M=FCller_=28ELSOFT_AG=29=22?= Date: Thu, 23 Jan 2003 11:29:51 +0100 Subject: [U-Boot-Users] directly execute linux zImage: cmd_bootz In-Reply-To: <200301230929.43765.h.schurig@mn-logistik.de> References: <200301221713.29387.h.schurig@mn-logistik.de> <3E2FA09A.508@elsoft.ch> <200301230929.43765.h.schurig@mn-logistik.de> Message-ID: <3E2FC41F.5040104@elsoft.ch> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Holger Schurig wrote: >>AFAICS 2.4 uses the tag list if there is one prepared by the bootloader. > > > No, it doesn't. See > > http://www.arm.linux.org.uk/developer/booting.php > I'm not speaking about the pointer to the tag list (which should be passed in r2, Linux 2.4 uses BOOT_PARAMS instead), i'm speacking about the tag list itself. Parameter passing from the bootloader to the kernel via the tag list is working, at least for me (using linux-2.4.19-rmk4 kernel). Dave