Re: [PATCH v3 1/9] bloblist: add API to check the register conventions

2023-12-28 Thread Simon Glass
Hi Raymond, On Thu, Dec 28, 2023 at 3:13 PM Raymond Mao wrote: > > Hi Simon, > > On Thu, 28 Dec 2023 at 08:38, Simon Glass wrote: >> >> Hi Raymond, >> >> On Wed, Dec 27, 2023 at 4:06 PM Raymond Mao wrote: >> > >> > Hi Simon, >> > >> > On Tue, 26 Dec 2023 at 04:48, Simon Glass wrote: >> >> >> >

Re: [PATCH v3 1/9] bloblist: add API to check the register conventions

2023-12-28 Thread Raymond Mao
Hi Simon, On Thu, 28 Dec 2023 at 08:38, Simon Glass wrote: > Hi Raymond, > > On Wed, Dec 27, 2023 at 4:06 PM Raymond Mao > wrote: > > > > Hi Simon, > > > > On Tue, 26 Dec 2023 at 04:48, Simon Glass wrote: > >> > >> Hi Raymond, > >> > >> On Fri, Dec 22, 2023 at 9:31 PM Raymond Mao > wrote: > >

Re: [PATCH v3 1/9] bloblist: add API to check the register conventions

2023-12-28 Thread Simon Glass
Hi Raymond, On Wed, Dec 27, 2023 at 4:06 PM Raymond Mao wrote: > > Hi Simon, > > On Tue, 26 Dec 2023 at 04:48, Simon Glass wrote: >> >> Hi Raymond, >> >> On Fri, Dec 22, 2023 at 9:31 PM Raymond Mao wrote: >> > >> > Add bloblist_check_reg_conv() to check whether the bloblist is compliant >> > to

Re: [PATCH v3 1/9] bloblist: add API to check the register conventions

2023-12-27 Thread Raymond Mao
Hi Simon, On Tue, 26 Dec 2023 at 04:48, Simon Glass wrote: > Hi Raymond, > > On Fri, Dec 22, 2023 at 9:31 PM Raymond Mao > wrote: > > > > Add bloblist_check_reg_conv() to check whether the bloblist is compliant > > to the register conventions defined in Firmware Handoff specification. > > This

Re: [PATCH v3 1/9] bloblist: add API to check the register conventions

2023-12-26 Thread Simon Glass
Hi Raymond, On Fri, Dec 22, 2023 at 9:31 PM Raymond Mao wrote: > > Add bloblist_check_reg_conv() to check whether the bloblist is compliant > to the register conventions defined in Firmware Handoff specification. > This API can be used for all Arm platforms. > > Signed-off-by: Raymond Mao > ---

[PATCH v3 1/9] bloblist: add API to check the register conventions

2023-12-22 Thread Raymond Mao
Add bloblist_check_reg_conv() to check whether the bloblist is compliant to the register conventions defined in Firmware Handoff specification. This API can be used for all Arm platforms. Signed-off-by: Raymond Mao --- Changes in v2 - Refactor of bloblist_check_reg_conv(). Changes in v3 - bloblis