summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/shared (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2008-09-03 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-09-032-1/+6
| | | | * tod.c: Remove extern. RTC_Present is not defined anywhere.
* 2008-09-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-021-0/+6
| | | | | | PR 1302/bsps * vmeUniverse/vmeUniverse.h: Remove _VME_UNIVERSE_DECLARE_SHOW_ROUTINES.
* PR 1302/bspsRalf Corsepius2008-09-021-14/+0
| | | | Remove _VME_UNIVERSE_DECLARE_SHOW_ROUTINES.
* 2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-08-312-11/+11
| | | | | * timerstub.c: Eliminate empty function from every benchmark timer driver. Fix spelling.
* 2008-08-30 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-08-303-2/+7
| | | | | * bootcard.c: Fix formatting. * console-polled.c: Error if minor < 2 not just <= 2.
* 2008-08-28 Till Straumann <strauman@slac.stanford.edu>Till Straumann2008-08-284-2/+54
| | | | | * vmeUniverse/vmeTsi148.h, vmeUniverse/vmeTsi148.c: added vmeTsi148ResetBusXX(), vmeTsi148ResetBus().
* 2008-08-20 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill2008-08-202-2/+6
| | | | * src/irq-generic.c: Fixed integer conversion warnings.
* Add missing prototypes.Ralf Corsepius2008-08-191-2/+3
|
* 2008-08-19 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-08-191-0/+4
| | | | * timerstub.c: Add missing prototypes.
* 2008-08-19 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill2008-08-197-22/+37
| | | | | | | * include/bootcard.h, bootcard.c, bsplibc.c: Changed parameter types of bsp_libc_init() to match RTEMS_Malloc_Initialize(). * bsppost.c, bsppredriverhook.c: Include bootcard.h. * src/irq-generic.c: Fixed warnings.
* 2008-08-18 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-08-182-3/+5
| | | | * bsppost.c: Fix warning by moving prototype to libcsupport.h.
* Add missing prototypes.Ralf Corsepius2008-08-181-4/+4
|
* 2008-08-18 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-08-181-0/+4
| | | | * tod.c: Add missing prototypes.
* 2008-08-05 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-08-052-5/+8
| | | | | | PR 537/bsps * bsplibc.c: Eliminate vestiges of ticks_per_timeslice controlling newlib reentrancy. The parameter was ignored in libc_init().
* Formatting.Joel Sherrill2008-07-301-1/+1
|
* src/irq-legacy.c: Free allocated memory in hander removeThomas Doerfler2008-07-293-35/+62
| | | | bootcard.c: Check if the heap fits into the work area
* Changed bsp_get_workarea() to bsp_get_work_area() andThomas Doerfler2008-07-244-46/+132
| | | | added support for an optional separate heap area.
* Support for new rtems_interrupt_handler_iterate() function.Thomas Doerfler2008-07-244-78/+79
|
* 2008-07-15 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-07-152-1/+7
| | | | | * bootcard.c: Must include bsp.h or bspopts.h or we cannot know if boot_card() handles RAM allocation.
* Spacing.Joel Sherrill2008-07-151-1/+1
|
* updated gen83xx BSPThomas Doerfler2008-07-142-16/+4
| | | | | updated haleakala BSP added MPC55xx BSP
* adapted powerpc BSPs to new exception codeThomas Doerfler2008-07-112-1/+24
|
* Extension of the RTEMS Interrupt ManagerThomas Doerfler2008-07-104-0/+1069
| | | | (shared handler and handler with a handle).
* 2008-06-04 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-06-042-0/+48
| | | | * include/tm27.h: New file. Stub version of tm27 support.
* 2008-05-23 Till Straumann <strauman@slac.stanford.edu>Till Straumann2008-05-232-1/+6
| | | | | * vmeUniverse/VME.h: removed 'weak' attribute from declaration of BSP_vme_config().
* 2008-05-22 Till Straumann <strauman@slac.stanford.edu>Till Straumann2008-05-222-2/+8
| | | | | * vmeUniverse/vmeUniverse.c: fixed compiler warning; moved struct attributes as directed by gcc warning.
* 2008-05-15 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-05-153-8/+164
| | | | | | | | | | | | | | | * bootcard.c: Add capability for bootcard.c BSP Initialization Framework to ask the BSP where it has memory for the RTEMS Workspace and C Program Heap. These collectively are referred to as work area. If the BSP supports this, then it does not have to include code to split the available memory between the two areas. This reduces the amount of code in the BSP specific bspstart.c file. Additionally, the shared framework can initialize the C Library, call rtems_debug_enable(), and dirty the work area memory. Until most/all BSPs support this new capability, if the BSP supports this, it should call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac. When the transition is complete, this autoconf macro can be removed. * bsppretaskinghook.c: New file.
* 2008-05-12 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-05-122-18/+63
| | | | | | | | | | | | * bootcard.c: Refactored and renamed initialization routines to rtems_initialize_data_structures, rtems_initialize_before_drivers, rtems_initialize_device_drivers, and rtems_initialize_start_multitasking. This opened the sequence up so that bootcard() could provide a more robust and flexible framework which is easier to explain and understand. This also lays the groundwork for sharing the division of available memory between the RTEMS workspace and heap and the C library initialization across all BSPs.
* 2008-05-06 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-05-062-4/+12
| | | | * bootcard.c: Improve formatting and comments.
* 2008-03-20 Till Straumann <strauman@slac.stanford.edu>Till Straumann2008-03-212-1/+6
| | | | | * vmeUniverse/vmeTsi148.c: type of 5th argument to pci_read_config_dword() is now uint32_t*.
* 2008-03-17 Till Straumann <strauman@slac.stanford.edu>Till Straumann2008-03-192-3/+53
| | | | | | | * vmeUniverse/vmeTsi148.c: Initialize VME Master 'VTON' timer and bus-release policy to less aggressive values than the chip's defaults. The default VTON easily overrides any settings used by the DMA engine.
* 2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-03-032-24/+8
| | | | | * gdbstub/rtems-stub-glue.c: Update to use the new rtems_object_get_name() service. This simplified the code a bit.
* 2008-01-22 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-01-222-12/+20
| | | | * bootcard.c: Improve comments and clean up argc/argv order.
* 2007-12-11 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-12-113-28/+15
| | | | | | * bootcard.c, bsplibc.c: Eliminate copies of the Configuration Table. Use the RTEMS provided accessor macros to obtain configuration fields.
* 2007-12-04 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-12-042-12/+7
| | | | | | * bootcard.c: Move interrupt_stack_size field from CPU Table to Configuration Table. Eliminate CPU Table from all ports. Delete references to CPU Table in all forms.
* 2007-12-03 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-12-032-0/+20
| | | | * bsppredriverhook.c: New file.
* 2007-12-03 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-12-032-8/+9
| | | | | | | | | * bootcard.c: Moved most of the remaining CPU Table fields to the Configuration Table. This included pretasking_hook, predriver_hook, postdriver_hook, idle_task, do_zero_of_workspace, extra_mpci_receive_server_stack, stack_allocate_hook, and stack_free_hook. As a side-effect of this effort some multiprocessing code was made conditional and some style clean up occurred.
* 2007-12-02 Till Straumann <strauman@slac.stanford.edu>Till Straumann2007-12-023-14/+18
| | | | | | * vmeUniverse/vmeUniverse.c, vmeUniverse/vmeTsi148.c: silenced compiler warnings caused by type changes in byteorder.h (volatile unsigned * -> volatile uint32_t *)
* 2007-11-26 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-11-262-0/+11
| | | | * bootcard.c: Add comment.
* * vmeUniverse/vmeTsi148.c: Use size_t for sizes.Till Straumann2007-07-162-1/+5
|
* 2007-06-20 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-06-202-21/+7
| | | | | * bsppost.c: Split open of the console from the standard BSP code so it is easier to stub out.
* * vmeUniverse/vmeUniverse.c: Changed types to silenceTill Straumann2007-05-112-2/+7
| | | | compiler warnings.
* Back off patch which should not have been committed.Joel Sherrill2007-05-101-1/+4
|
* 2007-05-10 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-05-101-4/+1
| | | | | | | | PR 1237/rtems * src/lib/libbsp/shared/bsplibc.c: Add logic to prevent stack creep when interrupts occur at a sufficient rate that the interrupted thread never gets to clean its stack. This patch ensures that an interrupted thread will not nest ISR dispatches on its stack.
* 2007-05-09 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-05-092-18/+5
| | | | | * bootcard.c: Move __fini call to inside executive for symmettry with __init call.
* 2007-04-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-04-172-1/+7
| | | | | | * bootcard.c: RTEMS Workspace now defaults to not being zeroed. This significantly speeds up boot time on targets not requiring memory to be touched at boot time.
* 2007-04-02 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-04-022-0/+34
| | | | * dummy_printk_support.c: New file.
* 2007-03-31 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-03-312-1/+5
| | | | * vmeUniverse/vmeUniverse.c: Use uint32_t for pci_ulong.
* 2007-03-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-03-282-0/+12
| | | | | | * clockdrv_shell.c: Add support to the Clock driver template for rtems_clock_set_nanoseconds_extension and the potential for TOD and timestamps accurate to the nanosecond.
* 2007-03-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-03-282-17/+31
| | | | | PR 1232/bsps * bsppost.c: It should not be a fatal error to not have a console.