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