summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/gumstix/Makefile.am (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused pxa255/pmc, update csb337 and gumstix BSPsJoel Sherrill2014-10-161-2/+1
|
* bsps: Add empty cache managerSebastian Huber2014-02-241-0/+6
| | | | | This is necessary to add tests that use the cache manager. For example to get better estimates of worst-case timings.
* score: Add CPU counter supportSebastian Huber2014-02-141-0/+2
| | | | | | | | | Add a CPU counter interface to allow access to a free-running counter. It is useful to measure short time intervals. This can be used for example to enable profiling of critical low-level functions. Add two busy wait functions rtems_counter_delay_ticks() and rtems_counter_delay_nanoseconds() implemented via the CPU counter.
* gumstix: Move bsp_reset() to gumstix/startup/bspreset.cDaniel Ramirez2013-11-221-1/+1
|
* Remove CVS-Ids.Ralf Corsépius2012-05-041-4/+0
|
* General - Remove extraneous blank line in license messageJoel Sherrill2012-05-031-0/+0
| | | | | | | | | | | | | Many files had an extra blank line in the license text found in the file header. This patch removes that line. * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at * * http://www.rtems.com/license/LICENSE. The script that did this also turned off execute permission when it was turned on incorrectly.
* bsps: Add shared default IRQ handlerSebastian Huber2012-03-241-5/+6
|
* 2011-10-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett2011-10-181-1/+3
| | | | | | PR 1917/bsps * Makefile.am, console/uarts.c: Modifications to add dynamic tables for libchip serial drivers.
* 2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-04-301-0/+10
| | | | | | * Makefile.am, preinstall.am: Added generic interrupt support modules. * include/bsp.h: Define BSP_FEATURE_IRQ_EXTENSION. * startup/bspstart.c, rtl8019/rtl8019.c: Interrupt support changes.
* Whitespace removal.Ralf Corsepius2009-11-281-1/+1
|
* If not on Skyeye, do not include the rtl8019 driver in libbsp.Joel Sherrill2009-08-271-0/+2
|
* 2009-08-21 Xi Yang <hiyangxi@gmail.com>Joel Sherrill2009-08-211-0/+15
| | | | | | | | | * Makefile.am: Add fb/fb.c add rtl8019 Ethernet card support * preinstall.am: Install skyeye_fb.h, Install wd80x3 * fb/fb.c, fb/skyeye_fb.h: Framebuffer support for skyeye simulator * rtl8019/wd80x3, rtl8019/rtl8019.c: rtl8019 support * startup/memmap.c: Change the size of Map I/O to 1216M * bsp/bsp.h: Add rtl8019 related infomation
* 2009-07-10 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-07-101-1/+1
| | | | * Makefile.am: Fix typo.
* 2009-07-10 Xi Yang <hiyangxi@gmail.com>Joel Sherrill2009-07-101-4/+4
| | | | * Makefile.am: Complete update to current style.
* 2009-06-29 Xi Yang <hiyangxi@gmail.com>Joel Sherrill2009-06-291-23/+13
| | | | | | | | | * Makefile.am: Update to current style. * bsp_specs: Fix warning for _start. * start/start.S: Proper attribution for origin. * startup/bspstart.c: Add Skyeye bsp_reset() on Skyeye. * include/.cvsignore: New file. * include/bspopts.h.in: Removed.
* 2009-06-04 Xi Yang <hiyangxi@gmail.com>Joel Sherrill2009-06-041-0/+62
* .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.