]> git.ipfire.org Git - people/ms/u-boot.git/blob - arch/x86/cpu/ivybridge/car.S
x86: Add chromebook_link board
[people/ms/u-boot.git] / arch / x86 / cpu / ivybridge / car.S
1 /*
2 * Copyright (c) 2014 Google, Inc
3 *
4 * From Coreboot file cpu/intel/model_206ax/cache_as_ram.inc
5 *
6 * Copyright (C) 2000,2007 Ronald G. Minnich <rminnich@gmail.com>
7 * Copyright (C) 2005 Tyan (written by Yinghai Lu for Tyan)
8 * Copyright (C) 2007-2008 coresystems GmbH
9 * Copyright (C) 2012 Kyösti Mälkki <kyosti.malkki@gmail.com>
10 *
11 * SPDX-License-Identifier: GPL-2.0
12 */
13
14 #include <common.h>
15
16 /* Note: ebp must not be touched in this code */
17 .globl car_init
18 car_init:
19 /* TODO: Add cache-as-RAM init here */
20 jmp car_init_ret