summaryrefslogtreecommitdiffstats
path: root/c (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-12-062011-12-06 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-1/+6
* libchip/serial/mc68681.c (mc68681_open): Var "status" needs to be signed.
2011-12-052011-12-05 Gedare Bloom <gedare@rtems.org>Gedare Bloom1-0/+5
* ChangeLog: Add PR number to ChangeLog entry
2011-12-052011-12-05 Sebastien Bourdeauducq <seb@tmplab.org>Gedare Bloom2-3/+26
* milkymist_midi/midi.c: move MIDI message detection from higher layers to the MIDI interrupt handler
2011-12-052011-12-05 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber3-2/+25
PR 1975/misc * libchip/ide/ata.c, libchip/ide/ata_util.c: Fixed warnings.
2011-12-032011-12-03 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius3-3/+5
* libchip/ide/ata.c: Make ata_interrupt_handler static. * libchip/ide/ide_controller.c: Include libchip/ide_ctrl.h.
2011-12-032011-12-03 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-0/+13
* libchip/display/disp_hcms29xx.c: Add missing initializer.
2011-12-022011-12-02 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-0/+6
* start/start.S: Add bsp_reset() label to exit point.
2011-12-012011-12-01 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius3-33/+14
* mpc8260/console-generic/console-generic.c, mpc8xx/console-generic/console-generic.c: Eliminate unused var "nb_overflow".
2011-12-012011-12-01 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-2/+5
* console/console.c: Eliminate unused var "nb_overflow".
2011-12-012011-12-01 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius3-2/+7
* shared/include/cpuIdent.c, shared/include/cpuIdent.h (get_ppc_cpu_type_name): Return const char*.
2011-11-302011-11-29 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2-0/+5
* Makefile.am: Add shared/startup/bsp-start-memcpy.S
2011-11-272011-11-27 Sebastien Bourdeauducq <seb@tmplab.org>Gedare Bloom3-2/+55
PR 1972/bsps * milkymist_video/milkymist_video.h, milkymist_video/video.c: Adds an ioctl to implement selection of composite on any connector, S-Video and Component sources on the Milkymist One.
2011-11-272011-11-27 Sebastien Bourdeauducq <seb@tmplab.org>Gedare Bloom5-4/+11
PR 1970/bsps * milkymist_clock/ckinit.c, milkymist_console/console.c, milkymist_console/uart.c, milkymist_timer/timer.c: Support for the new Milkymist sysctl and clock frequency detection.
2011-11-272011-11-27 Sebastien Bourdeauducq <seb@tmplab.org>Gedare Bloom2-3/+11
PR 1970/bsps * include/system_conf.h: Support for the new Milkymist sysctl and clock frequency detection.
2011-11-272011-11-27 Sebastien Bourdeauducq <seb@tmplab.org>Gedare Bloom5-51/+35
PR 1966/bsps * milkymist_console/console.c, milkymist_console/uart.c, milkymist_console/uart.h, milkymist_midi/midi.c: support for the new UART core and interrupt map
2011-11-272011-11-27 Sebastien Bourdeauducq <seb@tmplab.org>Gedare Bloom2-20/+43
PR 1966/bsps * include/system_conf.h: support for the new UART core and interrupt map
2011-11-182011-11-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett2-0/+8
PR 1925 * shared/irq/irq.h: Changed i386 console to libchip style console and added support for com3 and com4.
2011-11-182011-11-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett11-25/+571
PR 1925 * Makefile.am, preinstall.am, console/serial_mouse_config.c, include/bsp.h, start/start.S: Converted 1386 console to the libchip style console * console/conscfg.c, console/console_control.c, console/printk_support.c, console/vgacons.c, console/vgacons.h: New files.
2011-11-182011-11-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett2-5/+12
* console.c: Added a some error checks and fixed a error message.
2011-11-102011-11-10 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2-20/+28
PR 1924/cpukit * bootcard.c: Update due to API changes.
2011-11-102011-11-10 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2-4/+10
PR 1927/bsps: * mpc83xx/network/tsec.c: Fixed integer truncation.
2011-11-102011-11-10 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2-1/+6
PR 1929/bsps * irq/irq_init.c: Fixed warning.
2011-11-092011-11-09 Jennifer Averett <jennifer.averett@oarcorp.com>Joel Sherrill2-1/+6
PR 1934/bsps * libchip/serial/ns16550.c: Change to unsigned variable.
2011-11-082011-11-08 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber27-815/+1797
* include/lpc17xx.h: New file. * Makefile.am, preinstall.am: Reflect change above. Update due to API changes. * configure.ac, console/console-config.c, include/bsp.h, include/io.h, include/irq.h, include/lcd.h, include/lpc-clock-config.h, include/lpc24xx.h, include/start-config.h, irq/irq-dispatch.c, irq/irq.c, misc/bspidle.c, misc/io.c, misc/lcd.c, misc/restart.c, misc/system-clocks.c, ssp/ssp.c, startup/bspreset.c, startup/bspstart.c, startup/bspstarthooks.c, startup/start-config-emc-dynamic.c, startup/start-config-emc-static.c, startup/start-config-pinsel.c: Basic support for LPC17XX. New memory configurations for W9825G2JB75I, IS42S32800B, and SST39VF3201.
2011-11-082011-11-08 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber6-79/+314
* shared/startup/bsp-start-copy-sections.c, shared/startup/bsp-start-memcpy.S: New files. * shared/include/start.h: Declare bsp_start_copy_sections(). * shared/start/start.S, shared/include/linker-symbols.h: Moved content. Support for ARMv7-M.
2011-11-082011-11-08 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber11-25/+97
* make/custom/mpc5566evb_spe.cfg, make/custom/mpc5674fevb_spe.cfg, startup/linkcmds.mpc5566evb_spe, startup/linkcmds.mpc5674fevb_spe, startup/reset.c: New files. * Makefile.am, preinstall.am: Reflect changes above. * startup/early-init.c: Added missing section attribute. * configure.ac, network/smsc9218i.c: New BSP options SMSC9218I_EDMA_RX_CHANNEL and SMSC9218I_EDMA_TX_CHANNEL. Enable reset at cleanup.
2011-11-082011-11-08 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber3-16/+33
* include/utility.h: Fixed some casts. * include/irq-generic.h: Define bsp_interrupt_handler_index_type conditionally.
2011-11-082011-11-08 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber4-28/+39
* new-exceptions/bspsupport/ppc_exc_async_normal.S: Bugfix for MPC5674F. Use it for all to be safe. * mpc55xx/include/emios.h: Fixed eMIOS module count. * mpc55xx/include/irq.h: Fixed CAN vector numbers. BSP_INTERRUPT_HANDLER_TABLE_SIZE is now a BSP option.
2011-11-072011-11-07 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-1/+7
PR 1953/bsps * console/uart.c: Do not use /dev/console in libchip configuration table. Shared driver framework selects device to use as /dev/console.
2011-11-072011-11-07 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill4-4/+16
PR 1953/bsps * console/uarts.c: Do not use /dev/console in libchip configuration table. Shared driver framework selects device to use as /dev/console.
2011-11-072011-11-07 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2-1/+6
* console/console-config.c: Avoid explicit type.
2011-11-072011-11-07 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber3-11/+19
PR 1951/bsps * Makefile.am, console/console-config.c: Update due to API changes.
2011-11-072011-11-07 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber3-3/+7
* console_private.h: Removed Console_Port_Minor declaration. * console.c: Define console_initialized as static.
2011-11-072011-11-07 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2-2/+8
* libchip/serial/serial.h: Declare Console_Port_Minor.
2011-11-062011-11-06 Gedare Bloom <gedare@rtems.org>Gedare Bloom2-54/+52
* shared/console/conscfg.c: Whitespace and style fixes.
2011-11-062011-11-06 Gedare Bloom <gedare@rtems.org>Gedare Bloom2-1/+5
* shared/console/conscfg.c: Give console port a name.
2011-11-062011-11-06 Gedare Bloom <gedare@rtems.org>Gedare Bloom1-1/+5
* ChangeLog: Fix ChangeLog with name and email address
2011-11-062011-11-06 gedare@rtems.orgGedare Bloom2-0/+5
* shared/score/interrupt.S: Pass ISR correct pointer to interrupt frame
2011-11-062011-11-06 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-2/+7
PR 1945/cpukit * libchip/i2c/spi-memdrv.c: Replace rtems_off64_t with off_t.
2011-11-062011-11-06 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-4/+9
PR 1945/cpukit * umon/tfsDriver.c: Replace rtems_off64_t with off_t.
2011-11-042011-11-04 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-1/+10
* ChangeLog, Makefile.am: Add bsp_reset() stub.
2011-10-282011-10-28 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-3/+5
PR 1944/misc * libchip/serial/mc68681.c: Remove #if 0.
2011-10-262011-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-4/+8
* shared/can/occan.c: Comment out unused var "tmp".
2011-10-262011-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-2/+5
* network/network.c: Remove unused var "dptr".
2011-10-262011-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-3/+7
* libchip/serial/ns16550.c (ns16550_init): Remove unused var "ucTrash".
2011-10-232011-10-23 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-2/+9
* libchip/network/smc91111.c (lan91cxx_recv): Define var "lp" conditionally (Avoid warning).
2011-10-232011-10-23 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-2/+4
* page.c: Remove unused var "dirCount".
2011-10-222011-10-22 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-4/+6
* shared/comm/uart.c (uartError): Remove unused var "uartStatus".
2011-10-222011-10-22 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-2/+2
* libchip/network/dec21140.c (dec21140_rxDaemon): Remove unused var "tbase".
2011-10-222011-10-22 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-4/+7
* libchip/rtc/mc146818a.c (mc146818a_initialize): Remove unused var "getReg". * libchip/rtc/mc146818a.c (mc146818a_set_time): Remove unused var "getReg".