From dad9d71446261f205058fedf052d64482de81607 Mon Sep 17 00:00:00 2001 From: Kanak Shilledar Date: Wed, 6 Mar 2024 10:16:45 +0530 Subject: [PATCH] MAINTAINERS: add us as riscv collaborator add @pfarwsi and @kanakshilledar as collaborators for the RISCV Area. Added Visionfive2 Board in the RISCV Area Signed-off-by: Kanak Shilledar --- CODEOWNERS | 4 +++- MAINTAINERS.yml | 4 ++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CODEOWNERS b/CODEOWNERS index bd6bbf17e867736..f34087d548467b6 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -40,6 +40,7 @@ /soc/riscv/riscv-privileged/andes_v5/ @cwshu @kevinwang821020 @jimmyzhe /soc/riscv/riscv-privileged/neorv32/ @henrikbrixandersen /soc/riscv/riscv-privileged/gd32vf103/ @soburi +/soc/starfive/jh71xx/ @pfarwsi /soc/riscv/riscv-privileged/niosv/ @sweeaun /boards/arm/96b_argonkey/ @avisconti /boards/arm/96b_avenger96/ @Mani-Sadhasivam @@ -118,6 +119,7 @@ /boards/riscv/niosv*/ @sweeaun /boards/riscv/sparkfun_red_v_things_plus/ @soburi /boards/riscv/stamp_c3/ @soburi +/boards/starfive/visionfive2/ @kanakshilledar @pfarwsi /boards/shields/atmel_rf2xx/ @nandojve /boards/shields/esp_8266/ @nandojve /boards/shields/inventek_eswifi/ @nandojve @@ -437,7 +439,7 @@ /dts/riscv/microchip/microchip-miv.dtsi @galak /dts/riscv/openisa/rv32m1* @dleach02 /dts/riscv/riscv32-litex-vexriscv.dtsi @mateusz-holenko @kgugala @pgielda -/dts/riscv/starfive/ @rajnesh-kanwal +/dts/riscv/starfive/ @rajnesh-kanwal @pfarwsi /dts/riscv/andes/andes_v5* @cwshu @kevinwang821020 @jimmyzhe /dts/riscv/niosv/ @sweeaun /dts/arm/armv*m.dtsi @galak @ioannisg diff --git a/MAINTAINERS.yml b/MAINTAINERS.yml index 82b8a2f93445a86..f9396c017a6938c 100644 --- a/MAINTAINERS.yml +++ b/MAINTAINERS.yml @@ -2859,17 +2859,21 @@ RISCV arch: - carlocaione - npitre - ycsin + - pfarwsi + - kanakshilledar files: - arch/riscv/ - boards/qemu/riscv*/ - boards/sifive/ - boards/sparkfun/red_v_things_plus/ + - boards/starfive/ - dts/bindings/riscv/ - dts/riscv/ - include/zephyr/arch/riscv/ - soc/common/riscv-privileged/ - soc/sifive/ - soc/riscv/ + - soc/starfive/jh71xx/ - tests/arch/riscv/ - doc/hardware/arch/risc-v.rst - drivers/interrupt_controller/intc_plic.c