summaryrefslogtreecommitdiffstats
path: root/c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2011-12-06 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-12-062-1/+6
| | | | | * libchip/serial/mc68681.c (mc68681_open): Var "status" needs to be signed.
* 2011-12-05 Gedare Bloom <gedare@rtems.org>Gedare Bloom2011-12-051-0/+5
| | | | * ChangeLog: Add PR number to ChangeLog entry
* 2011-12-05 Sebastien Bourdeauducq <seb@tmplab.org>Gedare Bloom2011-12-052-3/+26
| | | | | * milkymist_midi/midi.c: move MIDI message detection from higher layers to the MIDI interrupt handler
* 2011-12-05 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-12-053-2/+25
| | | | | PR 1975/misc * libchip/ide/ata.c, libchip/ide/ata_util.c: Fixed warnings.
* 2011-12-03 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-12-033-3/+5
| | | | | * libchip/ide/ata.c: Make ata_interrupt_handler static. * libchip/ide/ide_controller.c: Include libchip/ide_ctrl.h.
* 2011-12-03 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-12-032-0/+13
| | | | * libchip/display/disp_hcms29xx.c: Add missing initializer.
* 2011-12-02 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-12-022-0/+6
| | | | * start/start.S: Add bsp_reset() label to exit point.
* 2011-12-01 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-12-013-33/+14
| | | | | | * mpc8260/console-generic/console-generic.c, mpc8xx/console-generic/console-generic.c: Eliminate unused var "nb_overflow".
* 2011-12-01 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-12-012-2/+5
| | | | * console/console.c: Eliminate unused var "nb_overflow".
* 2011-12-01 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-12-013-2/+7
| | | | | * shared/include/cpuIdent.c, shared/include/cpuIdent.h (get_ppc_cpu_type_name): Return const char*.
* 2011-11-29 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2011-11-302-0/+5
| | | | * Makefile.am: Add shared/startup/bsp-start-memcpy.S
* 2011-11-27 Sebastien Bourdeauducq <seb@tmplab.org>Gedare Bloom2011-11-273-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-27 Sebastien Bourdeauducq <seb@tmplab.org>Gedare Bloom2011-11-275-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-27 Sebastien Bourdeauducq <seb@tmplab.org>Gedare Bloom2011-11-272-3/+11
| | | | | | PR 1970/bsps * include/system_conf.h: Support for the new Milkymist sysctl and clock frequency detection.
* 2011-11-27 Sebastien Bourdeauducq <seb@tmplab.org>Gedare Bloom2011-11-275-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-27 Sebastien Bourdeauducq <seb@tmplab.org>Gedare Bloom2011-11-272-20/+43
| | | | | | PR 1966/bsps * include/system_conf.h: support for the new UART core and interrupt map
* 2011-11-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett2011-11-182-0/+8
| | | | | | PR 1925 * shared/irq/irq.h: Changed i386 console to libchip style console and added support for com3 and com4.
* 2011-11-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett2011-11-1811-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-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett2011-11-182-5/+12
| | | | * console.c: Added a some error checks and fixed a error message.
* 2011-11-10 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-11-102-20/+28
| | | | | PR 1924/cpukit * bootcard.c: Update due to API changes.
* 2011-11-10 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-11-102-4/+10
| | | | | PR 1927/bsps: * mpc83xx/network/tsec.c: Fixed integer truncation.
* 2011-11-10 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-11-102-1/+6
| | | | | PR 1929/bsps * irq/irq_init.c: Fixed warning.
* 2011-11-09 Jennifer Averett <jennifer.averett@oarcorp.com>Joel Sherrill2011-11-092-1/+6
| | | | | PR 1934/bsps * libchip/serial/ns16550.c: Change to unsigned variable.
* 2011-11-08 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-11-0827-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-08 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-11-086-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-08 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-11-0811-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-08 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-11-083-16/+33
| | | | | | * include/utility.h: Fixed some casts. * include/irq-generic.h: Define bsp_interrupt_handler_index_type conditionally.
* 2011-11-08 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-11-084-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-07 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-11-072-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-07 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-11-074-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-07 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-11-072-1/+6
| | | | * console/console-config.c: Avoid explicit type.
* 2011-11-07 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-11-073-11/+19
| | | | | PR 1951/bsps * Makefile.am, console/console-config.c: Update due to API changes.
* 2011-11-07 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-11-073-3/+7
| | | | | * console_private.h: Removed Console_Port_Minor declaration. * console.c: Define console_initialized as static.
* 2011-11-07 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-11-072-2/+8
| | | | * libchip/serial/serial.h: Declare Console_Port_Minor.
* 2011-11-06 Gedare Bloom <gedare@rtems.org>Gedare Bloom2011-11-062-54/+52
| | | | * shared/console/conscfg.c: Whitespace and style fixes.
* 2011-11-06 Gedare Bloom <gedare@rtems.org>Gedare Bloom2011-11-062-1/+5
| | | | * shared/console/conscfg.c: Give console port a name.
* 2011-11-06 Gedare Bloom <gedare@rtems.org>Gedare Bloom2011-11-061-1/+5
| | | | * ChangeLog: Fix ChangeLog with name and email address
* 2011-11-06 gedare@rtems.orgGedare Bloom2011-11-062-0/+5
| | | | * shared/score/interrupt.S: Pass ISR correct pointer to interrupt frame
* 2011-11-06 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-11-062-2/+7
| | | | | PR 1945/cpukit * libchip/i2c/spi-memdrv.c: Replace rtems_off64_t with off_t.
* 2011-11-06 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-11-062-4/+9
| | | | | PR 1945/cpukit * umon/tfsDriver.c: Replace rtems_off64_t with off_t.
* 2011-11-04 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-11-042-1/+10
| | | | * ChangeLog, Makefile.am: Add bsp_reset() stub.
* 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".