arch/loongarch/include/asm/image.h
0 → 100644
+38
−0
Loading
Define a dedicated image header structure for LoongArch architecture to standardize kernel loading in bootloaders (primarily for kexec_file). This header includes critical metadata, such as PE/DOS signature, kernel entry points, kernel image size and load address offset, etc. Signed-off-by:Youling Tang <tangyouling@kylinos.cn> Signed-off-by:
Huacai Chen <chenhuacai@loongson.cn>