summaryrefslogtreecommitdiffstats
path: root/c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix spelling error and improve comment.Joel Sherrill2012-01-311-1/+1
|
* Fixed race condition during startup.Sebastian Huber2012-01-311-12/+14
|
* Revert "Support custom Makefiles."Sebastian Huber2012-01-263-61/+1
| | | | This reverts commit 621e1c9b74272ff94efec749c6c4a673a7c315e8.
* Revert "Disable optimization."Sebastian Huber2012-01-261-1/+1
| | | | This reverts commit 8ae88d7f9644ad39d88aaa86c7558ec45450e8c9.
* Support for MPC5643L.Sebastian Huber2012-01-2354-1089/+23519
| | | | | Rework of the start sequence to reduce the amount assembler code and to support configuration tables which may be provided by the application.
* Support custom Makefiles.Sebastian Huber2012-01-233-1/+61
|
* Disable optimization.Sebastian Huber2012-01-231-1/+1
|
* 2011-12-14 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2011-12-148-67/+101
| | | | * Makefile.am: Change to one file per line. Clean up.
* 2011-12-13 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-12-132-2/+5
| | | | * make/custom/qoriq.inc: Remove -W* flags.
* 2011-12-13 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-12-133-4/+11
| | | | | | | * libchip/i2c/spi-memdrv.c: Make spi_memdrv_minor2param_ptr, spi_memdrv_wait_ms static. * libchip/i2c/spi-sd-card.c: Make sd_card_compute_crc7, sd_card_compute_crc16 static.
* 2011-12-12 Gedare Bloom <gedare@rtems.org>Gedare Bloom2011-12-123-32/+19
| | | | | | PR bsps/1989 * shared/start/start.S, shared/startup/linkcmds: Boot stack and heap space improvements.
* 2011-12-12 Gedare Bloom <gedare@rtems.org>Gedare Bloom2011-12-122-4/+13
| | | | | PR bsps/1988 * shared/start/start.S: Add _init and _fini to .init and .fini sections
* 2011-12-12 Gedare Bloom <gedare@rtems.org>Gedare Bloom2011-12-122-6/+10
| | | | | | PR bsps/1988 * shared/startup/linkcmds: Relocate .init and .fini sections closer to .text.
* 2011-12-10 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-12-102-1/+5
| | | | * configure.ac (CFLAGS): Add -Wmissing-prototypes.
* 2011-12-10 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-12-102-2/+8
| | | | | | * shared/interrupts/vectorexceptions.c: Make mips_dump_exception_frame, mips_default_exception_code_handler static.
* 2011-12-10 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-12-102-1/+9
| | | | | | PR 1986/libcpu * shared/src/cache_aligned_malloc.c: Include <rtems/rtems/cache.h>.
* 2011-12-09 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-12-094-21/+11
| | | | | * make/custom/gen68360.cfg, make/custom/gen68360_040.cfg, make/custom/pgh360.cfg: Simplify and clean up.
* 2011-12-09 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-12-092-2/+2
| | | | * libchip/network/sonic.c: Activate SONIC_STATIC.
* 2011-12-09 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-12-093-9/+16
| | | | | | | * console/vt.c: Make _kd_mksound static. * ide/ide.c: Make pc386_ide_probe, pc386_ide_initialize, pc386_ide_read_reg, pc386_ide_write_reg, pc386_ide_write_block, pc386_ide_control, pc386_ide_config_io_speed static.
* 2011-12-09 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-12-092-1/+5
| | | | * shared/pci/pcibios.c: Make pcib_find_by_devid static.
* 2011-12-09 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-12-093-2/+7
| | | | | * console/vgacons.c: Add VGACONS_STATIC. * console/vgacons.h: Remove VGACONS_STATIC.
* 2011-12-09 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-12-092-1/+5
| | | | * libchip/network/if_fxp.c: Add missing initializer.
* 2011-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-12-082-11/+6
| | | | | PR 1589/build * configure.ac: Remove obsolete optional manager capability.
* 2011-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-12-084-55/+7
| | | | | | PR 1589/build * leaf.cfg, target.cfg.in, compilers/gcc-target-default.cfg: Remove obsolete optional manager capability.
* 2011-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-12-0817-513/+11
| | | | | | | | | | | PR 1589/build * optman/.cvsignore, optman/Makefile.am, optman/preinstall.am, optman/rtems/no-barrier.c, optman/rtems/no-dpmem.c, optman/rtems/no-event.c, optman/rtems/no-mp.c, optman/rtems/no-msg.c, optman/rtems/no-part.c, optman/rtems/no-region.c, optman/rtems/no-rtmon.c, optman/rtems/no-sem.c, optman/rtems/no-signal.c, optman/rtems/no-timer.c, optman/sapi/no-ext.c, optman/sapi/no-io.c: Removed.
* 2011-12-08 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-12-082-4/+10
| | | | | | * libchip/network/sonic.c: Make sonic_enable_interrupts, sonic_disable_interrupts, sonic_clear_interrupts, sonic_command static.
* 2011-12-07 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-12-073-2/+8
| | | | | * umon/tfsDriver.c: Include <rtems/umon.h> (Missing prototype). * umon/monlib.c: Make DisableMonLock, EnableMonLock static.
* 2011-12-07 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-12-072-0/+5
| | | | * startup/umonsupp.c: Include <rtems/umon.h> (Missing prototype).
* 2011-12-06 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-12-062-3/+8
| | | | | * libchip/ide/ata.c: Make ata_interrupt_on, ata_interrupt_off, ata_interrupt_isOn static.
* 2011-12-06 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-12-0613-92/+303
| | | | | | | | | | | * misc/system-clocks.c: New file. * Makefile.am: Reflect change from above. * include/nand-mlc.h: Fixed lpc32xx_mlc_is_bad_page(). * make/custom/lpc32xx.inc, make/custom/lpc32xx_mzx_stage_1.cfg: Flags for EABI tool chain. * configure.ac, include/bsp.h, include/lpc32xx.h, misc/emc.c, misc/i2c.c, rtc/rtc-config.c, startup/bspstarthooks.c: Avoid compile time ARM_CLK and HCLK.
* 2011-12-06 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-12-062-2/+5
| | | | * make/custom/lpc24xx.inc: Flags for EABI tool chain.
* 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.