xref: /kernel/linux/linux-6.6/arch/x86/realmode/rmpiggy.S
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-6.6/arch/x86/realmode/
162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
262306a36Sopenharmony_ci/*
362306a36Sopenharmony_ci * Wrapper script for the realmode binary as a transport object
462306a36Sopenharmony_ci * before copying to low memory.
562306a36Sopenharmony_ci */
662306a36Sopenharmony_ci#include <linux/linkage.h>
762306a36Sopenharmony_ci#include <asm/page_types.h>
862306a36Sopenharmony_ci
962306a36Sopenharmony_ci	.section ".init.data","aw"
1062306a36Sopenharmony_ci
1162306a36Sopenharmony_ci	.balign PAGE_SIZE
1262306a36Sopenharmony_ci
1362306a36Sopenharmony_ciSYM_DATA_START(real_mode_blob)
1462306a36Sopenharmony_ci	.incbin	"arch/x86/realmode/rm/realmode.bin"
1562306a36Sopenharmony_ciSYM_DATA_END_LABEL(real_mode_blob, SYM_L_GLOBAL, real_mode_blob_end)
1662306a36Sopenharmony_ci
1762306a36Sopenharmony_ciSYM_DATA_START(real_mode_relocs)
1862306a36Sopenharmony_ci	.incbin	"arch/x86/realmode/rm/realmode.relocs"
1962306a36Sopenharmony_ciSYM_DATA_END(real_mode_relocs)
20

Indexes created Thu Nov 07 10:32:03 CST 2024