repo.or.cz
/
coreboot2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
lib/smbios: Improve Type9
[coreboot2.git]
/
src
/
drivers
/
intel
/
fsp1_1
/
exit_car.S
blob
bd6ed83c2169502e4c5eeb58d75fca6c42415ad2
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
4
.text
5
.global chipset_teardown_car
6
chipset_teardown_car:
7
8
pop %ebx
9
/* Move the stack pointer to real RAM */
10
movl $_estack, %esp
11
/* Align the stack 16 bytes */
12
andl $0xfffffff0, %esp
13
14
call chipset_teardown_car_main
15
16
jmp *%ebx