#
10284:d02872388224 |
|
26-Aug-2014 |
Andreas Hansson <andreas.hansson@arm.com> |
misc: README direct to website for dependencies
This patch updates the README to direct the user to the appropriate sections on the gem5.org website rather than duplicating information.
|
#
9249:1f43ff3d9bc6 |
|
25-Sep-2012 |
Ali Saidi <Ali.Saidi@ARM.com> |
gem5: Update the README file to be a bit less out-of-date.
|
#
7974:13692327bb0b |
|
15-Feb-2011 |
Gabe Black <gblack@eecs.umich.edu> |
Info: Clean up some info files.
Get rid of RELEASE_NOTES since we no longer do releases, update some of the information in README, and update the date in LICENSE.
|
#
5587:664630aaf316 |
|
07-Oct-2008 |
Gabe Black <gblack@eecs.umich.edu> |
Update the README and RELEASE_NOTES files to prepare for beta 6.
|
#
5356:16f57bce72d6 |
|
26-Feb-2008 |
Ali Saidi <saidi@eecs.umich.edu> |
Update make release, README, and RELEASE_NOTES for b5
|
#
5193:5485f026271e |
|
31-Oct-2007 |
Ali Saidi <saidi@eecs.umich.edu> |
RELEASE: First cut of updated release files for 2.0b4
|
#
3078:d83885ad2b41 |
|
25-Aug-2006 |
Steve Reinhardt <stever@eecs.umich.edu> |
Update for 2.0 beta 1 patch 1
|
#
2999:1fca068746c1 |
|
16-Aug-2006 |
Ali Saidi <saidi@eecs.umich.edu> |
fix e-mail addr in readme
|
#
2989:9a6f66c38acc |
|
15-Aug-2006 |
Ali Saidi <saidi@eecs.umich.edu> |
fixes for gcc 4.1 Nate needs to fix sinic builder stuff Gabe needs to verify my fixes to decoder.isa
OPT/DEBUG compiles for ALPHA_FS, ALPHA_SE, MIPS_SE, SPARC_SE with this changeset
README: Fix the swig version in the readme src/SConscript: remove sinic until nate fixes the builder crap for it src/arch/alpha/system.hh: src/arch/mips/isa/includes.isa: src/arch/sparc/isa/decoder.isa: src/base/stats/visit.cc: src/base/timebuf.hh: src/dev/ide_disk.cc: src/dev/sinic.cc: src/mem/cache/miss/mshr.cc: src/mem/cache/miss/mshr_queue.cc: src/mem/packet.hh: src/mem/request.hh: src/sim/builder.hh: src/sim/system.hh: fixes for gcc 4.1
|
#
2988:5f1d34466815 |
|
15-Aug-2006 |
Steve Reinhardt <stever@eecs.umich.edu> |
README: Fix SWIG version number.
README: Fix SWIG version number.
|
#
2987:073436a5bed7 |
|
15-Aug-2006 |
Steve Reinhardt <stever@eecs.umich.edu> |
Update release files.
README: Add brief build instructions for the impatient. A few minor fixes. RELEASE_NOTES: Change date; add beta disclaimer.
|
#
2981:4ae53d865966 |
|
14-Aug-2006 |
Steve Reinhardt <stever@eecs.umich.edu> |
Changes for release.
README: s/m5.eecs.umich.edu/www.m5sim.org/ whack mentions of "CD distribution" RELEASE_NOTES: Set date of 2.0 beta release Fix typo
|
#
2815:a83a50a3675b |
|
29-Jun-2006 |
Ali Saidi <saidi@eecs.umich.edu> |
Update the readme to point people to m5.eecs.umich.edu start a new release section in RELEASE_NOTES add AUTHORS file that still needs work
README: Update the readme to point people to m5.eecs.umich.edu RELEASE_NOTES: start a new release section
|
#
1905:178c8cd82a97 |
|
06-Oct-2005 |
Steve Reinhardt <stever@eecs.umich.edu> |
More documentation for 1.1 release.
README: More updates for 1.1 release.
|
#
1901:2608cd7def85 |
|
05-Oct-2005 |
Steve Reinhardt <stever@eecs.umich.edu> |
Update README for IOSCA release.
README: Update for IOSCA release.
|
#
1869:792d73aad8d6 |
|
05-Sep-2005 |
Steve Reinhardt <stever@eecs.umich.edu> |
Regression tests now run under scons! For example, 'scons ALPHA_SE/test/opt/quick' will build ALPHA_SE/m5.opt if necessary and run all the self-identified "quick" tests on it. Other possibilities: - Run just test1: scons ALPHA_SE/test/opt/test1 - Run all tests: scons ALPHA_SE/test/opt - Run all tests on debug build: scons ALPHA_SE/test/debug - Update test1 reference outputs in m5-test: scons update_ref=y ALPHA_SE/test/opt/test1 The proper tests will be selected based on the setting of FULL_SYSTEM, ALPHA_TLASER, etc.
README: Update directions to use scons-based test invocation. SConscript: Return list of generated build environments to SConstruct so it can associate tests with each of them. Set 'M5Binary' attribute on each env to record name of generated binary to be tested. build/SConstruct: - Support invoking m5-test tests via scons. - Add new non-sticky option category, for 'update_ref'. - Move existing "sticky" option definitions out of build_dir loop. Someday we can generate help text from these. - Make 'CC' and 'CXX' sticky options; use environment vars as defaults if available. - Make config builder more scons-y. python/m5/__init__.py: Make AddToPath() correctly handle relative path arguments. Assumes that sys.path[0] has the directory where the current Python file lives; new m5execfile() function sets this up properly for exec'd files.
|
#
1851:c486924ed90e |
|
19-Aug-2005 |
Steve Reinhardt <stever@eecs.umich.edu> |
A few minor fixes to get things to build on Cygwin.
README: Clarify cygwin EIO error explanation. build/SConstruct: Cygwin header files cause uninitialized var warnings. dev/ide_ctrl.cc: Get rid of unnecessary byte-swap calls, some of which were too ambiguous for cygwin (or gcc 3.4.4). dev/pcidev.cc: Disambiguate arg for overloaded byte swap operation (and fix it to be the correct one).
|
#
1850:1c0eeb0dae9b |
|
19-Aug-2005 |
Steve Reinhardt <stever@eecs.umich.edu> |
Minor tweaks for 1.1 release.
README: Updated for release 1.1. Clarified several minor things (I hope).
|
#
1757:36da5412e342 |
|
05-Jun-2005 |
Ron Dreslinski <rdreslin@umich.edu> |
Now it's no longer a beta release
|
#
1704:e1fb036ad788 |
|
02-Jun-2005 |
Steve Reinhardt <stever@eecs.umich.edu> |
Rename builds more descriptively: ALPHA -> ALPHA_SE (for Syscall Emulation) KERNEL -> ALPHA_FS KERN_TLASER -> ALPHA_FS_TL Also renamed configs/kernel dir to configs/fullsys.
README: build/SConstruct: Rename builds more descriptively.
|
#
1028:8cb77c937933 |
|
28-Jul-2004 |
Ali Saidi <saidi@eecs.umich.edu> |
updated readme to reflect linux/scons changes Put correct date in copyright headers based on bk changesets
LICENSE: Updated copyright on license file README: Updaded readme to reflect shift to scons and linux support cpu/trace/reader/ibm_reader.cc: cpu/trace/reader/ibm_reader.hh: cpu/trace/reader/itx_reader.cc: cpu/trace/reader/itx_reader.hh: cpu/trace/reader/m5_reader.cc: cpu/trace/reader/m5_reader.hh: cpu/trace/reader/mem_trace_reader.cc: cpu/trace/reader/mem_trace_reader.hh: cpu/trace/trace_cpu.cc: cpu/trace/trace_cpu.hh: updated copyright (only changeset in 2004) kern/kernel_stats.cc: kern/kernel_stats.hh: updated copyright
|
#
131:1a40e60270c1 |
|
17-Oct-2003 |
Steve Reinhardt <stever@eecs.umich.edu> |
Add a README for the release. Ideally we would move this up a level (to the top-level release dir) before shipping it.
|