x86: slimbootloader: Add memory configuration
[oweals/u-boot.git] / arch / x86 / cpu / slimbootloader / car.S
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