1 /* SPDX-License-Identifier: GPL-2.0 */
3 * Real-mode blob header; this should match realmode.h and be
4 * readonly; for mutable data instead add pointers into the .data
5 * or .bss sections as appropriate.
8 #include <linux/linkage.h>
9 #include <asm/page_types.h>
10 #include <asm/segment.h>
14 .section ".header", "a"
17 GLOBAL(real_mode_header)
21 .long pa_trampoline_start
22 .long pa_trampoline_status
23 .long pa_trampoline_header
25 .long pa_trampoline_pgd;
28 #ifdef CONFIG_ACPI_SLEEP
30 .long pa_wakeup_header
33 .long pa_machine_real_restart_asm
39 /* End signature, used to verify integrity */
40 .section ".signature","a"
43 .long REALMODE_END_SIGNATURE