[PATCH] Update build system related sections for RTEMS 6

2022-09-12 Thread Sebastian Huber
Update sections which contained the word "bsp_specs". --- bsp-howto/coding-doxygen-bsp.rst | 7 +- bsp-howto/miscellanous_support.rst | 38 user/installation/kernel.rst | 308 +++-- user/tracing/examples.rst | 4 +- 4 files changed, 77 insertions(

Re: [PATCH 1/3] bsps/riscv: Add device tree blob

2022-09-12 Thread Sebastian Huber
On 08/09/2022 17:43, Padmarao Begari wrote: +++ b/bsps/riscv/riscv/include/bsp/mpfs_dtb.h @@ -0,0 +1,574 @@ +/* + * Declarations for C structure representing binary file mpfs.dtb + * + * WARNING: Automatically generated -- do not edit! + */ + +#ifndef __system_dtb_h +#define __system_dtb_h Re

Re: [PATCH 2/3] bsps/riscv: Add Microchip PolarFire SoC BSP variant

2022-09-12 Thread Sebastian Huber
On 08/09/2022 17:43, Padmarao Begari wrote: +++ b/bsps/riscv/riscv/clock/clockdrv.c @@ -93,7 +93,7 @@ static void riscv_clock_at_tick(riscv_timecounter *tc) { volatile RISCV_CLINT_regs *clint; uint64_t value; - uint32_t cpu = rtems_scheduler_get_processor(); + uint32_t cpu = rtems_sch

Re: [PATCH 2/3] bsps/riscv: Add Microchip PolarFire SoC BSP variant

2022-09-12 Thread Sebastian Huber
On 08/09/2022 17:43, Padmarao Begari wrote: diff --git a/bsps/riscv/riscv/irq/irq.c b/bsps/riscv/riscv/irq/irq.c index 1b632289a6..4a5697a0bf 100644 --- a/bsps/riscv/riscv/irq/irq.c +++ b/bsps/riscv/riscv/irq/irq.c @@ -136,13 +136,25 @@ static void riscv_clint_init(const void *fdt) Per_CPU_