+23
−0
+10
−0
Loading
Sunway inclusion category: feature bugzilla: https://gitee.com/openeuler/kernel/issues/IB73UR -------------------------------- Starting from junzhang, firmware pass a magic number (0xDEED2024UL) via r16 and dtb base address via r17 when jumping to kernel. When kernel receives the magic number, it means that we can parse the required boot params from the chosen node in DTB. Otherwise, kernel will use legacy "struct boot_params" for backward compatibility. Signed-off-by:Jing Li <jingli@wxiat.com> Reviewed-by:
He Sheng <hesheng@wxiat.com> Signed-off-by:
Gu Zitao <guzitao@wxiat.com>