summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/smdk2410 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2008-08-21 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-08-212-1/+6
| | | | | * Makefile.am: No BSP should use exit.c as a file name. exit() is POSIX routine.
* Cleanup.Ralf Corsepius2008-07-141-6/+0
|
* 2008-06-04 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-06-043-0/+9
| | | | * Makefile.am, preinstall.am: Need tm27.h
* 2008-05-14 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-05-142-22/+12
| | | | * Makefile.am: Rework to avoid .rel files.
* 2008-05-07 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-05-072-0/+18
| | | | * .cvsignore: New file.
* 2008-05-06 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-05-062-1/+5
| | | | * Makefile.am: Use shared bsp_predriver_hook.
* 2008-05-06 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-05-062-4/+8
| | | | * include/bsp.h: Grammar.
* 2008-05-06 Ray Xu <rayx.cn@gmail.com>Joel Sherrill2008-05-0610-0/+531
* ChangeLog, Makefile.am, README, bsp_specs, configure.ac, preinstall.am, include/bsp.h, include/bspopts.h.in, startup/linkcmds, startup/memmap.c: New files.