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 - Increase RedBoot image size


Index: hal/arm/xscale/uE250/current/ChangeLog
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/arm/xscale/uE250/current/ChangeLog,v
retrieving revision 1.4
diff -u -5 -p -b -r1.4 ChangeLog
--- hal/arm/xscale/uE250/current/ChangeLog	26 Feb 2003 00:42:30 -0000	1.4
+++ hal/arm/xscale/uE250/current/ChangeLog	26 Feb 2003 19:08:11 -0000
@@ -1,5 +1,10 @@
+2003-02-26  Gary Thomas  <gary at mind dot be>
+
+	* misc/redboot_ROM.ecm: 
+	* misc/redboot_RAM.ecm: Update - larger RedBoot image now required.
+
 2003-02-25  Gary Thomas  <gary at mind dot be>
 
 	* src/vga_support.c (vga_on): Fix screen enable/disable code.
 
 	* src/uE250_pci.c: Initialize super I/O chip - used for legacy devices.
Index: hal/arm/xscale/uE250/current/misc/redboot_RAM.ecm
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/arm/xscale/uE250/current/misc/redboot_RAM.ecm,v
retrieving revision 1.1
diff -u -5 -p -b -r1.1 redboot_RAM.ecm
--- hal/arm/xscale/uE250/current/misc/redboot_RAM.ecm	21 Feb 2003 18:17:33 -0000	1.1
+++ hal/arm/xscale/uE250/current/misc/redboot_RAM.ecm	26 Feb 2003 19:05:53 -0000
@@ -35,10 +35,14 @@ cdl_configuration eCos {
 
 cdl_component CYG_HAL_STARTUP {
     user_value RAM
 };
 
+cdl_option CYGNUM_UE250_VGA_COMM_FONT_SIZE {
+    user_value 16
+};
+
 cdl_component CYGSEM_HAL_LOAD_FPGAS {
     user_value 1
     inferred_value 0
 };
 
@@ -97,10 +101,11 @@ cdl_option CYGPKG_HAL_GDB_FILEIO {
 cdl_component CYGBLD_BUILD_REDBOOT {
     user_value 1
 };
 
 cdl_option CYGBLD_REDBOOT_MIN_IMAGE_SIZE {
+    user_value 0x00080000
     inferred_value 0x40000
 };
 
 cdl_component CYGSEM_REDBOOT_FLASH_CONFIG {
     user_value 1
Index: hal/arm/xscale/uE250/current/misc/redboot_ROM.ecm
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/arm/xscale/uE250/current/misc/redboot_ROM.ecm,v
retrieving revision 1.1
diff -u -5 -p -b -r1.1 redboot_ROM.ecm
--- hal/arm/xscale/uE250/current/misc/redboot_ROM.ecm	21 Feb 2003 18:17:33 -0000	1.1
+++ hal/arm/xscale/uE250/current/misc/redboot_ROM.ecm	26 Feb 2003 19:06:48 -0000
@@ -35,10 +35,18 @@ cdl_configuration eCos {
 
 cdl_component CYG_HAL_STARTUP {
     user_value ROM
 };
 
+cdl_option CYGNUM_UE250_VGA_COMM_FONT_SIZE {
+    user_value 16
+};
+
+cdl_option CYGOPT_UE250_VGA_COMM_LOGO {
+    user_value 1 TOP
+};
+
 cdl_component CYGSEM_HAL_LOAD_FPGAS {
     user_value 1
     inferred_value 0
 };
 
@@ -97,10 +105,11 @@ cdl_option CYGPKG_HAL_GDB_FILEIO {
 cdl_component CYGBLD_BUILD_REDBOOT {
     user_value 1
 };
 
 cdl_option CYGBLD_REDBOOT_MIN_IMAGE_SIZE {
+    user_value 0x00080000
     inferred_value 0x40000
 };
 
 cdl_component CYGSEM_REDBOOT_FLASH_CONFIG {
     user_value 1


-- 
------------------------------------------------------------
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]