summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Enable CS1* and CS2* now that Arcturus bootstrap PROMs no longer take care ↵Eric Norum2005-07-062-0/+5
| | | | of that for us.
* Add description of external interrupt request assignments.Eric Norum2005-06-301-0/+3
|
* Reflect changes to network driver.Eric Norum2005-06-291-1/+1
|
* Drive LEDs with more useful information.Eric Norum2005-06-291-0/+2
|
* Add duplex negotation support.Eric Norum2005-06-292-46/+99
|
* Minor tweak to make it easier to insert some code to test realignment.Eric Norum2005-06-221-2/+2
|
* Clean up transmit buffer realignment.Eric Norum2005-06-203-74/+84
| | | | Many thanks to Mr. Kolja Waschk for identifying the problem.
* 2005-06-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-06-171-0/+4
| | | | * include/.cvsignore: New file.
* 2005-06-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-06-172-0/+6
| | | | * acinclude.m4: Added mcf5235.
* 2005-06-17 Mike Bertosh <mbertosh@motioncontrol.org>Joel Sherrill2005-06-1720-0/+3885
| | | | | | | | * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.ac, clock/clock.c, console/console.c, include/bsp.h, include/coverhd.h, include/tm27.h, network/network.c, start/start.S, startup/bspclean.c, startup/bspstart.c, startup/init5235.c, startup/linkcmds, startup/linkcmdsflash, startup/linkcmdsram, timer/timer.c: New files.
* 2005-05-26 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-05-2630-30/+90
| | | | * include/bsp.h: New header guard.
* Fix typo.Eric Norum2005-05-241-1/+1
|
* Try to maintain compatability with everyone else's VBR changes.Eric Norum2005-05-244-10/+6
|
* 2005-05-20 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-05-202-1/+5
| | | | * console/duart.c: Remove warning.
* Followup fix to Joel's earlier _VBR changes.Eric Norum2005-05-112-0/+9
|
* Poke RDAR/TDAR every time. Add more diagnostic printout.Eric Norum2005-05-102-6/+31
|
* Clarify bootstrap procedure.Eric Norum2005-05-041-8/+13
|
* 2005-05-03 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-05-032-1/+5
| | | | | * startup/init5282.c: Remove use of _Coldfire_VBR and use _VBR as rest of m68k family.
* 2005-04-26 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-04-262-6/+9
| | | | * network/network.c: Eliminate warnings.
* 2005-04-26 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-04-262-1/+5
| | | | * network/network.c: Change int to rtems_id to eliminate warning.
* 2005-04-26 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-04-262-8/+12
| | | | * startup/alloc360.c: Eliminate warnings.
* Fix typos.Eric Norum2005-04-261-3/+3
|
* Try insructioin-only cache.Eric Norum2005-04-214-11/+38
|
* Expose some read/write copies of configuration registers.Eric Norum2005-04-192-22/+31
|
* Add some more diagnostics. Poke TDAR/RDAR only when necessary.Eric Norum2005-04-132-5/+23
|
* Set up IRQ1* handling properly.Eric Norum2005-04-102-10/+15
|
* FPGA interrupt status register is now 16-bit.Eric Norum2005-04-093-4/+63
|
* Add statistics counter for number of transmit bytes realigned.Eric Norum2005-03-122-20/+27
|
* 2005-03-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-03-112-0/+5
| | | | * startup/init68360.c: Add _RomBase declaration.
* Add NOP after writing the CACR is there to address the issueEric Norum2005-03-102-1/+28
| | | | noted in "Device Errata MCF5282DE", Rev. 1.7, 09/2004.
* Add missing line.Eric Norum2005-03-031-0/+1
|
* Add some more EPICS notes.Eric Norum2005-03-031-0/+6
|
* Remove some now-unused declarations.Eric Norum2005-02-141-1/+0
|
* Don't cache flash.Eric Norum2005-02-142-5/+5
|
* EPICS has its own log facility so don't bother with LOGSERVER.Eric Norum2005-02-131-1/+0
|
* Rearrange devLib address spaces.Eric Norum2005-02-122-4/+4
|
* Add some more system calls.Eric Norum2005-02-122-9/+32
| | | | Improve in-line assembly.
* 2005-02-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-02-122-3/+8
| | | | | * m68kpretaskinghook.c: Correct type of symbols from linkcmds to compile with gcc 4.x.
* 2005-02-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-02-126-15/+15
| | | | | * include/bsp.h: Correct type of symbols from linkcmds to compile with gcc 4.x.
* 2005-02-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-02-123-1/+8
| | | | | * include/bsp.h, startup/init68360.c: Correct type of symbols from linkcmds to compile with gcc 4.x.
* Name changes.Eric Norum2005-02-103-6/+35
| | | | Add some more system calls.
* Intra-level priorities range from 0 to 7.Eric Norum2005-02-081-1/+1
| | | | Levels range from 1 to 6.
* Ensure consistency of 'installed' bitmap.Eric Norum2005-02-081-1/+5
|
* Set INTC0_ICRx registers properly.Eric Norum2005-02-071-1/+1
|
* Fix typo.Eric Norum2005-02-051-1/+1
|
* Clean up the RAM/FLASH sizes/locations are specified.Eric Norum2005-02-052-18/+12
|
* Fix flash base address.Eric Norum2005-02-043-7/+14
| | | | Enable UART2.
* Reformat.Ralf Corsepius2005-02-041-8/+5
|
* Clean up INTC0 initialization. EPORT1-7 sources are fixed level/priority.Eric Norum2005-02-041-14/+25
|
* 2005-02-04 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-02-045-16/+23
| | | | | * console/console.c, include/bsp.h, network/network.c, startup/bspstart.c: Remove obsolete fixed size types.