blob: 6e0304333c8a1dce54ee12c2059d71740e6cdd06 [file] [log] [blame]
Park, Aiden544293f2019-08-03 08:30:12 +00001/* 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
11car_init:
12 /* Get hob pointer parameter from previous stage's stack */
13 mov 0x4(%esp), %esi
14 jmp car_init_ret