From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Fri, 27 Nov 2015 13:29:20 +0100 Subject: [U-Boot] [PATCH v2] arm: socfpga: Enable load zImage and Linux DTB from USB In-Reply-To: <1448627014.2125.17.camel@altera.com> References: <1448591802-2234-1-git-send-email-clsee@altera.com> <201511271136.44495.marex@denx.de> <1448627014.2125.17.camel@altera.com> Message-ID: <201511271329.20132.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Friday, November 27, 2015 at 01:23:34 PM, Chin Liang See wrote: > On Fri, 2015-11-27 at 11:36 +0100, Marek Vasut wrote: > > On Friday, November 27, 2015 at 03:36:42 AM, Chin Liang See wrote: > > > Adding new environment usbload which will load zImage and > > > Linux DTB from USB mass storage through FAT file system. > > > > > > Signed-off-by: Chin Liang See > > > Cc: Dinh Nguyen > > > Cc: Dinh Nguyen > > > Cc: Pavel Machek > > > Cc: Marek Vasut > > > Cc: Stefan Roese > > > --- > > > Changes for v2 > > > - Using load command instead of fatload > > > > The distro_bootcmd can do this and even let's you boot debian/fedora > > on such > > a machine in a standardized way. Should we switch to distro_bootcmd > > instead > > of adding new ad-hoc stuff ? > > It seems to me that we need to add script into the fs to get that work, > right? Yes, that's right. CCing Vagrant, he's the debian guru around here. Best regards, Marek Vasut