summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Added Hitachi SHJoel Sherrill1998-03-276-58/+60
|
* Attempting to add variable so that in C all constants start with RTEMS_Joel Sherrill1998-03-279-89/+160
| | | | and all directives start with rtems_.
* Added POSIX 1003.1h and PowerPC supplement to internal manuals.Joel Sherrill1998-03-271-2/+2
|
* New file. Basically m68k version with Hitachi SH comments thrown in.Joel Sherrill1998-03-261-0/+102
|
* The script did not handle public distributions at all.Joel Sherrill1998-03-261-1/+8
|
* Added support for easily building different sets of the manualsJoel Sherrill1998-03-261-7/+27
| | | | for the public, support, partners, and internal use.
* Better handling of local documentation tools and corrected invocationJoel Sherrill1998-03-261-5/+14
| | | | of texi2www to correct path information.
* Updated for SH port and variable insertion of version.Joel Sherrill1998-03-261-1/+2
|
* Added build of tools to build procedure.Joel Sherrill1998-03-261-5/+21
| | | | Automatically insert version information into headers and footers..
* rtems.html renamed index.html since that is what httpd looks forJoel Sherrill1998-03-261-0/+0
| | | | | | automatically in a directory. rtems_full.html is an index.html for the full support documentation set.
* Attempt at separating public, support, partners, and internal.Joel Sherrill1998-03-261-3/+10
|
* Added variables for dates and revision infoJoel Sherrill1998-03-2613-43/+48
|
* Enhanced.Joel Sherrill1998-03-261-2/+5
|
* Installed in partners subdirectoryJoel Sherrill1998-03-261-1/+2
|
* removed @ifinfo around something needed for html structureJoel Sherrill1998-03-261-2/+2
|
* Do not copy headers, use makeJoel Sherrill1998-03-261-2/+1
|
* More appropriate for public consumptionJoel Sherrill1998-03-261-1/+0
|
* Made more appropriate for public consumption.Joel Sherrill1998-03-261-19/+10
|
* renamed to user's guide.Joel Sherrill1998-03-266-30/+46
|
* HAS_CPLUSPLUS should have been RTEMS_HAS_CPLUSPLUS.Joel Sherrill1998-03-261-1/+1
|
* Moved memcpy to newlib/libc/machine/m68kJoel Sherrill1998-03-251-1/+1
|
* m68k software interrupt stack support from Chris Johns and Eric Norum.Joel Sherrill1998-03-256-40/+40
|
* Added group and example around tree pictures in html.Joel Sherrill1998-03-251-0/+16
|
* Corrected argument passing.Joel Sherrill1998-03-251-3/+2
|
* Corrected definition of main and boot_card to be more ANSI compliant.Joel Sherrill1998-03-251-3/+5
|
* Corrected invocation of boot_card().Joel Sherrill1998-03-251-4/+6
|
* Added _XOPEN_SOURCE definition to allow use of UNIX IPC.Joel Sherrill1998-03-242-0/+2
|
* changed version to 4.0.0-beta1Joel Sherrill1998-03-242-2/+2
|
* Changed RTEMS cpu to hppa1.1.Joel Sherrill1998-03-241-2/+1
|
* Added rule to transform hppa1.1 to hppa1_1 since hppa1.1 is not aJoel Sherrill1998-03-241-3/+12
| | | | valid cpp symbol.
* Real definition for the beginning of the data section per Eric Norum'sJoel Sherrill1998-03-243-6/+6
| | | | suggestion.
* Corrected register constraints per suggestion from Thomas Doerfler, IMDJoel Sherrill1998-03-242-6/+6
| | | | <td@imd.m.isar.de>.
* More cpu model flags converted to using cpp predefines.Joel Sherrill1998-03-241-2/+2
|
* Rename hppa1_1 to hppa1.1 and switched to using __XXX__ macros forJoel Sherrill1998-03-2417-65/+62
| | | | the CPU family name constants.
* new fileJoel Sherrill1998-03-241-0/+54
|
* Renamed hppa1_1 to hppa1.1Joel Sherrill1998-03-240-0/+0
|
* Renamed hppa1_1 to hppa1.1Joel Sherrill1998-03-234-85/+73
|
* renamed ppc to powerpcJoel Sherrill1998-03-235-80/+72
|
* Updated now that the phony crt0.c in newlib defines all odd symbolsJoel Sherrill1998-03-233-72/+4
| | | | that gcc automatically generates references to.
* *** empty log message ***Joel Sherrill1998-03-231-101/+67
|
* Converted to conditionally uses strerr code to better work with glibc2.Joel Sherrill1998-03-232-8/+21
|
* Patches from Eric Norum:Joel Sherrill1998-03-239-174/+85
| | | | | | | Here are some patches to the gen68360 BSP. The improvements include: Boot prom run-time selection of DRAM size (1/4/16 Mbytes) Full 32-bit ethernet address obtained from boot prom. Updated README.
* Update from Eric Norum:Joel Sherrill1998-03-231-12/+3
| | | | | | | Here are some patches to the gen68360 BSP. The improvements include: Boot prom run-time selection of DRAM size (1/4/16 Mbytes) Full 32-bit ethernet address obtained from boot prom. Updated README.
* Added BSP specific start since it had become VERY complex to attemptJoel Sherrill1998-03-213-1/+325
| | | | to share the start code across i386 BSPs.
* Corrected typo in copyright notice.Joel Sherrill1998-03-212-2/+2
|
* Switch to using a shared main() for all of the embedded BSPsJoel Sherrill1998-03-2170-463/+190
| | | | | | | | based on the GNU tools. This usually involved correcting the type of bsp_start(), bsp_cleanup(), adjusting the start code to call the right start routine (the shared boot_card()), and then removing code from bsp_start() which was performed in the new boot_card()/main() path.
* Fixed spacing to be consistent with other CPUs.Joel Sherrill1998-03-211-1/+1
|
* Fixed RTEMS_PROG_CC_WORKS and RTEMS_PROG_CXX_WORKS so they couldJoel Sherrill1998-03-212-71/+133
| | | | successfully work on powerpc-rtems and hppa1.1-rtems.
* Added enough symbols to the conftest.c program to make sure it wouldJoel Sherrill1998-03-212-3/+34
| | | | successfully link on both the powerpc and hppa1.1.
* POSIX not properly conditionalizedJoel Sherrill1998-03-212-2/+2
|