From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chin Liang See Date: Fri, 27 Nov 2015 20:23:34 +0800 Subject: [U-Boot] [PATCH v2] arm: socfpga: Enable load zImage and Linux DTB from USB In-Reply-To: <201511271136.44495.marex@denx.de> References: <1448591802-2234-1-git-send-email-clsee@altera.com> <201511271136.44495.marex@denx.de> Message-ID: <1448627014.2125.17.camel@altera.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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? Thanks Chin Liang > > Best regards, > Marek Vasut