RE: [PATCH v2 00/18] Fix write incorrect data into flash in user mode

2024-11-14 Thread Jamin Lin
Hi Cedric, > Subject: Re: [PATCH v2 00/18] Fix write incorrect data into flash in user mode > > Hello Jamin, > > On 11/14/24 06:30, Jamin Lin wrote: > > Hi Cedric, > > > >> Subject: RE: [PATCH v2 00/18] Fix write incorrect data into flash i

Re: [PATCH v2 00/18] Fix write incorrect data into flash in user mode

2024-11-13 Thread Cédric Le Goater
Hello Jamin, On 11/14/24 06:30, Jamin Lin wrote: Hi Cedric, Subject: RE: [PATCH v2 00/18] Fix write incorrect data into flash in user mode Hi Cedric, Subject: Re: [PATCH v2 00/18] Fix write incorrect data into flash in user mode Hello Jamin, On 10/22/24 11:40, Jamin Lin wrote: change

RE: [PATCH v2 00/18] Fix write incorrect data into flash in user mode

2024-11-13 Thread Jamin Lin
Hi Cedric, > Subject: RE: [PATCH v2 00/18] Fix write incorrect data into flash in user mode > > Hi Cedric, > > > Subject: Re: [PATCH v2 00/18] Fix write incorrect data into flash in > > user mode > > > > Hello Jamin, > > > > On 10/22/24 11:40,

Re: [PATCH v2 00/18] Fix write incorrect data into flash in user mode

2024-10-25 Thread Cédric Le Goater
Hello Jamin, On 10/22/24 11:40, Jamin Lin wrote: change from v1: 1. Fix write incorrect data into flash in user mode. 2. Refactor aspeed smc qtest testcases to support AST2600, AST2500 and AST1030. 3. Add ast2700 smc qtest testcase to support AST2700. change from v2: 1. Introduce a new as

RE: [PATCH v2 00/18] Fix write incorrect data into flash in user mode

2024-10-23 Thread Jamin Lin
Hi Cedric, > Subject: Re: [PATCH v2 00/18] Fix write incorrect data into flash in user mode > > Hello Jamin, > > On 10/22/24 11:40, Jamin Lin wrote: > > change from v1: > > 1. Fix write incorrect data into flash in user mode. > > 2. Refactor aspeed smc q

[PATCH v2 00/18] Fix write incorrect data into flash in user mode

2024-10-22 Thread Jamin Lin via
change from v1: 1. Fix write incorrect data into flash in user mode. 2. Refactor aspeed smc qtest testcases to support AST2600, AST2500 and AST1030. 3. Add ast2700 smc qtest testcase to support AST2700. change from v2: 1. Introduce a new aspeed-smc-utils.c to place common testcases. 2. Fix hard