summaryrefslogtreecommitdiffstats
path: root/bsps (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* serial/ns16550: Precision clock synthesizerSebastian Huber2018-08-012-13/+68
* serial/ns16550: Use standard register namesSebastian Huber2018-08-011-4/+4
* bsp/riscv: Initialize FPU depending on ISASebastian Huber2018-08-011-1/+4
* bsp/riscv: Fix clock driverSebastian Huber2018-08-011-17/+49
* bsps/sparc: Fix typo in start.SSebastian Huber2018-08-011-1/+1
* 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-252-2/+11
* bsp/riscv: Add PLIC supportSebastian Huber2018-07-255-3/+263
* 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-257-27/+298
* 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-255-25/+81
* bsp/riscv: Fix HTIF warningsSebastian Huber2018-07-255-5/+62
* riscv: Rework exception handlingSebastian Huber2018-07-258-52/+89
* _SMP_Start_multitasking_on_secondary_processor()Sebastian Huber2018-07-255-6/+6
* bsps: bsp_start_on_secondary_processor()Sebastian Huber2018-07-256-13/+19
* score: _SMP_Inter_processor_interrupt_handler()Sebastian Huber2018-07-256-6/+8
* bsps: Fix function declaration warningsSebastian Huber2018-07-2410-17/+20
* bsp/beagle: Fix warningsSebastian Huber2018-07-241-5/+5
* bsp/realview-pbx-a9: Support unassigned processorsSebastian Huber2018-07-181-3/+11
* x86_64/console: Add NS16550 polled console driverAmaan Cheval2018-07-111-93/+30
* bsp/x86_64: Minimal bootable BSPAmaan Cheval2018-07-1110-0/+612
* bsp/riscv: Add console support for NS16550 devicesSebastian Huber2018-07-062-1/+103
* 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/arm: Include missing header fileSebastian Huber2018-07-051-0/+1
* bsps: Update headers.amSebastian Huber2018-07-052-0/+9
* 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-284-65/+125
* 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