Commit Graph
28437 Commits
Author SHA1 Message Date
Joel Sherrill dbc983c93f mvme3100/Makefile.am: Remove reference to ChangeLog 2013-03-11 14:29:11 -05:00
Joel Sherrill b1f105e1c3 beatnik/Makefile.am: Remove reference to ChangeLog 2013-03-11 14:29:11 -05:00
Joel Sherrill 144149fbd1 release_support: Remove obsolete file 2013-03-11 14:29:11 -05:00
Sebastian Huber 0a596409b9 nios2: Documentation 2013-03-11 17:57:41 +01:00
Jeffrey O. Hill 0986294f89 nios2: Use NIOS2_CTLREG_INDEX_STATUS 2013-03-11 17:57:41 +01:00
Jeffrey O. Hill 8b94c03fdc nios2: Set CPU_ISR_PASSES_FRAME_POINTER to FALSE
This reflects what is currently happening.  Define CPU_Interrupt_frame
type to void to prevent accidental usage.
2013-03-11 17:57:41 +01:00
Jeffrey O. Hill 1cddf47a4d nios2: Add _Nios2_Count_leading_zeros()
Add _Nios2_Count_trailing_zeros().  They are currently more efficient
than the corresponding GCC builtins.
2013-03-11 17:57:41 +01:00
Jeffrey O. Hill 3ac61e5262 nios2: Rename file 2013-03-11 17:57:41 +01:00
Jeffrey O. Hill d8e44ecaf8 nios2: Add optimized IP checksum support 2013-03-11 17:57:41 +01:00
Gedare Bloom fad2d38a9f RTEMS: Delete ChangeLog files.
This commit deletes all RTEMS ChangeLog files. These files have been abandoned
since converting to git version control. The historical data may be recovered
by checking out any commit before this one. Most of the contents of these
ChangeLog files can also be found in the git log.

Two external ChangeLog files, ChangeLog.slac and ChangeLog.zlib, remain.
2013-03-08 15:55:06 -05:00
Sebastian Huber e2b4891309 libchip: Fix prototypes 2013-03-01 16:29:20 +01:00
Joel Sherrill 2adc507f8f cpukit moxie: Style corrections 2013-02-28 13:08:51 -06:00
Andreas Heinig aa314cf883 libchip/rtc: Fixed 19 compiler warnings 2013-02-28 12:26:43 -05:00
Andreas Heinig f806289f31 libchip/serial: Fixed warnings 2013-02-28 12:26:43 -05:00
Anthony Green 48fc25fb44 Common file changes in support of Moxie port
Signed-off-by: Anthony Green <green@moxielogic.com>
2013-02-28 12:24:18 -05:00
Anthony Green 032e5e4915 Add sample Moxie BSP for GDB sim
Signed-off-by: Anthony Green <green@moxielogic.com>
2013-02-28 12:24:17 -05:00
Anthony Green ff11282c63 Add Moxie CPU support
Signed-off-by: Anthony Green <green@moxielogic.com>
2013-02-28 12:24:17 -05:00
Andreas Heinig c6902a8605 libchip/network: Fixed warning 2013-02-27 16:06:12 +01:00
Andreas Heinig 2434555708 dosfs: PR2091: Fix warning 2013-02-27 11:00:47 +01:00
Sebastian Huber 01eff24887 IMFS: PR2093: Fix warning 2013-02-27 10:53:49 +01:00
Andreas Heinig d06d4ab312 dosfs: PR2092: Delete unused function 2013-02-27 10:42:52 +01:00
Joel Sherrill 83b555fd4d doc: Build html into subdirectory (fix make clean)
Building with a document specific prefix will require coding
in both texi2any and texi2html. It is easier to build into
a directory (e.g. $(PROJECT)/). This also fixes "make clean"
which was broken.
2013-02-26 12:53:27 -06:00
Jennifer Averett e517714b7c sparc: Remove dead code that was leftover from SMP development. 2013-02-26 12:31:23 -06:00
Andreas Heinig c4946cd0c9 PR2090: Fix warning in threadqdequeuepriority.c 2013-02-26 09:26:13 -06:00
Joel Sherrill 9215bfb3dc user/preface.texi: Add NEC V850 and SPARC V9 2013-02-26 08:03:58 -06:00
Joel Sherrill a26834d25a user/overview.t: Add missing chapters to overview 2013-02-26 08:03:58 -06:00
Joel Sherrill 4eaf781826 doc master include files: Do not include top node on printed output
In PDF, DVI, and PostScript files, the contents of the @top
node were being printed. These are intended only for info
and html output formats.
2013-02-26 08:03:58 -06:00
Joel Sherrill e0bf787036 doc/project.am: Make texi2html and texi2any stanzas share 2013-02-26 08:03:58 -06:00
Joel Sherrill 941e345ddc doc: Update copyright year in common files 2013-02-26 08:03:58 -06:00
Joel Sherrill 838bfb6b5d doc: Update version.texi and stamp-vti files
See http://www.rtems.org/pipermail/rtems-devel/2013-February/002466.html
for instructions on how to do this.
2013-02-26 08:03:58 -06:00
Joel Sherrill df0ec89100 doc/user Object Id Figures: Correct rotation and border
The 16 bit Object Id image was incorrectly rotated in the manual.
Both the 16 and 32 Object Id bit images had thin borders on the table
and the bottom line was not visible in the PDF. I tinkered with the
original drawings to add a bit more space around the tables and
manually converted the PNG to EPS using Gimp to ensure a controlled
and high quality conversion.
2013-02-26 08:03:58 -06:00
Joel Sherrill 3695c58884 doc/user/semaphore_attributes.eps: Correct rotation 2013-02-26 08:03:58 -06:00
Joel Sherrill 380daa257b doc/c_user: Fix Lines that were too long 2013-02-26 08:03:58 -06:00
Joel Sherrill 0c59b4bb83 doc: Use More Readable Names for Generated Nodes
Per a discussion with the GNU Texinfo maintainer Patrice Dumas,
change to generating HTML files per a standard for stable URL
names and easier cross manual referencing.

http://lists.gnu.org/archive/html/help-texinfo/2013-02/msg00002.html
2013-02-26 08:03:57 -06:00
Joel Sherrill 94ca0708a2 doc: Support texi2any and texi2html
This was tested with texi2html-1.82-5.1.el6.noarch and
a locally built texinfo 5.0. These are completely different
implementations and require different invocations.

The Makefile dependencies appear to work but are likely not
perfect at this point.  The key point is that the autoconf
probe detects which to use and responds accordingly with
preference given to texi2any.
2013-02-26 08:03:57 -06:00
Joel Sherrill b6ecf33c99 doc: Update to build info format with texinfo 4.13 and 5.0
Texinfo 5.0 is a complete reimplementation and has stricter
interpretations of the texinfo language.
2013-02-26 08:03:57 -06:00
Ralf Corsépius f244890311 Add missing @item. 2013-02-26 08:10:34 +01:00
Ralf Corsépius a420a4890b Add missing @items. 2013-02-26 08:10:16 +01:00
Sebastian Huber ef921556c4 bsp/mpc55xx: Add register type definition 2013-02-25 17:33:17 +01:00
Ralf Corsépius 609cc9cf15 Fix typo. 2013-02-25 15:58:50 +01:00
Cudmore, Alan P. (GSFC-5820) 75e5127de6 add __ARM_ARCH_6ZK__ to cpukit/score/cpu/arm/rtems/score/arm.h 2013-02-25 09:05:36 +01:00
Sebastian Huber 71cf3e9d2f libblock: Do resource allocation in one place
All resource allocations take place in rtems_bdbuf_init() now.  After
rtems_bdbuf_init() no fatal errors can happen due to configuration
errors or resource limits.  This makes it easier to detect
configuration errors for users.
2013-02-21 10:50:04 +01:00
Sebastian Huber 57bcb88ef5 bsp/gen5200: New ATA driver
This is a replacement for the ATA task.  The performance is much better.
2013-02-20 09:11:41 +01:00
Sebastian Huber c7a56564a0 bsp/gen5200: Add and use mpc5200_fatal() 2013-02-20 09:11:41 +01:00
Sebastian Huber ced11eb1d4 bsp/mpc55xx: Fix prototype 2013-02-20 09:11:40 +01:00
Sebastian Huber 78a50d924c dosfs: Fix file length update 2013-02-20 09:11:40 +01:00
Sebastian Huber 4ddeb343a1 fstests/fsrdwr: Add test case 2013-02-20 09:11:40 +01:00
Sebastian Huber 3d6d4dae0b fstests/fsrdwr: Fix warning 2013-02-20 09:11:40 +01:00
Sebastian Huber 0a3a1b2419 fstests: Prevent compiler optimizations 2013-02-15 18:00:19 +01:00
Sebastian Huber cd85e841de dosfs: Start scan with a valid data cluster
Simpify the loop.  Set last cluster to an undefined value in case no
free cluster exists.
2013-02-15 17:01:55 +01:00