Re: [PATCH v2 18/18] bloblist: Load the bloblist from the previous loader

2023-12-04 Thread Simon Glass
Hi Raymond, On Mon, 4 Dec 2023 at 13:21, Raymond Mao wrote: > > Hi Simon, > > On Sat, 2 Dec 2023 at 13:32, Simon Glass wrote: >> >> Hi Raymond, >> >> On Mon, 27 Nov 2023 at 12:53, Raymond Mao wrote: >> > >> > During bloblist initialization, when CONFIG_OF_BOARD is defined, >> > invoke the platf

Re: [PATCH v2 18/18] bloblist: Load the bloblist from the previous loader

2023-12-04 Thread Raymond Mao
Hi Simon, On Sat, 2 Dec 2023 at 13:32, Simon Glass wrote: > Hi Raymond, > > On Mon, 27 Nov 2023 at 12:53, Raymond Mao wrote: > > > > During bloblist initialization, when CONFIG_OF_BOARD is defined, > > invoke the platform custom function to load the bloblist via boot > > arguments from the prev

Re: [PATCH v2 18/18] bloblist: Load the bloblist from the previous loader

2023-12-02 Thread Simon Glass
Hi Raymond, On Mon, 27 Nov 2023 at 12:53, Raymond Mao wrote: > > During bloblist initialization, when CONFIG_OF_BOARD is defined, > invoke the platform custom function to load the bloblist via boot > arguments from the previous loader. > If the bloblist exists, copy it into the fixed bloblist mem

[PATCH v2 18/18] bloblist: Load the bloblist from the previous loader

2023-11-27 Thread Raymond Mao
During bloblist initialization, when CONFIG_OF_BOARD is defined, invoke the platform custom function to load the bloblist via boot arguments from the previous loader. If the bloblist exists, copy it into the fixed bloblist memory region. Signed-off-by: Raymond Mao --- Changes in v2 - New patch fi