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é <[email protected]> > Signed-off-by: Huacai Chen <[email protected]> > Co-developed-by: Jiaxun Yang <[email protected]> > Signed-off-by: Jiaxun Yang <[email protected]> > --- > 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
