summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/raspberrypi/startup (unfollow)
Commit message (Expand)AuthorFilesLines
2018-04-20bsps: Move startup files to bspsSebastian Huber10-634/+0
2018-01-25Remove make preinstallChris Johns1-0/+9
2017-08-25Include missing <string.h>Sebastian Huber1-0/+2
2016-09-08arm/raspberrypi: define bsp_reset to restart board by watchdog.Pavel Pisa1-0/+26
2016-09-08bsp/raspberrypi: Rename fileSebastian Huber1-0/+0
2016-09-07arm/raspberrypi: basic BCM2836 SMP implementation.Pavel Pisa5-4/+205
2016-09-07arm/raspberrypi: propagate number of configured CPUs into linker script.Pavel Pisa1-0/+2
2016-09-07arm/raspberrypi: rename linkcmds to linkcmds.in to allow their configure proc...Pavel Pisa1-0/+0
2016-07-31arm/raspberrypi: VideoCore access corrections in cache operation and more err...Pavel Pisa2-5/+8
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-05-31arm/raspberrypi: add fbcons support for rpi bspYANG Qiao1-0/+4
2016-05-31arm/raspberrypi: move MMU in front of application image to respect variable m...Pavel Pisa2-3/+80
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 Pisa1-0/+47
2016-05-19arm/raspberrypi: ensure that RTEMS application image can be started by U-boot.Pavel Pisa1-1/+35
2015-03-16preliminary Raspberry Pi Model 2 supportAlan Cudmore1-2/+3
2014-11-27bsps/arm: Add .nocache sectionSebastian Huber1-0/+2
2014-09-04raspberrypi: Use shared bspreset.cJoel Sherrill1-35/+0
2014-07-01bsps/arm: Rename bsp_mm_config_tableSebastian Huber1-7/+3
2014-06-06bsps/arm: Define ARM_CP15_TEXT_SECTIONSebastian Huber1-0/+2
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns4-4/+4
2013-11-27raspberrypi doxygen refactoringDaniel Ramirez5-10/+20
2013-10-27bsps/arm: ARMV7_MMU_DATA_READ_WRITE_SHAREABLESebastian Huber1-12/+6
2013-10-27Modify raspberrypi mm_config_table to map GPIO and registers.Hesham AL-Matary1-2/+6
2013-10-03Shared MMU initialization for ARM BSPs and RaspberryPi MMU supportHesham AL-Matary3-20/+76
2013-05-06bsp/raspberrypi: Use shared start codeSebastian Huber1-60/+2
2013-05-06bsp/raspberrypi: Enable unaligned accessAlan Cudmore1-1/+1
2013-03-24bsp/raspberrypi: New BSPAlan Cudmore4-0/+240