summaryrefslogtreecommitdiff
path: root/configs
AgeCommit message (Expand)Author
2020-02-11learning-gem5: memory access example for simple objectIru Cai
2020-01-31configs: allow fs.py and fs_bigLITTLE.py to work without M5_PATHCiro Santilli
2020-01-31configs: fs.py can take multiple disk images on most ISAsCiro Santilli
2020-01-31config: add --bootloader to fs.py and fs_bigLITTLE.pyCiro Santilli
2020-01-29misc: Updated old gem5 website URLs with new gem5 website URLsBobby R. Bruce
2020-01-17configs: MESI_Three_level python parametersTimothy Hayes
2020-01-13configs: Remove check for kernel in fs.py.Gabe Black
2020-01-06configs-arm: enable PMU instantiation in CpuClusterAdrian Herrera
2019-12-17config: Default the indirect branch predictor to "None".Gabe Black
2019-12-13dev-virtio,configs: expose 9p diod virtio on ARMCiro Santilli
2019-11-28dev-arm: Automatically assign PCI device ids in attachPciDeviceCiro Santilli
2019-11-27base, python: Allow dirname selection for the interpreterGiacomo Travaglini
2019-11-27configs: Add --redirects for syscall emulationGiacomo Travaglini
2019-11-27configs: Add root redirect path in SE mode only when setGiacomo Travaglini
2019-11-27configs: Fix baremetal platformGiacomo Travaglini
2019-11-14config: Add fastmodel cluster in fs_bigLITTLE.pyChun-Chen TK Hsu
2019-11-01config: Add --kernel-cmd option in fs_bigLITTLE.pyChun-Chen TK Hsu
2019-11-01config: Add --mem-size option in fs_bigLITTLE.pyChun-Chen TK Hsu
2019-10-31configs: Add baremetal.py example scriptGiacomo Travaglini
2019-10-29mem: Fix DRAM controller to operate on its own address spaceNikos Nikoleris
2019-10-28configs: Update HPI to use ArmDTB and ArmITB.Gabe Black
2019-10-28configs: Fix undefined BaseCPUDaniel R. Carvalho
2019-10-22configs: Clean setupBootLoader signatureGiacomo Travaglini
2019-10-22configs: Do not assume bootmem is a System childGiacomo Travaglini
2019-10-22dev-arm, configs: Using _on_chip_memory for on chip memoryGiacomo Travaglini
2019-10-15configs: Add simpleSystem helper to generate devices.SimpleSystemGiacomo Travaglini
2019-10-11mem-ruby: Allow Ruby to use all replacement policies in ClassicJingQuJQ
2019-10-10dev-arm, configs: Remove RealViewPBX platformGiacomo Travaglini
2019-10-07configs: Isolate ISA related object listsDaniel R. Carvalho
2019-10-07config: skip access to branchPred in ARM KVMCiro Santilli
2019-10-01configs: Port PlatformConfig to the common object listDaniel R. Carvalho
2019-10-01configs: Port MemConfig to the common object listDaniel R. Carvalho
2019-10-01configs: Port HWPConfig to the common object listDaniel R. Carvalho
2019-10-01configs: Port BPConfig to use the common object listDaniel R. Carvalho
2019-09-30configs: Port CPUConfig to use the common object listDaniel R. Carvalho
2019-09-30configs: Create a basic ObjectListDaniel R. Carvalho
2019-09-30configs: Remove is_atomic_cpu checkDaniel R. Carvalho
2019-09-30cpu: Make use of DRAMCtrl::AddrMap in the traffic generatorsNikos Nikoleris
2019-09-03configs: Fix replacement policy assignmentDaniel R. Carvalho
2019-08-21configs: root, platform options in fs bigLITTLEAdrian Herrera
2019-07-30configs, arch-arm: Check if gic has cpu_addr attributeChun-Chen TK Hsu
2019-06-20configs: Fix NULL dram-lowp regressionsGiacomo Travaglini
2019-06-10configs: Fix read_config to work with new AddrRange serializationNikos Nikoleris
2019-06-10configs: Add python3 workarounds in read_configNikos Nikoleris
2019-06-06mem: Option to toggle DRAM low-power statesMatthew Poremba
2019-05-31config, arm: memoryMode testWilly Wolff
2019-05-17configs: Generalize FileSystemConfig for non se.pyJason Lowe-Power
2019-05-14mem-ruby: Cache latencies for MOESI_CMP_dirTiago Muck
2019-05-14mem-ruby: Hit latencies defined by the controllersTiago Muck
2019-05-14mem-ruby: Change MOESI_CMP_Dir L2 addressingTiago Muck