Timeline



11/27/00:

17:52 Changeset in rtems [11edb53]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-27 Joel Sherrill <joel@…> * README, sim68000.setup, clock/clockdrv.c: Modified to add support for timer as clock tick source. Compiles but untested.
17:05 Changeset in rtems [a080705]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-27 Joel Sherrill <joel@…> * libc/termiostypes.h: New file -- missed in earlier commits.
17:04 Changeset in rtems [e066afe8]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-27 Joel Sherrill <joel@…> * custom/jmr3904.cfg: Fix incorrect reference to i960.
17:03 Changeset in rtems [bcefea16]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-27 Joel Sherrill <joel@…> * libc/res_init.c: Fix typo - adding missing # on include.
17:02 Changeset in rtems [a0488a4]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-27 Joel Sherrill <joel@…> * cache/cache.h: Fix reference to MC68040 and put in stubs for missing support routines. The functionality of these routines needs to be addressed.
17:01 Changeset in rtems [9ad0087]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-27 Joel Sherrill <joel@…> * startup/linkcmds: Fix typo and add extra 0 to base address. Now runs until printf() tries to put a character and then it locks up checking a status bit that does not change.
17:00 Changeset in rtems [eb4c6c0]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-27 Joel Sherrill <joel@…> * configure.in: Change mips64orion reference to mips.
16:59 Changeset in rtems [1d2cfc0]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-27 Joel Sherrill <joel@…> * start/start.S, startup/bspstart.c: Not functional for CPU32 but hopefully will compile now and give a warning saying that the CPU32 variant needs work.
16:58 Changeset in rtems [a3cdac3]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-27 Joel Sherrill <joel@…> * src/sysconf.c: Add support for _SC_CLK_TCK and _SC_OPEN_MAX.
16:02 Changeset in rtems [1c69af9b]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-27 Joel Sherrill <joel@…> * custom/shsim.cfg: New file. * custom/Makefile.am: Modified to reflect addition of shsim.cfg. The shsim is for the SH simulator in gdb. It should be able to be used with multiple SH CPU models. This will require adding BSP variants.
16:00 Changeset in rtems [86ec6ed]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-27 Joel Sherrill <joel@…> * The shsim is for the SH simulator in gdb. It should be able to be used with multiple SH CPU models. * .cvsignore, ChangeLog?, Makefile.am, README, bsp_specs, configure.in, clock/.cvsignore, clock/Makefile.am, clock/clockdrv.c, console/.cvsignore, console/Makefile.am, console/console-io.c, console/console-support.S, include/.cvsignore, include/Makefile.am, include/bsp.h, start/.cvsignore, start/Makefile.am, start/regs.S, start/start.S, startup/.cvsignore, startup/Makefile.am, startup/bspstart.c, startup/linkcmds, wrapup/.cvsignore, wrapup/Makefile.am: New files.
14:18 Changeset in rtems [baedcbb]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-27 Ralf Corsepius <corsepiu@…> * config.guess, config.sub: Update from CVS-autoconf to pick up new features (e.g. CC_FOR_BUILD in config.guess) but is necessary anyway to use autoconf-versions > 2.13.

11/25/00:

22:10 Changeset in rtems [85a0f07]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-25 Antti P Miettinen <antti.p.miettinen@…> * wrapup/Makefile.am: Added modem subdir. * configure.in, Makefile.am: Added modem subdir. * net/Makefile.am: Added if_pppvar.h, pppcompress.h. * pppd/Makefile.am: Added pppmain.c (which needs work). * pppd/chat.c, pppd/fsm.c, pppd/fsm.h, pppd/ipxcp.c, pppd/main.c, pppd/ppp_tty.c, pppd/upap.c: Changes from Thomas Doerfler <Thomas.Doerfler@…> and cosmetic changes by me. Actually main.c and ppp_tty.c should be scratched. The modem subdir has the real ppp_tty.c and the real pppd main is in pppmain.c.
20:06 Changeset in rtems [511374e4]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-25 Joel Sherrill <joel@…> * custom/pc386.cfg: make-exe rule would write into $(PROJECT_RELEASE) area. This is not cool because it $(PROJECT_RELEASE) is generally not writeable after the BSP is installed and you do not want every application installed there by default. Reported by Eric Norum <eric.norum@…>.
19:45 Changeset in rtems [f0864664]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-25 Eric Norum <eric.norum@…> * libc/res_init.c: Move include to avoid compiler dumping core.
19:42 Changeset in rtems [a6abd67]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-25 Antti P Miettinen <antti.p.miettinen@…> * wrapup/Makefile.am: Added modem subdir. * configure.in, Makefile.am: Added modem subdir. * net/Makefile.am: Added if_pppvar.h, pppcompress.h. * pppd/Makefile.am: Added pppmain.c (which needs work). * pppd/chat.c, pppd/fsm.c, pppd/fsm.h, pppd/ipxcp.c, pppd/main.c, pppd/ppp_tty.c, pppd/upap.c: Changes from Thomas Doerfler <Thomas.Doerfler@…> and cosmetic changes by me. Actually main.c and ppp_tty.c should be scratched. The modem subdir has the real ppp_tty.c and the real pppd main is in pppmain.c.
19:35 Changeset in rtems [e2af631]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-25 Antti P Miettinen <antti.p.miettinen@…> * libc/termios.c, libc/termiostypes.h: Task driver driver model and line discipline support from Thomas Doerfler <Thomas.Doerfler@…>.
18:58 Changeset in rtems [c8471315]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-25 Joel Sherrill <joel@…> * The JMR BSP is for a Toshiba TX39 evaluation board but can also be used with the mips simulator in gdb. * .cvsignore, ChangeLog?, Makefile.am, README, bsp_specs, configure.in, clock/.cvsignore, clock/Makefile.am, clock/clockdrv.c, console/.cvsignore, console/Makefile.am, console/console-io.c, include/.cvsignore, include/Makefile.am, include/bsp.h, start/.cvsignore, start/Makefile.am, start/regs.S, start/start.S, startup/.cvsignore, startup/Makefile.am, startup/bspstart.c, startup/linkcmds, wrapup/.cvsignore, wrapup/Makefile.am: New files.
18:46 Changeset in rtems [a55158a]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-25 Joel Sherrill <joel@…> * TESTED: Added jmr3904 entry.
18:45 Changeset in rtems [732d4db]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-25 Joel Sherrill <joel@…> * custom/Makefile.am: Updated to add jmr3904.cfg * custom/jmr3904.cfg: New file.

11/21/00:

15:20 Changeset in rtems [eeabe77]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
changed version to ss-20001121
15:15 Changeset in rtems [ab6a774]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
changed version to ss-20001121
14:06 Changeset in rtems [d543c5d]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-20 Joel Sherrill <joel@…> * TESTED: Added new sparc variations (erc32, leon, and Tharsys).
14:03 Changeset in rtems [669a6dc3]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-21 Jiri Gaisler <jgais@…> * cpu_asm.S: Fix for CPUs with FPU revision B or C.
14:02 Changeset in rtems [a1c86a4c]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-21 Jiri Gaisler <jgais@…> * erc32sonic/erc32sonic.c: Minor modifications which enable network interface to come up and work for some time before getting an error in the SONIC driver. The error is a bit random, sometimes MCLGET (m, M_WAIT) tries to access memory way outside the available ram (and traps) while sometimes there is a panic due to RBAE/RXEN.

11/20/00:

14:34 Changeset in rtems [c9fcb34]4.104.114.84.95 by Jennifer Averett <Jennifer.Averett@…>
2000-11-17 Jennifer Averett <jennifer@…> * psxstat/test.c, psxstat/psxstat.scn: Forced inode numbers to remain consistant across platforms and bsps by forcing a mount point in front of all paths. 2000-11-17 Jennifer Averret <jennifer@…> * psxmount/test.c, psxmount/psxmount.scn: Improve output to report expected error condition in one case. * psxreaddir/test.c, psxreaddir.scn: Added test cases to exercise readdir() of root of mounted filesystem. Also corrected the screen file for some mistakes noticed in this effort.
13:58 Changeset in rtems [ee955387]4.104.114.84.95 by Jennifer Averett <Jennifer.Averett@…>
2000-11-17 Jennifer Averret <jennifer@…> * psxmount/test.c, psxmount/psxmount.scn: Improve output to report expected error condition in one case. * psxreaddir/test.c, psxreaddir.scn: Added test cases to exercise readdir() of root of mounted filesystem. Also corrected the screen file for some mistakes noticed in this effort.
13:36 Changeset in rtems [51252af]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-20 Joel Sherrill <joel@…> * itrontask01/system.h: Configure enough stack memory.
13:30 Changeset in rtems [e5aeae7b] by Joel Sherrill <joel.sherrill@…>
2000-11-20 Dmitry Kargapolov <dk@…> * libc/mount.c: Make sure there is space allocated for a device name in the mount table entry.
13:29 Changeset in rtems [bde7e18e]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-20 Dmitry Kargapolov <dk@…> * libc/mount.c: Make sure there is space allocated for a device name in the mount table entry.

11/17/00:

21:29 Changeset in rtems [2e3ce06]4.104.114.84.95 by Jennifer Averett <Jennifer.Averett@…>
2000-11-17 Jennifer Averret <jennifer@…> * psxmount/test.c, psxmount/psxmount.scn: Improve output to report expected error condition in one case. * psxreaddir/test.c, psxreaddir.scn: Added test cases to exercise readdir() of root of mounted filesystem. Also corrected the screen file for some mistakes noticed in this effort.
19:06 Changeset in rtems [1e566bbb]4.104.114.84.95 by Jennifer Averett <Jennifer.Averett@…>
2000-11-17 Jennifer Averret <jennifer@…> * psxmount/test.c, psxmount/psxmount.scn: Improve output to report expected error condition in one case. * psxreaddir/test.c, psxreaddir.scn: Added test cases to exercise readdir() of root of mounted filesystem. Also corrected the screen file for some mistakes noticed in this effort.
18:46 Changeset in rtems [13e47e2e]4.104.114.84.95 by Jennifer Averett <Jennifer.Averett@…>
2000-11-17 Jennifer Averret <jennifer@…> * src/imfs/imfs_eval.c: Always return imaginary node at mount points.
18:42 Changeset in rtems [4b0d1ab]4.104.114.84.95 by Jennifer Averett <Jennifer.Averett@…>
2000-11-17 Jennifer Averret <jennifer@…> * libc/mount.c (search_mt_for_mount_point): Deleted routine. * libc/mount.c (Is_node_fs_root): Replacement for above that accounts for the imaginary root node being returned by the filesystem evaluation routine. * libc/unmount.c (unmount): Account for imaginary root node being returned and improved variable names to clarify code. * libc/unmount.c (file_systems_below_this_mountpoint): Body of routine replaced to account for imaginary root node being returned.

11/16/00:

13:54 Changeset in rtems [ee6d205]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-13 Ralf Corsepius <corsepiu@…> * gccnewlib/gccnewlib.add: Fix typo in URL.

11/15/00:

21:56 Changeset in rtems [1033e27]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-13 Ralf Corsepius <corsepiu@…> * aclocal/canonical-host.m4: Abandon changequotes (autoconf-2.49b). * aclocal/check-newlib.m4: Let check message refer to RTEMS newlib. * aclocal/rtems-debug.m4: Fix formating and contents of the check's help string. * aclocal/rtems-top.m4: Remove AC_ARG_WITH(target-subdir).
21:56 Changeset in rtems [39cdc26]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-13 Ralf Corsepius <corsepiu@…> * Makefile.inc.in: Use * instead of *_FOR_TARGET (BUG-FIX).
21:48 Changeset in rtems [8c47d509]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-13 Ralf Corsepius <corsepiu@…> * custom/leon2.cfg: Removed defines that are now generated in a non-BSP specific manner.
21:47 Changeset in rtems [1abb56b]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-13 Ralf Corsepius <corsepiu@…> * Makefile.am: Cleanup.
21:46 Changeset in rtems [4445e3c]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-13 Ralf Corsepius <corsepiu@…> * include/Makefile.am: Cleanup.
21:43 Changeset in rtems [5a6cfac]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-13 Ralf Corsepius <corsepiu@…> * shgen.c: Set default Phi to 20MHz (BUG-FIX).
21:41 Changeset in rtems [c34ac295]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-13 Joel Sherrill <joel@…> * psxmount/psxmount.scn, psxmount/test.c: Correct spelling.
21:40 Changeset in rtems [ca406082]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-14 Jiri Gaisler <jgais@…> * Makefile.am, configure.in: Added support for instruction cache enabling based on CPU model. * cache/.cvsignore, cache/Makefile.am, cache/cache.c, cache/cache_.h: New files.
21:38 Changeset in rtems [cb88748]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-14 Jiri Gaisler <jgais@…> * shared/src/cache_manager.c (rtems_cache_invalidate_multiple_instruction_lines): If CPU_INSTRUCTION_CACHE_ALIGNMENT is defined but 0, then there is an instruction cache but no notion of line size.
21:35 Changeset in rtems [23bdd25e]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-14 Jiri Gaisler <jgais@…> * wrapup/Makefile.am: Pick up cache code from libcpu and pick up .o's instead of .rel's from libcpu.
21:33 Changeset in rtems [477e2d19]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-14 Jiri Gaisler <jgais@…> * cpu.c, rtems/cpu/sparc.h: Make floating point optional based on gcc arguments. Do not initialize FP context if there is no FPU. Flush instruction cache after installing RTEMS trap handler.
18:14 Changeset in rtems [603f30f]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-14 Jiri Gaisler <jgais@…> * startup/boardinit.S: St 32-bit ram width by default.

11/13/00:

23:00 Changeset in rtems [f5f54cfa]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-13 Jiri Gaisler <jgais@…> * ChangeLog?, .cvsignore, Makefile.am, bspclean.c, bspstart.c, gnatcommon.c, start.S: New files. Largely moved from ERC32 BSP to be able to be shared with LEON and other SPARC BSPs.
22:58 Changeset in rtems [f6ef823a]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-13 Jiri Gaisler <jgais@…> * network/sonic.c: Added ipalign() routine to align the received packet so that the ip header is on a 32-bit boundary. Necessary for cpu's that do not allow unaligned loads and stores and when the 32-bit DMA mode is used.
22:51 Changeset in rtems [a44f9ca5]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-13 Jiri Gaisler <jgais@…> * README.configure, aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Modified to reflect addition of LEON BSPs as well as the no-FP ERC32 variant.
22:48 Changeset in rtems [cd0324cf]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-13 Jiri Gaisler <jgais@…> * custom/Makefile.am: Modified to reflect addition of files. * custom/erc32.cfg: Modified to support addition of no-FP ERC32 variant. * custom/erc32nfp.cfg, custom/leon1.cfg, custom/leon2.cfg: New file.
22:41 Changeset in rtems [599b8b2]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-13 Jiri Gaisler <jgais@…> * Makefile.am, configure.in: Added shared directory as part of enhancing ERC32 and adding LEON.
22:40 Changeset in rtems [b21b0ab]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-13 Jiri Gaisler <jgais@…> * .cvsignore, ChangeLog?, Makefile.am, README, bsp_specs, configure.in, times, clock/.cvsignore, clock/Makefile.am, clock/ckinit.c, console/.cvsignore, console/Makefile.am, console/console.c, console/consolereserveresources.c, console/debugputs.c, gnatsupp/.cvsignore, gnatsupp/Makefile.am, gnatsupp/gnatsupp.c, include/.cvsignore, include/Makefile.am, include/bsp.h, include/coverhd.h, include/leon.h, start/.cvsignore, start/Makefile.am, startup/.cvsignore, startup/Makefile.am, startup/boardinit.S, startup/linkcmds, startup/setvec.c, startup/spurious.c, timer/.cvsignore, timer/Makefile.am, timer/timer.c, tools/.cvsignore, tools/Makefile.am, tools/configure.in, tools/runtest.in, wrapup/.cvsignore, wrapup/Makefile.am: New file.
22:31 Changeset in rtems [3eec211]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-13 Jiri Gaisler <jgais@…> * ChangeLog?, .cvsignore, Makefile.am, bspclean.c, bspstart.c, gnatcommon.c, start.S: New files. Largely moved from ERC32 BSP to be able to be shared with LEON and other SPARC BSPs.
22:29 Changeset in rtems [2700423]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-13 Jiri Gaisler <jgais@…> * Makefile.am, configure.in, gnatsupp/Makefile.am, gnatsupp/gnatsupp.c, include/Makefile.am, include/bsp.h, start/Makefile.am, startup/Makefile.am, startup/setvec.c, wrapup/Makefile.am: * erc32sonic: New directory. * erc32sonic/Makefile.am, erc32sonic/erc32sonic.c, erc32sonic/.cvsignore: New files. * include/erc32.h: New file. * startup/boardinit.S: New file. Big update of SPARC support for ERC32 and LEON. Added support for ERC32 without floating point. Added SONIC support as configured on Tharsys ERC32 board. The bsp's share various code in the shared directory: gnat-support, start-up code, etc. To decrease the foot-print, I removed the 16 kbyte start-up stack that was put in .bss and never reused once the system was up. The stack is now put between the heap and the workspace. To reclaim it, the user can do a rtems_region_extend to merge the stack to the heap region once the system is up.
14:59 Changeset in rtems [7f5213d]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-13 Joel Sherrill <joel@…> * clock_driver_stub.c: This is a stub of a clock driver that is sufficient for linking the ticker application. Some simulators do not have a soruce for a clock tick. Also this can be used while constructing a BSP so everything links.
Note: See TracTimeline for information about the timeline view.