repo.or.cz
/
coreboot.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ec/google/chromeec: Define ACPI_NOTIFY_CROS_EC_MKBP constant
[coreboot.git]
/
src
/
soc
/
example
/
min86
/
cache_as_ram.S
blob
5c5066d7ea12d99be12301b28310697df6cd8f49
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
.section .init, "ax", @progbits
4
5
.global bootblock_pre_c_entry
6
7
.code32
8
bootblock_pre_c_entry:
9
call bootblock_c_entry_bist
10
11
.Lhlt:
12
hlt
13
jmp .Lhlt