wdenk | fe8c280 | 2002-11-03 00:38:21 +0000 | [diff] [blame] | 1 | /* |
| 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 | |
| 19 | #include <ppc4xx.h> |
| 20 | |
| 21 | #include <ppc_asm.tmpl> |
| 22 | #include <ppc_defs.h> |
| 23 | |
| 24 | #include <asm/cache.h> |
| 25 | #include <asm/mmu.h> |
| 26 | |
| 27 | |
wdenk | 8bde7f7 | 2003-06-27 21:31:46 +0000 | [diff] [blame] | 28 | .globl ext_bus_cntlr_init |
wdenk | fe8c280 | 2002-11-03 00:38:21 +0000 | [diff] [blame] | 29 | ext_bus_cntlr_init: |
wdenk | 8bde7f7 | 2003-06-27 21:31:46 +0000 | [diff] [blame] | 30 | blr |
wdenk | fe8c280 | 2002-11-03 00:38:21 +0000 | [diff] [blame] | 31 | |
wdenk | 8bde7f7 | 2003-06-27 21:31:46 +0000 | [diff] [blame] | 32 | .globl sdram_init |
wdenk | fe8c280 | 2002-11-03 00:38:21 +0000 | [diff] [blame] | 33 | sdram_init: |
wdenk | 8bde7f7 | 2003-06-27 21:31:46 +0000 | [diff] [blame] | 34 | blr |