commit d1edce71135cc6d98c0a4b5729774542b676e769 Author: sophgo-forum-service <forum_service@sophgo.com> Date: Fri Mar 15 16:07:33 2024 +0800 [fix] recommend using ssh method to clone repo. [fix] fix sensor driver repo branch name.
18 lines
353 B
ArmAsm
18 lines
353 B
ArmAsm
/* SPDX-License-Identifier: GPL-2.0+ */
|
|
/*
|
|
* Predefined UEFI variables
|
|
*
|
|
* Copyright (c) 2020, Heinrich Schuchardt <xypron.glpk@gmx.de>
|
|
*/
|
|
|
|
#include <config.h>
|
|
|
|
.section .rodata.efi_seed.init,"a"
|
|
.balign 16
|
|
.global __efi_var_file_begin
|
|
__efi_var_file_begin:
|
|
.incbin CONFIG_EFI_VAR_SEED_FILE
|
|
.global __efi_var_file_end
|
|
__efi_var_file_end:
|
|
.balign 16
|