summaryrefslogtreecommitdiffstats
path: root/c (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-10-212011-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius3-6/+8
* console/console.c (ISS_output_char): Add return type. * timer/timer.c: Remove unused vars "old_ie".
2011-10-202011-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-4/+4
* libchip/display/disp_hcms29xx.c: Remove ARRAY_COUNT (unused).
2011-10-202011-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-0/+5
* console.c: Include <rtems/error.h> for rtems_panic().
2011-10-202011-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-4/+9
PR 1940/misc: * libchip/serial/ns16550.c: Reflect changes to console-driver.
2011-10-202011-10-20 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber3-0/+53
PR 1926/bsps * timer/timer.c: New file. * Makefile.am: Reflect change above.
2011-10-192011-10-19 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-4/+8
* libchip/network/smc91111.c: Use PRIxPTR to print pointers.
2011-10-19Remove white spaces.Ralf Corsepius8-18/+18
2011-10-192011-10-19 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-1/+6
* console.c: RTEMS_DEBUG is a define, not a variable.
2011-10-182011-10-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett5-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-182011-10-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett2-35/+41
PR 1917/bsps * mongoosev/duart/mg5uart.c: Modifications to add dynamic tables for libchip serial drivers.
2011-10-182011-10-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett2-25/+31
PR 1917/bsps * sh7045/sci/sci_termios.c: Modifications to add dynamic tables for libchip serial drivers.
2011-10-182011-10-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett6-16/+24
PR 1917/bsps * Makefile.am, console/conscfg.c: Modifications to add dynamic tables for libchip serial drivers.
2011-10-182011-10-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett3-18/+18
PR 1917/bsps * Makefile.am, console/consolelite.c: Modifications to add dynamic tables for libchip serial drivers.
2011-10-182011-10-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett7-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-182011-10-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett4-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-182011-10-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett6-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-182011-10-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett2-7/+9
PR 1917/bsps * console/config.c: Modifications to add dynamic tables for libchip serial drivers.
2011-10-182011-10-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett3-8/+12
PR 1917/bsps * Makefile.am, console/erc32_console.c: Modifications to add dynamic tables for libchip serial drivers.
2011-10-182011-10-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett2-6/+8
PR 1917/bsps * shared/console/conscfg.c: Modifications to add dynamic tables for libchip serial drivers.
2011-10-182011-10-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett6-3/+28
PR 1917/bsps * Makefile.am: Modifications to add dynamic tables for libchip serial drivers.
2011-10-182011-10-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett6-15/+25
PR 1917/bsps * Makefile.am, console/uarts.c: Modifications to add dynamic tables for libchip serial drivers.
2011-10-182011-10-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett9-28/+43
PR 1917/bsps * Makefile.am, console/uart.c: Modifications to add dynamic tables for libchip serial drivers.
2011-10-182011-10-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett3-9/+12
PR 1917/bsps * Makefile.am, console/console-config.c: Modifications to add dynamic tables for libchip serial drivers.
2011-10-182011-10-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett4-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-182011-10-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett7-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-172011-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-3/+5
* ne2000/ne2000.c: Remove unused var "stat".
2011-10-172011-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-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-172011-10-17 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber11-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-132011-10-13 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-5/+7
* shared/comm/uart.c: Remove unused var "tmp".
2011-10-112011-10-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-2/+1
* libchip/network/smc91111.c: Eliminate unused var "success".
2011-10-11Fix changelog entry.Ralf Corsepius1-1/+1
2011-10-112011-10-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-2/+4
* libchip/serial/mc68681.c: Eliminate unused var "success".
2011-10-102011-10-10 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-3/+3
* libchip/serial/z85c30.c: Eliminate unused var "dummy".
2011-10-102011-10-10 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2-0/+5
* mpc55xx/include/fsl-mpc567x.h: Added EQADC as an alias to EQADC_A.
2011-10-102011-10-10 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber3-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-102011-10-10 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-2/+6
* libchip/network/sonic.c: Don't cast pointers to uint32_t.
2011-10-092011-10-09 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius7-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-072011-10-07 Daniel Hellstrom <daniel@gaisler.com>Joel Sherrill2-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-072011-10-07 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-4/+5
* shared/startup/bspstart.c: Comment out unused vars.
2011-10-072011-10-07 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-2/+4
* shared/console/console.c: Remove stray local decl of "close".
2011-10-072011-10-07 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-1/+5
* make/custom/rtl22xx_t.cfg: Remove USE_THUMB (Violates *.cfg conventions, unused).
2011-10-072011-10-07 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-1/+2
* ppc403/clock/clock.c (ClockOn): Define pvr only for "ifndef ppc405".
2011-10-072011-10-07 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-4/+1
* ppc403/clock/clock.c (Install_clock): Remove unused var "pvr".
2011-10-072011-10-07 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-1/+3
* new-exceptions/bspsupport/ppc_exc_prologue.c (ppc_exc_create_branch_op): Comment out unused var "BRANCH_OP_LINK".
2011-10-072011-10-07 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-1/+6
* mpc5xx/clock/clock.c: Make BSP_disconnect_clock_handler decl a prototype.
2011-10-072011-10-07 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-2/+7
PR 1928/bsps: * mpc55xx/include/fsl-mpc567x.h (struct FLASH_tag): Extend SIZE to 4 bits.
2011-10-062011-10-06 Gedare Bloom <giddyup44@yahoo.com>Joel Sherrill5-12/+51
PR 1920/bsp * shared/helenos/kernel/sparc64/src/sun4u/takemmu.S, shared/start/start.S, shared/startup/bspgetworkarea.c, shared/startup/linkcmds: Fix BSP memory use to support more than 4 MB of RAM.
2011-10-062011-10-06 Gedare Bloom <giddyup44@yahoo.com>Joel Sherrill2-0/+26
PR 1919/bsp * shared/startup/bsppredriverhook.c: New file.
2011-10-062011-10-06 Gedare Bloom <giddyup44@yahoo.com>Joel Sherrill2-2/+7
PR 1919/bsp * Makefile.am: Change install ISR callout to bsppredriverhook.
2011-10-05Corrected changelog.Jennifer Averett1-2/+2