This is the mail archive of the ecos-patches@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

uE250 - Linux machine number


Index: hal/arm/xscale/uE250/current/ChangeLog
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/arm/xscale/uE250/current/ChangeLog,v
retrieving revision 1.5
diff -u -5 -p -b -r1.5 ChangeLog
--- hal/arm/xscale/uE250/current/ChangeLog	26 Feb 2003 19:08:31 -0000	1.5
+++ hal/arm/xscale/uE250/current/ChangeLog	28 Feb 2003 17:09:32 -0000
@@ -1,5 +1,9 @@
+2003-02-28  Gary Thomas  <gary at mind dot be>
+
+	* cdl/hal_arm_xscale_uE250.cdl: Fix machine type - used by Linux.	
+
 2003-02-26  Gary Thomas  <gary at mind dot be>
 
 	* misc/redboot_ROM.ecm: 
 	* misc/redboot_RAM.ecm: Update - larger RedBoot image now required.
 
Index: hal/arm/xscale/uE250/current/cdl/hal_arm_xscale_uE250.cdl
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/arm/xscale/uE250/current/cdl/hal_arm_xscale_uE250.cdl,v
retrieving revision 1.2
diff -u -5 -p -b -r1.2 hal_arm_xscale_uE250.cdl
--- hal/arm/xscale/uE250/current/cdl/hal_arm_xscale_uE250.cdl	25 Feb 2003 23:44:50 -0000	1.2
+++ hal/arm/xscale/uE250/current/cdl/hal_arm_xscale_uE250.cdl	28 Feb 2003 17:09:11 -0000
@@ -74,11 +74,11 @@ cdl_package CYGPKG_HAL_ARM_XSCALE_UE250 
         puts $::cdl_system_header "#define CYGBLD_HAL_PLATFORM_H <pkgconf/hal_arm_xscale_uE250.h>"
         puts $::cdl_header "#define CYGBLD_HAL_PLF_INTS_H <cyg/hal/hal_plf_ints.h>"
         puts $::cdl_header "#define HAL_PLATFORM_CPU    \"XScale PXA250\""
         puts $::cdl_header "#define HAL_PLATFORM_BOARD  \"NMI uEngine uE250\""
         puts $::cdl_header "#define HAL_PLATFORM_EXTRA  \"\""
-        puts $::cdl_header "#define HAL_PLATFORM_MACHINE_TYPE  241"
+        puts $::cdl_header "#define HAL_PLATFORM_MACHINE_TYPE  257"
         puts $::cdl_header "#define CYGHWR_REDBOOT_ARM_TRAMPOLINE_ADDRESS 0x00001f00"
     }
 
     cdl_component CYG_HAL_STARTUP {
         display       "Startup type"


-- 
------------------------------------------------------------
Gary Thomas                 |
MLB Associates              |  Consulting for the
+1 (970) 229-1963           |    Embedded world
http://www.mlbassoc.com/    |
email: <gary at mlbassoc dot com>  |
gpg: http://www.chez-thomas.org/gary/gpg_key.asc
------------------------------------------------------------


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]