summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* 2005-02-04 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-02-042-1/+6
| | | | | * startup/bspstart.c: rtems_interrupt_catch(trampoline, vector, &old_handler).
* Fixed formatting.Joel Sherrill2005-02-041-6/+6
|
* Add 'extended' BSP support (pseudo-VME)Eric Norum2005-02-034-10/+151
|
* Add support for interrupt controller allocation. This will provides aEric Norum2005-02-036-6/+33
| | | | mechanism for applications to find a free level/priority.
* Lock FEC/PHYS at 100 Mbs, full-duplex.Eric Norum2005-02-023-24/+54
|
* Clean up bootloader syscall handling.Eric Norum2005-02-022-26/+26
|
* Provide 'last-ditch' hardware address.Eric Norum2005-02-021-3/+10
|
* Add interrupt assignment map.Eric Norum2005-02-021-0/+25
|
* Want only two serial ports for now.Eric Norum2005-02-011-1/+5
|
* Add EPICS information.Eric Norum2005-02-011-0/+19
|
* Add some bootrom system calls.Eric Norum2005-02-014-17/+40
|
* Place FEC buffer descriptors in static RAM. No more cache concerns.Eric Norum2005-02-013-30/+23
|
* Remove diagnostic printf.Eric Norum2005-01-311-2/+1
|
* Processor doesn't snoop FEC DMA so we must invalidate the cache appropriately.Eric Norum2005-01-313-18/+50
|
* Move entry to appropriate sub-ChangeLogs.Joel Sherrill2005-01-311-6/+0
|
* 2005-01-28 Eric Norum <norume@aps.anl.gov>Joel Sherrill2005-01-311-0/+4
| | | | * m68kpretaskinghook.c: Work around agressive optimizing compilers.
* 2005-01-31 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-01-312-0/+18
| | | | * .cvsignore: New file.
* New file.Joel Sherrill2005-01-311-0/+5
|
* printk really does work!Eric Norum2005-01-281-6/+3
|
* Cosmetic.Eric Norum2005-01-281-2/+3
|
* New BSP for Arcturus uCDIMM ColdFire 5282.Eric Norum2005-01-2820-7/+3585
|
* Cosmetics.Ralf Corsepius2005-01-283-6/+3
|
* 2005-01-22 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-01-222-1/+5
| | | | * tod/todcfg.c: size_t RTC_Count.
* 2005-01-18 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-01-183-48/+11
| | | | | * Makefile.am: Use ../../shared/tod.h instead of include/tod.h. * include/tod.h: Remove.
* 2005-01-09 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-01-092-0/+5
| | | | * startup/linkcmds: Add rom section to remove warning.
* 2005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-01-0730-69/+129
| | | | * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
* 2005-01-05 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-01-052-47/+4
| | | | * console/sci.c: Remove CVS Log.
* 2005-01-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-01-042-1/+8
| | | | * console/sci.c: Remove warnings.
* 2005-01-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-01-042-9/+14
| | | | * console/leds.c: Remove warnings.
* 2005-01-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-01-042-2/+6
| | | | * console/console.c: Remove warnings.