Re: [PATCH v2 0/3] Add riscv semihosting support in u-boot

2022-09-17 Thread Sean Anderson
On 9/16/22 10:32, Tom Rini wrote: On Fri, Sep 16, 2022 at 09:11:11AM -0400, Sean Anderson wrote: Hi Pali, On 9/16/22 05:12, Pali Rohár wrote: That is strange because I'm not aware of the fact that I'm riscv maintainer. get_maintainer will pick up anyone who has touched a file recently, even

Re: [PATCH v2 0/3] Add riscv semihosting support in u-boot

2022-09-16 Thread Tom Rini
On Fri, Sep 16, 2022 at 09:11:11AM -0400, Sean Anderson wrote: > Hi Pali, > > On 9/16/22 05:12, Pali Rohár wrote: > > That is strange because I'm not aware of the fact that I'm riscv maintainer. > > get_maintainer will pick up anyone who has touched a file recently, even in > unrelated areas. A

Re: [PATCH v2 0/3] Add riscv semihosting support in u-boot

2022-09-16 Thread Sean Anderson
Hi Pali, On 9/16/22 05:12, Pali Rohár wrote: That is strange because I'm not aware of the fact that I'm riscv maintainer. get_maintainer will pick up anyone who has touched a file recently, even in unrelated areas. A quick git log shows that the following commits have overlapping files with

Re: [PATCH v2 0/3] Add riscv semihosting support in u-boot

2022-09-16 Thread Kautuk Consul
Sorry about that! I ran get_maintainer.pl on my patchset and got your name along with several others so I also sent to you. On Fri, Sep 16, 2022 at 2:38 PM Pali Rohár wrote: > > Hello! I'm not riscv maintainer and therefore I'm not going to review > this patch series. Please do not spam me with

[PATCH v2 0/3] Add riscv semihosting support in u-boot

2022-09-16 Thread Kautuk Consul
Semihosting is a mechanism that enables code running on a target to communicate and use the Input/Output facilities on a host computer that is running a debugger. This patchset adds support for semihosting in u-boot for RISCV64 targets. CHANGES since v1: - Moved the identical smh_* and

[PATCH v2 0/3] Add riscv semihosting support in u-boot

2022-09-16 Thread Kautuk Consul
Semihosting is a mechanism that enables code running on a target to communicate and use the Input/Output facilities on a host computer that is running a debugger. This patchset adds support for semihosting in u-boot for RISCV64 targets. CHANGES since v1: - Moved the identical smh_* and

Re: [PATCH v2 0/3] Add riscv semihosting support in u-boot

2022-09-16 Thread Pali Rohár
That is strange because I'm not aware of the fact that I'm riscv maintainer. On Friday 16 September 2022 14:40:46 Kautuk Consul wrote: > Sorry about that! > I ran get_maintainer.pl on my patchset and got your name > along with several others so I also sent to you. > > On Fri, Sep 16, 2022 at

Re: [PATCH v2 0/3] Add riscv semihosting support in u-boot

2022-09-16 Thread Pali Rohár
Hello! I'm not riscv maintainer and therefore I'm not going to review this patch series. Please do not spam me with unrelated emails and patches as I would loose track of patches and emails which are import and which I should review. Thanks. On Friday 16 September 2022 13:42:30 Kautuk Consul