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

    <title>flash_v2: packages/redboot/current/src/flash.c history</title>
    <description>packages/redboot/current/src/flash.c revision history</description>
    <item>
    <title>Eliminate cyg_flash_code_overlaps()</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/172edf8a96d8/packages/redboot/current/src/flash.c</link>
    <description><![CDATA[Eliminate cyg_flash_code_overlaps()]]></description>
    <author>&#98;&#97;&#114;&#116;&#118;</author>
    <pubDate>Sun, 21 Nov 2004 18:39:15 +0000</pubDate>
</item>
<item>
    <title>Fix flash boundary calculation</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/699be933fd5e/packages/redboot/current/src/flash.c</link>
    <description><![CDATA[Fix flash boundary calculation]]></description>
    <author>&#98;&#97;&#114;&#116;&#118;</author>
    <pubDate>Sat, 20 Nov 2004 18:24:15 +0000</pubDate>
</item>
<item>
    <title>* src/flash.c (do_flash_init): Fix compiler warning about an</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/dcf02dfe567d/packages/redboot/current/src/flash.c</link>
    <description><![CDATA[* src/flash.c (do_flash_init): Fix compiler warning about an<br/>
       unused variable.]]></description>
    <author>&#97;&#115;&#108;</author>
    <pubDate>Thu, 07 Oct 2004 08:13:49 +0000</pubDate>
</item>
<item>
    <title>* src/flash.c (do_flash_init): We need info independent of</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/6aedf0a683e4/packages/redboot/current/src/flash.c</link>
    <description><![CDATA[* src/flash.c (do_flash_init): We need info independent of<br/>
        CYGNUM_REDBOOT_FLASH_BASE being set or not.]]></description>
    <author>&#97;&#115;&#108;</author>
    <pubDate>Wed, 06 Oct 2004 09:49:55 +0000</pubDate>
</item>
<item>
    <title>* src/flash.c (do_flash_init): cyg_flash_get_limits has been removed.</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/16115b7a4b8c/packages/redboot/current/src/flash.c</link>
    <description><![CDATA[* src/flash.c (do_flash_init): cyg_flash_get_limits has been removed.<br/>
	Reimplement this functionality using other calls.]]></description>
    <author>&#97;&#115;&#108;</author>
    <pubDate>Sat, 21 Aug 2004 13:47:12 +0000</pubDate>
</item>
<item>
    <title>* cdl/redboot.cdl: Fixed the type of CYGNUM_REDBOOT_FLASH_BASE</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/faaea4243d52/packages/redboot/current/src/flash.c</link>
    <description><![CDATA[* cdl/redboot.cdl: Fixed the type of CYGNUM_REDBOOT_FLASH_BASE<br/>
        * src/flash.c (fis_[un]lock): Fix compiler warnings<br/>
        * src/flash.c (do_flash_init): Removed the MIPS br0ken condition<br/>
        which i wrongly added. My problem was actually a / 0. This roundup<br/>
        is needed otherwise the workspace goes off the end of the RAM.]]></description>
    <author>&#97;&#115;&#108;</author>
    <pubDate>Mon, 16 Aug 2004 08:35:33 +0000</pubDate>
</item>
<item>
    <title>* src/flash.c:</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/bbdd4a302a64/packages/redboot/current/src/flash.c</link>
    <description><![CDATA[* src/flash.c:<br/>
	* src/fconfig.c: Make use of the new flash API.]]></description>
    <author>&#97;&#115;&#108;</author>
    <pubDate>Thu, 05 Aug 2004 13:18:48 +0000</pubDate>
</item>
<item>
    <title>* src/flash.c (find_free): fix endless loop when removing a</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/b548ac5af76c/packages/redboot/current/src/flash.c</link>
    <description><![CDATA[* src/flash.c (find_free): fix endless loop when removing a<br/>
        collapsed chunk from chunk table. Found by Laurent Gonzalez<br/>
        (fis_load): Fixed a compiler warning.]]></description>
    <author>&#97;&#115;&#108;</author>
    <pubDate>Fri, 25 Jun 2004 15:49:43 +0000</pubDate>
</item>
<item>
    <title>Fix CRC checking on load</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/1bf3513602bc/packages/redboot/current/src/flash.c</link>
    <description><![CDATA[Fix CRC checking on load]]></description>
    <author>&#103;&#116;&#104;&#111;&#109;&#97;&#115;</author>
    <pubDate>Wed, 05 May 2004 10:44:30 +0000</pubDate>
</item>
<item>
    <title>Add checking (assert) for size of option arrays.  Also fix port for TFTP on little endian systems.</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/43a89c18d005/packages/redboot/current/src/flash.c</link>
    <description><![CDATA[Add checking (assert) for size of option arrays.  Also fix port for TFTP on little endian systems.]]></description>
    <author>&#103;&#116;&#104;&#111;&#109;&#97;&#115;</author>
    <pubDate>Fri, 23 Apr 2004 20:38:17 +0000</pubDate>
</item>
<item>
    <title>Cleanups to remove warnings</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/c4355f101bf6/packages/redboot/current/src/flash.c</link>
    <description><![CDATA[Cleanups to remove warnings]]></description>
    <author>&#103;&#116;&#104;&#111;&#109;&#97;&#115;</author>
    <pubDate>Tue, 24 Feb 2004 14:15:14 +0000</pubDate>
</item>
<item>
    <title>* cdl/redboot.cdl: Bring CYGNUM_REDBOOT_LOAD_ZLIB_BUFFER under</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/8b3549abe4ac/packages/redboot/current/src/flash.c</link>
    <description><![CDATA[* cdl/redboot.cdl: Bring CYGNUM_REDBOOT_LOAD_ZLIB_BUFFER under<br/>
	CYGBLD_BUILD_REDBOOT_WITH_ZLIB. Add CYGPRI_REDBOOT_ZLIB_FLASH to<br/>
	control whether decompression can be used with flash images.<br/>
	* src/flash.c: Use CYGPRI_REDBOOT_ZLIB_FLASH instead of<br/>
	CYGPKG_COMPRESS_ZLIB.<br/>
	* src/load.c: Use CYGBLD_BUILD_REDBOOT_WITH_ZLIB in place of<br/>
	CYGPKG_COMPRESS_ZLIB.<br/>
	* src/main.c: only set fis_zlib_common_buffer if<br/>
	CYGPRI_REDBOOT_ZLIB_FLASH.]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Wed, 11 Feb 2004 13:40:53 +0000</pubDate>
</item>
<item>
    <title>* src/flash.c: Remove references to FLASH_MIN_WORKSPACE.</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/bce4d2e47e78/packages/redboot/current/src/flash.c</link>
    <description><![CDATA[* src/flash.c: Remove references to FLASH_MIN_WORKSPACE.]]></description>
    <author>&#97;&#115;&#108;</author>
    <pubDate>Mon, 24 Nov 2003 12:17:50 +0000</pubDate>
</item>
<item>
    <title>* src/flash.c: flash_init() no longer takes three args.</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/5503490aa292/packages/redboot/current/src/flash.c</link>
    <description><![CDATA[* src/flash.c: flash_init() no longer takes three args.]]></description>
    <author>&#97;&#115;&#108;</author>
    <pubDate>Mon, 24 Nov 2003 11:23:47 +0000</pubDate>
</item>
<item>
    <title>Remove misleading &quot;warning&quot;</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/c8903ba86828/packages/redboot/current/src/flash.c</link>
    <description><![CDATA[Remove misleading &quot;warning&quot;]]></description>
    <author>&#103;&#116;&#104;&#111;&#109;&#97;&#115;</author>
    <pubDate>Fri, 07 Nov 2003 17:42:11 +0000</pubDate>
</item>
<item>
    <title>Fix 'fis free' list handling - from Chris Garry</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/4444f5b3be7b/packages/redboot/current/src/flash.c</link>
    <description><![CDATA[Fix 'fis free' list handling - from Chris Garry]]></description>
    <author>&#103;&#116;&#104;&#111;&#109;&#97;&#115;</author>
    <pubDate>Tue, 04 Nov 2003 14:06:33 +0000</pubDate>
</item>
<item>
    <title>Improve FIS directory handling - should work with small block size devices</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/08edfb52f9cd/packages/redboot/current/src/flash.c</link>
    <description><![CDATA[Improve FIS directory handling - should work with small block size devices]]></description>
    <author>&#103;&#116;&#104;&#111;&#109;&#97;&#115;</author>
    <pubDate>Wed, 15 Oct 2003 15:52:02 +0000</pubDate>
</item>
<item>
    <title>Verify FLASH addresses to be free during create</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/25b536d4b2bc/packages/redboot/current/src/flash.c</link>
    <description><![CDATA[Verify FLASH addresses to be free during create]]></description>
    <author>&#103;&#116;&#104;&#111;&#109;&#97;&#115;</author>
    <pubDate>Sun, 12 Oct 2003 11:39:06 +0000</pubDate>
</item>
<item>
    <title>Make 'fis free' use the FIS directory to determine what's free</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/4212c82ebff6/packages/redboot/current/src/flash.c</link>
    <description><![CDATA[Make 'fis free' use the FIS directory to determine what's free]]></description>
    <author>&#103;&#116;&#104;&#111;&#109;&#97;&#115;</author>
    <pubDate>Sat, 11 Oct 2003 21:22:32 +0000</pubDate>
</item>
<item>
    <title>Improve image size/length check</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/5e8ec925adf2/packages/redboot/current/src/flash.c</link>
    <description><![CDATA[Improve image size/length check]]></description>
    <author>&#103;&#116;&#104;&#111;&#109;&#97;&#115;</author>
    <pubDate>Thu, 09 Oct 2003 21:34:03 +0000</pubDate>
</item>
<item>
    <title>Print FIS directory in sorted order</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/eaf1a693566b/packages/redboot/current/src/flash.c</link>
    <description><![CDATA[Print FIS directory in sorted order]]></description>
    <author>&#103;&#116;&#104;&#111;&#109;&#97;&#115;</author>
    <pubDate>Mon, 06 Oct 2003 15:42:05 +0000</pubDate>
</item>
<item>
    <title>Minor fconfig fixes</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/205922255412/packages/redboot/current/src/flash.c</link>
    <description><![CDATA[Minor fconfig fixes]]></description>
    <author>&#103;&#116;&#104;&#111;&#109;&#97;&#115;</author>
    <pubDate>Fri, 03 Oct 2003 23:49:20 +0000</pubDate>
</item>
<item>
    <title>Fix broken FIS free/create</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/dc8c964619a0/packages/redboot/current/src/flash.c</link>
    <description><![CDATA[Fix broken FIS free/create]]></description>
    <author>&#103;&#116;&#104;&#111;&#109;&#97;&#115;</author>
    <pubDate>Fri, 26 Sep 2003 18:44:01 +0000</pubDate>
</item>
<item>
    <title>New platform - TAMS MOAB - and generic changes to support it</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/dbcfe4e0dbd2/packages/redboot/current/src/flash.c</link>
    <description><![CDATA[New platform - TAMS MOAB - and generic changes to support it]]></description>
    <author>&#103;&#116;&#104;&#111;&#109;&#97;&#115;</author>
    <pubDate>Fri, 19 Sep 2003 17:11:18 +0000</pubDate>
</item>
<item>
    <title>IP default value wrong</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/517229d4051f/packages/redboot/current/src/flash.c</link>
    <description><![CDATA[IP default value wrong]]></description>
    <author>&#103;&#116;&#104;&#111;&#109;&#97;&#115;</author>
    <pubDate>Tue, 09 Sep 2003 21:28:58 +0000</pubDate>
</item>
<item>
    <title>Default values were wrong for IP &amp; ESA types</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/d29c92c6375a/packages/redboot/current/src/flash.c</link>
    <description><![CDATA[Default values were wrong for IP &amp; ESA types]]></description>
    <author>&#103;&#116;&#104;&#111;&#109;&#97;&#115;</author>
    <pubDate>Tue, 09 Sep 2003 14:40:20 +0000</pubDate>
</item>
<item>
    <title>Improve stand-alone networking speeds.</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/83f799d5b41a/packages/redboot/current/src/flash.c</link>
    <description><![CDATA[Improve stand-alone networking speeds.]]></description>
    <author>&#103;&#116;&#104;&#111;&#109;&#97;&#115;</author>
    <pubDate>Tue, 19 Aug 2003 17:23:01 +0000</pubDate>
</item>
<item>
    <title>* src/flash.c (fis_find_free)</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/3067974be2f3/packages/redboot/current/src/flash.c</link>
    <description><![CDATA[* src/flash.c (fis_find_free)<br/>
        * src/flash.c (fis_free): Do not search areas reserved for RedBoot<br/>
        when scanning for free space.]]></description>
    <author>&#97;&#115;&#108;</author>
    <pubDate>Sun, 27 Jul 2003 10:13:24 +0000</pubDate>
</item>
<item>
    <title>flash_get_config fix</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/7071bcbe4d30/packages/redboot/current/src/flash.c</link>
    <description><![CDATA[flash_get_config fix]]></description>
    <author>&#109;&#115;&#97;&#108;&#116;&#101;&#114;</author>
    <pubDate>Wed, 14 May 2003 20:12:54 +0000</pubDate>
</item>
<item>
    <title>* src/flash.c: Only perform RAM check in fis load command when</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/0138b3d6b8a0/packages/redboot/current/src/flash.c</link>
    <description><![CDATA[* src/flash.c: Only perform RAM check in fis load command when<br/>
	CYGSEM_REDBOOT_VALIDATE_USER_RAM_LOADS = 1]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Thu, 24 Apr 2003 03:33:04 +0000</pubDate>
</item>
<item>
    <title>support multiple net drivers in RedBoot</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/23fd347aba65/packages/redboot/current/src/flash.c</link>
    <description><![CDATA[support multiple net drivers in RedBoot]]></description>
    <author>&#109;&#115;&#97;&#108;&#116;&#101;&#114;</author>
    <pubDate>Thu, 20 Mar 2003 15:44:39 +0000</pubDate>
</item>
<item>
    <title>Export RedBoot FIS functions - from Knud Woehler &lt;knud.woehler@microplex.de&gt;</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/a2dfa8bf3c57/packages/redboot/current/src/flash.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>Min BOOTP/vendor size.  Fix typo in FIS/DELETE.</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/38dad94e75ce/packages/redboot/current/src/flash.c</link>
    <description><![CDATA[Min BOOTP/vendor size.  Fix typo in FIS/DELETE.]]></description>
    <author>&#103;&#116;&#104;&#111;&#109;&#97;&#115;</author>
    <pubDate>Thu, 24 Oct 2002 18:32:24 +0000</pubDate>
</item>
<item>
    <title>Improve FLASH create - from Thomas Koeller</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/113a540ea6db/packages/redboot/current/src/flash.c</link>
    <description><![CDATA[Improve FLASH create - from Thomas Koeller]]></description>
    <author>&#103;&#116;&#104;&#111;&#109;&#97;&#115;</author>
    <pubDate>Tue, 27 Aug 2002 11:06:48 +0000</pubDate>
</item>
<item>
    <title>Better memory use vis FIS &amp; ZLIB - from Thomas Koeller</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/906a5d289c6d/packages/redboot/current/src/flash.c</link>
    <description><![CDATA[Better memory use vis FIS &amp; ZLIB - from Thomas Koeller]]></description>
    <author>&#103;&#116;&#104;&#111;&#109;&#97;&#115;</author>
    <pubDate>Sat, 24 Aug 2002 11:34:49 +0000</pubDate>
</item>
<item>
    <title>* src/crc.c: Removed. Replaced with the CRC package.</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/3e80ecaaa3f8/packages/redboot/current/src/flash.c</link>
    <description><![CDATA[* src/crc.c: Removed. Replaced with the CRC package.<br/>
        * src/cksum.c: Removed the posix_crc function.<br/>
        * src/flash.c: Use the crc package crc functions.<br/>
        * src/xyzModem.c: Ditto<br/>
        * include/redboot.h: Use the crc package include file.<br/>
        * cdl/redboot.cdl: removed crc.c]]></description>
    <author>&#97;&#115;&#108;</author>
    <pubDate>Mon, 12 Aug 2002 07:54:52 +0000</pubDate>
</item>
<item>
    <title>From Jani Monoses: fix HTTP loading, FIS delete</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/96e3418e1f5b/packages/redboot/current/src/flash.c</link>
    <description><![CDATA[From Jani Monoses: fix HTTP loading, FIS delete]]></description>
    <author>&#103;&#116;&#104;&#111;&#109;&#97;&#115;</author>
    <pubDate>Fri, 09 Aug 2002 13:20:32 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2002-05-23-21:39:14-BST</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/d2c90368aeef/packages/redboot/current/src/flash.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.ecoscentric.com/flash_v2/log/e0c0827131d1/packages/redboot/current/src/flash.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>
<item>
    <title>Merge from eCos master repository on 2002-01-11-06:43:03-GMT</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/353a011b23b8/packages/redboot/current/src/flash.c</link>
    <description><![CDATA[Merge from eCos master repository on 2002-01-11-06:43:03-GMT]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Fri, 11 Jan 2002 16:53:46 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2001-12-07-11:40:47-GMT</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/ea3f0bd33a73/packages/redboot/current/src/flash.c</link>
    <description><![CDATA[Merge from eCos master repository on 2001-12-07-11:40:47-GMT]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Fri, 07 Dec 2001 14:15:03 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2001-11-23-15:32:03-GMT</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/9b55e9c69693/packages/redboot/current/src/flash.c</link>
    <description><![CDATA[Merge from eCos master repository on 2001-11-23-15:32:03-GMT]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Fri, 23 Nov 2001 17:12:52 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2001-11-02-06:43:03-GMT</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/67850532eebb/packages/redboot/current/src/flash.c</link>
    <description><![CDATA[Merge from eCos master repository on 2001-11-02-06:43:03-GMT]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Fri, 02 Nov 2001 16:12:33 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2001-10-19-06:43:02-BST</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/678094f34118/packages/redboot/current/src/flash.c</link>
    <description><![CDATA[Merge from eCos master repository on 2001-10-19-06:43:02-BST]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Fri, 19 Oct 2001 07:02:26 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2001-10-02-17:59:22-BST</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/022f1e506033/packages/redboot/current/src/flash.c</link>
    <description><![CDATA[Merge from eCos master repository on 2001-10-02-17:59:22-BST]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Tue, 02 Oct 2001 18:28:24 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2001-09-12-03:52:30-BST</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/9160a8005d76/packages/redboot/current/src/flash.c</link>
    <description><![CDATA[Merge from eCos master repository on 2001-09-12-03:52:30-BST]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Wed, 12 Sep 2001 04:21:13 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2001-09-07-06:43:02-BST</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/f62680ef1804/packages/redboot/current/src/flash.c</link>
    <description><![CDATA[Merge from eCos master repository on 2001-09-07-06:43:02-BST]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Wed, 12 Sep 2001 00:59:17 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2001-08-17-16:31:54-BST</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/391299f9e541/packages/redboot/current/src/flash.c</link>
    <description><![CDATA[Merge from eCos master repository on 2001-08-17-16:31:54-BST]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Fri, 17 Aug 2001 16:37:36 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2001-08-10-19:22:57-BST</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/4c750ce71ae3/packages/redboot/current/src/flash.c</link>
    <description><![CDATA[Merge from eCos master repository on 2001-08-10-19:22:57-BST]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Fri, 10 Aug 2001 19:27:55 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2001-07-28-00:17:32-BST</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/38892b97b685/packages/redboot/current/src/flash.c</link>
    <description><![CDATA[Merge from eCos master repository on 2001-07-28-00:17:32-BST]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Sun, 29 Jul 2001 02:00:07 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2001-07-20-10:24:43-BST</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/cd45958b28ff/packages/redboot/current/src/flash.c</link>
    <description><![CDATA[Merge from eCos master repository on 2001-07-20-10:24:43-BST]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Fri, 20 Jul 2001 10:23:16 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2001-07-18-03:13:25-BST</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/42f843b391aa/packages/redboot/current/src/flash.c</link>
    <description><![CDATA[Merge from eCos master repository on 2001-07-18-03:13:25-BST]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Wed, 18 Jul 2001 11:38:39 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2001-06-29-06:43:03-BST</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/d63db767121d/packages/redboot/current/src/flash.c</link>
    <description><![CDATA[Merge from eCos master repository on 2001-06-29-06:43:03-BST]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Fri, 29 Jun 2001 07:16:25 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2001-06-15-06:43:03-BST</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/2395031e7a66/packages/redboot/current/src/flash.c</link>
    <description><![CDATA[Merge from eCos master repository on 2001-06-15-06:43:03-BST]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Fri, 15 Jun 2001 22:45:04 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2001-06-08-21:11:51-BST</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/ac086aa3217e/packages/redboot/current/src/flash.c</link>
    <description><![CDATA[Merge from eCos master repository on 2001-06-08-21:11:51-BST]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Sun, 10 Jun 2001 19:35:23 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2001-06-01-18:52:13-BST</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/0d0f03f76f6a/packages/redboot/current/src/flash.c</link>
    <description><![CDATA[Merge from eCos master repository on 2001-06-01-18:52:13-BST]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Fri, 01 Jun 2001 22:16:29 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2001-05-18-01:30:05-BST</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/511f4dc167f6/packages/redboot/current/src/flash.c</link>
    <description><![CDATA[Merge from eCos master repository on 2001-05-18-01:30:05-BST]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Fri, 18 May 2001 06:32:28 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2001-04-06-18:28:36-BST</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/b65ec671dd4c/packages/redboot/current/src/flash.c</link>
    <description><![CDATA[Merge from eCos master repository on 2001-04-06-18:28:36-BST]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Fri, 06 Apr 2001 19:06:06 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2001-03-29-21:44:39-BST</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/b939e9cada46/packages/redboot/current/src/flash.c</link>
    <description><![CDATA[Merge from eCos master repository on 2001-03-29-21:44:39-BST]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Fri, 06 Apr 2001 17:20:13 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2001-02-26-23:18:05-GMT</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/e2d866e32dac/packages/redboot/current/src/flash.c</link>
    <description><![CDATA[Merge from eCos master repository on 2001-02-26-23:18:05-GMT]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Tue, 27 Feb 2001 01:21:45 +0000</pubDate>
</item>

  </channel>
</rss>
