summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/shared (unfollow)
Commit message (Expand)AuthorFilesLines
2013-10-03Shared MMU initialization for ARM BSPs and RaspberryPi MMU supportHesham AL-Matary1-0/+25
2013-09-22libbsp/shared/bspinit.c: Fix missing prototype warningsJoel Sherrill1-3/+7
2013-08-27bsps: Fix header includesSebastian Huber2-9/+5
2013-08-26bsps: Add and use CLOCK_DRIVER_ISRS_PER_TICK_VALUEJoel Sherrill1-1/+1
2013-08-14bsps: Fix clock driver definesSebastian Huber1-1/+1
2013-08-14bsp: Fix CLOCK_DRIVER_USE_FAST_IDLE and CLOCK_DRIVER_ISRS_PER_TICK.Chris Johns1-6/+6
2013-07-26bsps: Include missing <rtems/score/heapimpl.h>Sebastian Huber1-1/+2
2013-07-26score: Create object implementation headerSebastian Huber1-0/+1
2013-07-26Include missing <rtems/score/threaddispatch.h>Sebastian Huber1-2/+2
2013-07-24score: Merge sysstate API into one fileSebastian Huber2-0/+2
2013-07-17smp: Add and use _CPU_SMP_Send_interrupt()Sebastian Huber1-3/+1
2013-07-17smp: Add and use _CPU_SMP_Get_current_processor()Sebastian Huber1-2/+3
2013-07-17bsps/serial: Move bsp_console_select() declarationSebastian Huber2-9/+1
2013-07-16bsps: Use rtems_task_self()Sebastian Huber1-1/+1
2013-07-11bsps: Simplify bsp_generic_fatal() declarationSebastian Huber1-8/+2
2013-07-10libbsp/shared/generic-fatal.h: Add RTEMS_COMPILER_NO_RETURN_ATTRIBUTE to bsp_fJoel Sherrill1-0/+7
2013-07-07mouse: Add shared bsp_get_serial_mouse_device()Sebastian Huber1-0/+26
2013-06-24bsps: Delete bspreset_fatal.cSebastian Huber1-15/+0
2013-06-21bsps: Use CONSOLE_DEVICE_NAMESebastian Huber1-1/+2
2013-06-21bsps: Remove debug output in shared console driverSebastian Huber1-4/+0
2013-06-21bsps: Do not use printk() in shared console driverSebastian Huber1-4/+0
2013-06-21bsps: Add fatal errors for shared console driverSebastian Huber3-16/+19
2013-06-21bsps: Move bsp_generic_fatal_code to new fileSebastian Huber3-16/+46
2013-06-17bsps: Provide simple console selectionSebastian Huber1-0/+22
2013-06-17bsps: Add missing includeSebastian Huber1-0/+2
2013-05-31score: Remove idle field of Per_CPU_ControlSebastian Huber1-2/+5
2013-05-31bsps: Use _Objects_Information_tableSebastian Huber1-203/+134
2013-05-29smp: Simplify SMP initialization sequenceSebastian Huber1-28/+0
2013-05-29smp: Delete bsp_smp_secondary_cpu_initialize()Sebastian Huber1-4/+0
2013-05-29smp: Simplify main CPU initializationSebastian Huber1-3/+1
2013-05-16Add c++ guard to header.Daron Chabot1-0/+8
2013-04-26libcsupport: Rename open_dev_console()Sebastian Huber1-1/+1
2013-04-26libcsupport: Make LibIO helper constSebastian Huber2-9/+2
2013-04-08bsps: Fix warningsSebastian Huber2-0/+2
2013-03-08RTEMS: Delete ChangeLog files.Gedare Bloom1-1091/+0
2013-02-11libchip/serial: Add const qualifierSebastian Huber1-1/+1
2013-01-07bsps: Fix rtems_interrupt_server_handler_remove()Sebastian Huber1-2/+2
2012-12-07score: rtems_initialize_start_multitasking()Sebastian Huber3-32/+7
2012-12-07bsps: Add BSP_GENERIC_FATAL_SPURIOUS_INTERRUPTSebastian Huber1-1/+2
2012-11-27score: Add CPU_Exception_frameSebastian Huber1-1/+7
2012-11-15bsps/powerpc: Exception initialization error is fatalSebastian Huber1-0/+1
2012-11-15bsps: Interrupt initialization error is fatalSebastian Huber3-30/+35
2012-11-15score: Add RTEMS_FATAL_SOURCE_EXITSebastian Huber1-2/+9
2012-11-15sapi: Add rtems_fatal_source and rtems_fatal_codeSebastian Huber1-2/+2
2012-11-14bsps: Include <bsp/bootcard.h>Sebastian Huber1-3/+1
2012-11-13bsps: New file <bsp/default-initial-extension.h>Sebastian Huber1-0/+37
2012-11-07sapi: Use rtems_config*_get_interrupt_stack_sizeSebastian Huber1-1/+1
2012-11-06bsps: Use allocator mutex for generic IRQ supportSebastian Huber1-89/+16
2012-10-25bsps: Add bsp_work_area_initialize_with_table()Sebastian Huber1-0/+9
2012-10-25score: Work area initialization API changeSebastian Huber4-236/+119