Re: [PATCH v3 1/6] Support Mips architecture

2024-04-03 Thread Ying Huang
Hi Mark, Could you help review some other patches? Thanks, Ying 在 2024/3/29 08:18, Mark Wielaard 写道: > Hi Ying, > > On Tue, Mar 05, 2024 at 05:51:17PM +0800, Ying Huang wrote: >> From: Ying Huang >> >> Signed-off-by: Ying Huang >> --- >> backends/Makefile.am| 6 +- >> backends/mips_in

Re: [PATCH v3 1/6] Support Mips architecture

2024-03-29 Thread Ying Huang
Hi Mark, Next time I send a patch, I will add ChangeLog entry in commit message and check the added file. Thanks, Ying 在 2024/3/29 08:18, Mark Wielaard 写道: > Hi Ying, > > On Tue, Mar 05, 2024 at 05:51:17PM +0800, Ying Huang wrote: >> From: Ying Huang >> >> Signed-off-by: Ying Huang >> --- >

Re: [PATCH v3 1/6] Support Mips architecture

2024-03-28 Thread Mark Wielaard
Hi Ying, On Tue, Mar 05, 2024 at 05:51:17PM +0800, Ying Huang wrote: > From: Ying Huang > > Signed-off-by: Ying Huang > --- > backends/Makefile.am| 6 +- > backends/mips_init.c| 52 > backends/mips_reloc.def | 93 +++ > backends/mips_symbol.c | 63 + > libebl/eblopen

Re: [PATCH v3 1/6] Support Mips architecture

2024-03-21 Thread Ying Huang
Ping, Thanks. 在 2024/3/11 18:02, Ying Huang 写道: > Hi Mark, > > Could you please review these patches, I have splited patch v2 1/5 to patch > v3 1/6 and 2/6. > > Thanks, > > Ying > > > 在 2024/3/5 17:51, Ying Huang 写道: >> From: Ying Huang >> >> Signed-off-by: Ying Huang >> --- >> backends/Make

Re: [PATCH v3 1/6] Support Mips architecture

2024-03-11 Thread Ying Huang
Hi Mark, Could you please review these patches, I have splited patch v2 1/5 to patch v3 1/6 and 2/6. Thanks, Ying 在 2024/3/5 17:51, Ying Huang 写道: > From: Ying Huang > > Signed-off-by: Ying Huang > --- > backends/Makefile.am| 6 +- > backends/mips_init.c| 52 > backends/mip

[PATCH v3 1/6] Support Mips architecture

2024-03-05 Thread Ying Huang
From: Ying Huang Signed-off-by: Ying Huang --- backends/Makefile.am| 6 +- backends/mips_init.c| 52 backends/mips_reloc.def | 93 +++ backends/mips_symbol.c | 63 + libebl/eblopenbackend.c | 2 + libelf/libelfP.h| 3 + tests/libelf.h | 541 ++