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

Subversion Repositories openrisc

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /openrisc/trunk/bootloaders
    from Rev 246 to Rev 353
    Reverse comparison

Rev 246 → Rev 353

/orpmon/include/build.h
1,?rev1len? → ?rev2line?,?rev2len?
#define BUILD_VERSION "Mon Aug 23 20:04:04 CEST 2010"
#define BUILD_VERSION "Thu Sep 2 17:09:27 CEST 2010"
/orpmon/reset.S
320,8 → 320,8
l.and r1,r1,r2
/* l.or r2, r1, r1 - remove this helped with odd UART output problem?!*/
l.movhi r3,hi(main)
l.ori r3,r3,lo(main)
l.movhi r3,hi(_main)
l.ori r3,r3,lo(_main)
l.jr r3
l.nop
 
357,8 → 357,8
l.sw 0x70(r1), r30
l.sw 0x74(r1), r31
l.movhi r3,hi(tick_interrupt)
l.ori r3,r3,lo(tick_interrupt)
l.movhi r3,hi(_tick_interrupt)
l.ori r3,r3,lo(_tick_interrupt)
l.jalr r3
l.nop
 
428,8 → 428,8
l.sw 0x70(r1), r30
l.sw 0x74(r1), r31
l.movhi r3,hi(int_main)
l.ori r3,r3,lo(int_main)
l.movhi r3,hi(_int_main)
l.ori r3,r3,lo(_int_main)
l.jalr r3
l.nop
 
/orpmon/flash.ld
73,6 → 73,6
_fprog_addr = .;
*(.mytext)
. += 0x500;
src_addr = .;
_src_addr = .;
} > ram
}
/orpmon/config.mk
27,7 → 27,8
CFLAGS += -Werror-implicit-function-declaration
#CFLAGS += -fno-omit-frame-pointer
CFLAGS += -fno-strength-reduce -O2 -g -pipe -fno-builtin
CFLAGS += -mhard-mul -mhard-div -msoft-float -nostdlib
#CFLAGS += -mhard-mul -mhard-div -msoft-float
CFLAGS += -msoft-mul -msoft-div -msoft-float
CFLAGS += -nostdlib
#CFLAGS += -DDEBUG
 
/orpmon/ram.ld
51,7 → 51,7
.stack :
{
*(.stack)
src_addr = .;
_src_addr = .;
} > ram
/*
.monitor :

powered by: WebSVN 2.1.0

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