blob: cf972738b31d6c8d1a1cdf28601d3be4724116a7 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
wdenk591dda52002-11-18 00:14:45 +00002/*
Bin Meng75574052016-02-05 19:30:11 -08003 * U-Boot - x86 Startup Code
wdenk591dda52002-11-18 00:14:45 +00004 *
Graeme Russ45fc1d82011-04-13 19:43:26 +10005 * (C) Copyright 2002
Albert ARIBAUD60fbc8d2011-08-04 18:45:45 +02006 * Daniel Engström, Omicron Ceti AB, <daniel@omicron.se>
wdenk591dda52002-11-18 00:14:45 +00007 */
8
9/* Reset vector, jumps to start16.S */
10
11.extern start16
12
Graeme Russ461bbe22008-12-07 10:28:58 +110013.section .resetvec, "ax"
wdenk591dda52002-11-18 00:14:45 +000014.code16
wdenk57b2d802003-06-27 21:31:46 +000015reset_vector:
16 cli
17 cld
18 jmp start16