summaryrefslogtreecommitdiffstats
path: root/c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2009-02-27 Daniel Hellstrom <daniel@gaisler.com>Joel Sherrill2009-02-272-1/+7
| | | | | | PR 1386/bsps * shared/start.S: Stack space not correctly initialized. Causes failures on unoptimized applications.
* 2009-02-27 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-02-272-5/+29
| | | | | * bspgetworkarea.c: Add check to determine if current stack pointer is in work area.
* 2009-02-27 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-02-272-5/+25
| | | | | * shared/startup/bspgetworkarea.c: Add check to determine if current stack pointer is in work area.
* added missing filesThomas Doerfler2009-02-276-0/+1630
|
* * README: Added NCS.Thomas Doerfler2009-02-2719-108/+619
| | | | | | | | | | | | | | | * Makefile.am, configure.ac, preinstall.am: Added BSP variants. * console/console-config.c, clock/clock-config.c, ssp/ssp.c: Fixed register settings. Cleanup. * include/bsp.h: Added network defines and functions. * include/lpc24xx.h: Added AHB and EMC defines. Fixed Ethernet status sizes. * include/system-clocks.h, misc/system-clocks.c: Added micro seconds delay function that uses Timer 1. Changed PLL setup. * network/network.c, startup/bspreset.c, startup/linkcmds.lpc2478, startup/linkcmds.lpc2478_ncs, startup/linkcmds.lpc2478_ncs_ram: New files. * startup/bspstart.c: Added EMC initialization. Changes for ROM boot.
* * bsp_specs: Added crtbegin.o and crtend.o to support global C++Thomas Doerfler2009-02-272-2/+7
| | | | constructors and destructors.
* PR 1356Thomas Doerfler2009-02-272-23/+260
| | | | | * libchip/i2c/spi-sd-card.c: Added support for high capacity and MMC cards.
* 2009-02-26 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-02-262-7/+5
| | | | * startup/cpu.c: Now compiles. Does not run.
* 2009-02-26 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-02-264-10/+23
| | | | | * shared/clock/ckinit.c, shared/start/start.S, shared/timer/timer.c: Run better on simulator. Timer is probably not right yet but
* 2009-02-26 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-02-263-10/+16
| | | | | * configure.ac, include/bsp.h: Run better on simulator. Timer is probably not right yet but
* 2009-02-26 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-02-262-5/+16
| | | | | * shared/startup/bspgetworkarea.c: Make debug messages same as standard.
* 2009-02-26 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-02-262-1/+11
| | | | * irq/irq.c: Add bsp_interrupt_handler_default() so this BSP will link.
* 2009-02-25 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-02-253-2/+6
| | | | * clock/clock.c, include/bsp.h: Make bsp idle thread names match.
* 2009-02-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-02-252-117/+24
| | | | | * shared/clock/ckinit.c: Use shared Clock Driver Template and support fast idle on simulator.
* 2009-02-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-02-252-0/+7
| | | | * README: Add fast idle information.
* 2009-02-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-02-254-3/+39
| | | | | | | * Makefile.am, configure.ac: Add SIMULATOR_FAST_IDLE, BSP_PRESS_KEY_FOR_RESET, and BSP_RESET_BOARD_AT_EXIT. Use the standard bsp_cleanup code. * README: New file. Include instructions on gdb simulator.
* 2009-02-25 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-02-251-0/+4
| | | | * Makefile.am: Rework.
* 2009-02-23 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-02-231-0/+1
| | | | * include/bsp.h: Conditionally include rtems/rtems_bsdnet.h.
* Conditionally include rtems/rtems_bsdnet.h.Ralf Corsepius2009-02-231-0/+6
|
* 2009-02-23 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-02-231-0/+5
| | | | | * configure.ac: Add RTEMS_CHECK_NETWORKING. * Makefile.am: Rework.
* Rework.Ralf Corsepius2009-02-231-14/+25
|
* Add RTEMS_CHECK_NETWORKING.Ralf Corsepius2009-02-231-0/+4
|
* 2009-02-21 Michael Walle <michael@walle.cc>Joel Sherrill2009-02-212-1/+8
| | | | * startup/linkcmds: Add new sections.
* 2009-02-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-02-201-0/+4
| | | | * Makefile.am: Fix breakage introduced in 2009-02-13 changes.
* 2009-02-19 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-02-194-41/+164
| | | | | * shared/irq/irq.c, shared/irq/irq.h, shared/irq/irq_asm.S: Add shared interrupt support to i386.
* 2009-02-19 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-02-192-2/+6
| | | | * shared/irq/irq.c: Spacing.
* 2009-02-19 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-02-193-2/+7
| | | | | * libchip/network/dec21140.c, libchip/network/elnk.c: Make sure this is enabled on x86.
* 2009-02-17 Till Straumann <strauman@slac.stanford.edu>Joel Sherrill2009-02-172-17/+40
| | | | | PR 1371/bsps * network/network.c: mvme167 network driver buggy.
* 2009-02-17 Till Straumann <strauman@slac.stanford.edu>Joel Sherrill2009-02-172-4/+17
| | | | | | PR 1370/bsps * console/console.c: mvme167 console driver BSP_output_char fails to convert \n -> \n\r
* 2009-02-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-02-172-9/+6
| | | | * Makefile.am: Fix breakage introduced in 2009-02-13 changes.
* 2009-02-13 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-02-133-15/+28
| | | | * Makefile.am, preinstall.am: Use stub tm27.h.
* 2009-02-13 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-02-132-6/+6
| | | | * new-exceptions/cpu.c: Correct prototype of _CPU_Initialize.
* 2009-02-12 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-02-122-1/+6
| | | | | * startup/setvec.c: Change prototype of IDLE thread to consistently return void * and take a uintptr_t argument.
* 2009-02-12 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-02-123-2/+7
| | | | | * clock/clock.c, include/bsp.h: Change prototype of IDLE thread to consistently return void * and take a uintptr_t argument.
* 2009-02-12 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-02-128-5/+24
| | | | | * startup/bspstart.c: Change prototype of IDLE thread to consistently return void * and take a uintptr_t argument.
* 2009-02-12 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-02-123-2/+7
| | | | | * include/bsp.h, startup/bspstart.c: Change prototype of IDLE thread to consistently return void * and take a uintptr_t argument.
* 2009-02-12 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-02-122-1/+6
| | | | | * shared/misc/m68kidle.c: Change prototype of IDLE thread to consistently return void * and take a uintptr_t argument.
* 2009-02-11 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-02-112-2/+6
| | | | * tod.c: Use rtems_clock_get_tod().
* 2009-02-11 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-02-112-1/+5
| | | | * shared/irq/irq.h: Fix spelling error.
* 2009-02-11 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-02-112-1/+5
| | | | * startup/linkcmds: It appears 16 MB is the configuration.
* 2009-02-11 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-02-113-13/+16
| | | | | * configure.ac, start/start16.S: Remove duplicate configure option and add support for the configure time variable BSP_VIDEO_80x50.
* 2009-02-11 Matt Rippa <mrippa@gemini.edu>Joel Sherrill2009-02-112-6/+44
| | | | | PR 1352/bsps * shared/motorola/motorola.c: Include support for mvme2600/mvme2700.
* 2009-02-11 Till Straumann <strauman@slac.stanford.edu>Joel Sherrill2009-02-113-3/+22
| | | | | | PR 1369/bsps * Makefile.am, configure.ac: Fix name clashes when using MC68040 fpsp floating-point emulation.
* 2009-02-11 Matt Rippa <mrippa@gemini.edu>Joel Sherrill2009-02-112-3/+12
| | | | | PR 1362/bsps * shared/console/bspreset.c: Fix BSP reset on mvme2300 - mvme2700.
* 2009-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-02-112-1/+6
| | | | | * bsp_specs: Remove stray % from '*startfile:' having crept in previous change.
* 2009-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-02-112-0/+6
| | | | | * startup/sd-card-init.c: Comment out fields having dropped out from sd_card_driver_entry.
* 2009-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-02-112-0/+9
| | | | | * spi/spi_init.c: Comment out fields having dropped out from sd_card_driver_entry.
* 2009-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-02-112-0/+9
| | | | | * tests/tests.c: Comment out fields having dropped out from sd_card_driver_entry.
* 2009-02-10 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-02-102-8/+15
| | | | | * bin2boot.c: Use stdint/inttypes to workaround build warnings on 64bit hosts.
* 2009-02-10 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-02-101-0/+4
| | | | * clock/ckinit.c, startup/bspstart.c: Add prototypes.