summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Adding ChangeLogs.Joel Sherrill2000-08-10179-0/+558
|
* Now compiles after breaking things with mvme16x_hw.hJoel Sherrill2000-08-042-1/+6
|
* IEEEJoel Sherrill2000-08-033-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | ==== -4 = {d = -4, i = {0xc0100000, 0x0}} s=1 e=0x80 m=0x100000 (0x0900000) -3 = {d = -3, i = {0xc0080000, 0x0}} s=1 e=0x80 m=0x080000 (0x0880000) -2 = {d = -2, i = {0xc0000000, 0x0}} s=1 e=0x80 m=0x000000 (0x0800000) -1 = {d = -1, i = {0xbff00000, 0x0}} s=1 e=0x7f m=0x000000 (0x0800000) 0 = {d = 0, i = {0x00000000, 0x0}} s=0 e=0 m=0x000000 (0x0800000) 1 = {d = 1, i = {0x3ff00000, 0x0}} s=0 e=0x7f m=0x000000 (0x0800000) 2 = {d = 2, i = {0x40000000, 0x0}} s=0 e=0 m=0x000000 (0x0800000) 3 = {d = 3, i = {0x40080000, 0x0}} s=0 e=0 m=0x080000 (0x0880000) C4X === -4 = {d = -4, i = {0x01800000, 0x0}} s=1 e=1 m=0x800000 (0x1000000) -3 = {d = -3, i = {0x01c00000, 0x0}} s=1 e=1 m=0xa00000 (0x1400000) -2 = {d = -2, i = {0x00800000, 0x0}} s=1 e=0 m=0x800000 (0x1000000) -1 = {d = -1, i = {0xff800000, 0x0}} s=1 e=0xff m=0x000000 (0x1000000) 0 = {d = 0, i = {0x80000000, 0x0}} s=0 e=0 m=0x000000 (0x0800000) 1 = {d = 1, i = {0x00000000, 0x0}} s=0 e=0x7f m=0x000000 (0x0800000) 2 = {d = 2, i = {0x01000000, 0x0}} s=0 e=1 m=0x400000 (0x0800000) 3 = {d = 3, i = {0x01400000, 0x0}} s=0 e=1 m=0x600000 (0x0c00000) 4 = {d = 4, i = {0x02000000, 0x0}} s=0 e=2 m=0xXXXXXX (0x0000000) 0x1010 0000 0101 0000 0010 1002
* Patch from Eric Norum <eric@cls.usask.ca> to add optional support forJoel Sherrill2000-08-023-9/+141
| | | | | fast mutexes that bypass the API level to directly interface with the SuperCore.
* Patch from Eric Norum <eric@cls.usask.ca> to add "attaching" argumentJoel Sherrill2000-08-022-3/+11
| | | | to driver attach routine.
* changed version to ss-20000802Joel Sherrill2000-08-020-0/+0
|
* changed version to ss-20000802Joel Sherrill2000-08-020-0/+0
|
* New file.Joel Sherrill2000-08-021-0/+48
|
* changed version to ss-20000802Joel Sherrill2000-08-020-0/+0
|
* changed version to ss-20000802Joel Sherrill2000-08-021-1/+1
|
* Properly pass argc, argc, and environp to boot_card.Joel Sherrill2000-08-0211-7/+64
|
* Executables are now in binary format for download using network.Joel Sherrill2000-08-021-3/+4
|
* Split out items shared with mvme167.Joel Sherrill2000-08-026-224/+509
|
* Moved base address to 0x20000.Joel Sherrill2000-08-021-3/+3
|
* Added (untested) network driver from mvme167.Joel Sherrill2000-08-025-2/+50
|
* Produce Srecords.Joel Sherrill2000-08-011-10/+6
|
* Compiles now.Joel Sherrill2000-08-012-3/+2
|
* Added sim68000 BSP for the BSVC simulator. This BSP includes theJoel Sherrill2000-08-0133-2/+1386
| | | | | alias simcpu32 that supports the CPU32 simulator in BSVC. At this point, it is still under development.
* Look at both hardware and software FP settings.Joel Sherrill2000-08-012-4/+4
|
* If the _VBR is set to 0xFFFFFFFF, then assume the vector jump table isJoel Sherrill2000-08-012-2/+20
| | | | in ROM.
* The fp_context field is needed if software or hardware floating pointJoel Sherrill2000-08-012-2/+2
| | | | is available.
* Reversing spurious change.. disk crash?Joel Sherrill2000-08-011-1/+1
|
* Patch from Eric Norum <eric@cls.usask.ca> to avoid lockup underJoel Sherrill2000-08-013-27/+27
| | | | | | the correct circumstances of DMA buffer size, serial line interrupts, and ethernet interrupts the termios osend routine would lock up waiting for the raw output buffer semaphore.
* Even more updates.Joel Sherrill2000-08-011-21/+23
|
* Increased the defaults to be more reasonable.Joel Sherrill2000-08-012-2/+6
|
* Patch rtems-rc-20000731-2-cvs.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-08-0112-20/+20
| | | | | | | | | | | | | | that does the following: Changes: Remove $(SED) and $(CP) from make/custom/*.cfg Motivation: * autoconf and automake presuppose sed and cp to be present. * make/host.cfg.in already contains SED = sed hard-coded into it for a long time. * Elimination of make-variables * Eliminate make/*.cfg files or at least reduce their complexity :)
* Patch rtems-rc-20000801-1-cvs.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-08-013-3/+3
| | | | that switches the sparc from targopts.h to cpuopts.h.
* Patch rtems-rc-20000731-1-cvs.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-08-011-1/+1
| | | | that is a cosmetic patch to ampolish.
* Updated versions.Joel Sherrill2000-08-011-2/+2
|
* Removed unused macro.Joel Sherrill2000-08-011-17/+0
|
* Corrected BSP name in script.Joel Sherrill2000-08-011-1/+1
|
* Added numerous BSPs.Joel Sherrill2000-08-011-3/+6
|
* New files.Joel Sherrill2000-08-012-0/+15
|
* ARMulator BSP now runs with gdb 5.0.Joel Sherrill2000-08-012-1/+36
|
* Closer to linking. h8300-rtems-ld now core dumps.Joel Sherrill2000-07-313-16/+33
|
* New bsp for simulator in gdb. Does not work yet.Joel Sherrill2000-07-3126-0/+1343
|
* Patch rtems-rc-20000713-1-cvs.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-07-272-27/+0
| | | | Removed obsolete flags from new custom files.
* Minor problems addressed with the merger and with the arm_bare_bsp.Joel Sherrill2000-07-2719-195/+76
| | | | | | That BSP now has a stub clock driver so the tests can link even if they won't execute. A handful of Makefiles had to be updated and we had to account for printk.c being a shared file now.
* Port of RTEMS to the ARM processor family by Eric ValetteJoel Sherrill2000-07-2780-21/+6598
| | | | | | <valette@crf.canon.fr> and Emmanuel Raguet <raguet@crf.canon.fr> of Canon CRF - Communication Dept. This port includes a basic BSP that is sufficient to link hello world.
* Patch from Charles-Antoine Gauthier <charles.gauthier@nrc.ca> thatJoel Sherrill2000-07-264-75/+79
| | | | | removes warnings from the network.c file and has slight additions to the configuration file to support Java.
* changed version to ss-20000726Joel Sherrill2000-07-261-1/+1
|
* Added ifdef on C4x to avoid invalid address alignment checks since thereJoel Sherrill2000-07-266-0/+56
| | | | is no such thing on the C4x.
* Port of RTEMS to the Texas Instruments C3x/C4x DSP families includingJoel Sherrill2000-07-2628-16/+93
| | | | | | | | | | | a BSP (c4xsim) supporting the simulator included with gdb. This port was done by Joel Sherrill and Jennifer Averett of OAR Corporation. Also included with this port is a space/time optimization to eliminate FP context switch management on CPUs without hardware or software FP. An issue with this port was that sizeof(unsigned32) = sizeof(unsigned8) on this CPU. This required addressing alignment checks and assumptions as well as fixing code that assumed sizeof(unsigned32) == 4.
* Port of RTEMS to the Texas Instruments C3x/C4x DSP families includingJoel Sherrill2000-07-2659-33/+205
| | | | | | | | | | | a BSP (c4xsim) supporting the simulator included with gdb. This port was done by Joel Sherrill and Jennifer Averett of OAR Corporation. Also included with this port is a space/time optimization to eliminate FP context switch management on CPUs without hardware or software FP. An issue with this port was that sizeof(unsigned32) = sizeof(unsigned8) on this CPU. This required addressing alignment checks and assumptions as well as fixing code that assumed sizeof(unsigned32) == 4.
* Patch rtems-rc-20000713-1-cvs.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-07-251-2/+0
| | | | that removes an unnecessary inclusion of @RTEMS_BSP@.cfg.
* Patch rtems-rc-20000725-1-cvs.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-07-251-1/+1
| | | | | that is an improvement in the version handling macro that compensates for Joel's bug in the release script which broke the VERSION file format.
* Added c3xsim as alias of c4xsim.Joel Sherrill2000-07-252-0/+2
|
* Forgot to remove these when code moved.Joel Sherrill2000-07-2516-4955/+0
|
* Use bitwise and not cast to unsigned16 to remove upper bits.Joel Sherrill2000-07-244-4/+12
|
* Fixed so autoconf macros will like this file.Joel Sherrill2000-07-241-2/+0
|