summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-09-022008-09-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+1
* sh7750/sci/sh4uart.c: Misc. bool cleanup.
2008-09-02Misc. bool cleanup.Ralf Corsepius1-3/+3
2008-09-022008-09-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+6
* mpc83xx/i2c/mpc83xx_i2cdrv.c, mpc8xx/clock/clock.c, ppc403/clock/clock.c, ppc403/console/console.c.polled: Eliminate rtems_boolean.
2008-09-02Eliminate rtems_boolean.Ralf Corsepius6-17/+17
2008-09-022008-09-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+5
* mcf5206/console/mcfuart.c, mcf5206/include/mcfuart.h: Eliminate rtems_boolean.
2008-09-022008-09-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+5
* sh7045/include/sci.h, sh7045/sci/sci.c, sh7750/include/sh/sh4uart.h: Convert to using bool.
2008-09-02Convert to using bool.Ralf Corsepius3-22/+22
2008-08-312008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill9-138/+52
* arm/at91rm9200/timer/timer.c, arm/lpc22xx/timer/timer.c, arm/mc9328mxl/timer/timer.c, arm/s3c2400/timer/timer.c, arm/s3c24xx/timer/timer.c, bfin/timer/timer.c, m68k/mcf5206/timer/timer.c, m68k/mcf5272/timer/timer.c: Rename timer driver methods to follow RTEMS programming conventions.
2008-08-312008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill4-67/+36
* sh7032/timer/timer.c, sh7045/timer/timer.c, sh7750/timer/timer.c: Rename timer driver methods to follow RTEMS programming conventions.
2008-08-312008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill7-72/+43
* mpc505/timer/timer.c, mpc5xx/timer/timer.c, mpc6xx/timer/timer.c, mpc8260/timer/timer.c, mpc8xx/timer/timer.c, ppc403/timer/timer.c: Rename timer driver methods to follow RTEMS programming conventions.
2008-08-312008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-19/+14
* timer/timer.c: Rename timer driver methods to follow RTEMS programming conventions.
2008-08-312008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill5-28/+34
* mcf5206/timer/timer.c, mcf5206/timer/timerisr.S, mcf5272/timer/timer.c, mcf5272/timer/timerisr.S: Rename timer driver methods to follow RTEMS programming conventions.
2008-08-312008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-11/+16
* timer/timer.c: Rename timer driver methods to follow RTEMS programming conventions.
2008-08-312008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill6-49/+56
* at91rm9200/timer/timer.c, lpc22xx/timer/timer.c, mc9328mxl/timer/timer.c, s3c2400/timer/timer.c, s3c24xx/timer/timer.c: Rename timer driver methods to follow RTEMS programming conventions.
2008-08-272008-08-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+5
* lpc22xx/timer/timer.c: Remove broken bool implementation. Remove unused vars.
2008-08-27Remove broken bool implementation.Ralf Corsepius1-10/+0
Remove unused vars.
2008-08-26various changes to gen83xx BSP and othersThomas Doerfler4-9/+92
2008-08-22Index: ChangeLogJoel Sherrill2-8/+21
=================================================================== RCS file: /usr1/CVS/rtems/c/src/lib/libcpu/powerpc/ChangeLog,v retrieving revision 1.309 diff -u -r1.309 ChangeLog --- ChangeLog 20 Aug 2008 17:29:18 -0000 1.309 +++ ChangeLog 22 Aug 2008 13:35:03 -0000 @@ -1,3 +1,8 @@ +2008-08-22 Sebastian Huber <sebastian.huber@embedded-brains.de> + + * shared/include/powerpc-utility.h: Fixed parameter evaluation in + special purpose register macros. + 2008-08-20 Sebastian Huber <sebastian.huber@embedded-brains.de> * mpc55xx/fec/fec.c: Added copyright information.
2008-08-202008-08-20 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill7-46/+57
* mpc55xx/fec/fec.c: Added copyright information. * mpc55xx/dspi/dspi.c, mpc55xx/edma/edma.c, mpc55xx/esci/esci.c: Fixed nexted extern declarations. Fixed integer conversion warnings. * shared/include/cpuIdent.c: Added missing initializers.
2008-08-202008-08-20 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+6
* at91rm9200/irq/bsp_irq_init.c, lpc22xx/irq/bsp_irq_init.c, mc9328mxl/irq/bsp_irq_init.c, s3c24xx/irq/bsp_irq_init.c: Add missing prototypes.
2008-08-20Add missing prototypes.Ralf Corsepius4-8/+8
2008-08-20Add missing prototypes.Ralf Corsepius2-3/+3
2008-08-202008-08-20 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+2
* mpc8260/clock/clock.c, mpc8260/console-generic/console-generic.c: Add missing prototypes.
2008-08-202008-08-20 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+5
* mpc8xx/clock/clock.c, mpc8xx/console-generic/console-generic.c, ppc403/timer/timer.c, shared/src/cache.c: Add missing prototypes.
2008-08-20Add missing prototypes.Ralf Corsepius4-16/+16
2008-08-192008-08-19 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2-10/+18
* m68040/fpsp/rtems_fpsp.c: Move extern outside of braces.
2008-08-19Add missing prototypes.Ralf Corsepius3-3/+3
2008-08-192008-08-19 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+5
* sh7032/timer/timer.c, sh7045/timer/timer.c, sh7750/timer/timer.c: Add missing prototypes.
2008-08-182008-08-18 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill7-38/+37
* mpc6xx/mmu/pte121.c, mpc6xx/mmu/pte121.h, mpc6xx/timer/timer.c, new-exceptions/e500_raw_exc_init.c, new-exceptions/bspsupport/ppc_exc_bspsupp.h, new-exceptions/bspsupport/vectors_init.c: Fix warnings.
2008-08-18Add missing prototypes.Ralf Corsepius1-3/+3
2008-08-182008-08-18 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+1
* serial/twi.c: Remove unused var.
2008-08-18Remove unused var.Ralf Corsepius1-1/+0
2008-08-182008-08-18 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+4
* clock/tod.h: Add missing prototypes.
2008-08-18New.Ralf Corsepius1-0/+8
2008-08-16Add missing prototypes.Ralf Corsepius3-6/+6
2008-08-162008-08-16 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+4
* cache.c, displayCpu.c, page.c: Add missing prototypes.
2008-08-152008-08-15 Allan Hessenflow <allanh@kallisti.com>Joel Sherrill44-0/+5126
* ChangeLog, Makefile.am, README, configure.ac, preinstall.am, cache/cache.c, cache/cache_.h, clock/clock.c, clock/rtc.c, clock/tod.h, include/bf533.h, include/bf537.h, include/cecRegs.h, include/coreTimerRegs.h, include/dmaRegs.h, include/ebiuRegs.h, include/ethernetRegs.h, include/gpioRegs.h, include/memoryRegs.h, include/mmuRegs.h, include/ppiRegs.h, include/rtcRegs.h, include/sicRegs.h, include/spiRegs.h, include/sportRegs.h, include/timerRegs.h, include/twiRegs.h, include/uartRegs.h, include/wdogRegs.h, interrupt/interrupt.c, interrupt/interrupt.h, mmu/mmu.c, mmu/mmu.h, network/ethernet.c, network/ethernet.h, serial/spi.c, serial/spi.h, serial/sport.c, serial/sport.h, serial/twi.c, serial/twi.h, serial/uart.c, serial/uart.h, timer/timer.c: New files.
2008-07-312008-07-31 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2-2/+6
* shared/misc/m68kidle.c: Correct prototype of Idle threads.
2008-07-272008-07-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+4
* Makefile.am: Remove doxygen comments.
2008-07-27Remove doxygen comments.Ralf Corsepius1-9/+0
2008-07-232008-07-22 Till Straumann <strauman@slac.stanford.edu>Till Straumann2-3/+58
* ppc403/clock/clock.c: Added (conditionally compiled) code so that a BSP can choose to hook the timer exception directly rather than going through the interrupt dispatcher.
2008-07-212008-07-21 Till Straumann <strauman@slac.stanford.edu>Till Straumann3-46/+75
* new-exceptions/raw_exception,h, new-exceptions/raw_exception.c: Added more vectors for PPC405: watchdog, fpu-unavail, apu-unavail, itlbmiss, dtlbmiss, debug.
2008-07-18Changed special purpose register inline functions to macros.Thomas Doerfler7-181/+251
fixed some minors in mpc83xx support added file for mpc55xx watchdog support
2008-07-18typos.Joel Sherrill1-5/+3
2008-07-18mpc8249eamds support for Gigabit Ethernet works againThomas Doerfler2-9/+15
initialize PHY registers late enough, so that phy access is possible
2008-07-17bugfixes for mpc8349eamds BSPThomas Doerfler3-2/+11
2008-07-17Fixed typo in access macros for device control registers (DCR)Thomas Doerfler2-2/+7
2008-07-162008-07-16 Till Straumann <strauman@slac.stanford.edu>Till Straumann2-7/+69
* new-exceptions/bspsupport/vectors_init.c: added features to C_exception_handler() (the default global handler): - try to catch recursion - print info about context where the exception occurred (ISR or task with task ID). - suspend offending task rather than spinning forever.
2008-07-162008-07-16 Till Straumann <strauman@slac.stanford.edu>Till Straumann2-4/+35
* new-exceptions/bspsupport/vectors_init.c: must not align start of stack downwards (we don't 'own' memory below start). Instead, use original boundaries but align the stack pointer as required. Added test to verify that R13 was loaded with _SDA_BASE_ during early initialization (low-level assembly code relies on it).
2008-07-162008-07-16 Till Straumann <strauman@slac.stanford.edu>Till Straumann2-2/+13
* new-exceptions/cpu.c: propagate R2 to all task contexts even if the ABI is SVR4. Cannot hurt...