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

    <title>ecos-v3_0-branch: packages/hal/arm/arch/current/ChangeLog history</title>
    <description>packages/hal/arm/arch/current/ChangeLog revision history</description>
    <item>
    <title>* cdl/hal_arm.cdl: Merge goals for CYGHWR_THUMB and</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/c71ab84ece95/packages/hal/arm/arch/current/ChangeLog</link>
    <description><![CDATA[* cdl/hal_arm.cdl: Merge goals for CYGHWR_THUMB and<br/>
  CYGBLD_ARM_ENABLE_THUMB_INTERWORK to allow selective application<br/>
  of CDL solutions within the eCos Configuration Tool.]]></description>
    <author>&#106;&#108;&#100;</author>
    <pubDate>Fri, 06 Mar 2009 16:44:49 +0000</pubDate>
</item>
<item>
    <title>* src/vectors.S: Use .type xxx, function everywhere where</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/a501465abec6/packages/hal/arm/arch/current/ChangeLog</link>
    <description><![CDATA[* src/vectors.S: Use .type xxx, function everywhere where<br/>
        a global associated with code is defined. Otherwise objdump<br/>
        treats it as data.]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Sat, 14 Feb 2009 02:49:09 +0000</pubDate>
</item>
<item>
    <title>Fix thinko in last checkin.</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/0f319c78e393/packages/hal/arm/arch/current/ChangeLog</link>
    <description><![CDATA[Fix thinko in last checkin.]]></description>
    <author>&#110;&#105;&#99;&#107;&#103;</author>
    <pubDate>Mon, 09 Feb 2009 16:46:42 +0000</pubDate>
</item>
<item>
    <title>* src/vectors.S (start): The loop to initialize BSS was using a</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/4db2c98d89f8/packages/hal/arm/arch/current/ChangeLog</link>
    <description><![CDATA[* src/vectors.S (start): The loop to initialize BSS was using a<br/>
	BLS to terminate. This caused an extra zero to be stored beyond<br/>
	the end of __bss_end. Usually this is benign, but when __bss_end<br/>
	is at the very top of RAM, and the hardware generates an exception<br/>
	for illegal accesses, this can crash the program before it even<br/>
	starts. The fix is to use a BLT instructions which will terminate<br/>
	the loop 1 word earlier.]]></description>
    <author>&#110;&#105;&#99;&#107;&#103;</author>
    <pubDate>Mon, 09 Feb 2009 15:34:49 +0000</pubDate>
</item>
<item>
    <title>Add architectural CFLAGS and LDFLAGS</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/644d2e82078f/packages/hal/arm/arch/current/ChangeLog</link>
    <description><![CDATA[Add architectural CFLAGS and LDFLAGS]]></description>
    <author>&#98;&#97;&#114;&#116;&#118;</author>
    <pubDate>Mon, 02 Feb 2009 19:02:40 +0000</pubDate>
</item>
<item>
    <title>Update all copyright banners to reflect FSF ownership; fix and improve licence text.</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/74dbf4c3f2e1/packages/hal/arm/arch/current/ChangeLog</link>
    <description><![CDATA[Update all copyright banners to reflect FSF ownership; fix and improve licence text.]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Thu, 29 Jan 2009 17:47:46 +0000</pubDate>
</item>
<item>
    <title>* src/arm.ld: Discard C++ EH-related sections when we can't</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/4ca9d5dac8b0/packages/hal/arm/arch/current/ChangeLog</link>
    <description><![CDATA[* src/arm.ld: Discard C++ EH-related sections when we can't<br/>
	possibly support C++ EH (no CYGPKG_LIBSTDCXX).<br/>
<br/>
	* src/hal_mk_defs.c: Also export HAL_BREAKINST_THUMB and<br/>
	HAL_BREAKINST_ARM to asm.<br/>
	* src/arm.ld: Revise alignment yet further. Maintain ALIGN_LMA<br/>
	at original value, but define alignment for use in compliance<br/>
	with AAPCS. Expand explanatory comments.<br/>
	(SECTION_text): Comply with AAPCS alignment when inserting<br/>
	.ARM.extab and .ARM.exidx.<br/>
<br/>
	* src/arm.ld: Rework alignment further to improve backward<br/>
	compatibility. Improve commenting on alignment issues.<br/>
<br/>
	* src/arm.ld: We need to be double-word aligned sometimes, so align<br/>
	LMA the same way too.<br/>
<br/>
	* cdl/hal_arm.cdl (CYGBLD_HAL_ARM_EABI): EABI has a different C++<br/>
	EH implementation, so don't let LIBSTDCXX use the default one.<br/>
<br/>
	* src/vectors.S: Correctly conditionalise overwriting (or not)<br/>
	of reset vector.<br/>
<br/>
	* src/hal_misc.c (CONSTRUCTORS_END): Fix fencepost error.<br/>
<br/>
	* include/arm_stub.h: Remove CYG_HAL_GDB_ENTER_CRITICAL_IO_REGION<br/>
	and CYG_HAL_GDB_LEAVE_CRITICAL_IO_REGION defines which should remain<br/>
	as their defaults.<br/>
	* src/arm.ld: Add SECTION_hal_vsr_table for targets which need the<br/>
	VSR table in a different location to the rest of the fixed vectors.<br/>
	* src/vectors.S: Allow hal_platform_setup.h to define<br/>
	CYGHWR_HAL_ARM_SEPARATE_VSR_TABLE to allow move of hal_vsr_table<br/>
	to its own section at a different address.<br/>
<br/>
	* src/hal_mk_defs.c (main): Export exception vector info<br/>
	to asm.<br/>
	* src/arm.ld: Remove previous EABI support and instead use a<br/>
	different approach incorporating into existing SECTION macros for<br/>
	better backward compatibility.<br/>
	* src/hal_misc.c (cyg_hal_invoke_constructors): Rewrite init_array<br/>
	support for EABI.<br/>
	There is now nothing copyrightable remaining from Chris Zimman's<br/>
	earlier work in this package.<br/>
<br/>
	* cdl/hal_arm.cdl: Rename EABI option. Set default from<br/>
	toolchain prefix and flags. Rewrite description.<br/>
	* include/hal_arch.h: Rename exception vector addresses to<br/>
	names less likely to potentially clash with applications.<br/>
	* src/vectors.S: Update vector address names in line with<br/>
	hal_arch.h change. Rename CYGNUM_HAL_VECTOR_TABLE -&gt;<br/>
	CYGHWR_HAL_VECTOR_TABLE_BASE.<br/>
<br/>
	Some of the following changes were inspired by work from Chris<br/>
	Zimman. Further changes were also provided, but have not been<br/>
	included because either they are cosmetic (whitespace changes<br/>
	etc.) and thus will only make it more difficult to merge in future<br/>
	updates from public eCos code base in future, increase code size<br/>
	for those who don't need it, or break compatibility with public<br/>
	eCos.<br/>
	* cdl/hal_arm.cdl: Add EABI build option.<br/>
	* include/hal_arch.h: Add extra CPSR definitions, and exception<br/>
	vector addresses.<br/>
	* src/arm.ld: Add EABI support.<br/>
	* src/hal_misc.c: Add EABI constructor support.<br/>
	* src/vectors.S: Allow variant/processor/platform to specify<br/>
	alternate vector table base. Use pretty names from hal_arch.h<br/>
	for vector offset/addresses.]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Tue, 11 Nov 2008 04:28:45 +0000</pubDate>
</item>
<item>
    <title>Use ACTUAL_CFLAGS - from Sergei Gavrikov</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/0a8fc051ac3b/packages/hal/arm/arch/current/ChangeLog</link>
    <description><![CDATA[Use ACTUAL_CFLAGS - from Sergei Gavrikov]]></description>
    <author>&#103;&#116;&#104;&#111;&#109;&#97;&#115;</author>
    <pubDate>Mon, 15 Oct 2007 11:28:06 +0000</pubDate>
</item>
<item>
    <title>* src/hal_misc.c: Include &lt;cyg/infra/diag.h&gt; to prevent compiler</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/b0a173ce7ffd/packages/hal/arm/arch/current/ChangeLog</link>
    <description><![CDATA[* src/hal_misc.c: Include &lt;cyg/infra/diag.h&gt; to prevent compiler<br/>
       warning when CYGHWR_HAL_ARM_DUMP_EXCEPTIONS is enabled.<br/>
       Reported by Sergei Gavrikov &lt;w3sg@SoftHome.net.]]></description>
    <author>&#97;&#115;&#108;</author>
    <pubDate>Tue, 11 Sep 2007 18:04:25 +0000</pubDate>
</item>
<item>
    <title>Fix for boot vectors on LPC2xxx platforms - on behalf of Sergei Gavrikov and Wang Cui</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/f0b2da61ab63/packages/hal/arm/arch/current/ChangeLog</link>
    <description><![CDATA[Fix for boot vectors on LPC2xxx platforms - on behalf of Sergei Gavrikov and Wang Cui]]></description>
    <author>&#103;&#116;&#104;&#111;&#109;&#97;&#115;</author>
    <pubDate>Sun, 04 Feb 2007 00:16:42 +0000</pubDate>
</item>
<item>
    <title>* src/arm-stub.c: Added string.h header (`memcpy' declaration).</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/bafbb0c01fb4/packages/hal/arm/arch/current/ChangeLog</link>
    <description><![CDATA[* src/arm-stub.c: Added string.h header (`memcpy' declaration).]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Mon, 15 Jan 2007 15:15:21 +0000</pubDate>
</item>
<item>
    <title>* include/basetype.h: (CYG_DOUBLE_BYTEORDER): Add proper</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/0f6dadbc02a9/packages/hal/arm/arch/current/ChangeLog</link>
    <description><![CDATA[* include/basetype.h: (CYG_DOUBLE_BYTEORDER): Add proper<br/>
        definition for VFP floating point format (uses &quot;natural&quot; byte<br/>
        order) on little-endian ARM.]]></description>
    <author>&#97;&#115;&#108;</author>
    <pubDate>Thu, 07 Sep 2006 09:32:35 +0000</pubDate>
</item>
<item>
    <title>* src/vectors.S: disable FIQ in IRQ handler to fix race condition</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/0141a9e24d21/packages/hal/arm/arch/current/ChangeLog</link>
    <description><![CDATA[* src/vectors.S: disable FIQ in IRQ handler to fix race condition<br/>
       recursively entering IRQ handler through FIQ handler. Remove<br/>
       unreferenced handle_IRQ_or_FIQ label.]]></description>
    <author>&#97;&#115;&#108;</author>
    <pubDate>Thu, 09 Feb 2006 16:47:39 +0000</pubDate>
</item>
<item>
    <title>* src/context.S (hal_thread_switch_context): Close race condition</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/fae1320c2db8/packages/hal/arm/arch/current/ChangeLog</link>
    <description><![CDATA[* src/context.S (hal_thread_switch_context): Close race condition<br/>
        that could cause corruption of the sp or lr registers.]]></description>
    <author>&#97;&#115;&#108;</author>
    <pubDate>Wed, 08 Feb 2006 12:06:38 +0000</pubDate>
</item>
<item>
    <title>* src/redboot_linux_exec.c: Added -t option which takes the</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/b2fa19bf91f1/packages/hal/arm/arch/current/ChangeLog</link>
    <description><![CDATA[* src/redboot_linux_exec.c: Added -t option which takes the<br/>
        physical address to copy to. Very useful for booting non-Linux<br/>
        operating systems.]]></description>
    <author>&#97;&#115;&#108;</author>
    <pubDate>Thu, 21 Apr 2005 18:17:54 +0000</pubDate>
</item>
<item>
    <title>* src/redboot_linux_exec.c (CYGARC_HAL_MMU_OFF_X): Fix compiler</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/72c130f0a30d/packages/hal/arm/arch/current/ChangeLog</link>
    <description><![CDATA[* src/redboot_linux_exec.c (CYGARC_HAL_MMU_OFF_X): Fix compiler<br/>
        warning about spaces after continuation character.]]></description>
    <author>&#97;&#115;&#108;</author>
    <pubDate>Thu, 03 Mar 2005 19:17:39 +0000</pubDate>
</item>
<item>
    <title>arm/arch/current/src/vectors.S: Allow DSRs in non-kernel configuration.</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/a10cfd6a2ddc/packages/hal/arm/arch/current/ChangeLog</link>
    <description><![CDATA[arm/arch/current/src/vectors.S: Allow DSRs in non-kernel configuration.]]></description>
    <author>&#106;&#97;&#110;&#105;</author>
    <pubDate>Tue, 23 Nov 2004 14:11:14 +0000</pubDate>
</item>
<item>
    <title>* src/arm_stub.c (target_ins): Added a cast to prevent a compiler</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/73eed70a0752/packages/hal/arm/arch/current/ChangeLog</link>
    <description><![CDATA[* src/arm_stub.c (target_ins): Added a cast to prevent a compiler<br/>
       warning.]]></description>
    <author>&#97;&#115;&#108;</author>
    <pubDate>Thu, 07 Oct 2004 07:53:50 +0000</pubDate>
</item>
<item>
    <title>Add -x option to ARM RedBoot exec command</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/aaa68fc7d7f9/packages/hal/arm/arch/current/ChangeLog</link>
    <description><![CDATA[Add -x option to ARM RedBoot exec command]]></description>
    <author>&#109;&#115;&#97;&#108;&#116;&#101;&#114;</author>
    <pubDate>Thu, 02 Sep 2004 16:30:51 +0000</pubDate>
</item>
<item>
    <title>Fix test for valid entry point (loaded data)</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/30d12b1c7bb0/packages/hal/arm/arch/current/ChangeLog</link>
    <description><![CDATA[Fix test for valid entry point (loaded data)]]></description>
    <author>&#103;&#116;&#104;&#111;&#109;&#97;&#115;</author>
    <pubDate>Wed, 07 Jul 2004 15:44:47 +0000</pubDate>
</item>
<item>
    <title>Improve Linux 'exec' to be sensitive to load failures</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/431860e2ee69/packages/hal/arm/arch/current/ChangeLog</link>
    <description><![CDATA[Improve Linux 'exec' to be sensitive to load failures]]></description>
    <author>&#103;&#116;&#104;&#111;&#109;&#97;&#115;</author>
    <pubDate>Thu, 27 May 2004 13:22:05 +0000</pubDate>
</item>
<item>
    <title>* src/hal_misc.c: __mem_fault_handler: Only do this if we have</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/0a6e548604cc/packages/hal/arm/arch/current/ChangeLog</link>
    <description><![CDATA[* src/hal_misc.c: __mem_fault_handler: Only do this if we have<br/>
        CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS. This allows the HAL to be<br/>
        compiled without stubs.]]></description>
    <author>&#97;&#115;&#108;</author>
    <pubDate>Mon, 24 May 2004 12:32:09 +0000</pubDate>
</item>
<item>
    <title>Update usage of 'tail' command for new (pickier) version - from Jani Monoses</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/bc88a3357a79/packages/hal/arm/arch/current/ChangeLog</link>
    <description><![CDATA[Update usage of 'tail' command for new (pickier) version - from Jani Monoses]]></description>
    <author>&#103;&#116;&#104;&#111;&#109;&#97;&#115;</author>
    <pubDate>Thu, 22 Apr 2004 15:26:20 +0000</pubDate>
</item>
<item>
    <title>* include/hal_io.h: If defined HAL_IO_MACROS_NO_ADDRESS_MUNGING</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/152652dea92e/packages/hal/arm/arch/current/ChangeLog</link>
    <description><![CDATA[* include/hal_io.h: If defined HAL_IO_MACROS_NO_ADDRESS_MUNGING<br/>
        use macros which don't mung the addresses even if the platform<br/>
        is big-endian. Platforms which don't need address munging can<br/>
        just define HAL_IO_MACROS_NO_ADDRESS_MUNGING in plf_io.h .]]></description>
    <author>&#97;&#115;&#108;</author>
    <pubDate>Sat, 08 Nov 2003 15:42:42 +0000</pubDate>
</item>
<item>
    <title>2003-10-23  Thomas Koeller  &lt;thomas.koeller@baslerweb.com&gt;</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/8758da1a0278/packages/hal/arm/arch/current/ChangeLog</link>
    <description><![CDATA[2003-10-23  Thomas Koeller  &lt;thomas.koeller@baslerweb.com&gt;<br/>
<br/>
	* src/vectors.S: Acknowlege spurious interrupts.]]></description>
    <author>&#110;&#105;&#99;&#107;&#103;</author>
    <pubDate>Tue, 28 Oct 2003 18:08:06 +0000</pubDate>
</item>
<item>
    <title>Fix exception debug in THUMB mode - from Thomas Koeller</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/1750695510ac/packages/hal/arm/arch/current/ChangeLog</link>
    <description><![CDATA[Fix exception debug in THUMB mode - from Thomas Koeller]]></description>
    <author>&#103;&#116;&#104;&#111;&#109;&#97;&#115;</author>
    <pubDate>Tue, 14 Oct 2003 13:51:48 +0000</pubDate>
</item>
<item>
    <title>Fix CYGOPT_HAL_ARM_PRESERVE_SVC_SPSR handling</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/04b94baa3683/packages/hal/arm/arch/current/ChangeLog</link>
    <description><![CDATA[Fix CYGOPT_HAL_ARM_PRESERVE_SVC_SPSR handling]]></description>
    <author>&#109;&#115;&#97;&#108;&#116;&#101;&#114;</author>
    <pubDate>Mon, 30 Jun 2003 12:16:16 +0000</pubDate>
</item>
<item>
    <title>* include/hal_arch.h: Include plf_arch.h or var_arch.h if platform</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/d5ff69833fad/packages/hal/arm/arch/current/ChangeLog</link>
    <description><![CDATA[* include/hal_arch.h: Include plf_arch.h or var_arch.h if platform<br/>
	or variant requires it to do overrides.<br/>
	(HAL_IDLE_THREAD_ACTION): Default to empty statement but allow to be<br/>
	overridden.<br/>
<br/>
	* src/hal_misc.c: Remove hal_idle_thread_action. It's no use.]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Tue, 24 Jun 2003 08:43:00 +0000</pubDate>
</item>
<item>
    <title>HAL enhancements from Pierre Habraken</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/609c8b1447ee/packages/hal/arm/arch/current/ChangeLog</link>
    <description><![CDATA[HAL enhancements from Pierre Habraken]]></description>
    <author>&#109;&#115;&#97;&#108;&#116;&#101;&#114;</author>
    <pubDate>Tue, 06 May 2003 21:00:18 +0000</pubDate>
</item>
<item>
    <title>* src/vectors.S (handle_IRQ_or_FIQ): Tweak below to be conditional on</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/282a39769954/packages/hal/arm/arch/current/ChangeLog</link>
    <description><![CDATA[* src/vectors.S (handle_IRQ_or_FIQ): Tweak below to be conditional on<br/>
	__thumb__.]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Wed, 30 Apr 2003 20:02:41 +0000</pubDate>
</item>
<item>
    <title>* vectors.S (handle_IRQ_or_FIQ):</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/802a526cd4ac/packages/hal/arm/arch/current/ChangeLog</link>
    <description><![CDATA[* vectors.S (handle_IRQ_or_FIQ):<br/>
	Use thumb-aware call to hal_spurious_IRQ.]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Wed, 30 Apr 2003 13:35:06 +0000</pubDate>
</item>
<item>
    <title>Fix a thumb build problem, and switch to arm-elf-gcc -mthumb rather</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/b4d06891fe1a/packages/hal/arm/arch/current/ChangeLog</link>
    <description><![CDATA[Fix a thumb build problem, and switch to arm-elf-gcc -mthumb rather<br/>
than thumb-elf-gcc]]></description>
    <author>&#98;&#97;&#114;&#116;&#118;</author>
    <pubDate>Tue, 15 Apr 2003 10:14:54 +0000</pubDate>
</item>
<item>
    <title>linux exec fix</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/fa95d14326ad/packages/hal/arm/arch/current/ChangeLog</link>
    <description><![CDATA[linux exec fix]]></description>
    <author>&#109;&#115;&#97;&#108;&#116;&#101;&#114;</author>
    <pubDate>Tue, 11 Mar 2003 15:41:11 +0000</pubDate>
</item>
<item>
    <title>fix syntax error</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/9c94e977cc10/packages/hal/arm/arch/current/ChangeLog</link>
    <description><![CDATA[fix syntax error]]></description>
    <author>&#109;&#115;&#97;&#108;&#116;&#101;&#114;</author>
    <pubDate>Thu, 13 Feb 2003 15:22:34 +0000</pubDate>
</item>
<item>
    <title>Add CYG_MACRO_START/END markers for completeness.</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/bb6fe957336b/packages/hal/arm/arch/current/ChangeLog</link>
    <description><![CDATA[Add CYG_MACRO_START/END markers for completeness.]]></description>
    <author>&#103;&#116;&#104;&#111;&#109;&#97;&#115;</author>
    <pubDate>Thu, 13 Feb 2003 14:28:22 +0000</pubDate>
</item>
<item>
    <title>Provide platform specific override for Linux memory layout.</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/a4f75ab7f357/packages/hal/arm/arch/current/ChangeLog</link>
    <description><![CDATA[Provide platform specific override for Linux memory layout.]]></description>
    <author>&#103;&#116;&#104;&#111;&#109;&#97;&#115;</author>
    <pubDate>Wed, 12 Feb 2003 21:05:24 +0000</pubDate>
</item>
<item>
    <title>Adding Linux bootstrap to EDB7312.  Minor tweak to common code required.</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/d13814ac7bd2/packages/hal/arm/arch/current/ChangeLog</link>
    <description><![CDATA[Adding Linux bootstrap to EDB7312.  Minor tweak to common code required.]]></description>
    <author>&#103;&#116;&#104;&#111;&#109;&#97;&#115;</author>
    <pubDate>Fri, 07 Feb 2003 00:25:01 +0000</pubDate>
</item>
<item>
    <title>Support return to redboot from go</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/f2b5df359050/packages/hal/arm/arch/current/ChangeLog</link>
    <description><![CDATA[Support return to redboot from go]]></description>
    <author>&#109;&#115;&#97;&#108;&#116;&#101;&#114;</author>
    <pubDate>Fri, 31 Jan 2003 16:45:57 +0000</pubDate>
</item>
<item>
    <title>Misc fixes to Linux boot code - from Patrick Doyle</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/ae6f2695b07a/packages/hal/arm/arch/current/ChangeLog</link>
    <description><![CDATA[Misc fixes to Linux boot code - from Patrick Doyle]]></description>
    <author>&#103;&#116;&#104;&#111;&#109;&#97;&#115;</author>
    <pubDate>Fri, 17 Jan 2003 16:49:11 +0000</pubDate>
</item>
<item>
    <title>ARM hal_io tweak</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/a6cede66ea36/packages/hal/arm/arch/current/ChangeLog</link>
    <description><![CDATA[ARM hal_io tweak]]></description>
    <author>&#109;&#115;&#97;&#108;&#116;&#101;&#114;</author>
    <pubDate>Wed, 11 Dec 2002 14:39:53 +0000</pubDate>
</item>
<item>
    <title>ARM stub tweak</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/79eaf7aa963c/packages/hal/arm/arch/current/ChangeLog</link>
    <description><![CDATA[ARM stub tweak]]></description>
    <author>&#109;&#115;&#97;&#108;&#116;&#101;&#114;</author>
    <pubDate>Tue, 12 Nov 2002 21:45:47 +0000</pubDate>
</item>
<item>
    <title>ARM exception handler fix</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/e17d1cf55283/packages/hal/arm/arch/current/ChangeLog</link>
    <description><![CDATA[ARM exception handler fix]]></description>
    <author>&#109;&#115;&#97;&#108;&#116;&#101;&#114;</author>
    <pubDate>Thu, 29 Aug 2002 11:49:48 +0000</pubDate>
</item>
<item>
    <title>linker script tweak</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/2b873df9a058/packages/hal/arm/arch/current/ChangeLog</link>
    <description><![CDATA[linker script tweak]]></description>
    <author>&#109;&#115;&#97;&#108;&#116;&#101;&#114;</author>
    <pubDate>Wed, 28 Aug 2002 03:02:48 +0000</pubDate>
</item>
<item>
    <title>Add .note.arm.ident to ARM linker script.</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/82c554739834/packages/hal/arm/arch/current/ChangeLog</link>
    <description><![CDATA[Add .note.arm.ident to ARM linker script.]]></description>
    <author>&#109;&#115;&#97;&#108;&#116;&#101;&#114;</author>
    <pubDate>Thu, 22 Aug 2002 12:33:42 +0000</pubDate>
</item>
<item>
    <title>Fix coprocessor register handling in ARM stub.</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/e206cd7d2ed1/packages/hal/arm/arch/current/ChangeLog</link>
    <description><![CDATA[Fix coprocessor register handling in ARM stub.]]></description>
    <author>&#109;&#115;&#97;&#108;&#116;&#101;&#114;</author>
    <pubDate>Thu, 22 Aug 2002 12:24:19 +0000</pubDate>
</item>
<item>
    <title>RedBoot 'exec' command is now controlled by RedBoot CDL.</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/96fac1fabc4c/packages/hal/arm/arch/current/ChangeLog</link>
    <description><![CDATA[RedBoot 'exec' command is now controlled by RedBoot CDL.]]></description>
    <author>&#103;&#116;&#104;&#111;&#109;&#97;&#115;</author>
    <pubDate>Tue, 06 Aug 2002 14:34:03 +0000</pubDate>
</item>
<item>
    <title>RedBoot TCP/stub speedup.</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/23a050ad151f/packages/hal/arm/arch/current/ChangeLog</link>
    <description><![CDATA[RedBoot TCP/stub speedup.]]></description>
    <author>&#109;&#115;&#97;&#108;&#116;&#101;&#114;</author>
    <pubDate>Mon, 15 Jul 2002 19:37:12 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2002-05-31-00:05:29-BST</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/94b558c9fb67/packages/hal/arm/arch/current/ChangeLog</link>
    <description><![CDATA[Merge from eCos master repository on 2002-05-31-00:05:29-BST]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Fri, 31 May 2002 01:05:53 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2002-05-23-21:39:14-BST</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/d2c90368aeef/packages/hal/arm/arch/current/ChangeLog</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/ecos-v3_0-branch/log/e0c0827131d1/packages/hal/arm/arch/current/ChangeLog</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/ecos-v3_0-branch/log/353a011b23b8/packages/hal/arm/arch/current/ChangeLog</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-11-23-15:32:03-GMT</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/9b55e9c69693/packages/hal/arm/arch/current/ChangeLog</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/ecos-v3_0-branch/log/67850532eebb/packages/hal/arm/arch/current/ChangeLog</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-26-06:43:03-BST</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/feb0fcf83327/packages/hal/arm/arch/current/ChangeLog</link>
    <description><![CDATA[Merge from eCos master repository on 2001-10-26-06:43:03-BST]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Fri, 26 Oct 2001 12:27:31 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2001-10-19-06:43:02-BST</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/678094f34118/packages/hal/arm/arch/current/ChangeLog</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-05-06:43:03-BST</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/d60da272beeb/packages/hal/arm/arch/current/ChangeLog</link>
    <description><![CDATA[Merge from eCos master repository on 2001-10-05-06:43:03-BST]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Fri, 05 Oct 2001 15:31:48 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2001-10-02-17:59:22-BST</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/022f1e506033/packages/hal/arm/arch/current/ChangeLog</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-07-06:43:02-BST</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/f62680ef1804/packages/hal/arm/arch/current/ChangeLog</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-22-06:38:55-BST</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/d61da071934c/packages/hal/arm/arch/current/ChangeLog</link>
    <description><![CDATA[Merge from eCos master repository on 2001-08-22-06:38:55-BST]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Wed, 22 Aug 2001 06:27:14 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2001-07-20-10:24:43-BST</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/cd45958b28ff/packages/hal/arm/arch/current/ChangeLog</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>

  </channel>
</rss>
