Skip to content
This repository was archived by the owner on Nov 7, 2025. It is now read-only.

Commit 2574627

Browse files
glevanddm0-
authored andcommitted
Add arm64 coreos verity hash
Signed-off-by: Geoff Levand <[email protected]>
1 parent 9880fc6 commit 2574627

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

arch/arm64/kernel/efi-header.S

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,11 @@ section_table:
103103

104104
.set section_count, (. - section_table) / 40
105105

106+
/* CoreOS 64 byte verity hash value. */
107+
.org _head + 512
108+
.ascii "verity-hash"
109+
.org _head + 512 + 64
110+
106111
#ifdef CONFIG_DEBUG_EFI
107112
/*
108113
* The debug table is referenced via its Relative Virtual Address (RVA),

0 commit comments

Comments
 (0)