summaryrefslogtreecommitdiff
path: root/src/dev
AgeCommit message (Expand)Author
2020-01-21dev-arm: add FixedClock SimObjectAdrian Herrera
2020-01-10dev-arm: VExpress_GEM5_Base, fix daughterboard referenceAdrian Herrera
2020-01-07misc: Reflect changes of arm bootloader nameAdrian Herrera
2020-01-06dev-arm: Fix SMMUv3 walkMasks in page table opsMichiel van Tol
2020-01-06dev-arm: Fix SMMUv3 16KB next-level table address maskingGiacomo Travaglini
2020-01-06dev-arm: GICv3, handle GICR_ICFGR0 WI behaviourAdrian Herrera
2019-12-20configs: arm realview(64) regressions using VExpress_GEM5_V1Giacomo Travaglini
2019-12-13dev-virtio: VIO9P turns on diod verbose output with -d 1Ciro Santilli
2019-12-13dev-virtio: don't set the 9p default rootCiro Santilli
2019-12-13dev-virtio: use diod basename as the default 9p pathCiro Santilli
2019-12-10dev-arm: GenericTimer, configurable base and low freqsAdrian Herrera
2019-12-10dev-arm: GenericTimer, freq as 32-bit valueAdrian Herrera
2019-11-28dev-arm: Automatically assign PCI device ids in attachPciDeviceCiro Santilli
2019-11-28dev-arm: device name in AmbaFake accessesAdrian Herrera
2019-11-25dev-arm: Adjust off_chip ranges in VExpress_GEM5 platformGiacomo Travaglini
2019-11-20base,tests: Expanded GTests for addr_range.hhBrandon Potter
2019-11-14arch-arm: Refactor code to check if gic is GicV2Chun-Chen TK Hsu
2019-11-14fastmodel: Add VExpressFastmodel platformChun-Chen TK Hsu
2019-11-05dev-arm: optional instantiation of GICv3 ITSAdrian Herrera
2019-11-01dev-arm: Add SMMUv3 to VExpress_GEM5_V*Giacomo Travaglini
2019-10-30dev: Make the virtio devices track endianness explicitly.Gabe Black
2019-10-30dev: Adding support for large BARPouya Fotouhi
2019-10-30dev: Remove TheISA from ns_gige.cc.Gabe Black
2019-10-30dev: Stop including config/the_isa.hh unnecessarily.Gabe Black
2019-10-30dev: Get PageBytes from the system in the ARM generic timer.Gabe Black
2019-10-30dev: Get PageBytes from the system in the ide_disk model.Gabe Black
2019-10-30dev: Remove using namespace std and TheISA from ide_disk.cc.Gabe Black
2019-10-30arm: Get rid of using namespace std and TheISA in realview.cc.Gabe Black
2019-10-30dev: Remove SINIC_VTOPHYS and related code.Gabe Black
2019-10-30alpha: Remove TheISA from the Alpha devices.Gabe Black
2019-10-30x86: Remove TheISA from x86 devices.Gabe Black
2019-10-22configs: Clean setupBootLoader signatureGiacomo Travaglini
2019-10-22dev-arm, configs: Using _on_chip_memory for on chip memoryGiacomo Travaglini
2019-10-19arch: Make a base class for Interrupts.Gabe Black
2019-10-18dev-arm: Check for gem5 extensions in GicV2Tiago Muck
2019-10-15x86: Use a std::function to handle MSI completion.Gabe Black
2019-10-15dev-arm: Carve out a portion of VExpress_GEM5 for the bootloaderGiacomo Travaglini
2019-10-15x86: De-x86ify the IntMasterPort.Gabe Black
2019-10-14x86: Simplify and consolidate the code that assembles an MSI on x86.Gabe Black
2019-10-12x86: Stop using and delete the x86 IntDevice class.Gabe Black
2019-10-10dev-arm, configs: Remove RealViewPBX platformGiacomo Travaglini
2019-10-03dev, misc: Fixing "may be used unitialized" compilation errorBobby R. Bruce
2019-10-02dev-arm: Improve fault message on SMMUv3 translation faultMarc Mari Barcelo
2019-10-02dev-arm: Fix address used to update the SMMUv3 Walk CacheMarc Mari Barcelo
2019-10-02x86: Switch from MessageReq and Resp to WriteReq and Resp.Gabe Black
2019-09-21x86: Templatize the IntMasterPort.Gabe Black
2019-09-21x86: Templatize IntSlavePort.Gabe Black
2019-09-20dev, x86: Delete the now unused X86 specific interrupt pins/lines.Gabe Black
2019-09-20dev, x86: Convert x86 devices to the generic int pins.Gabe Black
2019-09-19dev: Terminal output's dump name conflictsAndrea Mondelli