Timeline
03/24/98:
- 20:53 Changeset in rtems [ddf142d]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Added _XOPEN_SOURCE definition to allow use of UNIX IPC.
- 19:14 Changeset in rtems [abbd5b1]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- changed version to 4.0.0-beta1
- 18:44 Changeset in rtems [e6c92eef]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Changed RTEMS cpu to hppa1.1.
- 18:44 Changeset in rtems [526ebe8]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Added rule to transform hppa1.1 to hppa1_1 since hppa1.1 is not a valid cpp symbol.
- 17:13 Changeset in rtems [bdac86b5]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Real definition for the beginning of the data section per Eric Norum's suggestion.
- 17:10 Changeset in rtems [72b397a]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Corrected register constraints per suggestion from Thomas Doerfler, IMD <td@…>.
- 16:33 Changeset in rtems [d662fef8]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- More cpu model flags converted to using cpp predefines.
- 16:24 Changeset in rtems [3ec7bfc]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Rename hppa1_1 to hppa1.1 and switched to using XXX macros for the CPU family name constants.
- 14:33 Changeset in rtems [222788b]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- new file
- 14:24 Changeset in rtems [237f8b0d]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Renamed hppa1_1 to hppa1.1
03/23/98:
- 23:08 Changeset in rtems [42dc81e]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Renamed hppa1_1 to hppa1.1
- 22:54 Changeset in rtems [e4829a05]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- renamed ppc to powerpc
- 19:54 Changeset in rtems [d53130b]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Updated now that the phony crt0.c in newlib defines all odd symbols that gcc automatically generates references to.
- 19:53 Changeset in rtems [01518357]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- * empty log message *
- 19:51 Changeset in rtems [5839b0c1]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Converted to conditionally uses strerr code to better work with glibc2.
- 18:35 Changeset in rtems [98bcbda3]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Patches from Eric Norum: 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.
- 18:35 Changeset in rtems [61bbe543]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Update from Eric Norum: 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.
03/21/98:
- 15:44 Changeset in rtems [4e01c9c]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Added BSP specific start since it had become VERY complex to attempt to share the start code across i386 BSPs.
- 15:37 Changeset in rtems [77bf1b1]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Corrected typo in copyright notice.
- 15:37 Changeset in rtems [e2a2ec60]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Switch to using a shared main() for all of the embedded BSPs 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.
- 15:31 Changeset in rtems [2b4aec8]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Fixed spacing to be consistent with other CPUs.
- 15:27 Changeset in rtems [04c99873]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Fixed RTEMS_PROG_CC_WORKS and RTEMS_PROG_CXX_WORKS so they could successfully work on powerpc-rtems and hppa1.1-rtems.
- 15:25 Changeset in rtems [5b3cf09]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Added enough symbols to the conftest.c program to make sure it would successfully link on both the powerpc and hppa1.1.
- 14:34 Changeset in rtems [771dac2]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- POSIX not properly conditionalized
03/20/98:
- 19:08 Changeset in rtems [670b2edf]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Fixed typo.
- 17:39 Changeset in rtems [db4aaf8]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Patch from Eric Norum <eric@…>: I've included a version of make/custom/gen68360.cfg that works with this. Note that I've removed the option of using `-m68020 -msoft-float -mno-bitfield' as an alternative to using `-mcpu32'. The alternative won't work with the new system (since it predefines mc68020 and not mcpu32), and didn't really work before anyway (since the newlib that gets linked was built with `-m68020 -msoft-float' and so could contain bitfield operators).
- 17:38 Changeset in rtems [25804b60]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Patch from Eric Norum <eric@…>: Here is my attempt at bringing m68k.h into line with the predefined symbols provided by egcs-1.0.2-prerelease (with R. Kirkham's patch so that -mcpu32, etc. implies -msoft-float).
- 17:22 Changeset in rtems [22393efc]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Added Hitachi SH port info.
- 17:20 Changeset in rtems [f8b27df9]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- New port from Ralf Corsepius <corsepiu@…>.
- 17:16 Changeset in rtems [50cf94da]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- SH port submitted from Ralf Corsepius <corsepiu@…>.
- 16:52 Changeset in rtems [a7a08713]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Patch from Ralf Corsepius to properly detect that Cygwin32 does not support the -pipe option on the compiler.
- 16:30 Changeset in rtems [aa24c61]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Fixed MANAGERS_NOT_WANTED.
- 16:28 Changeset in rtems [725f310]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Removed blank line.
03/18/98:
- 18:15 Changeset in rtems [7331714]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Added Constants, Feature Flags, and Macros (included in Functions). No status information was included.
03/17/98:
- 23:10 Changeset in rtems [c78be42]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- First attempt at adding constants and feature flags
- 18:50 Changeset in rtems [6984a19]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Completed status pass on functions and data types.
- 16:37 Changeset in rtems [3cffce87]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Completed first pass at function status. Added most data types without status information.
03/16/98:
- 22:43 Changeset in rtems [2a087f3]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Added types, status of functions, cleaned up output of summarize.
- 18:08 Changeset in rtems [3349409]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Added function status and data types
- 18:08 Changeset in rtems [aedf452]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Cleaned up format and added data types.
- 17:08 Changeset in rtems [34683fee]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Added Function field.
- 17:06 Changeset in rtems [53d804ff]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- summarize now generates a nicely formatted function status summary.
- 17:05 Changeset in rtems [4936b65]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Function implmentation status information correct.
- 16:15 Changeset in rtems [e7acb60]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- First time summary chapter is included in the document.
- 13:52 Changeset in rtems [d2865dce]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Fix from Chris Johns for inconsistent invocation of make.
03/14/98:
- 18:06 Changeset in rtems [17ab8f5b]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Added blank lines.
- 18:06 Changeset in rtems [2071990]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Added summary chapter.
- 18:05 Changeset in rtems [22c9e0e]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- New file.
- 17:43 Changeset in rtems [5e53171d]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Added functions from POSIX standard.
- 17:09 Changeset in rtems [76fa649]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Added functions from POSIX standard.
- 16:33 Changeset in rtems [24331760]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Added copyright header
- 16:31 Changeset in rtems [0874502]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Added functions from POSIX standard.
03/11/98:
- 22:56 Changeset in rtems [68feecfd]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Outline complete and apparently correct.
- 22:06 Changeset in rtems [2d19ed6c]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Baseline
Note: See TracTimeline
for information about the timeline view.