<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <link>https://hg-pub.ecoscentric.com/flash_v2/</link>
    <language>en-us</language>

    <title>flash_v2: packages/io/flash/current/src/flashiodev.c history</title>
    <description>packages/io/flash/current/src/flashiodev.c revision history</description>
    <item>
    <title>V2 flash header files clean-up. Eliminate flash_priv.h, moving the</title>
    <link>https://hg-pub.ecoscentric.com/flash_v2/log/96ec7e534d98/packages/io/flash/current/src/flashiodev.c</link>
    <description><![CDATA[V2 flash header files clean-up. Eliminate flash_priv.h, moving the<br/>
functionality into flash_dev.h instead.]]></description>
    <author>&#98;&#97;&#114;&#116;&#118;</author>
    <pubDate>Tue, 22 Feb 2005 21:03:43 +0000</pubDate>
</item>
<item>
    <title>* removed the functions cyg_flash_get_limits and</title>
    <link>https://hg-pub.ecoscentric.com/flash_v2/log/c4240af0fa28/packages/io/flash/current/src/flashiodev.c</link>
    <description><![CDATA[* removed the functions cyg_flash_get_limits and<br/>
        cyg_flash_get_block_info. Reimplemented the legacy functions<br/>
        that depended on them and flashiodev.c]]></description>
    <author>&#97;&#115;&#108;</author>
    <pubDate>Sat, 21 Aug 2004 13:47:55 +0000</pubDate>
</item>
<item>
    <title>* src/flashiodev.c Ordering problem again. If an invalid name is</title>
    <link>https://hg-pub.ecoscentric.com/flash_v2/log/c506b95a6346/packages/io/flash/current/src/flashiodev.c</link>
    <description><![CDATA[* src/flashiodev.c Ordering problem again. If an invalid name is<br/>
       configured the lookup would fail and it then was impossible to do<br/>
       a cyg_io_config_set. Lookup cannot fail because the name does not<br/>
       exist in FIS.]]></description>
    <author>&#97;&#115;&#108;</author>
    <pubDate>Sat, 21 Aug 2004 11:53:41 +0000</pubDate>
</item>
<item>
    <title>* src/flash.c: Make the flock lock/unlock code compile without</title>
    <link>https://hg-pub.ecoscentric.com/flash_v2/log/868c3fa9315f/packages/io/flash/current/src/flashiodev.c</link>
    <description><![CDATA[* src/flash.c: Make the flock lock/unlock code compile without<br/>
        warnings.<br/>
        * src/flashiodev.c (flashiodev_lookup): Only initialize the device<br/>
        if we have not already been initialized via cyg_set_config().<br/>
        This stopped redboots mount -f working.<br/>
        * src/flashiodev.c (flashiodev_lookup): Moved most of the<br/>
        flashiodev_init into this new function. This fixed the ordering<br/>
        issue with redboot startup. When doing a FIS name lookup in<br/>
        flashiodev_init, redboot was not yet nitialised so lookup<br/>
        failed. Moving this into flashiodev_lookup solves this problem.<br/>
        Its now possible for redboot to mount the jffs2 filesystem with<br/>
        -d /dev/flash1.]]></description>
    <author>&#97;&#115;&#108;</author>
    <pubDate>Mon, 16 Aug 2004 08:33:41 +0000</pubDate>
</item>
<item>
    <title>* src/flashiodev.c (flashiodev_lookup): Moved most of the</title>
    <link>https://hg-pub.ecoscentric.com/flash_v2/log/39063f315a19/packages/io/flash/current/src/flashiodev.c</link>
    <description><![CDATA[* src/flashiodev.c (flashiodev_lookup): Moved most of the<br/>
       flashiodev_init into this new function. This fixed the ordering<br/>
       issue with redboot startup. When doing a FIS name lookup in<br/>
       flashiodev_init, redboot was not yet initialized so lookup<br/>
       failed. Moving this into flashiodev_lookup solves this problem.<br/>
       Its now possible for redboot to mount the jffs2 filesystem with<br/>
       -d /dev/flash1.]]></description>
    <author>&#97;&#115;&#108;</author>
    <pubDate>Thu, 12 Aug 2004 18:57:38 +0000</pubDate>
</item>
<item>
    <title>* src/flashiodev.c: Fix typo in macro and configuration options</title>
    <link>https://hg-pub.ecoscentric.com/flash_v2/log/3bafac44ac03/packages/io/flash/current/src/flashiodev.c</link>
    <description><![CDATA[* src/flashiodev.c: Fix typo in macro and configuration options]]></description>
    <author>&#97;&#115;&#108;</author>
    <pubDate>Fri, 06 Aug 2004 11:18:33 +0000</pubDate>
</item>
<item>
    <title>* src/flash.c: Major rewrite to implement a new API</title>
    <link>https://hg-pub.ecoscentric.com/flash_v2/log/3845779eca10/packages/io/flash/current/src/flashiodev.c</link>
    <description><![CDATA[* src/flash.c: Major rewrite to implement a new API<br/>
        * src/legacy_api.c: Support the legacy API<br/>
        * src/legacy_drv.c: Support the legacy driver API<br/>
        * src/flashiodev.c: Support the new API and multiple devices<br/>
        * include/flash_priv.h: Interface devices should use<br/>
        * cdl/io_flash.cdl: Updates for new interface and multiple devices.]]></description>
    <author>&#97;&#115;&#108;</author>
    <pubDate>Thu, 05 Aug 2004 13:50:00 +0000</pubDate>
</item>
<item>
    <title>* src/flashiodev.c: When checking flash upper bound, allow for end</title>
    <link>https://hg-pub.ecoscentric.com/flash_v2/log/5118f42e7e62/packages/io/flash/current/src/flashiodev.c</link>
    <description><![CDATA[* src/flashiodev.c: When checking flash upper bound, allow for end<br/>
	of flash at 0xffffffff.]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Thu, 29 Apr 2004 06:37:56 +0000</pubDate>
</item>
<item>
    <title>Specify flash block device names at runtime - from David Woodhouse</title>
    <link>https://hg-pub.ecoscentric.com/flash_v2/log/5e52f3febc7d/packages/io/flash/current/src/flashiodev.c</link>
    <description><![CDATA[Specify flash block device names at runtime - from David Woodhouse]]></description>
    <author>&#103;&#116;&#104;&#111;&#109;&#97;&#115;</author>
    <pubDate>Mon, 01 Dec 2003 14:33:47 +0000</pubDate>
</item>
<item>
    <title>* src/flashiodev.c (flashiodev_bwrite): Use flash_read rather than</title>
    <link>https://hg-pub.ecoscentric.com/flash_v2/log/c1f61c891552/packages/io/flash/current/src/flashiodev.c</link>
    <description><![CDATA[* src/flashiodev.c (flashiodev_bwrite): Use flash_read rather than<br/>
        directly doing a memcpy.]]></description>
    <author>&#97;&#115;&#108;</author>
    <pubDate>Mon, 24 Nov 2003 11:38:59 +0000</pubDate>
</item>
<item>
    <title>* src/flash.c:</title>
    <link>https://hg-pub.ecoscentric.com/flash_v2/log/587b0b1c6927/packages/io/flash/current/src/flashiodev.c</link>
    <description><![CDATA[* src/flash.c:<br/>
	* src/flashiodev.c:<br/>
	* include/flash.h: Remove references to work_space and work_space_size<br/>
	since they are no longer used.]]></description>
    <author>&#97;&#115;&#108;</author>
    <pubDate>Mon, 24 Nov 2003 11:22:41 +0000</pubDate>
</item>
<item>
    <title>Fix compile/syntax error - from Thomas Koeller</title>
    <link>https://hg-pub.ecoscentric.com/flash_v2/log/3c5c8c8ffa30/packages/io/flash/current/src/flashiodev.c</link>
    <description><![CDATA[Fix compile/syntax error - from Thomas Koeller]]></description>
    <author>&#103;&#116;&#104;&#111;&#109;&#97;&#115;</author>
    <pubDate>Wed, 19 Mar 2003 14:14:56 +0000</pubDate>
</item>
<item>
    <title>Export RedBoot FIS functions - from Knud Woehler &lt;knud.woehler@microplex.de&gt;</title>
    <link>https://hg-pub.ecoscentric.com/flash_v2/log/a2dfa8bf3c57/packages/io/flash/current/src/flashiodev.c</link>
    <description><![CDATA[Export RedBoot FIS functions - from Knud Woehler &lt;knud.woehler@microplex.de&gt;]]></description>
    <author>&#103;&#116;&#104;&#111;&#109;&#97;&#115;</author>
    <pubDate>Mon, 03 Mar 2003 17:09:56 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2002-05-23-21:39:14-BST</title>
    <link>https://hg-pub.ecoscentric.com/flash_v2/log/d2c90368aeef/packages/io/flash/current/src/flashiodev.c</link>
    <description><![CDATA[Merge from eCos master repository on 2002-05-23-21:39:14-BST]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Thu, 23 May 2002 22:59:51 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2002-05-20-20:11:54-BST</title>
    <link>https://hg-pub.ecoscentric.com/flash_v2/log/e0c0827131d1/packages/io/flash/current/src/flashiodev.c</link>
    <description><![CDATA[Merge from eCos master repository on 2002-05-20-20:11:54-BST]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Mon, 20 May 2002 22:19:26 +0000</pubDate>
</item>

  </channel>
</rss>
