summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/raspberrypi (unfollow)
Commit message (Expand)AuthorFilesLines
2017-06-20bsps: Improve interrupt vector enable/disable APISebastian Huber1-12/+4
2017-01-19raspberrypi: fix math inside of sizeofGedare Bloom1-1/+1
2017-01-19raspberrypi: use signed int for return variableGedare Bloom1-1/+1
2016-09-08arm/raspberrypi: define bsp_reset to restart board by watchdog.Pavel Pisa3-1/+82
2016-09-08bsp/raspberrypi: Rename fileSebastian Huber2-1/+1
2016-09-07arm/raspberrypi: use GPU/system timer as clock source.Pavel Pisa1-36/+62
2016-09-07arm/raspberrypi: correct and extend definitions for GPU timer.Pavel Pisa2-7/+16
2016-09-07arm/raspberrypi: basic BCM2836 SMP implementation.Pavel Pisa8-4/+230
2016-09-07arm/raspberrypi: propagate number of configured CPUs into linker script.Pavel Pisa2-0/+16
2016-09-07arm/raspberrypi: rename linkcmds to linkcmds.in to allow their configure proc...Pavel Pisa3-4/+3
2016-09-07arm/raspberrypi: more definitions of BCM2836 core local peripherals.Pavel Pisa1-2/+140
2016-09-07arm/raspberrypi: include definitions of BCM2836 SMP mailboxes.Rohini Kulkarni1-0/+26
2016-08-27arm/raspberrypi: Mailbox : Extending functionalityMudit Jain3-0/+130
2016-07-31arm/raspberrypi: framebuffer driver checks for initialization and tries runti...Pavel Pisa1-1/+11
2016-07-31arm/raspberrypi: VideoCore access corrections in cache operation and more err...Pavel Pisa6-48/+112
2016-07-23arm/raspberrypi: add Secure Digital (SD) controller interrupt source ID from ...Pavel Pisa1-1/+1
2016-07-23arm/raspberrypi: change interrupt dispatch and enable to generic vector id ba...Pavel Pisa2-141/+89
2016-07-23arm/raspberrypi: remove duplicate setup of IRQ handler in the main ARM except...Pavel Pisa2-21/+0
2016-07-23Added USB interrupt handler. And defined some macros regarding USB.Deval Shah3-0/+25
2016-07-20arm/raspberrypi: reorder and update MMU config table to nor force RW section ...Pavel Pisa1-9/+22
2016-07-20arm/raspberrypi: use cache manager operations to flush/invalidate all cache l...Pavel Pisa1-7/+7
2016-07-20arm/raspberrypi: cache manager can be used for mailbox synchronization now. R...Pavel Pisa1-33/+2
2016-07-04bsps/arm: Change code to explicit selection of cache implementation for ARM B...Pavel Pisa2-8/+4
2016-07-04arm/raspberrypi: update VideoCore cache flush workaround to work on RPi2.Pavel Pisa1-2/+13
2016-07-04arm/raspberrypi: Enable HYP to SVC switch for this BSP.Pavel Pisa2-0/+7
2016-06-28arm/raspberrypi: resolve BSP warnings.Pavel Pisa5-2/+8
2016-06-28arm/raspberrypi: run VideoCore and mailbox code through rtems.uncrustify.Pavel Pisa5-246/+266
2016-06-28arm/raspberrypi: Adding functionalities to Mailbox RPiMudit Jain3-0/+99
2016-06-24arm/raspberrypi: Force VC mail box buffer to be synchronized through cache.Pavel Pisa1-1/+13
2016-06-20arm/raspberrypi: Ensure that buffers used for VC mail box communication are s...Pavel Pisa2-7/+56
2016-05-31arm/raspberrypi: add fbcons support for rpi bspYANG Qiao8-2/+362
2016-05-31arm/raspberrypi: add video outchar support for rpi bspYANG Qiao4-0/+5109
2016-05-31arm/raspberrypi: move MMU in front of application image to respect variable m...Pavel Pisa4-4/+83
2016-05-31arm/raspberrypi: add VideoCore framebuffer without initializationYANG Qiao4-0/+469
2016-05-31arm/raspberrypi: Raspberry Pi v2 ALLOCATE_BUFFER VC4 operation returns direct...Pavel Pisa1-0/+4
2016-05-31arm/raspberrypi: ensure that correct RPI_PERIPHERAL_BASE is provided by raspb...Pavel Pisa4-0/+4
2016-05-31arm/raspberrypi: cmdline enhancement and early access workaround.Pavel Pisa1-4/+8
2016-05-19arm/raspberrypi: add cmdline support for rpi bsp.Pavel Pisa3-0/+54
2016-05-19arm/raspberrypi: add VideoCore frame buffer control supportYANG Qiao5-0/+832
2016-05-19arm/raspberrypi: add VideoCore mailbox support read and writeYANG Qiao5-0/+145
2016-05-19arm/raspberrypi: add locking around GPIO pin function selection.Pavel Pisa1-0/+5
2016-05-19arm/raspberrypi: correct GPIO pin function selection.Pavel Pisa2-10/+11
2016-05-19arm/raspberrypi: ensure that RTEMS application image can be started by U-boot.Pavel Pisa2-1/+39
2016-03-29arm/raspberrypi: Remove include of <rtems/console.h> from <bsp.h> and fix war...Joel Sherrill1-1/+0
2016-03-25arm/raspberrypi/include/bsp.h: Do not include <rtems/clockdrv.h>Joel Sherrill1-1/+0
2016-03-10arm/raspberrypi: Add per-section compilation and linking suppoJoel Sherrill1-0/+3
2016-02-03Use linker set for libio initializationSebastian Huber1-2/+0
2015-12-29bsp/raspberrypi: Move assignment outside if-conditionJan Sommer1-1/+1
2015-12-12Store task_id of the current thread for the ISR before waiting for the transi...Jan Sommer1-0/+1
2015-12-10bsps: Delete superfluous bsp_pretasking_hook()Sebastian Huber1-1/+0