summaryrefslogtreecommitdiffstats
path: root/c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2011-10-28 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-10-282-3/+5
| | | | | PR 1944/misc * libchip/serial/mc68681.c: Remove #if 0.
* 2011-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-10-262-4/+8
| | | | * shared/can/occan.c: Comment out unused var "tmp".
* 2011-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-10-262-2/+5
| | | | * network/network.c: Remove unused var "dptr".
* 2011-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-10-262-3/+7
| | | | | * libchip/serial/ns16550.c (ns16550_init): Remove unused var "ucTrash".
* 2011-10-23 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-10-232-2/+9
| | | | | * libchip/network/smc91111.c (lan91cxx_recv): Define var "lp" conditionally (Avoid warning).
* 2011-10-23 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-10-232-2/+4
| | | | * page.c: Remove unused var "dirCount".
* 2011-10-22 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-10-222-4/+6
| | | | * shared/comm/uart.c (uartError): Remove unused var "uartStatus".
* 2011-10-22 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-10-222-2/+2
| | | | | * libchip/network/dec21140.c (dec21140_rxDaemon): Remove unused var "tbase".
* 2011-10-22 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-10-222-4/+7
| | | | | | | * libchip/rtc/mc146818a.c (mc146818a_initialize): Remove unused var "getReg". * libchip/rtc/mc146818a.c (mc146818a_set_time): Remove unused var "getReg".
* 2011-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-10-213-6/+8
| | | | | * console/console.c (ISS_output_char): Add return type. * timer/timer.c: Remove unused vars "old_ie".
* 2011-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-10-202-4/+4
| | | | * libchip/display/disp_hcms29xx.c: Remove ARRAY_COUNT (unused).
* 2011-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-10-202-0/+5
| | | | * console.c: Include <rtems/error.h> for rtems_panic().
* 2011-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-10-202-4/+9
| | | | | PR 1940/misc: * libchip/serial/ns16550.c: Reflect changes to console-driver.
* 2011-10-20 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-10-203-0/+53
| | | | | | PR 1926/bsps * timer/timer.c: New file. * Makefile.am: Reflect change above.
* 2011-10-19 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-10-192-4/+8
| | | | * libchip/network/smc91111.c: Use PRIxPTR to print pointers.
* Remove white spaces.Ralf Corsepius2011-10-198-18/+18
|
* 2011-10-19 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-10-192-1/+6
| | | | * console.c: RTEMS_DEBUG is a define, not a variable.
* 2011-10-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett2011-10-185-176/+251
| | | | | | | PR 1917/bsps * libchip/serial/mc68681.c, libchip/serial/ns16550.c, libchip/serial/serial.h, libchip/serial/z85c30.c: Modifications to add dynamic tables for libchip serial drivers.
* 2011-10-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett2011-10-182-35/+41
| | | | | | PR 1917/bsps * mongoosev/duart/mg5uart.c: Modifications to add dynamic tables for libchip serial drivers.
* 2011-10-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett2011-10-182-25/+31
| | | | | | PR 1917/bsps * sh7045/sci/sci_termios.c: Modifications to add dynamic tables for libchip serial drivers.
* 2011-10-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett2011-10-186-16/+24
| | | | | | PR 1917/bsps * Makefile.am, console/conscfg.c: Modifications to add dynamic tables for libchip serial drivers.
* 2011-10-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett2011-10-183-18/+18
| | | | | | PR 1917/bsps * Makefile.am, console/consolelite.c: Modifications to add dynamic tables for libchip serial drivers.
* 2011-10-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett2011-10-187-23/+39
| | | | | | | PR 1917/bsps * Makefile.am, preinstall.am, console/config.c, console/mc68360_scc.c, console/ns16550cfg.c, console/printk_support.c: Modifications to add dynamic tables for libchip serial drivers.
* 2011-10-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett2011-10-184-10/+17
| | | | | | PR 1917/bsps * Makefile.am, console/console-config.c, startup/bspstart.c: Modifications to add dynamic tables for libchip serial drivers.
* 2011-10-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett2011-10-186-15/+23
| | | | | | | PR 1917/bsps * Makefile.am, console/console-config.c, console/uart-bridge-master.c, console/uart-bridge-slave.c, startup/bspstart.c: Modifications to add dynamic tables for libchip serial drivers.
* 2011-10-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett2011-10-182-7/+9
| | | | | | PR 1917/bsps * console/config.c: Modifications to add dynamic tables for libchip serial drivers.
* 2011-10-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett2011-10-183-8/+12
| | | | | | PR 1917/bsps * Makefile.am, console/erc32_console.c: Modifications to add dynamic tables for libchip serial drivers.
* 2011-10-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett2011-10-182-6/+8
| | | | | | PR 1917/bsps * shared/console/conscfg.c: Modifications to add dynamic tables for libchip serial drivers.
* 2011-10-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett2011-10-186-3/+28
| | | | | | PR 1917/bsps * Makefile.am: Modifications to add dynamic tables for libchip serial drivers.
* 2011-10-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett2011-10-186-15/+25
| | | | | | PR 1917/bsps * Makefile.am, console/uarts.c: Modifications to add dynamic tables for libchip serial drivers.
* 2011-10-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett2011-10-189-28/+43
| | | | | | PR 1917/bsps * Makefile.am, console/uart.c: Modifications to add dynamic tables for libchip serial drivers.
* 2011-10-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett2011-10-183-9/+12
| | | | | | PR 1917/bsps * Makefile.am, console/console-config.c: Modifications to add dynamic tables for libchip serial drivers.
* 2011-10-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett2011-10-184-13/+19
| | | | | | PR 1917/bsps * Makefile.am, console/console-config.c, console/hsu.c: Modifications to add dynamic tables for libchip serial drivers.
* 2011-10-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett2011-10-187-118/+513
| | | | | | | | PR 1917/bsps * console.c: Modifications to add dynamic tables for libchip serial drivers. * console_control.c, console_private.h, console_read.c, console_select.c, console_write.c: New files.
* 2011-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-10-172-3/+5
| | | | * ne2000/ne2000.c: Remove unused var "stat".
* 2011-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-10-172-4/+5
| | | | | * libchip/rtc/icm7170.c (icm7170_get_time): Remove unused var setReg. * libchip/rtc/icm7170.c (icm7170_set_time): Remove unused var getReg.
* 2011-10-17 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-10-1711-257/+522
| | | | | | | | | | * include/start-config.h, make/custom/lpc24xx_plx800_rom_int.cfg, startup/linkcmds.lpc24xx_plx800_rom_int, startup/start-config-emc-dynamic.c, startup/start-config-emc-static.c, startup/start-config-pinsel.c: New files. * Makefile.am, configure.ac, preinstall.am: Reflect changes above. * startup/bspstarthooks.c: Use configuration tables for EMC initialization.
* 2011-10-13 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-10-132-5/+7
| | | | * shared/comm/uart.c: Remove unused var "tmp".
* 2011-10-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-10-112-2/+1
| | | | * libchip/network/smc91111.c: Eliminate unused var "success".
* Fix changelog entry.Ralf Corsepius2011-10-111-1/+1
|
* 2011-10-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-10-112-2/+4
| | | | * libchip/serial/mc68681.c: Eliminate unused var "success".
* 2011-10-10 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-10-102-3/+3
| | | | * libchip/serial/z85c30.c: Eliminate unused var "dummy".
* 2011-10-10 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-10-102-0/+5
| | | | * mpc55xx/include/fsl-mpc567x.h: Added EQADC as an alias to EQADC_A.
* 2011-10-10 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-10-103-1/+12
| | | | | | PR 1928/bsps: * mpc55xx/include/fsl-mpc567x.h: Revert previous change. * mpc55xx/misc/flash_support.c: Enable this file only for MPC55XX.
* 2011-10-10 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-10-102-2/+6
| | | | * libchip/network/sonic.c: Don't cast pointers to uint32_t.
* 2011-10-09 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-10-097-6/+13
| | | | | | | * libchip/network/greth.c, libchip/network/open_eth.c libchip/network/sonic.c: Eliminate evil typecasts. * libchip/network/greth.h, libchip/network/open_eth.h, libchip/network/sonic.h: Use void* for addresses.
* 2011-10-07 Daniel Hellstrom <daniel@gaisler.com>Joel Sherrill2011-10-072-15/+17
| | | | | | | | | | | PR 1933/cpukit * shared/irq_asm.S: From code inspection I have found the following issues (most SMP), and some improvements in irq_asm.S. I would need a long test with interrupts to verify the interrupt handler better, however I can not see that these patches hurt. Please see comment per hunk below, One should go through the file to indent delay-slots correctly, I have fixed some in the patch areas. An extra space is added in front of delay slots to indicate a delay slot.
* 2011-10-07 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-10-072-4/+5
| | | | * shared/startup/bspstart.c: Comment out unused vars.
* 2011-10-07 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-10-072-2/+4
| | | | * shared/console/console.c: Remove stray local decl of "close".
* 2011-10-07 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-10-072-1/+5
| | | | | * make/custom/rtl22xx_t.cfg: Remove USE_THUMB (Violates *.cfg conventions, unused).