Re: [PATCH v3 7/9] bloblist: Load the bloblist from the previous loader

2023-12-26 Thread Simon Glass
Hi Raymond, On Fri, Dec 22, 2023 at 9:32 PM 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

[PATCH v3 7/9] bloblist: Load the bloblist from the previous loader

2023-12-22 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 --- common/bloblist.c | 47