source: mainline/contrib/conf/SPMIPS.simics@ 0e0476ad

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 0e0476ad was 08a7802f, checked in by Martin Decky <martin@…>, 19 years ago

move contrib from kernel/ to /
update Sparc64 toolchain to use Binutils 2.17 (neeeded for linking uspace)

  • Property mode set to 100644
File size: 339 bytes
Line 
1run-python-file ../scripts/extrapath.py
2
3add-directory ../../import/mips
4read-configuration spmips.conf
5
6set-pc (cpu0.load-binary ../../../SPARTAN/kernel.bin)
7
8# Setup uart to use 8 bits
9@conf.tty0.lcr = 0xf;
10
11# Set date
12rtc0.set-date-time 2001 01 01 01 01 01
13@century = 20
14@ignore=SIM_set_attribute_idx(conf.rtc0, "nvram", 0x32, century)
Note: See TracBrowser for help on using the repository browser.