Re: [PATCH 2/5] qemu-arm: Get bloblist from boot arguments

2023-12-20 Thread Raymond Mao
Hi Michal, Yes, I can put this part as armv8/v7 common functions. Thanks and regards, Raymond On Wed, 20 Dec 2023 at 06:03, Michal Simek wrote: > > > On 12/19/23 22:11, Raymond Mao wrote: > > Add platform custom function to get bloblist from boot arguments. > > Check whether boot arguments alig

Re: [PATCH 2/5] qemu-arm: Get bloblist from boot arguments

2023-12-20 Thread Michal Simek
On 12/19/23 22:11, Raymond Mao wrote: Add platform custom function to get bloblist from boot arguments. Check whether boot arguments aligns with the register conventions defined in FW Handoff spec v0.9. Add bloblist related options into qemu default config. Signed-off-by: Raymond Mao --- b

[PATCH 2/5] qemu-arm: Get bloblist from boot arguments

2023-12-19 Thread Raymond Mao
Add platform custom function to get bloblist from boot arguments. Check whether boot arguments aligns with the register conventions defined in FW Handoff spec v0.9. Add bloblist related options into qemu default config. Signed-off-by: Raymond Mao --- board/emulation/qemu-arm/Makefile| 1