]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/arm/cpu/pxa/start.S
scaled down version of generic libraries for SPL
[people/ms/u-boot.git] / arch / arm / cpu / pxa / start.S
CommitLineData
c609719b
WD
1/*
2 * armboot - Startup Code for XScale
3 *
4 * Copyright (C) 1998 Dan Malek <dmalek@jlc.net>
5 * Copyright (C) 1999 Magnus Damm <kieraypc01.p.y.kie.era.ericsson.se>
6 * Copyright (C) 2000 Wolfgang Denk <wd@denx.de>
a8c7c708 7 * Copyright (C) 2001 Alex Zuepke <azu@sysgo.de>
1cb8e980 8 * Copyright (C) 2002 Kyle Harris <kharris@nexus-tech.net>
951a954b
WD
9 * Copyright (C) 2003 Robert Schwebel <r.schwebel@pengutronix.de>
10 * Copyright (C) 2003 Kai-Uwe Bloem <kai-uwe.bloem@auerswald.de>
6e96cf9a 11 * Copyright (c) 2010 Marek Vasut <marek.vasut@gmail.com>
c609719b
WD
12 *
13 * See file CREDITS for list of people who contributed to this
14 * project.
15 *
16 * This program is free software; you can redistribute it and/or
17 * modify it under the terms of the GNU General Public License as
18 * published by the Free Software Foundation; either version 2 of
19 * the License, or (at your option) any later version.
20 *
21 * This program is distributed in the hope that it will be useful,
22 * but WITHOUT ANY WARRANTY; without even the implied warranty of
384ae025 23 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
c609719b
WD
24 * GNU General Public License for more details.
25 *
26 * You should have received a copy of the GNU General Public License
27 * along with this program; if not, write to the Free Software
28 * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
29 * MA 02111-1307 USA
30 */
31
25ddd1fb 32#include <asm-offsets.h>
c609719b
WD
33#include <config.h>
34#include <version.h>