blob: 91d053c96efef9d9df0270222e0fb34d7c9b5f80 [file] [log] [blame]
wdenkfe8c2802002-11-03 00:38:21 +00001/*
2 * init.S: Stubs for U-Boot initialization
3 *
4 * Copyright 2002 Mind NV
5 *
6 * http://www.mind.be/
7 *
8 * Author : Peter De Schrijver (p2@mind.be)
9 *
10 * This software may be used and distributed according to the terms of
11 * the GNU General Public License (GPL) version 2, incorporated herein by
12 * reference. Drivers based on or derived from this code fall under the GPL
13 * and must retain the authorship, copyright and this license notice. This
14 * file is not a complete program and may only be used when the entire
15 * program is licensed under the GPL.
16 *
17 */
18
Stefan Roeseb36df562010-09-09 19:18:00 +020019#include <asm/ppc4xx.h>
wdenkfe8c2802002-11-03 00:38:21 +000020
21#include <ppc_asm.tmpl>
22#include <ppc_defs.h>
23
24#include <asm/cache.h>
25#include <asm/mmu.h>
26
27
wdenk8bde7f72003-06-27 21:31:46 +000028 .globl ext_bus_cntlr_init
wdenkfe8c2802002-11-03 00:38:21 +000029ext_bus_cntlr_init:
wdenk8bde7f72003-06-27 21:31:46 +000030 blr