summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/shared/tod/todcfg.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsps: Move RTC drivers to bspsSebastian Huber2018-04-231-66/+0
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* libchip: Simplify RTC driverSebastian Huber2016-07-041-2/+0
|
* libbsp/powerpc/shared/tod/todcfg.c: Fix method prototype to eliminate warningJoel Sherrill2014-10-091-7/+7
|
* 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.
* Eliminate {un|}signed{8|16|32}.Ralf Corsepius2005-05-101-8/+8
|
* 2005-01-22 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-01-221-1/+1
| | | | * tod/todcfg.c: size_t RTC_Count.
* 2005-01-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-01-041-0/+1
| | | | * ChangeLog, startup/bspstart.c, tod/todcfg.c: Remove warnings.
* 2004-11-10 Richard Campbell <richard.campbell@oarcorp.com>Joel Sherrill2004-11-101-0/+69
* Makefile.am, bootloader/misc.c, bootloader/pci.c, bootloader/pci.h, console/console.c, console/inch.c, console/reboot.c, console/uart.c, console/uart.h, irq/irq.c, irq/irq.h, irq/irq_init.c, motorola/motorola.c, motorola/motorola.h, openpic/openpic.c, openpic/openpic.h, pci/detect_raven_bridge.c, pci/pci.c, start/start.S, startup/bspstart.c, vectors/vectors_init.c, vme/vmeconfig.c: Add MVME2100 BSP and MPC8240 support. There was also a significant amount of spelling and whitespace cleanup. * tod/todcfg.c: New file.