public inbox for ecos-cvs@sourceware.org
help / color / mirror / Atom feed
From: Jonathan Larmour <jlarmour@sources.redhat.com>
To: ecos-cvs@sources.redhat.com
Subject: eCos anonymous CVS repository updated
Date: Fri, 20 Jul 2001 03:23:00 -0000	[thread overview]
Message-ID: <200107201023.f6KANNg17046@localhost.localdomain> (raw)

The eCos anonymous CVS repository has been updated today (2001-07-20).

The following changes were made to NEWS and ChangeLogs:

Index: packages/fs/rom/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/fs/rom/current/ChangeLog,v
retrieving revision 1.2
diff -u -0 -r1.2 ChangeLog
--- ChangeLog	2001/07/18 11:38:40	1.2
+++ ChangeLog	2001/07/20 10:22:08
@@ -0,0 +1,11 @@
+2001-07-20  Jonathan Larmour  <jlarmour@redhat.com>
+
+	* tests/fileio1.c (main): Get this to actually pass! Remove
+	kernel dependency.
+	* cdl/fileio.cdl: Get CDL dependencies better. Don't use
+	fixed base address. Make test building an option. Build mk_romfs
+	and use it to construct a test romfs.
+	* support/mk_romfs.c: fix trivial typo
+	* tests/testromfs: Directory hierarchy added for constructing test
+	ROMFS.
+
Index: packages/hal/arm/arch/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/arm/arch/current/ChangeLog,v
retrieving revision 1.58
diff -u -0 -r1.58 ChangeLog
--- ChangeLog	2001/07/18 11:38:40	1.58
+++ ChangeLog	2001/07/20 10:22:12
@@ -0,0 +1,9 @@
+2001-07-19  Gary Thomas  <gthomas@redhat.com>
+
+	* src/vectors.S: Support ROMRAM startup mode.  Note: most of
+	the support for this mode will be in the platform setup code.
+
+2001-07-18  Gary Thomas  <gthomas@redhat.com>
+
+	* src/hal_mk_defs.c (main): FIQ no longer listed as an exception.
+
Index: packages/hal/arm/edb7xxx/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/arm/edb7xxx/current/ChangeLog,v
retrieving revision 1.29
diff -u -0 -r1.29 ChangeLog
--- ChangeLog	2001/07/06 19:11:34	1.29
+++ ChangeLog	2001/07/20 10:22:15
@@ -0,0 +1,6 @@
+2001-07-18  Franck Mamalet  <franck.mamalet@rd.francetelecom.com>
+2001-07-18  Jonathan Larmour  <jlarmour@redhat.com>
+
+	* src/edb7xxx_misc.c: Reorder hal_interrupt_status_regmap so that
+	all FIQs are first.
+
Index: packages/hal/i386/pcmb/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/i386/pcmb/current/ChangeLog,v
retrieving revision 1.2
diff -u -0 -r1.2 ChangeLog
--- ChangeLog	2001/07/06 19:11:35	1.2
+++ ChangeLog	2001/07/20 10:22:18
@@ -0,0 +1,4 @@
+2001-07-18  Jonathan Larmour  <jlarmour@redhat.com>
+
+	* include/pcmb_intr.h: Fill in interrupt table descriptions.
+
Index: packages/hal/mips/arch/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/mips/arch/current/ChangeLog,v
retrieving revision 1.49
diff -u -0 -r1.49 ChangeLog
--- ChangeLog	2001/07/18 11:38:41	1.49
+++ ChangeLog	2001/07/20 10:22:21
@@ -0,0 +1,6 @@
+2001-07-19  Gary Thomas  <gthomas@redhat.com>
+
+	* src/redboot_linux_exec.c: Define DEFAULT_BAUD.  The supporting
+	CDL differs from platform to platform, so this define is used to
+	ameliorate the differences.
+
Index: packages/hal/sh/sh3/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/sh/sh3/current/ChangeLog,v
retrieving revision 1.10
diff -u -0 -r1.10 ChangeLog
--- ChangeLog	2001/06/29 07:16:28	1.10
+++ ChangeLog	2001/07/20 10:22:23
@@ -0,0 +1,9 @@
+2001-07-18  Jesper Skov  <jskov@redhat.com>
+
+	* src/var_misc.c (cyg_var_enable_caches): Small hack to prevent
+	ethernet connection to be lost in RAM applications when started
+	from a ROM monitor.
+
+	* include/mod_7729.h: Single stepping using UBC is broken -
+	disable it for now.
+
Index: packages/hal/sh/sh4/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/sh/sh4/current/ChangeLog,v
retrieving revision 1.9
diff -u -0 -r1.9 ChangeLog
--- ChangeLog	2001/07/18 11:38:41	1.9
+++ ChangeLog	2001/07/20 10:22:26
@@ -0,0 +1,6 @@
+2001-07-18  Jesper Skov  <jskov@redhat.com>
+
+	* src/var_misc.c (cyg_var_enable_caches): Small hack to prevent
+	ethernet connection to be lost in RAM applications when started
+	from a ROM monitor.
+
Index: packages/infra/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/infra/current/ChangeLog,v
retrieving revision 1.20
diff -u -0 -r1.20 ChangeLog
--- ChangeLog	2001/07/18 11:38:41	1.20
+++ ChangeLog	2001/07/20 10:22:29
@@ -0,0 +1,4 @@
+2001-07-18  Jonathan Larmour  <jlarmour@redhat.com>
+
+	* include/cyg_type.h (CYG_INIT_MEMALLOC): Add.
+
Index: packages/io/fileio/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/io/fileio/current/ChangeLog,v
retrieving revision 1.13
diff -u -0 -r1.13 ChangeLog
--- ChangeLog	2001/06/15 22:45:08	1.13
+++ ChangeLog	2001/07/20 10:22:32
@@ -0,0 +1,6 @@
+2001-07-19  Jonathan Larmour  <jlarmour@redhat.com>
+
+	* src/devfs.cxx (dev_fo_read): Treat non-blocking reads returning
+	EAGAIN correctly
+	(dev_fo_write): Ditto for writes.
+
Index: packages/io/flash/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/io/flash/current/ChangeLog,v
retrieving revision 1.14
diff -u -0 -r1.14 ChangeLog
--- ChangeLog	2001/06/22 18:19:06	1.14
+++ ChangeLog	2001/07/20 10:22:35
@@ -0,0 +1,6 @@
+2001-07-19  Gary Thomas  <gthomas@redhat.com>
+
+	* include/flash.h: 
+	* cdl/io_flash.cdl: New option CYGINT_FLASH_WORKSPACE_SIZE used
+	to control how much memory is reserved for use by FLASH drivers.
+
Index: packages/isoinfra/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/isoinfra/current/ChangeLog,v
retrieving revision 1.8
diff -u -0 -r1.8 ChangeLog
--- ChangeLog	2001/06/10 19:35:35	1.8
+++ ChangeLog	2001/07/20 10:22:38
@@ -0,0 +1,4 @@
+2001-07-20  Jonathan Larmour  <jlarmour@redhat.com>
+
+	* include/stdlib.h: Use correct macro names for abs and div.
+
Index: packages/language/c/libc/stdio/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/language/c/libc/stdio/current/ChangeLog,v
retrieving revision 1.8
diff -u -0 -r1.8 ChangeLog
--- ChangeLog	2001/07/18 11:38:41	1.8
+++ ChangeLog	2001/07/20 10:22:40
@@ -0,0 +1,6 @@
+2001-07-20  Jonathan Larmour  <jlarmour@redhat.com>
+
+	* include/stream.inl (set_position): Take read buffer into account
+	when seeking. Thanks to jjtsai <jjtsai@itri.org.tw> for the
+	help.
+
Index: packages/redboot/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/redboot/current/ChangeLog,v
retrieving revision 1.33
diff -u -0 -r1.33 ChangeLog
--- ChangeLog	2001/07/18 11:38:42	1.33
+++ ChangeLog	2001/07/20 10:22:44
@@ -0,0 +1,36 @@
+2001-07-20  Jonathan Larmour  <jlarmour@redhat.com>
+
+	* src/net/net_io.c (net_init): Don't overwrite static IP
+	address when reading flash config if configured to not use BOOTP.
+	Set have_net if not using BOOTP and a default static IP addr is set.
+
+2001-07-19  Gary Thomas  <gthomas@redhat.com>
+
+	* src/flash.c: Be more generic with 'fconfig' layout.  In 
+	particular, handle case where FLASH block size is too small
+	to hold fconfig data.
+
+	* src/io.c (mon_set_read_char_timeout): Fix dangling else bug.
+
+	* src/flash.c (do_flash_init): Suppress printing info - this
+	will happen when 'version' is called.  Also allow flash subsystem
+	to be initialized when there is no 'fconfig' or 'fis' command
+	configured in (but flash support still is present).
+
+	* src/version.c: Display complete version information which 
+	reflects such information as the source release, etc.
+
+	* cdl/redboot.cdl: New option CYGDAT_REDBOOT_CUSTOM_VERSION used to 
+	allow site-specific version information.  Define this via the
+	CDL like this:
+	   cdl_option CYGDAT_REDBOOT_CUSTOM_VERSION {
+             user_value 1 "Special test version"
+           };
+
+2001-07-18  Gary Thomas  <gthomas@redhat.com>
+
+	* src/net/net_io.c (net_io_putc, net_io_isr):
+	Need CYGARC_HAL_SAVE_GP()/CYGARC_HAL_RESTORE_GP() to support
+	network debugging since different layers of eCos programs are
+	involved.
+
Index: packages/services/memalloc/common/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/services/memalloc/common/current/ChangeLog,v
retrieving revision 1.17
diff -u -0 -r1.17 ChangeLog
--- ChangeLog	2001/07/18 11:38:42	1.17
+++ ChangeLog	2001/07/20 10:22:47
@@ -0,0 +1,5 @@
+2001-07-18  Jonathan Larmour  <jlarmour@redhat.com>
+
+	* src/heapgen.tcl: Use constructor priority of CYG_INIT_MEMALLOC
+	for heap objects in generated heaps.cxx.
+

====================================

Here is a summary of the files modified:

M packages/ecos.db
M packages/fs/rom/current/ChangeLog
M packages/fs/rom/current/cdl/romfs.cdl
A packages/fs/rom/current/support/file2c.tcl
M packages/fs/rom/current/support/mk_romfs.c
M packages/fs/rom/current/tests/fileio1.c
A packages/fs/rom/current/tests/testromfs/etc/hosts
A packages/fs/rom/current/tests/testromfs/etc/inetd
A packages/fs/rom/current/tests/testromfs/etc/passwd
A packages/fs/rom/current/tests/testromfs/mnt/thing
A packages/fs/rom/current/tests/testromfs/var/foobar
M packages/hal/arm/arch/current/ChangeLog
M packages/hal/arm/arch/current/src/hal_mk_defs.c
M packages/hal/arm/arch/current/src/vectors.S
M packages/hal/arm/e7t/current/include/hal_platform_ints.h
M packages/hal/arm/e7t/current/include/plf_stub.h
M packages/hal/arm/edb7xxx/current/ChangeLog
M packages/hal/arm/edb7xxx/current/src/edb7xxx_misc.c
M packages/hal/i386/pcmb/current/ChangeLog
M packages/hal/i386/pcmb/current/include/pcmb_intr.h
M packages/hal/mips/arch/current/ChangeLog
M packages/hal/mips/arch/current/src/redboot_linux_exec.c
M packages/hal/sh/sh3/current/ChangeLog
M packages/hal/sh/sh3/current/include/mod_7729.h
M packages/hal/sh/sh3/current/src/var_misc.c
M packages/hal/sh/sh4/current/ChangeLog
M packages/hal/sh/sh4/current/src/var_misc.c
M packages/infra/current/ChangeLog
M packages/infra/current/include/cyg_type.h
M packages/io/fileio/current/ChangeLog
M packages/io/fileio/current/src/devfs.cxx
M packages/io/flash/current/ChangeLog
M packages/io/flash/current/cdl/io_flash.cdl
M packages/io/flash/current/include/flash.h
M packages/isoinfra/current/ChangeLog
M packages/isoinfra/current/include/stdlib.h
M packages/language/c/libc/stdio/current/ChangeLog
M packages/language/c/libc/stdio/current/include/stream.inl
M packages/redboot/current/ChangeLog
M packages/redboot/current/cdl/redboot.cdl
M packages/redboot/current/src/flash.c
M packages/redboot/current/src/io.c
M packages/redboot/current/src/version.c
M packages/redboot/current/src/net/net_io.c
M packages/services/memalloc/common/current/ChangeLog
M packages/services/memalloc/common/current/src/heapgen.tcl


             reply	other threads:[~2001-07-20  3:23 UTC|newest]

Thread overview: 46+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-07-20  3:23 Jonathan Larmour [this message]
  -- strict thread matches above, loose matches on Subject: below --
2002-05-31 10:10 Jonathan Larmour
2002-05-30 18:05 Jonathan Larmour
2002-05-29 11:28 Jonathan Larmour
2002-05-23 16:10 Jonathan Larmour
2002-05-20 15:31 Jonathan Larmour
2002-01-11  8:54 Jonathan Larmour
2002-01-04  6:14 Jonathan Larmour
2001-11-02  8:12 Jonathan Larmour
2001-10-26  5:27 Jonathan Larmour
2001-10-19  0:02 Jonathan Larmour
2001-10-08  8:50 Jonathan Larmour
2001-10-05  9:22 Jonathan Larmour
2001-10-05  8:31 Jonathan Larmour
2001-10-02 11:28 Jonathan Larmour
2001-09-11 21:21 Jonathan Larmour
2001-09-11 17:59 Jonathan Larmour
2001-08-21 23:27 Jonathan Larmour
2001-08-17  9:37 Jonathan Larmour
2001-08-14 19:21 Jonathan Larmour
2001-08-10 12:28 Jonathan Larmour
2001-08-03  5:27 Jonathan Larmour
2001-07-31 14:15 Jonathan Larmour
2001-07-28 19:00 Jonathan Larmour
2001-07-18  4:38 Jonathan Larmour
2001-07-06 12:11 Jonathan Larmour
2001-06-29  7:46 Jonathan Larmour
2001-06-29  0:16 Jonathan Larmour
2001-06-25 11:24 Jonathan Larmour
2001-06-22 11:19 Jonathan Larmour
2001-06-15 15:45 Jonathan Larmour
2001-06-10 12:35 Jonathan Larmour
2001-06-01 15:17 Jonathan Larmour
2001-05-17 23:32 Jonathan Larmour
2001-04-25 16:23 Jonathan Larmour
2001-04-06 12:06 Jonathan Larmour
2001-04-06 10:21 Jonathan Larmour
2001-02-26 17:22 Jonathan Larmour
2001-02-19  9:27 Jonathan Larmour
2001-02-15 10:18 Jonathan Larmour
2001-02-12 17:24 Jonathan Larmour
2001-01-26  0:15 Jonathan Larmour
2001-01-18 23:37 Jonathan Larmour
2001-01-12  0:11 Jonathan Larmour
2001-01-05  9:13 Jonathan Larmour
2000-11-24 10:02 Jonathan Larmour

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200107201023.f6KANNg17046@localhost.localdomain \
    --to=jlarmour@sources.redhat.com \
    --cc=ecos-cvs@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).