Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-02-10 | Configs: Add support for the InOrder CPU model | Korey Sewell | |
2009-02-01 | X86: Find the natural lpj for this configuration. | Gabe Black | |
2009-02-01 | X86: Add a root device to the kernel command line. | Gabe Black | |
2009-02-01 | X86: Configure the first PCI interrupt. | Gabe Black | |
2009-02-01 | X86: Hook in a hard drive image. | Gabe Black | |
2009-02-01 | X86: Take out the IDE noprobe kernel arguments. | Gabe Black | |
2009-02-01 | X86: Plug in an IDE controller. | Gabe Black | |
2009-01-31 | X86: Add some interrupt info to the intel MP tables. | Gabe Black | |
2009-01-30 | Errors: Print a URL with a hash of the format string to find more ↵ | Ali Saidi | |
information about an error. | |||
2009-01-25 | X86: Prevent Linux for probing for non-existant IDE controllers. | Gabe Black | |
2008-10-11 | X86: Add entries for the IO APIC to the MP table. | Gabe Black | |
2008-10-11 | X86: Add an Intel MP table to the simulation. | Gabe Black | |
2008-10-11 | X86: Rename the PC device to Pc. | Gabe Black | |
--HG-- rename : src/dev/x86/PC.py => src/dev/x86/Pc.py | |||
2008-10-10 | X86: Turn SMBios structures into simobjects. | Gabe Black | |
2008-10-10 | X86: Split makeLinuxX86System into makeLinuxX86System and makeX86System. | Gabe Black | |
2008-09-10 | style: Remove non-leading tabs everywhere they shouldn't be. Developers ↵ | Ali Saidi | |
should configure their editors to not insert tabs | |||
2008-06-17 | Rename SimConsole to Terminal since it makes more sense | Nathan Binkert | |
--HG-- rename : src/dev/SimConsole.py => src/dev/Terminal.py rename : src/dev/simconsole.cc => src/dev/terminal.cc rename : src/dev/simconsole.hh => src/dev/terminal.hh | |||
2008-06-12 | X86: Make the e820 table manually or automatically configurable from python. | Gabe Black | |
2008-06-12 | X86: Force the kernel to use a certain loops per jiffy instead of ↵ | Gabe Black | |
calculating it. | |||
2008-06-12 | X86: Make the amount of system memory match the hardcoded e820 info. | Gabe Black | |
2008-06-12 | X86: Make the regular console use the serial port as well. | Gabe Black | |
2008-03-25 | X86: Change the Opteron platform to be the PC platform. | Gabe Black | |
--HG-- extra : convert_revision : 2c6ffebbad04a21cef6ba3fbc1803218908a6c37 | |||
2008-03-15 | Simpoints: Fix regression bug/Don't set process.simpoint, if simpoint ↵ | Ali Saidi | |
doesn't exist --HG-- extra : convert_revision : c156c49668815755c4c788f807e8eba32151aa24 | |||
2008-02-29 | Error out if -s is used without --caches (instead of saying you must specify a | Lisa Hsu | |
CPU). --HG-- extra : convert_revision : a3b2bfbe7e037146ac08dd08834bf255da692506 | |||
2008-02-29 | Configs: Make sure options don't conflict | Ali Saidi | |
--HG-- extra : convert_revision : dc9b91cf1d8e33c5e68d7faeb45dbe3e7038d14c | |||
2008-02-28 | Configs: Fix some bugs we introduced in the simpoints code | Ali Saidi | |
--HG-- extra : convert_revision : ef22c11cb3242903a484fc05dc0f96d3e5f9af72 | |||
2008-02-27 | Configs: Make using Simpoints easier with some config files that support ↵ | Rick Strong | |
them easily --HG-- extra : convert_revision : 0f21829306eb68b332f03da410e6c341c8595bdd | |||
2008-02-26 | X86: Get PCI config space to work, and adjust address space prefix numbering ↵ | Gabe Black | |
scheme. --HG-- extra : convert_revision : 2b382f478ee8cde3a35aa4c105196f200bc7afa6 | |||
2008-02-22 | add instruction count fast forwaing and max instruction options | Vilas Sridharan | |
--HG-- extra : convert_revision : 8fe45e512229cdc3e0dcd23e3e5c54516c445d0f | |||
2008-02-14 | Configs: Change Simulation.py to return a subclass of the CPU models rather ↵ | Ali Saidi | |
than the original class. Without this changes elsewhere in the config script (e.g. the DriveSys frequency can change the TestSys frequency. --HG-- extra : convert_revision : f972207c616590a60a6e103daa5de469cf124b44 | |||
2008-01-21 | X86: Use the existing boot_osflags instead of duplicating it. | Gabe Black | |
--HG-- extra : convert_revision : e04e438d7d261a61c52b946c23cd126ed648814a | |||
2008-01-12 | X86: Make the IO ports work using extra physical address lines. Add a serial ↵ | Gabe Black | |
port. --HG-- extra : convert_revision : a14cb4fc9afedfc0ff58b11a7f8fb5516d462cc6 | |||
2007-12-18 | Checkpointing: Fix a bug in the simulation script when restoring without ↵ | Ali Saidi | |
standard switch and change some ifs to work with the default port since every port is now connected to something. --HG-- extra : convert_revision : 72507cf13e58465291b0dce6322e853bee5a2b89 | |||
2007-12-01 | X86: Move startup code to the system object to initialize a Linux system. | Gabe Black | |
--HG-- extra : convert_revision : a4796c79f41aa8b8f38bf2f628bee8f1b3af64be | |||
2007-11-16 | Accidently kept hardcoded memory value in merge. Remove that and now ↵ | Korey Sewell | |
ALPHA_FS quick regressions pass --HG-- extra : convert_revision : 12582bef9317cd102cafdea9001f45651d34851f | |||
2007-11-16 | compile-time fix for setMipsOptions function | Korey Sewell | |
--HG-- extra : convert_revision : e008f6d314d4891cb6ddc9cbf96fbcc6eee53b35 | |||
2007-11-15 | add setMipsOptions function for MIPS usage | Korey Sewell | |
--HG-- extra : convert_revision : 42909d66a46201757cbdb14f75cccbd6b27d1f18 | |||
2007-11-13 | Add in files from merge-bare-iron, get them compiling in FS and SE mode | Korey Sewell | |
--HG-- extra : convert_revision : d4e19afda897bc3797868b40469ce2ec7ec7d251 | |||
2007-11-03 | Checkpoint: Use checkpoint_dir, if that is not set use outdir (-d), and if ↵ | Ali Saidi | |
that isn't set use cwd. --HG-- extra : convert_revision : 6548dd6de376dd59285a37a03bcf2525f8fc3845 | |||
2007-10-25 | Checkpoints: Change Simulation.py to not go crazy if the simulation ends ↵ | Ali Saidi | |
before the number of checkpoints requested are created. --HG-- extra : convert_revision : 865179134a219b34dbbba698e1fa0da7c452e074 | |||
2007-10-07 | X86: Adjust the config scripts for x86 fs. | Gabe Black | |
--HG-- extra : convert_revision : 36ed22b50066f54be0e51c3419babc07dd218e10 | |||
2007-09-12 | Checkpointing: Fix directory regex | Ali Saidi | |
--HG-- extra : convert_revision : 4d3958eda66209373249e54e7deadd1a7442e828 | |||
2007-09-12 | Checkpointing: Force drain/resume when switching a CPU | Ali Saidi | |
--HG-- extra : convert_revision : 7d9c3f4c8c357e3a9214deba5df3581beeaf7cb6 | |||
2007-08-16 | PCI: Move PCI Configuration data into devices now that we can inherit ↵ | Ali Saidi | |
parameters. --HG-- extra : convert_revision : bd2214b28fb46a9a9e9e204e0539be33acb548ad | |||
2007-08-16 | Devices: Make EtherInts connect in the same way memory ports currently do. | Ali Saidi | |
--HG-- extra : convert_revision : 765b096785a77df9adc4791c9101b90696bd7be2 | |||
2007-08-12 | Regression: fix configuration for SPARC_FS | Ali Saidi | |
--HG-- extra : convert_revision : 88aa9649cc1b4d8165616e98880d3d6cd2a75762 | |||
2007-08-08 | Added fastmem option. | Vincentius Robby | |
Lets CPU accesses to physical memory bypass Bus. --HG-- extra : convert_revision : e56e3879de47ee10951a19bfcd8b62b6acdfb30c | |||
2007-08-10 | DMA: Add IOCache and fix bus bridge to optionally only send requests one | Ali Saidi | |
way so a cache can handle partial block requests for i/o devices. --HG-- extra : convert_revision : a68b5ae826731bc87ed93eb7ef326a2393053964 | |||
2007-06-30 | Get rid of remaining traces of obsolete CoherenceProtocol object. | Steve Reinhardt | |
--HG-- extra : convert_revision : c5555b00bef1b304a84886188ad2c0dcb4d7c5b9 | |||
2007-06-10 | the cmd argument is supposed to be an array of parameters, not one string | Nathan Binkert | |
--HG-- extra : convert_revision : dffdaa94a1f28f3709515a9eeed420552d8c7b22 |