summaryrefslogtreecommitdiffstats
path: root/c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Removed SonicRegisters structure since we now use register indicesJoel Sherrill1998-08-061-83/+15
| | | | | | | | and access routines. Added revision constants. Added in_use and EOL field values.
* Enabled specific types of debug info.Joel Sherrill1998-08-061-31/+55
| | | | | | | | | | | | Added pointer to RDA to sonic structure. Added macro names for values used in the in_use field of RDA entries. Rewrote the RX Descriptor Area initialization loop. Added a check to barf if this is a Rev B sonic chip. Enabled check that the CAM was properly loaded.
* Changed debug enable macros to support individually enabling differentJoel Sherrill1998-08-061-15/+30
| | | | | | | types of debug information. Removed call to rtems_panic which was based on checking a variable which was no longer being set.
* Card Resource Register was a 16-bit register not a 32-bit one.Joel Sherrill1998-08-065-28/+36
| | | | Used existing constants for bits on the register.
* Added support for the Card Resource Register. The new probe routinesJoel Sherrill1998-08-065-8/+107
| | | | | check for the presence of the DUART, SCC, and RTC. The SONIC check needs to be added in the future as the network driver is libchip'ed.
* Commented out the code which yields the CPU when the serial controller isJoel Sherrill1998-08-056-0/+12
| | | | | busy. This type of behavior perturbs the tests and many of them will not pass.
* Added constants which made the multiple bit settings more readableJoel Sherrill1998-08-051-0/+25
| | | | for the Data Configuration Register (DCR).
* DCR setting changed to match what the DY-4 Firmware initialized it to.Joel Sherrill1998-08-051-135/+259
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This primarily included setting the state of the programmable outputs and the RX and TX FIFO depths. Moved all of the TX, RX, and RRA data structure initialization to before the hardware initialization. As part of this, the hardware initialization was consolidated. More than likely, some of this movement broke stuff. Used constants added to sonic.h which gave more logical names to some of the register bit settings. Switched to calloc to insure the data areas where initialized to 0. Commented out a panic check in the RX server which may or may not have been right. Increased the size of the CAM initialization area. It is possible that this could be decreased or code added to handle the management of multiple hardware addresses. Added sonic read and write register routines which aid greatly in debugging and provide the core for the eventual movement of this driver to libchip. Added debug code to the read and write register routines which can print the value read from or written to a register. This code also prints the register name which significantly eases reading the log.
* Patch from Eric Valette <valette@crf.canon.fr> which brings the i386ex BSPJoel Sherrill1998-08-0527-578/+379
| | | | inline with the new IRQ structure.
* Automatic CPU type detection code from Eric Valette <valette@crf.canon.fr>.Joel Sherrill1998-08-0515-30/+696
| | | | Enabled on the pc386.
* Fixed name of Buffer so this would compile.Joel Sherrill1998-08-051-3/+3
|
* Redid Makefiles to properly do a preinstall. There was remnants of theJoel Sherrill1998-08-0511-62/+20
| | | | old way of setting th cpu family and model string names.
* Added print of the order in which the directories are preinstalled.Joel Sherrill1998-08-051-1/+9
|
* Switched to read/write register routines and added some basic debugJoel Sherrill1998-08-032-332/+473
| | | | help.
* Under allcoated task stacks.Joel Sherrill1998-08-031-1/+1
|
* 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
|