From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from tim.rpsys.net (93-97-173-237.zone5.bethere.co.uk [93.97.173.237]) by mx1.pokylinux.org (Postfix) with ESMTP id B92634C8090C for ; Tue, 15 Feb 2011 13:26:17 -0600 (CST) Received: from localhost (localhost [127.0.0.1]) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id p1FJQEIn029292; Tue, 15 Feb 2011 19:26:14 GMT Received: from tim.rpsys.net ([127.0.0.1]) by localhost (tim.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 29074-04; Tue, 15 Feb 2011 19:26:10 +0000 (GMT) Received: from [192.168.3.10] ([192.168.3.10]) (authenticated bits=0) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id p1FJQ8Hd029286 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 15 Feb 2011 19:26:08 GMT From: Richard Purdie To: Darren Hart In-Reply-To: <0646bf8cbd7a19bfc12f4a71506428e3c0780df9.1297724276.git.dvhart@linux.intel.com> References: <0646bf8cbd7a19bfc12f4a71506428e3c0780df9.1297724276.git.dvhart@linux.intel.com> Date: Tue, 15 Feb 2011 19:26:05 +0000 Message-ID: <1297797965.4945.369.camel@rex> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 X-Virus-Scanned: amavisd-new at rpsys.net Cc: poky@yoctoproject.org Subject: Re: [PATCH] README.hardware: update the beagleboard serial port documentation X-BeenThere: poky@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Poky build system developer discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Feb 2011 19:26:18 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Mon, 2011-02-14 at 14:59 -0800, Darren Hart wrote: > From: Darren Hart > > Pull URL: git://git.pokylinux.org/poky-contrib.git > Branch: dvhart/beagle > Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dvhart/beagle > > Thanks, > Darren Hart > > Update the README.hardware beagleboard description to account for the use > of the OMAP_SERIAL in recent kernel recipes. Add a note documenting how to > use the old 8250 based serial devices for older kernels. > > Correct a type. > > Correct the boot script name from user.scr to boot.scr. > > Signed-off-by: Darren Hart > CC: Gary Thomas Merged to master, thanks. Richard