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

Subversion Repositories openrisc

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /openrisc
    from Rev 42 to Rev 43
    Reverse comparison

Rev 42 → Rev 43

trunk/orpsocv2/rtl/verilog/components/or1200r2/or1200_top_ip.v Property changes : Deleted: svn:executable ## -1 +0,0 ## -* \ No newline at end of property Index: trunk/orpsocv2/sim/bin/Makefile =================================================================== --- trunk/orpsocv2/sim/bin/Makefile (revision 42) +++ trunk/orpsocv2/sim/bin/Makefile (revision 43) @@ -165,7 +165,7 @@ # and into SDRAM before it is executed. Although this more closely mimics the # behaviour of the hardware, for simulation purposes it is purely time-consuming # however it may be useful to track down any problems with this boot-loading -# process. Therefore, becuase it enables SDRAM memory, ir also enables the flash +# process. Therefore, becuase it enables SDRAM memory, it also enables the flash # memory model and SPI controller inside ORPSoC. # # Ethernet @@ -386,7 +386,7 @@ fi; \ echo "\`define TEST_NAME_STRING \"$$TEST\"" > $(SIM_RUN_DIR)/test_define.v; \ echo "\`define TEST_RESULTS_DIR \"$(SIM_RESULTS_DIR)/\" " >> $(SIM_RUN_DIR)/test_define.v; \ - if [ ! -z $$SIM_LOGGING ]; then \ + if [ -z $$NO_SIM_LOGGING ]; then \ echo "\`define OR1200_DISPLAY_ARCH_STATE" >> $(SIM_RUN_DIR)/test_define.v; \ fi; \ echo ; \ Index: trunk/toolchain_install_scripts/MOF_ORSOC_TCHN_v5c_or32-elf.sh =================================================================== --- trunk/toolchain_install_scripts/MOF_ORSOC_TCHN_v5c_or32-elf.sh (revision 42) +++ trunk/toolchain_install_scripts/MOF_ORSOC_TCHN_v5c_or32-elf.sh (revision 43) @@ -77,7 +77,8 @@ # 030609 - Fixed odd problem with uClibc build on latest Cygwin where it tried # to run the INSTALL script file instead of the systems install binary # by adding a suffix to the text file. - +# 290609 - Changed linux patch to 2.3 - is a patch derived from revision 42 of +# OpenRISC repository's kernel. # TODO: OS X build things - need an "elf.h" from some Linux machine's # /usr/local/include dir and put in Mac's /usr/local/include dir - # this solves issue with Linux compilation @@ -212,7 +213,7 @@ ## Patches ## BINUTILS_PATCH="$BINUTILS_VER.or32_fixed_patch-v2.1.bz2" GCC_PATCH=$GCC_VER.or32patch.bz2 -LINUX_PATCH="linux_2.6.24_or32_unified_v2.2.bz2" ## New version, changed rgd_dot_config in root, changed or1ksim config file name and contents## +LINUX_PATCH="linux_2.6.24_or32_unified_v2.3.bz2" UCLIBC_PATCH="uClibc-0.9.29-or32-patch-1.1.bz2" GDB_PATCH="or32-gdb-6.8-patch-2.4.bz2"

powered by: WebSVN 2.1.0

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