summaryrefslogtreecommitdiff
path: root/configs/example
AgeCommit message (Expand)Author
2019-03-18configs: Use absolute import pathsAndreas Sandberg
2019-02-26configs: Fix Python 3 iterator and exec compatibility issuesAndreas Sandberg
2019-02-25systemc: Update the sc_main.py config to use m5.systemc.Gabe Black
2019-02-13configs: simpoint-profile usable with NonCachingCPUs onlyGiacomo Travaglini
2019-02-12systemc: config: Don't inject a custom argv[0] in sc_main.py.Gabe Black
2019-02-11systemc: configs: Add a very simple config which just runs sc_main.Gabe Black
2019-02-07configs, arch-arm: Using AddrRange for Realview mem_regionsGiacomo Travaglini
2019-02-07configs: Unifiy interpretation of Realview mem_regionsGiacomo Travaglini
2019-01-30configs: Enable DTB autogeneration in starter_fs.pyGiacomo Travaglini
2019-01-30arch-arm, configs: Create single instance of DTB autogenerationGiacomo Travaglini
2019-01-25configs: fs.py remove --generate-dtb and enable it by defaultCiro Santilli
2018-11-17configs: Added an option for choosing branch predictor typePau Cabre
2018-11-09configs: Revamp ruby mem test to align with MemTestNikos Nikoleris
2018-10-19config: add --param to fs.py, se.py and fs_bigLITTLE.pyCiro Santilli
2018-10-09configs: Fix CPUClass typo in se.pyDaniel R. Carvalho
2018-09-17config, arm, power: Example to report the power for the L2 CacheSherif Elhabbal
2018-09-12cpu: Replace the fastmem with a new CPU modelAndreas Sandberg
2018-09-03config: Move KVM CPU checking to CpuConfig helper moduleAndreas Sandberg
2018-05-31mem-cache: Add a non-coherent cacheNikos Nikoleris
2018-05-16style: fix amd license and style issuesTony Gutierrez
2018-04-12configs, mem-ruby: fix issues with style in AMD licenseTony Gutierrez
2018-03-20arch-arm, configs: Treat the bootloader rom as cacheable memoryNikos Nikoleris
2018-03-06config: Switch from the print statement to the print function.Gabe Black
2018-02-05config: remove dead code in fs.pyNayan Deshmukh
2018-01-29config, arm: enable device tree autogeneration for bigLITTLECurtis Dunham
2018-01-29config: Embed Device Tree generation in fs.py configGlenn Bergmans
2018-01-10configs: Fill in the cpu.isa field in etrace_replay.py since no default are p...Chen Zou
2018-01-08gpu-compute: call createThreads() on cpu objs in apu_se.pyTony Gutierrez
2018-01-02config: Handle NULL simobject parameters in read_config.py.Gabe Black
2018-01-02config: Fix parsing AddrRange parameters in read_config.py.Gabe Black
2018-01-02config: Add a --checkpoint-dir argument to read_config.py.Gabe Black
2017-12-15mem-ruby: Support atomic_noncaching acceses in rubySwapnil Haria
2017-12-05config, mem, hmc: fix HMC test scriptÉder F. Zulian
2017-08-03configs, arm: Fix incorrect use of mem_range in bL exampleAndreas Sandberg
2017-08-03arm, config: Fix CPU names in ARM example configsAndreas Sandberg
2017-08-01arch-arm: Switch to DTOnly as the default machine typeAndreas Sandberg
2017-07-27config, arm: SE configuration for the ARM starter kitGabor Dozsa
2017-07-27config, arm: FS configuration for the ARM starter kitGabor Dozsa
2017-07-27config: Change mem_range attribute naming in ARM SimpleSystemGabor Dozsa
2017-07-25configs,sim-se: fix se.py multi-cpu multi-cmd issuePau Cabre
2017-07-03config: Move core timing models to config/common/coresAndreas Sandberg
2017-06-19configs, arm: add option to enable security extensionsGedare Bloom
2017-05-18configs: fix cpu names in big.LITTLE examplePierre-Yves Péneau
2017-05-18arm, config: added support for ex5 model of big.LITTLEPierre-Yves Péneau
2017-05-09config: Fix up some configs to not use CPU aliases.Gabe Black
2017-05-06config: Remove support for CPU aliases.Gabe Black
2017-04-11config, arm: Add an example power modelAndreas Sandberg
2017-04-03config, arm: Add multi-core KVM support to bL configAndreas Sandberg
2017-04-03config, arm: Unify checkpoint path handling in bL configsAndreas Sandberg
2016-11-09syscall_emul: [patch 5/22] remove LiveProcess class and use Process insteadBrandon Potter