summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/shared (follow)
Commit message (Expand)AuthorAgeFilesLines
* Shared MMU initialization for ARM BSPs and RaspberryPi MMU supportHesham AL-Matary2013-10-031-0/+25
* libbsp/shared/bspinit.c: Fix missing prototype warningsJoel Sherrill2013-09-221-3/+7
* bsps: Fix header includesSebastian Huber2013-08-272-9/+5
* bsps: Add and use CLOCK_DRIVER_ISRS_PER_TICK_VALUEJoel Sherrill2013-08-261-1/+1
* bsps: Fix clock driver definesSebastian Huber2013-08-141-1/+1
* bsp: Fix CLOCK_DRIVER_USE_FAST_IDLE and CLOCK_DRIVER_ISRS_PER_TICK.Chris Johns2013-08-141-6/+6
* bsps: Include missing <rtems/score/heapimpl.h>Sebastian Huber2013-07-261-1/+2
* score: Create object implementation headerSebastian Huber2013-07-261-0/+1
* Include missing <rtems/score/threaddispatch.h>Sebastian Huber2013-07-261-2/+2
* score: Merge sysstate API into one fileSebastian Huber2013-07-242-0/+2
* smp: Add and use _CPU_SMP_Send_interrupt()Sebastian Huber2013-07-171-3/+1
* smp: Add and use _CPU_SMP_Get_current_processor()Sebastian Huber2013-07-171-2/+3
* bsps/serial: Move bsp_console_select() declarationSebastian Huber2013-07-172-9/+1
* bsps: Use rtems_task_self()Sebastian Huber2013-07-161-1/+1
* bsps: Simplify bsp_generic_fatal() declarationSebastian Huber2013-07-111-8/+2
* libbsp/shared/generic-fatal.h: Add RTEMS_COMPILER_NO_RETURN_ATTRIBUTE to bsp_fJoel Sherrill2013-07-101-0/+7
* mouse: Add shared bsp_get_serial_mouse_device()Sebastian Huber2013-07-071-0/+26
* bsps: Delete bspreset_fatal.cSebastian Huber2013-06-241-15/+0
* bsps: Use CONSOLE_DEVICE_NAMESebastian Huber2013-06-211-1/+2
* bsps: Remove debug output in shared console driverSebastian Huber2013-06-211-4/+0
* bsps: Do not use printk() in shared console driverSebastian Huber2013-06-211-4/+0
* bsps: Add fatal errors for shared console driverSebastian Huber2013-06-213-16/+19
* bsps: Move bsp_generic_fatal_code to new fileSebastian Huber2013-06-213-16/+46
* bsps: Provide simple console selectionSebastian Huber2013-06-171-0/+22
* bsps: Add missing includeSebastian Huber2013-06-171-0/+2
* score: Remove idle field of Per_CPU_ControlSebastian Huber2013-05-311-2/+5
* bsps: Use _Objects_Information_tableSebastian Huber2013-05-311-203/+134
* smp: Simplify SMP initialization sequenceSebastian Huber2013-05-291-28/+0
* smp: Delete bsp_smp_secondary_cpu_initialize()Sebastian Huber2013-05-291-4/+0
* smp: Simplify main CPU initializationSebastian Huber2013-05-291-3/+1
* Add c++ guard to header.Daron Chabot2013-05-161-0/+8
* libcsupport: Rename open_dev_console()Sebastian Huber2013-04-261-1/+1
* libcsupport: Make LibIO helper constSebastian Huber2013-04-262-9/+2
* bsps: Fix warningsSebastian Huber2013-04-082-0/+2
* RTEMS: Delete ChangeLog files.Gedare Bloom2013-03-081-1091/+0
* libchip/serial: Add const qualifierSebastian Huber2013-02-111-1/+1
* bsps: Fix rtems_interrupt_server_handler_remove()Sebastian Huber2013-01-071-2/+2
* score: rtems_initialize_start_multitasking()Sebastian Huber2012-12-073-32/+7
* bsps: Add BSP_GENERIC_FATAL_SPURIOUS_INTERRUPTSebastian Huber2012-12-071-1/+2
* score: Add CPU_Exception_frameSebastian Huber2012-11-271-1/+7
* bsps/powerpc: Exception initialization error is fatalSebastian Huber2012-11-151-0/+1
* bsps: Interrupt initialization error is fatalSebastian Huber2012-11-153-30/+35
* score: Add RTEMS_FATAL_SOURCE_EXITSebastian Huber2012-11-151-2/+9
* sapi: Add rtems_fatal_source and rtems_fatal_codeSebastian Huber2012-11-151-2/+2
* bsps: Include <bsp/bootcard.h>Sebastian Huber2012-11-141-3/+1
* bsps: New file <bsp/default-initial-extension.h>Sebastian Huber2012-11-131-0/+37
* sapi: Use rtems_config*_get_interrupt_stack_sizeSebastian Huber2012-11-071-1/+1
* bsps: Use allocator mutex for generic IRQ supportSebastian Huber2012-11-061-89/+16
* bsps: Add bsp_work_area_initialize_with_table()Sebastian Huber2012-10-251-0/+9
* score: Work area initialization API changeSebastian Huber2012-10-254-236/+119