summaryrefslogtreecommitdiff
path: root/src/dev
AgeCommit message (Expand)Author
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
2019-09-19dev-arm: Conditionally enable HDLcd when doing DTB autogenGiacomo Travaglini
2019-09-19dev-arm: Add HDLcd DTB autogenerationGiacomo Travaglini
2019-09-16dev-arm: Allow IOMMU binding to HDLcdGiacomo Travaglini
2019-09-13dev-arm: Store the IOMMU reference from within the SMMU::connectGiacomo Travaglini
2019-09-13dev: Enable DTB IOMMU binding with a DMA objectGiacomo Travaglini
2019-09-12dev: Generalize the x86 int source/sink pins.Gabe Black
2019-09-09dev-arm: Reset HPPI when clearing an LPIGiacomo Travaglini
2019-09-09dev-arm: Add resetHppi method in the GICv3 cpu interfaceGiacomo Travaglini
2019-09-09dev-arm: Cleanup GICv3 initializationGiacomo Travaglini
2019-09-09dev-arm: Initialize GICD_TYPER once at construction timeGiacomo Travaglini
2019-09-09dev-arm: Writes to IGRPEN1_EL3 triggering updateGiacomo Travaglini
2019-09-09dev-arm: Fix GICv3 ITS cmdq wrappingGiacomo Travaglini
2019-09-09dev-arm: Fix mapping between IGRPEN1_EL3 and IGRPEN1_EL1Giacomo Travaglini
2019-09-09dev-arm: Implement message-based SPIsGiacomo Travaglini
2019-09-09dev: Scrub out some lingering uses of MemObject.Gabe Black
2019-09-07dev-arm: Add GICD_SGIR registerGiacomo Travaglini
2019-09-06dev: Enable Terminal output's dump to stdoutGiacomo Travaglini
2019-09-06dev-arm: State update when setting MISCREG_ICC_IGRPENx registerGiacomo Travaglini
2019-09-06arch-arm, dev-arm: MISCREG_ICC_IGRPEN1_EL1 using AA64 bankingGiacomo Travaglini