Hi Huacai, On 12/15/20 1:57 PM, Huacai Chen wrote: > Preparing to add Loongson-3 machine support, add Loongson-3's LEFI (a > UEFI-like interface for BIOS-Kernel boot parameters) helpers first. > > Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org> > Signed-off-by: Huacai Chen <chenhua...@kernel.org> > Co-developed-by: Jiaxun Yang <jiaxun.y...@flygoat.com> > Signed-off-by: Jiaxun Yang <jiaxun.y...@flygoat.com> > --- > hw/mips/loongson3_bootp.c | 151 ++++++++++++++++++++++++ > hw/mips/loongson3_bootp.h | 241 ++++++++++++++++++++++++++++++++++++++
I plan to add these to "Loongson-3 virtual platforms" in MAINTAINERS, is that OK with you? > hw/mips/meson.build | 1 + > 3 files changed, 393 insertions(+) > create mode 100644 hw/mips/loongson3_bootp.c > create mode 100644 hw/mips/loongson3_bootp.h