From owner-freebsd-hackers@FreeBSD.ORG Mon Nov 20 10:01:50 2006 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AE28916A415 for ; Mon, 20 Nov 2006 10:01:50 +0000 (UTC) (envelope-from aag.lists@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2510C43D66 for ; Mon, 20 Nov 2006 10:01:34 +0000 (GMT) (envelope-from aag.lists@gmail.com) Received: by py-out-1112.google.com with SMTP id f31so960993pyh for ; Mon, 20 Nov 2006 02:01:49 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=R63quovg3v+kArVFz+lkKY+yT7Z9E94wSgqQ1+ZQKARfVaoquQfpAhLFUldmWaD5NOKSiVaGb+DTIkLsKtWgNfx1OFcgdTRTR2V6m5UTJrykinezGau4CHZR4209OXiFTt78brLVT2qYUCI+jLufdRS724LPyUu4LnuMsWT9r6Q= Received: by 10.35.98.6 with SMTP id a6mr314365pym.1164016909003; Mon, 20 Nov 2006 02:01:49 -0800 (PST) Received: by 10.35.58.4 with HTTP; Mon, 20 Nov 2006 02:01:48 -0800 (PST) Message-ID: <2f3a439f0611200201h4a96d43ave4e62ff2da8bdcb2@mail.gmail.com> Date: Mon, 20 Nov 2006 15:31:48 +0530 From: "Aditya Godbole" To: freebsd-hackers@freebsd.org In-Reply-To: <200611161805.kAGI5w9b013112@peedub.jennejohn.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <2f3a439f0611160836r3c88c3f4ja9cc5a5f4b78a244@mail.gmail.com> <200611161805.kAGI5w9b013112@peedub.jennejohn.org> Subject: Re: Ramdisk support X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Nov 2006 10:01:50 -0000 On 11/16/06, Gary Jennejohn wrote: > Unfortunately, u-boot makes heavy use of Linux' support for rootdev, etc., > which AFAIK is missing in FreeBSD. It heavily depends on passing lots of > necessary information in the Linux command line to influence the boot > process. > > BTW do you have any patches which you could contribute, or have you already > done that? > Right now, I'm taking the kernel command line from u-boot and performing appropriate actions in my bootstrap code. On the freebsd-ppc list we are talking about possible ways to remove dependencies on a particular bootloader. Cheers. -- aditya