OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [arch/] [ppc/] [boot/] [simple/] [legacy.S] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1275 phoenix
/*
2
 * arch/ppc/boot/simple/legacy.S
3
 *
4
 * Author: Tom Rini 
5
 *
6
 * This will go and setup ISA_io to 0x8000000 and return.
7
 */
8
 
9
#include 
10
 
11
        .text
12
 
13
        .globl serial_fixups
14
serial_fixups:
15
        lis     r3,ISA_io@h     /* Load ISA_io */
16
        ori     r3,r3,ISA_io@l
17
        lis     r4,0x8000       /* Load the value, 0x8000000 */
18
        stw     r4,0(r3)        /* store */
19
        blr

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.