ec/google/chromeec: Define ACPI_NOTIFY_CROS_EC_MKBP constant
[coreboot.git] / src / soc / example / min86 / cache_as_ram.S
blob5c5066d7ea12d99be12301b28310697df6cd8f49
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 .section .init, "ax", @progbits
5 .global bootblock_pre_c_entry
7 .code32
8 bootblock_pre_c_entry:
9         call    bootblock_c_entry_bist
11 .Lhlt:
12         hlt
13         jmp     .Lhlt