source: rtems/c/src/lib/libbsp/arm/raspberrypi

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @21267897   01/19/17 20:37:13 Gedare Bloom raspberrypi: fix math inside of sizeof Move the subtraction of 1 for … 5
(edit) @70e8abf   01/19/17 20:34:18 Gedare Bloom raspberrypi: use signed int for return variable Closes #2873. 5
(edit) @5eb769ca   09/08/16 21:40:21 pisa arm/raspberrypi: define bsp_reset to restart board by watchdog. … 5
(edit) @531924d   09/08/16 05:24:29 Sebastian Huber bsp/raspberrypi: Rename file 5
(edit) @5d369c85   09/03/16 12:10:52 pisa arm/raspberrypi: use GPU/system timer as clock source. It has … 5
(edit) @40f49d1   09/03/16 12:04:16 pisa arm/raspberrypi: correct and extend definitions for GPU timer. 5
(edit) @df2ee9d   09/07/16 18:28:33 pisa arm/raspberrypi: basic BCM2836 SMP implementation. The BSP support is … 5
(edit) @38a5385   09/01/16 19:55:51 pisa arm/raspberrypi: propagate number of configured CPUs into linker script. 5
(edit) @dfbedf3   09/01/16 19:40:09 pisa arm/raspberrypi: rename linkcmds to linkcmds.in to allow their … 5
(edit) @4c53be1   09/03/16 01:37:36 pisa arm/raspberrypi: more definitions of BCM2836 core local peripherals. 5
(edit) @bf62c39   09/03/16 00:26:10 krohini1593 arm/raspberrypi: include definitions of BCM2836 SMP mailboxes. 5
(edit) @3c74f4aa   08/27/16 06:15:04 muditjain18011995 arm/raspberrypi: Mailbox : Extending functionality Adding … 5
(edit) @912a1a90   07/31/16 11:10:28 pisa arm/raspberrypi: framebuffer driver checks for initialization and … 5
(edit) @3d3ad4dc   07/31/16 09:33:06 pisa arm/raspberrypi: VideoCore? access corrections in cache operation and … 5
(edit) @ba0471d   07/23/16 13:15:17 pisa arm/raspberrypi: add Secure Digital (SD) controller interrupt source … 5
(edit) @d216c5d6   07/23/16 10:10:34 pisa arm/raspberrypi: change interrupt dispatch and enable to generic … 5
(edit) @d548318   07/23/16 10:07:10 pisa arm/raspberrypi: remove duplicate setup of IRQ handler in the main ARM … 5
(edit) @1c62f7ee   07/22/16 08:27:11 deval.maker Added USB interrupt handler. And defined some macros regarding USB. 5
(edit) @dcf806e   07/17/16 16:50:18 pisa arm/raspberrypi: reorder and update MMU config table to nor force RW … 5
(edit) @bef2b73   07/17/16 16:45:46 pisa arm/raspberrypi: use cache manager operations to flush/invalidate all … 5
(edit) @a48c052   07/15/16 14:21:12 pisa arm/raspberrypi: cache manager can be used for mailbox synchronization … 5
(edit) @d4316537   07/03/16 15:26:50 pisa bsps/arm: Change code to explicit selection of cache implementation … 5
(edit) @2d5902d6   07/02/16 16:52:44 pisa arm/raspberrypi: update VideoCore? cache flush workaround to work on … 5
(edit) @fe106ad5   07/02/16 11:15:02 pisa arm/raspberrypi: Enable HYP to SVC switch for this BSP. This support … 5
(edit) @b83c23e6   06/28/16 15:07:02 pisa arm/raspberrypi: resolve BSP warnings. 5
(edit) @68565b0   06/28/16 14:15:38 pisa arm/raspberrypi: run VideoCore? and mailbox code through … 5
(edit) @48704cde   06/20/16 21:17:57 spark1729 arm/raspberrypi: Adding functionalities to Mailbox RPi Added … 5
(edit) @14de20f1   06/24/16 09:22:43 pisa arm/raspberrypi: Force VC mail box buffer to be synchronized through … 5
(edit) @fa239ff2   06/19/16 13:41:45 Pavel Pisa arm/raspberrypi: Ensure that buffers used for VC mail box … 5
(edit) @6b5df95   08/12/15 22:06:49 yangqiao0505 arm/raspberrypi: add fbcons support for rpi bsp 5
(edit) @c12069e   08/12/15 22:06:30 yangqiao0505 arm/raspberrypi: add video outchar support for rpi bsp 5
(edit) @c64d5f0d   05/21/16 22:18:03 Pavel Pisa arm/raspberrypi: move MMU in front of application image to respect … 5
(edit) @c1a9f6a1   08/12/15 22:06:10 yangqiao0505 arm/raspberrypi: add VideoCore? framebuffer without initialization 5
(edit) @b96defd   05/21/16 23:10:21 Pavel Pisa arm/raspberrypi: Raspberry Pi v2 ALLOCATE_BUFFER VC4 operation returns … 5
(edit) @de378ad   05/21/16 21:50:31 Pavel Pisa arm/raspberrypi: ensure that correct RPI_PERIPHERAL_BASE is provided … 5
(edit) @4c59eebf   05/21/16 01:10:06 Pavel Pisa arm/raspberrypi: cmdline enhancement and early access workaround. … 5
(edit) @8830bfe6   05/19/16 09:36:15 Pavel Pisa arm/raspberrypi: add cmdline support for rpi bsp. 5
(edit) @54c197a   08/12/15 22:05:34 yangqiao0505 arm/raspberrypi: add VideoCore? frame buffer control support 5
(edit) @33e39d31   08/12/15 22:04:33 yangqiao0505 arm/raspberrypi: add VideoCore? mailbox support read and write 5
(edit) @1258229   05/19/16 08:34:18 Pavel Pisa arm/raspberrypi: add locking around GPIO pin function selection. This … 5
(edit) @4b62192f   05/19/16 08:29:28 Pavel Pisa arm/raspberrypi: correct GPIO pin function selection. Original … 5
(edit) @e706a9d   05/19/16 08:24:46 Pavel Pisa arm/raspberrypi: ensure that RTEMS application image can be started by … 5
(edit) @aa78a0f   03/29/16 18:10:50 joel arm/raspberrypi: Remove include of <rtems/console.h> from <bsp.h> and … 5
(edit) @ebc8a11   03/25/16 15:44:57 joel arm/raspberrypi/include/bsp.h: Do not include <rtems/clockdrv.h> 5
(edit) @fa9c057   03/10/16 18:31:37 joel arm/raspberrypi: Add per-section compilation and linking suppo … 5
(edit) @ca4602e   01/25/16 21:03:00 Sebastian Huber Use linker set for libio initialization Update #2408. 5
(edit) @4200a36a   12/30/15 00:09:34 soja-lists bsp/raspberrypi: Move assignment outside if-condition Assignment was … 5
(edit) @687463d   12/03/15 20:56:31 soja-lists Store task_id of the current thread for the ISR before waiting for the … 5
(edit) @2858939a   12/09/15 11:03:49 Sebastian Huber bsps: Delete superfluous bsp_pretasking_hook() Use the … 5
(edit) @2502e26d   11/03/15 17:00:15 Ben Gras Leftover gpio function rename Rename rtems_bsp_select_specific_io to … 5
(edit) @5c337d7e   10/21/15 15:33:44 Sudarshan Rajagopalan Fixes GPIO APIs Naming Convention and Comments Closes #2435. 5
(edit) @7aca0fe   09/05/15 20:53:16 andre.lousa.marques RaspberryPi?: Added I2C and SPI bus support. Further documentation can … 5
(edit) @f7ea9579   08/15/15 18:52:28 andre.lousa.marques Added GPIO API sources to rpi Makefile 5
(edit) @b09a578   08/17/15 10:42:27 andre.lousa.marques Closes ticket #2390, and also updates the RPI implementation. makes … 5
(edit) @61e7c69   07/27/15 16:01:44 andre.lousa.marques Raspberry Pi implementation for the RTEMS GPIO API. Added support for … 5
(edit) @e77f6254   07/07/15 20:33:51 summerspam RaspberryPi?: Use rtems_configuration_get_microseconds_per_tick to set … 4.115
(edit) @0afac6a   05/20/15 17:11:41 Joel Sherrill Multiple bsp_specs: Change *(old_endfile) to %(old_endfile) Fix typo. … 4.115
(edit) @75acd9e   04/01/15 13:33:25 alexander.krutwig bsps: Convert clock drivers to use a timecounter Update #2271. 4.115
(edit) @044c7d82   04/07/15 20:06:32 alan.cudmore Add hardware FPU flags for Raspberry Pi 2 BSP 4.115
(edit) @71260b4   03/15/15 16:04:06 alan.cudmore preliminary Raspberry Pi Model 2 support This patch adds a BSP … 4.115
(edit) @683ebac   03/04/15 20:49:08 Joel Sherrill raspberrypi: Do not include default IRQ handler and BSP specific one … 4.115
(edit) @12072880   12/04/14 09:03:50 Sebastian Huber Update bug report URL 4.115
(edit) @cbc433c7   11/25/14 07:40:20 Sebastian Huber bsps/arm: Add .nocache section This section can be use to provide a … 4.115
(edit) @96a9f4c   11/12/14 13:00:05 alan.cudmore ARM removed shared/abort from several ARM BSPs 4.115
(edit) @ddc8165   10/20/14 20:25:22 Joel Sherrill arm/raspberrypi: Fix warnings 4.115
(edit) @bdd6082   09/18/14 09:07:41 Sebastian Huber bsps: Fix build error Fix build error introduced in … 4.115
(edit) @8fbe2e6   09/04/14 13:59:49 Joel Sherrill Use correct prototype of benchmark_timer_read() This change starts … 4.115
(edit) @be4992b1   09/02/14 23:00:44 Joel Sherrill raspberrypi: Use shared bspreset.c 4.115
(edit) @b597c0d   08/28/14 13:44:52 Joel Sherrill Regenerate all preinstall.am files. Apparently, at some point … 4.115
(edit) @9eb1994f   07/01/14 13:17:40 Sebastian Huber bsps/arm: Rename bsp_mm_config_table Rename bsp_mm_config_table to … 4.115
(edit) @2d3caccf   06/05/14 11:22:08 Sebastian Huber bsps/arm: Define ARM_CP15_TEXT_SECTION Define ARM_CP15_TEXT_SECTION … 4.115
(edit) @c499856   03/20/14 21:10:47 Chris Johns Change all references of rtems.com to rtems.org. 4.115
(edit) @f2a8b60   02/26/14 08:19:17 ralf.kirchner bsp/raspberrypi: Add arm-errata.h and arm-release-id.h 4.115
(edit) @24bf11e   02/12/14 09:31:38 Sebastian Huber score: Add CPU counter support Add a CPU counter interface to allow … 4.115
(edit) @296c74e6   12/09/13 19:37:48 Daniel Ramirez doxygen: refactored doxygen in libbsp to illustrate new rule set 4.115
(edit) @98eb7e78   11/26/13 00:14:28 Daniel Ramirez raspberrypi doxygen refactoring 4.115
(edit) @f074a4d   10/27/13 18:27:44 Sebastian Huber bsps/arm: ARMV7_MMU_DATA_READ_WRITE_SHAREABLE Delete … 4.115
(edit) @7ad725f2   10/14/13 13:34:58 Hesham Almatary Modify raspberrypi mm_config_table to map GPIO and registers. Changes … 4.115
(edit) @5ceefe1   09/28/13 08:08:25 Hesham Almatary Shared MMU initialization for ARM BSPs and RaspberryPi? MMU support … 4.115
(edit) @38d94f56   09/16/13 19:31:28 Joel Sherrill raspberrypi.cfg: Remove CVS Id 4.115
(edit) @efdda565   08/09/13 04:18:17 Nick Withers Use $(EXEEXT) [defaults to "exe"] to generate binaries 4.115
(edit) @f2e9d0d   05/06/13 07:59:16 Sebastian Huber bsp/raspberrypi: Use shared start code 4.115
(edit) @9159711   05/06/13 07:37:12 alan.cudmore bsp/raspberrypi: Enable unaligned access 4.115
(add) @c32b1ef   03/23/13 18:13:07 alan.cudmore bsp/raspberrypi: New BSP 4.115
Note: See TracRevisionLog for help on using the revision log.