summaryrefslogtreecommitdiffstats
path: root/c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Moved to network demosJoel Sherrill1998-08-011-8/+1
|
* Patch from David Fiddes <D.J.Fiddes@hw.ac.uk> to make ASFLAGS include theJoel Sherrill1998-08-011-1/+1
| | | | CPU_ASFLAGS.
* Patch from David Fiddes <D.J.Fiddes@hw.ac.uk> to not use this file forJoel Sherrill1998-08-011-0/+3
| | | | ColdFires. It is just too wrong to fix.
* Merged patch from David Fiddes <D.J.Fiddes@hw.ac.uk> to add ColdFireJoel Sherrill1998-08-012-1/+15
| | | | specific register macros and correct code in rtems.s.
* Added Rod Barman (rodb@cs.ubc.ca) in credits for ColdFire.Joel Sherrill1998-08-011-1/+2
|
* Changed name of network driver.Joel Sherrill1998-07-301-1/+1
|
* Added temporary include of dmv170.hJoel Sherrill1998-07-301-0/+6
|
* Added SONIC configuration information.Joel Sherrill1998-07-301-0/+9
|
* Added a hint to continue writing this.Joel Sherrill1998-07-301-0/+2
|
* Updated.Joel Sherrill1998-07-302-2/+2
|
* Added getRealTime() and setRealTime().Joel Sherrill1998-07-302-18/+99
| | | | Reimplemented checkRealTime() to use RTEMS internal routine.
* Changed clock rate from 32 Khz to 1 Mhz.Joel Sherrill1998-07-302-6/+6
| | | | Registers are at 8 byte boundaries NOT 4 as initially configured.
* Changed comment to be more polite.Joel Sherrill1998-07-301-1/+1
|
* Updating to make more readable.Joel Sherrill1998-07-301-28/+8
|
* New files.Joel Sherrill1998-07-308-0/+46
|
* Spacing corrected.Joel Sherrill1998-07-301-1/+0
|
* New file based on email from DY-4 technical support.Joel Sherrill1998-07-301-0/+62
|
* Fixed spacing.Joel Sherrill1998-07-301-1/+0
|
* Updated to accurately reflect the dmv177.Joel Sherrill1998-07-301-22/+21
|
* Patch from Eric Valette <valette@crf.canon.fr>:Joel Sherrill1998-07-301-1/+1
| | | | | | Now that Joel told me how to compile outside the tree, I have found a few more bugs. Here is a small patch to fix them.
* Made chain.h sharedJoel Sherrill1998-07-302-355/+1
|
* Made tod.h sharedJoel Sherrill1998-07-302-1/+2
|
* New file. Based on merged of shared libchip style console.c and theJoel Sherrill1998-07-291-0/+187
| | | | existing TOD interface.
* Cleaned up comment.Joel Sherrill1998-07-291-4/+5
| | | | Modified open so it uses a local variable rather than modifying a parameter.
* Added reference to shared TOD driver.Joel Sherrill1998-07-291-1/+1
|
* Added prototype for default register access routines to header files.Joel Sherrill1998-07-298-8/+200
| | | | | Corrected prototypes to reflect unsigned32 values being passed around instead of unsigned8's.
* Corrected to reflect the ICM7170 which is really on this board.Joel Sherrill1998-07-292-16/+12
|
* Added config.c and deleted tod.c.Joel Sherrill1998-07-291-1/+1
|
* Simplified RTC base address.Joel Sherrill1998-07-291-2/+1
|
* Changed cast on RTC address and added base address of RTC fields as opposedJoel Sherrill1998-07-291-1/+2
| | | | to entire RTC with NVRAM included.
* Deleted probe routine as device specific.Joel Sherrill1998-07-292-12/+6
| | | | Renamed port table.
* Added function table.Joel Sherrill1998-07-292-0/+12
|
* Renamed control register constants.Joel Sherrill1998-07-292-22/+48
| | | | | | Set time->ticks to 0. Added function table.
* New files for Harris Semiconductor ICM7170.Joel Sherrill1998-07-294-0/+456
|
* New files.Joel Sherrill1998-07-2922-0/+806
|
* Added new files.Joel Sherrill1998-07-292-4/+10
|
* First cut at configuration table for libchip RTC. At this point, weJoel Sherrill1998-07-284-275/+117
| | | | are pretending that the DMV177 has an M48T08.
* First cut implementation of real-time clock support in libchip. ThisJoel Sherrill1998-07-2810-12/+442
| | | | | version compiles cleanly but there is not a BSP with a configuration table to utilize it.
* Corrected spacing.Joel Sherrill1998-07-284-28/+12
|
* Added rtc directory.Joel Sherrill1998-07-285-1/+277
|
* Added missing parts of patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>.Joel Sherrill1998-07-281-4/+16
|
* Closed window thanks to patch from Eric Norum.Joel Sherrill1998-07-282-10/+6
|
* New file -- copied from dmv177 but same as ppcn_60x.Joel Sherrill1998-07-251-0/+290
|
* Added comments and corrected spacing.Joel Sherrill1998-07-254-42/+56
|
* Corrected spacing and added headers.Joel Sherrill1998-07-252-34/+56
|
* Added ns16550_set_attributes.Joel Sherrill1998-07-254-8/+210
|
* Corrected spacing and added a comment.Joel Sherrill1998-07-252-6/+10
|
* Updated to reflect set attributes.Joel Sherrill1998-07-252-4/+18
|
* Rewrote NS16550 TX interrupt processing to use termios for the bufferJoel Sherrill1998-07-256-250/+168
| | | | | and manage the interrupt sources like the other drivers. This let use remove the ns16550_flush() routine.
* Removed TX ring buffer.Joel Sherrill1998-07-252-4/+0
|