lib/smbios: Improve Type9
[coreboot2.git] / src / drivers / intel / fsp1_1 / exit_car.S
blobbd6ed83c2169502e4c5eeb58d75fca6c42415ad2
1 /* SPDX-License-Identifier: GPL-2.0-only */
4 .text
5 .global chipset_teardown_car
6 chipset_teardown_car:
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
14         call    chipset_teardown_car_main
16         jmp     *%ebx