Re: [PATCH v3 0/2] hw/loongarch/boot: Support Linux raw boot image

2025-01-07 Thread bibo mao
On 2025/1/3 上午6:47, Jiaxun Yang wrote: Signed-off-by: Jiaxun Yang --- Changes in v3: - Added PATCH 1 (Richard) - Link to v2: https://lore.kernel.org/r/20241224-la-direct-kernel-boot-v2-1-3e8336c54...@flygoat.com Changes in v2: - Use extract API for getting bit fields (philmd) - Mimic arm's

[PATCH v3 0/2] hw/loongarch/boot: Support Linux raw boot image

2025-01-02 Thread Jiaxun Yang
Signed-off-by: Jiaxun Yang --- Changes in v3: - Added PATCH 1 (Richard) - Link to v2: https://lore.kernel.org/r/20241224-la-direct-kernel-boot-v2-1-3e8336c54...@flygoat.com Changes in v2: - Use extract API for getting bit fields (philmd) - Mimic arm's load_aarch64_image to handle vmlinuz.efi - L