From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott McNutt Date: Fri, 02 Jan 2004 14:55:14 -0500 Subject: [U-Boot-Users] Nios ASMI patch Message-ID: <3FF5CCA2.9030108@psyent.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de This patch adds support for the Nios Active Serial Memory Interface on Cyclone devices. The following commands are included in the patch: asmi erase start [end] - erase sector start or sectors start through end. asmi info - display ASMI device information. asmi protect on | off - turn device protection on or off. asmi read addr offset count - read count bytes from offset to addr. asmi write addr offset count - write count bytes to offset from addr. asmi verify addr offset count - verify count bytes at offset from addr. Regards, --Scott -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: nios-asmi.patch Url: http://lists.denx.de/pipermail/u-boot/attachments/20040102/5d4a560f/attachment.txt