summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 2009-06-04 Xi Yang <hiyangxi@gmail.com>Joel Sherrill2009-06-043-0/+26
| | | | | * Makefile.am: New Gumstix BSP. * custom/gumstix.cfg: New file.
* 2009-06-04 Xi Yang <hiyangxi@gmail.com>Joel Sherrill2009-06-042-0/+6
| | | | * acinclude.m4: New Gumstix BSP.
* 2009-06-04 Xi Yang <hiyangxi@gmail.com>Joel Sherrill2009-06-0415-0/+787
| | | | | | | * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.ac, preinstall.am, console/uarts.c, include/bsp.h, include/bspopts.h.in, include/tm27.h, start/start.S, startup/bspstart.c, startup/linkcmds, startup/memmap.c: New files.
* 2009-06-04 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-06-042-0/+18
| | | | * loopback/init.c: Add missing initializers.
* Add PR 1420.Joel Sherrill2009-06-031-0/+1
|
* 2009-06-03 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-06-031-0/+6
| | | | | | * libcsupport/include/rtems/assoc.h, libcsupport/include/rtems/malloc.h: Add extern "C" {} guards. * libcsupport/include/rtems/libio_.h: Move extern "C" {} guards.
* Move extern "C" {} guards.Ralf Corsepius2009-06-031-4/+4
|
* Add extern "C" {} guards.Ralf Corsepius2009-06-032-1/+18
|
* Fix formatting.Joel Sherrill2009-06-021-1/+1
|
* 2009-06-02 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-06-022-1/+7
| | | | * at91rm9200/dbgu/dbgu.c: Needed carriage return on newline.
* 2009-06-02 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-06-0212-28/+4873
| | | | | | | | | | * Makefile.am, configure.ac, preinstall.am, console/uarts.c, include/bsp.h, startup/memmap.c: Add support for /dev/fbcons which is a console type output only device to print to the LCD screen. The video controller (SED) and fonts are copied from MicroMonitor and proper attribution is made in those files and confirmed by Ed Sutter. * console/fbcons.c, console/font8x16.h, console/sed1356.c, console/sed1356_16bit.h, include/sed1356.h: New files.
* As per Freescale chip errata, disable buffered writes.Eric Norum2009-06-022-3/+19
|
* Regenerate.Ralf Corsepius2009-06-021-5/+5
|
* 2009-06-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-06-022-2/+6
| | | | * Makefile.am: Fix breakage having been introduced in previous patch.
* 2009-06-01 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-06-016-13/+32
| | | | | | | * score/include/rtems/score/thread.h, score/src/threadinitialize.c, score/src/threadreset.c, score/src/threadresume.c, score/src/threadsuspend.c: Nesting count on thread suspension is only supported from ITRON API so disable if ITRON is disabled.
* 2009-06-01 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-06-013-58/+66
| | | | | | | | * score/include/rtems/score/thread.h, score/src/threadhandler.c: Merge conditional code from main and init/fini C++ constructors so the body of this method reads better. Mark thread prototypes which are not currently exercised by any APIs with FUNCTIONALITY_NOT_CURRENTLY_USED_BY_ANY_API conditional.
* 2009-05-30 Chris Johns <chrisj@rtems.org>Chris Johns2009-05-303-7/+163
| | | | | | | | | * ide/ide.c: Add initialisation code to reset the IDE devices and to probe them and display their model numbers. Also add code to display the probing to aid bring up new hardware. * ide/idecfg.c: Add the --ide-show command to show probing type accessing when finding devices on the configured IDE buses.
* 2009-05-30 Chris Johns <chrisj@rtems.org>Chris Johns2009-05-302-33/+58
| | | | | | * c/src/libchip/ide/ata.c: Fixed the bug that ignored slave devices on an IDE bus and cleaned up the initialisation register call.
* 2009-05-29 Roxana Leontie <roxana.leontie@gmail.com>Joel Sherrill2009-05-293-1/+9
| | | | * Makefile.am, preinstall.am: Install tty_drv.h
* 2009-05-25 Allan Hessenflow <allanh@kallisti.com>Joel Sherrill2009-05-282-4/+18
| | | | | * start/start.S: Correct call to boot_card to meet bfin abi by clearing l0 - l3 and allocating some stack space.
* 2009-05-28 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-05-286-16/+34
| | | | | | | | | PR 1415/cpukit * rtems/src/semcreate.c, rtems/src/semtranslatereturncode.c, score/include/rtems/score/coremutex.h, score/inline/rtems/score/coremutex.inl, score/src/coremutex.c: Address two paths where a task with a priority above the ceiling could obtain a priority ceiling mutex.
* 2009-05-28 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-05-282-1/+6
| | | | * aclocal/bsp-alias.m4: Add csb637 as variant of csb337.
* 2009-05-28 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-05-282-0/+14
| | | | * custom/csb637.cfg: New file.
* 2009-05-28 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-05-288-8/+266
| | | | | | * Makefile.am, README, configure.ac, preinstall.am, start/start.S, startup/memmap.c: Add csb637 as alias and variant. * startup/linkcmds.csb637: New file.
* 2009-05-27 Michael Walle <michael@walle.cc>Joel Sherrill2009-05-272-0/+7
| | | | | * shared/start/start.S: Export crt0 symbol because the debug.S uses that.
* 2009-05-27 Fernando Nicodemos <fgnicodemos@terra.com.br>Joel Sherrill2009-05-272-1/+19
| | | | | * at91rm9200/clock/clock.c: Add support for nanoseconds since last tick. The resolution is not that high but better than nothing.
* 2009-05-27 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill2009-05-275-7/+266
| | | | | | * libcsupport/include/rtc.h: New RTC driver interface. * libmisc/Makefile.am, libmisc/shell/shellconfig.h: Added RTC command. * libmisc/shell/main_rtc.c: New file.
* 2009-05-27 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill2009-05-273-27/+107
| | | | * clock/rtc.c, clock/tod.h: Update for new RTC driver interface.
* 2009-05-27 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill2009-05-273-8/+110
| | | | * tod.h, tod.c: Update for new RTC driver interface.
* PR fixed.Joel Sherrill2009-05-271-1/+1
|
* 2009-05-25 Allan Hessenflow <allanh@kallisti.com>Joel Sherrill2009-05-272-5/+11
| | | | | | PR 1418/cpukit * rtems/score/cpu.h: corrected _CPU_ISR_Flash implementation, added core synchronization after all cli/sti.
* PR added.Joel Sherrill2009-05-271-0/+1
|
* 2009-05-25 Allan Hessenflow <allanh@kallisti.com>Joel Sherrill2009-05-273-5/+68
| | | | | | | | PR 1415/bsps * startup/bspstart.c, startup/linkcmds: Enable caches and therefore enable the mmu. * start/start.S: Correct call to boot_card to meet bfin abi by clearing l0 - l3 and allocating some stack space.
* 2009-05-25 Allan Hessenflow <allanh@kallisti.com>Joel Sherrill2009-05-274-3/+21
| | | | | | | PR 1418/bsps * mmu/mmu.c: enable mmu after initializing it. * mmu/mmu.h: add missing mmu flags entries. * include/mmuRegs.h: correct a couple field name typos.
* 2009-05-25 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-05-253-26/+6
| | | | | * Makefile.am: Remove junk bsp_reset(). * startup/bspreset.c: Removed.
* 2009-05-22 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-05-223-4/+26
| | | | * sp51/init.c, sp51/sp51.scn: Add more priority ceiling test cases.
* 2009-05-21 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-05-218-1/+128
| | | | | | | | PR 1415/cpukit * Makefile.am, configure.ac: Add test for very simple priority ceiling violation. * sp51/.cvsignore, sp51/Makefile.am, sp51/init.c, sp51/sp51.doc, sp51/sp51.scn: New files.
* 2009-05-21 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-05-218-2/+170
| | | | | | | | | PR 1413/cpukit * Makefile.am, configure.ac: Add test for case where server based timers which reinitiated themselves did not get reinserted onto timer chain. * sp50/.cvsignore, sp50/Makefile.am, sp50/init.c, sp50/sp50.doc, sp50/sp50.scn: New files.
* 2009-05-21 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-05-212-0/+12
| | | | | | PR 1413/cpukit * rtems/src/timerserver.c: Fix bug where server based timers which reinitiated themselves did not get reinserted onto timer chain.
* 2009-05-21 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-05-218-1/+125
| | | | | | | | | PR 1414/cpukit * Makefile.am, configure.ac: Tighten math on extraction of index so it is harder to trick by passing in a valid id of an incorrect object class. * sp49/.cvsignore, sp49/Makefile.am, sp49/init.c, sp49/sp49.doc, sp49/sp49.scn: New files.
* 2009-05-20 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-05-202-1/+5
| | | | * librpc/src/xdr/xdr_float.c: Change detection logic for h8300.
* 2009-05-19 Chris Johns <chrisj@rtems.org>Chris Johns2009-05-184-3/+20
| | | | | | * cpuuse/tswitch.c: Lower sample count for small memory targets. * cpuuse/system.h: Smaller stack size for small memory targets. * monitor02/init.c: Cannot run on small memory targets.
* 2009-05-19 Chris Johns <chrisj@rtems.org>Chris Johns2009-05-182-0/+8
| | | | * sp04/tswitch.c: Lower sample count for small memory targets.
* 2009-05-18 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-05-182-3/+7
| | | | * console/console-io.c: Fix typo.
* 2009-05-18 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-05-182-1/+5
| | | | * startup/linkcmds: Correct name of ENTRY.
* 2009-05-18 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-05-182-1/+5
| | | | * bsppost.c: Fix typo.
* automake-1.11.Ralf Corsepius2009-05-182-8/+19
|
* 2009-05-18 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-05-182-1/+8
| | | | | | PR 1412/cpukit * score/src/coremutex.c: Add missing braces. Broken with strict mutex code added.
* New.Ralf Corsepius2009-05-1811-0/+222
|
* Automake-1.11.Ralf Corsepius2009-05-182-3/+2
|