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]

Re: load and boot support of linux bzImage for i386


oops, here is a patch to ChangeLogs.

Index: hal/i386/arch/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/i386/arch/current/ChangeLog,v
retrieving revision 1.35
diff -u -p -r1.35 ChangeLog
--- hal/i386/arch/current/ChangeLog	23 May 2002 23:03:02 -0000	1.35
+++ hal/i386/arch/current/ChangeLog	19 Jul 2002 04:39:21 -0000
@@ -1,3 +1,8 @@
+2002-07-19  Masato Taruishi <taru@debian.org>
+
+	* src/redboot_linux_exec.c:
+	* include/linux.inc: i386 bzImage boot code.
+	
 2002-05-17  Nick Garnett  <nickg@redhat.com>
 
 	* src/vectors.S: Rearranged interrupt stack definitions to make it
Index: hal/i386/pcmb/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/i386/pcmb/current/ChangeLog,v
retrieving revision 1.15
diff -u -p -r1.15 ChangeLog
--- hal/i386/pcmb/current/ChangeLog	23 May 2002 23:03:14 -0000	1.15
+++ hal/i386/pcmb/current/ChangeLog	19 Jul 2002 04:39:22 -0000
@@ -1,3 +1,7 @@
+2002-07-19  Masato Taruishi <taru@debian.org>
+
+	* include/pcmb.inc: linux bzImage boot code.
+
 2002-04-29  Gary Thomas  <gthomas@redhat.com>
 
 	* src/pcmb_misc.c (hal_pcmb_init): Disable NMI at this point since
Index: redboot/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/redboot/current/ChangeLog,v
retrieving revision 1.63
diff -u -p -r1.63 ChangeLog
--- redboot/current/ChangeLog	18 Jul 2002 20:05:22 -0000	1.63
+++ redboot/current/ChangeLog	19 Jul 2002 04:39:25 -0000
@@ -1,3 +1,7 @@
+2002-07-19  Masato Taruishi <taru@debian.org>
+
+	* src/load.c: i386 bzImage loader
+
 2002-07-18  Gary Thomas  <gary@chez-thomas.org>
 
 	* src/net/tftp_client.c: 
Index: hal/i386/pc/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/i386/pc/current/ChangeLog,v
retrieving revision 1.17
diff -u -p -r1.17 ChangeLog
--- hal/i386/pc/current/ChangeLog	23 May 2002 23:03:10 -0000	1.17
+++ hal/i386/pc/current/ChangeLog	19 Jul 2002 04:39:26 -0000
@@ -1,3 +1,7 @@
+2002-07-19  Masato Taruishi <taru@debian.org>
+
+	* include/platform.inc: linux bzImage boot code.
+
 2002-05-07  Gary Thomas  <gthomas@redhat.com>
 
 	* cdl/hal_i386_pc.cdl: 



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