Park, Aiden | 544293f | 2019-08-03 08:30:12 +0000 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
2 | /* | ||||
3 | * Copyright (C) 2019 Intel Corporation <www.intel.com> | ||||
4 | */ | ||||
5 | |||||
6 | #include <generated/asm-offsets.h> | ||||
7 | |||||
8 | .section .text | ||||
9 | |||||
10 | .globl car_init | ||||
11 | car_init: | ||||
12 | /* Get hob pointer parameter from previous stage's stack */ | ||||
13 | mov 0x4(%esp), %esi | ||||
14 | jmp car_init_ret |