Timeline



10/12/00:

19:44 Changeset in rtems [563ed95]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-10-12 Joel Sherrill <joel@…> * include/confdefs.h: Account for initialization tasks and threads which use larger than minimum stack sizes.
13:34 Changeset in rtems [ec45e86]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-10-12 Nick Simon <Nick.SIMON@…> * shared/src/cache_manager.c: Minor bug fix -- changed > to >= so the last address is invalidated.
12:56 Changeset in rtems [50bb7627]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-10-12 John S Gwynne <jgwynne@…> * start/start.c: Modified to support generation of ram_init. * start/ram_init.ld, BSP/start/ram_init.sed: New files. These changes enable RTEMS to automatically generate the ram_init file used by gdb with the BDM patches. The 332 has on-board chip select lines (for RAM and FLASH) that must be configured before use of these peripherals. These patches parse data from start.c where the chip select lines are configured in the runtime executable and automatically generates the gdb initialization file using the same settings. A great time saver. A similar file, ram_init_FW (flash writable), is also generated that the flash programming tool uses. * start/Makefile.am: Modified to support above. * CPU/sim.h: Modified to support above. * startup/except_vect_332_ROM.S: Moved to start so it would not be included in libbsp.a. Moving it to start ensures it is available as a single object file. * start/except_vect_332_ROM.S: Moved from startup. * startup/linkcmds, startup/linkcmds_ROM: Fixes to the memory map shown in the comments.
12:50 Changeset in rtems [6c68186]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-10-12 John S Gwynne <jgwynne@…> * sim.h: These changes enable RTEMS to automatically generate the ram_init file used by gdb with the BDM patches. The 332 has on-board chip select lines (for RAM and FLASH) that must be configured before use of these peripherals. These patches parse data from start.c where the chip select lines are configured in the runtime executable and automatically generates the gdb initialization file using the same settings. A great time saver. A similar file, ram_init_FW (flash writable), is also generated that the flash programming tool uses. * BSP/start/start.c: Must be modified to support above. * BSP/start/ram_init.ld, BSP/start/ram_init.sed: New files.

09/29/00:

15:54 Changeset in rtems [b0005bb1]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
changed version to ss-20000929
15:51 Changeset in rtems [837ab841]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-09-29 Joel Sherrill <joel@…> * sp20/sp20.scn: Corrected to reflect new addition. * sp20/system.h: Removed comment reflecting history.
14:51 Changeset in rtems [cf42c54c]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-09-29 Stephan Merker <merker@…> * sp20/getall.c, sp20/init.c, sp20/system.h, sp20/task1.c: Added new task to test sequence of altering a period's length while it is still active.
14:48 Changeset in rtems [bebf0438]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-09-29 Stephan Merker <merker@…> * include/rtems/rtems/ratemon.h, src/ratemonperiod.c, src/ratemontimeout.c: Add next_length field so period length can be changed by the the sequence period(X), period(not X) with no intervening cancel or expiration.
14:25 Changeset in rtems [9f30a08b]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-09-29 Charles-Antoine Gauthier <charles.gauthier@…> * startup/linkcmds: Added lines so DWARF debug information would be available. Otherwise gdb complains that the offsets for the debug info are incorrect and doesn't load the files.
13:33 Changeset in rtems [4cb5d29]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-09-29 Charles-Antoine Gauthier <charles.gauthier@…> * startup/linkcmds: Added lines so DWARF debug information would be available. Otherwise gdb complains that the offsets for the debug info are incorrect and doesn't load the files.

09/28/00:

20:23 Changeset in rtems [f6630d4]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-09-28 Joel Sherrill <joel@…> * monitor/mon-driver.c: Accounted for addition of "_entry" to fields in rtems_driver_address_table.
20:22 Changeset in rtems [2e61938]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-09-28 Joel Sherrill <joel@…> * include/rtems/io.h (rtems_driver_address_table): Added "_entry" to all names. * src/io.c: Accounted for above.
20:19 Changeset in rtems [9c3fa30]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-09-28 Joel Sherrill <joel@…> * libc/libio.h (rtems_filesystem_file_handlers_r, rtems_filesystem_operations_table): Added _h to all structure fields to indicate they are "handlers". * libc/libio_.h, libc/chdir.c, libc/chmod.c, libc/chown.c, libc/close.c, libc/eval.c, libc/fchdir.c, libc/fchmod.c, libc/fcntl.c, libc/fdatasync.c, libc/fstat.c, libc/fsync.c, libc/ftruncate.c, libc/getdents.c, libc/imfs_eval.c, libc/imfs_unlink.c, libc/ioctl.c, libc/ioman.c, libc/link.c, libc/lseek.c, libc/mknod.c, libc/mount.c, libc/open.c, libc/read.c, libc/readlink.c, libc/rmdir.c, libc/stat.c, libc/symlink.c, libc/unlink.c, libc/unmount.c, libc/utime.c, libc/write.c: Modified to reflect above name change.
20:08 Changeset in rtems [527b508]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-09-28 Joel Sherrill <joel@…> * rtems_webserver/Makefile.am, rtems_webserver/base64.c, rtems_webserver/base64.c: Renamed base64.c to wbase64.c. * rtems_webserver/sock.c: Added file missed in merger.
19:11 Changeset in rtems [5ff9c088]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-09-28 Joel Sherrill <joel@…> * rtems_webserver/Makefile.am, rtems_webserver/base64.c, rtems_webserver/base64.c: Renamed base64.c to wbase64.c. * rtems_webserver/sock.c: Added file missed in merger.
Note: See TracTimeline for information about the timeline view.