summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* bsp/raspberrypi: New BSPAlan Cudmore2013-03-2421-0/+1532
|
* libfs: Always use geteuid() and getegid()Sebastian Huber2013-03-222-12/+2
| | | | The two functions are independent of the POSIX API.
* ramdisk: Fix device name generationSebastian Huber2013-03-221-1/+1
|
* bsp/mpc83xx: Add MPC83XX_NET*_INTERFACE_0_PHY_ADDRSebastian Huber2013-03-211-0/+5
|
* bsp/psim: Use shared linkcmds.baseSebastian Huber2013-03-196-285/+62
| | | | | Several GCC tests faild due to the outdated previous linker command file.
* Fixed 2 compiler warningsAndreas Heinig2013-03-191-1/+1
|
* sparc/cpu.h: Add commentsJoel Sherrill2013-03-181-0/+3
|
* m68k/cpu.h: Fix formatting and add comment blockJoel Sherrill2013-03-181-3/+10
|
* bsps: Support DWARF extensionSebastian Huber2013-03-188-0/+19
|
* IMFS: Fix NULL pointer accessSebastian Huber2013-03-181-9/+10
|
* bsp/edb7312: Improve output charSebastian Huber2013-03-141-11/+20
| | | | | The output char function used by printk() is now independent of the console driver initialization.
* bsp/edb7312: Fix warningsSebastian Huber2013-03-141-8/+0
|
* mpc83xx: Add and use mpc83xx_reset()Sebastian Huber2013-03-142-15/+22
| | | | | The inline version makes it possible to use this code in different memory areas.
* mpc83xx: Use shared linkcmds.baseSebastian Huber2013-03-1413-495/+129
|
* mpc83xx: Copy nothing if necessarySebastian Huber2013-03-141-0/+3
|
* mpc83xx: Fix local access window 1 configurationSebastian Huber2013-03-141-0/+10
|
* mpc83xx: Add MPC83XX_HAS_NAND_LP_FLASH_ON_CS0Sebastian Huber2013-03-143-9/+27
|
* contrib: Remove.Joel Sherrill2013-03-1238-4045/+0
|
* doc/texi2html_init.in: Correct typoJoel Sherrill2013-03-111-1/+1
|
* doc/texi2any_init.in: Correct link to Library index.htmlJoel Sherrill2013-03-111-1/+1
|
* doc/main.am: Tweak TEXI2ANY_ARGS to make HTML menus look betterJoel Sherrill2013-03-111-0/+1
|
* doc/texi2html_init.in: Update copyright on html outputJoel Sherrill2013-03-111-1/+1
|
* doc/project.am: texi2html invocation had file name twiceJoel Sherrill2013-03-111-1/+1
|
* doc/main.am: TEXI2HTML_ARGS macro clean upJoel Sherrill2013-03-111-1/+1
|
* mvme3100/Makefile.am: Remove reference to ChangeLogJoel Sherrill2013-03-111-1/+1
|
* beatnik/Makefile.am: Remove reference to ChangeLogJoel Sherrill2013-03-111-1/+1
|
* release_support: Remove obsolete fileJoel Sherrill2013-03-111-98/+0
|
* nios2: DocumentationSebastian Huber2013-03-111-13/+2
|
* nios2: Use NIOS2_CTLREG_INDEX_STATUSJeffrey O. Hill2013-03-111-1/+2
|
* nios2: Set CPU_ISR_PASSES_FRAME_POINTER to FALSEJeffrey O. Hill2013-03-112-23/+3
| | | | | This reflects what is currently happening. Define CPU_Interrupt_frame type to void to prevent accidental usage.
* nios2: Add _Nios2_Count_leading_zeros()Jeffrey O. Hill2013-03-113-0/+75
| | | | | Add _Nios2_Count_trailing_zeros(). They are currently more efficient than the corresponding GCC builtins.
* nios2: Rename fileJeffrey O. Hill2013-03-112-1/+1
|
* nios2: Add optimized IP checksum supportJeffrey O. Hill2013-03-113-0/+365
|
* RTEMS: Delete ChangeLog files.Gedare Bloom2013-03-08169-109629/+0
| | | | | | | | | 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.
* libchip: Fix prototypesSebastian Huber2013-03-013-24/+24
|
* cpukit moxie: Style correctionsJoel Sherrill2013-02-282-71/+7
|
* libchip/rtc: Fixed 19 compiler warningsAndreas Heinig2013-02-283-3/+7
|
* libchip/serial: Fixed warningsAndreas Heinig2013-02-281-0/+3
|
* Common file changes in support of Moxie portAnthony Green2013-02-284-1/+4
| | | | Signed-off-by: Anthony Green <green@moxielogic.com>
* Add sample Moxie BSP for GDB simAnthony Green2013-02-2815-0/+646
| | | | Signed-off-by: Anthony Green <green@moxielogic.com>
* Add Moxie CPU supportAnthony Green2013-02-289-0/+1647
| | | | Signed-off-by: Anthony Green <green@moxielogic.com>
* libchip/network: Fixed warningAndreas Heinig2013-02-271-1/+2
|
* dosfs: PR2091: Fix warningAndreas Heinig2013-02-271-2/+2
|
* IMFS: PR2093: Fix warningSebastian Huber2013-02-271-3/+2
|
* dosfs: PR2092: Delete unused functionAndreas Heinig2013-02-271-32/+0
|
* doc: Build html into subdirectory (fix make clean)Joel Sherrill2013-02-262-7/+11
| | | | | | | 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.
* sparc: Remove dead code that was leftover from SMP development.Jennifer Averett2013-02-261-4/+0
|
* PR2090: Fix warning in threadqdequeuepriority.cAndreas Heinig2013-02-261-0/+1
|
* user/preface.texi: Add NEC V850 and SPARC V9Joel Sherrill2013-02-261-2/+2
|
* user/overview.t: Add missing chapters to overviewJoel Sherrill2013-02-261-32/+65
|