summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/shared/showbats.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsps: Move showbats.c to bspsSebastian Huber2018-04-241-51/+0
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsps/powerpc: Fix warningsSebastian Huber2017-03-011-2/+3
|
* bsp/gen5200: Fix warningsSebastian Huber2014-10-101-0/+1
|
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
|
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-111-2/+0
| | | | | | | | | | | | Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
* Add missing prototypes.Ralf Corsepius2008-08-201-1/+1
|
* 2007-08-02 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-08-021-0/+51
* shared/startup/bspstart.c: Split out ShowBATS() so it can be shared by more BSPs. * shared/showbats.c: New file.