summaryrefslogtreecommitdiffstats
path: root/bsps/riscv (follow)
Commit message (Expand)AuthorAgeFilesLines
* score: Rename _SMP_Get_processor_count()Sebastian Huber2019-04-111-9/+9
* rtems: Add rtems_scheduler_get_processor_maximum()Sebastian Huber2019-04-092-3/+3
* bsps: Adjust shared Doxygen groupsSebastian Huber2019-03-082-2/+10
* bsps: Adjust bsp.h Doxygen groupsSebastian Huber2019-03-083-3/+57
* bsps: Adjust architecture Doxygen groupsSebastian Huber2019-03-041-0/+7
* griscv: add additional cpu configurationsJiri Gaisler2019-02-085-1/+37
* riscv: add griscv bspJiri Gaisler2019-01-2219-0/+1315
* bsp/riscv: Clear boot command lineSebastian Huber2019-01-081-0/+1
* score: Rename interrupt stack symbolsSebastian Huber2018-11-081-3/+3
* riscv: Allow platforms with no PLIC to proceedHesham Almatary2018-09-171-0/+5
* bsp/riscv: Add missing BSP variantSebastian Huber2018-08-021-0/+9
* bsp/riscv: Fix build with RTEMS_SMP undefinedSebastian Huber2018-08-023-12/+10
* bsp/riscv: Fix a synchronization issue for PLICSebastian Huber2018-08-021-0/+8
* bsp/riscv: Remove unused variableSebastian Huber2018-08-011-4/+0
* bsp/riscv: Add NS16750 support to console driverSebastian Huber2018-08-011-36/+74
* bsp/riscv: Initialize FPU depending on ISASebastian Huber2018-08-011-1/+4
* bsp/riscv: Fix clock driverSebastian Huber2018-08-011-17/+49
* bsp/riscv: Fix inter-processor interruptsSebastian Huber2018-07-271-1/+7
* riscv: Rework CPU counter supportSebastian Huber2018-07-271-4/+18
* bsp/riscv: Use interrupt driven NS16550 driverSebastian Huber2018-07-251-1/+9
* bsp/riscv: Add PLIC supportSebastian Huber2018-07-254-2/+258
* bsp/riscv: Add simple SMP support to clock driverSebastian Huber2018-07-251-0/+2
* bsp/riscv: Use CPU counter btimerSebastian Huber2018-07-251-68/+0
* bsp/riscv: Add basic SMP startupSebastian Huber2018-07-256-26/+295
* riscv: Add CLINT and PLIC supportSebastian Huber2018-07-253-62/+4
* bsps/riscv: Update linker-symbols.hSebastian Huber2018-07-251-15/+16
* bsp/riscv: Add reset via for SiFive Test FinisherSebastian Huber2018-07-251-5/+18
* bsp/riscv: Add and use riscv_fdt_get_address()Sebastian Huber2018-07-254-24/+79
* bsp/riscv: Fix HTIF warningsSebastian Huber2018-07-255-5/+62
* riscv: Rework exception handlingSebastian Huber2018-07-257-51/+86
* bsp/riscv: Add console support for NS16550 devicesSebastian Huber2018-07-061-0/+100
* bsp/riscv: Simplify printk() supportSebastian Huber2018-07-063-19/+16
* riscv: Add LADDR assembler defineSebastian Huber2018-07-061-8/+8
* riscv: Implement CPU counterSebastian Huber2018-07-061-10/+2
* bsps: Update headers.amSebastian Huber2018-07-051-0/+8
* riscv: Add _CPU_Get_current_per_CPU_control()Sebastian Huber2018-06-281-1/+5
* riscv: Avoid namespace pollutionSebastian Huber2018-06-281-0/+1
* bsp/riscv: Remove bsp_interrupt_handler_default()Sebastian Huber2018-06-281-9/+0
* bsp/riscv: Rework clock driverSebastian Huber2018-06-283-63/+120
* bsp/riscv: Add device tree support for consoleSebastian Huber2018-06-283-60/+215
* bsp/riscv: Fix vector table for lp64Sebastian Huber2018-06-281-16/+22
* bsp/riscv: Add SMP startup synchronizationSebastian Huber2018-06-281-2/+20
* bsp/riscv: Add device tree supportSebastian Huber2018-06-282-6/+14
* riscv: Add dummy SMP supportSebastian Huber2018-06-281-0/+10
* bsp/riscv: Load global pointerSebastian Huber2018-06-271-0/+6
* bsp/riscv: Use memset() to clear .bssSebastian Huber2018-06-271-10/+5
* riscv: Format assembler filesSebastian Huber2018-06-271-33/+36
* bsp/riscv: Do not clear integer registers at startSebastian Huber2018-06-271-31/+0
* bsp/riscv: Fix some warningsSebastian Huber2018-06-271-20/+4
* bsp/riscv: Add BSP options to define RAM regionSebastian Huber2018-06-271-1/+1