Timeline
09/24/98:
- 20:30 Changeset in rtems [7a86dc4]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Improved missing directory message.
- 20:29 Changeset in rtems [85420c8]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Removed blank line.
- 15:43 Changeset in rtems [da38d8a]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Removed superfluous initialization of PC video.
- 13:55 Changeset in rtems [32f3e34]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Patch from Erik Ivanenko <erik.ivanenko@…>: Please find attached a start.s that includes a cli prior to the hlt instruction. This ensures that external interrupts cannot restart the system after returning to the startup code. ( According to the hlt docs, they will! ) Also find a new timer.c. ( I forgot to update the countdowm value in the timer when I changed the PSCLK frequency in start.s) . This improves timer accuracy. The raw_idt_notify messages are no longer infinite, I tested sp11 and sp05, both which were bad, and I have seen the message print once in one test. I think it's ok if it prints out once. In fact, I don't think you can effectively stop it!
- 13:46 Changeset in rtems [287e9584]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- New version from Erik Ivanenko <erik.ivanenko@…>.
09/23/98:
- 16:46 Changeset in rtems [1fd26a5]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Patch from Ralf Corsepius <corsepiu@…>.
- 16:41 Changeset in rtems [ecc3fe3]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- IDLE task stack size now specified as a field in the CPU Table for all ports.
- 16:34 Changeset in rtems [3b93a2de]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Modifed to zero out the C heap if the CPU Table indicates that the RTEMS workspace is to be zeroed out.
- 13:43 Changeset in rtems [87c857a9]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- changed version to 980923
- 13:43 Changeset in rtems [5d17a64]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Updated to remove bad comment.
- 13:25 Changeset in rtems [1cf2df40]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Removed printk() references.
- 13:22 Changeset in rtems [479c86dd]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Patch from Erik Ivanenko <erik.ivanenko@…>: Please find attached the two files that have been changed relative to 980921 . The changes here are in the handling of the counter-timer used as the basis for the rtems executive clock. For the most part, these are housekeeping changes. The PSCLK frequency change in start.s... was a part of several bug-fixes. The fix improves executive clock and timer accuracy. changes : start.s -- All timers are disabled by the initialization routine -- PSCLK ( used by clock and timers ) frequency changed to 1MHz The clock_initialize routine now assumes that the PSCLK frequency is exactly 1 MHz. ckinit.c Clock_isr -- removed division by 1000. Now use 'static' variable -- clock_intial_isr_value -- to reset Clock_isrs variable. clock_initialize -- moved counter timer initialization here. Values used to configure the timer are totally dependent on BSP_configuration.microseconds_per_tick ( and the PSCLK assumption). Initializes clock_initial_isr_value used by th Clock_isr to reset Clock_isrs. clock_on -- no longer configures the timer, just enables it. Since altering the number of sections in the BSP, I decided to give it a good "once over" . The clock handling is now cleaner.
- 13:20 Changeset in rtems [8a496e46]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Patch from Aleksey (Quality Quorum <qqi@…>): 1. Finally fixes raw interrupts for pc386 2. Makes some minor cleanup in console and startup 3. Makes rtems_termios_dequeue_characters() to return count of outstanding chars - it allows to simplify console isrs a little bit. 4. pc386 uart modified to be friendlier to termios parameter changes, to have minor performance improvement and to take advantage of of above termios modification.
- 13:17 Changeset in rtems [362b88e]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Switched "NEW_GAS" flag.
- 13:17 Changeset in rtems [f26f5828]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Regenerated.
09/21/98:
- 22:04 Changeset in rtems [6385cbd]4.104.114.84.95 by Wade A Smith <warm38@…>
- Updated file based upon red-lines received.
- 21:34 Changeset in rtems [98bdf7a]4.104.114.84.95 by Wade A Smith <warm38@…>
- Updated file based upon read_lines received.
- 21:31 Changeset in rtems [f8c5bad]4.104.114.84.95 by Wade A Smith <warm38@…>
- Updated file based upon red-lines received.
- 16:38 Changeset in rtems [af973e57]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- changed version to 980921
- 15:27 Changeset in rtems [219aedad]4.104.114.84.95 by Wade A Smith <warm38@…>
- Modified sentences in the file to avoid using "shall" statements.
- 15:17 Changeset in rtems [f9b0efb0]4.104.114.84.95 by Wade A Smith <warm38@…>
- Described the constants used by the admin_type in the background section of this file.
- 01:45 Changeset in rtems [42424ef]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Corrected ColdFire? port information.
- 01:29 Changeset in rtems [e62488d]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- New file from Emmanuel Raguet <raguet@…>.
- 00:46 Changeset in rtems [718dc95]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Patch from Eric Norum <eric@…>: Here's a patch to make the rtems_showroute routine a little more useful. For `host' route table entries the link-level address is now displayed. This is equivalent to the old `show arp table' information displayed by the KA9Q code.
- 00:42 Changeset in rtems [7ddcfb8c]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Patch from Eric Norum and David Fiddes to put ColdFire? support in the inet checksum routine.
- 00:40 Changeset in rtems [97d7b068]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Update from Aleksey (Quality Quorum <qqi@…>) to pick up some patches missing from 980911.
- 00:39 Changeset in rtems [75e44fa3]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Removed by patch from Aleksey.
- 00:38 Changeset in rtems [3f929757]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Patches from Aleksey which were not in 980911. I am sending you patch which was lost. As far as I remember there were minor patches on top of it, either by Eric Valette or by Eric Norum or by both.
- 00:24 Changeset in rtems [c610a1f3]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Update from Eric Valette <valette@…>: Here are patches that bring 980911 back to what I think is a correct version of raw IDT management as well as a correct initialisation of video console and rtems managed interrupts.
- 00:23 Changeset in rtems [04bc5d9]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Update from Erik Ivanenko <erik.ivanenko@…> to bring the i386ex bsp up to date. 1) A 'hlt' instruction is coded in case of a return from boot_card in start.s.
- 00:01 Changeset in rtems [30ba752]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Patch from Eric Norum: I fixed the problems noted by Victor Vengerov. 1) Fix typo in cfsetispeed(). 2) In rtems_termios_open, ensure that args->iop->data1 is set before calling device-specific open routine.
09/20/98:
- 23:52 Changeset in rtems [6bd0fe4]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Patch from Eric Valette <valette@…>: Compiled and booted without problem. However console was set on COM2. At least for 4.0 it should be video :-)
09/16/98:
- 15:15 Changeset in rtems [6c455f37]4.104.114.84.95 by Wade A Smith <warm38@…>
- Remove many of the shall verbs and replaced them with present tense verbs
09/13/98:
- 13:44 Changeset in rtems [433c5585]4.104.114.84.95 by Wade A Smith <warm38@…>
- Changes the name of readdir, umask, mkdir, chmod, chown to cfg_readdir, cfg_umask, cfg_mkdir, cfg_chmod, cfg_chown respectively.
09/12/98:
- 15:57 Changeset in rtems [08142b48]4.104.114.84.95 by Wade A Smith <warm38@…>
- Documented the following routines added to the Configuration Space Management: readdir, open, umask, link, mkdir, unlink, chmod, and chown.,
09/11/98:
- 23:35 Changeset in rtems [bfcf4cb3]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Updates to tree to make it build with all desired changes and the conversion of the SONIC driver to the new FreeBSD stack instead of KA9Q.
- 19:21 Changeset in rtems [23f014a]4.104.114.84.95 by Wade A Smith <warm38@…>
- Added documentation for the log_facilityisvalid routine and add thew status code EINVAL to the log_seek routine.
- 19:17 Changeset in rtems [b29378e]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Corrected spelling error.
- 15:40 Changeset in rtems [c5bb1e02]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- changed version to 980911
- 13:12 Changeset in rtems [b3956369]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Patch from "David J. Fiddes" <D.J@…>: I've fixed a few minor probs with the optimised version that Eric put together for me the other day and sent the fixes back to him. Provided he doesn't have a problem with it we've got a pretty solid in_cksum for the ColdFire? as well as straight m68k. I've enclosed my updated in_cksum_m68k.c At the moment my own bottlenecks are elsewhere...as my driver is pulling 16bit data chunks through a libchip-esq access routine from the chip which for a polled I/O device is never going to be quick.
09/10/98:
- 13:07 Changeset in rtems [0ea9829]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Fixed back so it would build.
- 13:07 Changeset in rtems [d2b1204]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Added references.
- 12:46 Changeset in rtems [bd3dec5]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Patch from Eric Norum <eric@…>: If you're getting close to a new snaphot, here's something that might be useful to add to the BSP README notes for systems with networking.
- 12:43 Changeset in rtems [23cdd84c]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Patch from David Fiddes <D.J.Fiddes@…> to make this compile for the ColdFire?.
- 12:31 Changeset in rtems [b67245d0]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Patch from Chris Johns <ccj@…>: I have managed to build the bsp ods68302 and the rtti test case I made with egcs-1.1b and binutils-2.9.1. I have built our C++ application and got no link errors so it looks like this is now working. I am yet to test the code but getting the thing to link was the problem. Please find a patch attached which removes the -fno-rtti option.
- 12:28 Changeset in rtems [b7e3949]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Patch from Eric Valette <valette@…>. Most of this was included in a previous patch. Comments from Eric: patch_com2 was before your own fixes of raw IDT vector management routine. It mainly use human readable constants for the serial line driver code + the patch you gave me for com2 write routine. I applied your patch for raw IDT mngt on top of that. Then made minor cleaning in patch_idt_mngt. I hope this helps.
- 12:23 Changeset in rtems [109b17f4]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Patch from Eric Norum <eric@…> to fix a cryptic error message after comments from Eric Valette <valette@…>.
- 12:16 Changeset in rtems [eff217e]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Patch from Emmanuel Raguet <raguet@…>: After some good comments from Eric Norum [thanks, Eric !], I have added some modifications to my previous driver patch : - wait for transmitter ready before sending a packet, - new delay management in case of ring-overwritting.
Note: See TracTimeline
for information about the timeline view.