Age | Commit message (Expand) | Author |
2019-04-28 | mem: Minimize the use of MemObject. | Gabe Black |
2019-04-25 | dev-arm: Move GICv3 (Re)Ditributor address in Realview.py | Giacomo Travaglini |
2019-04-25 | dev-arm: Limit number of max PE in GICv3 to 128 | Giacomo Travaglini |
2019-04-25 | dev-arm: Add GICv4 extension switch in GICv3 | Giacomo Travaglini |
2019-04-25 | dev-arm: Check for maximum number of supported PE in GICv3 | Giacomo Travaglini |
2019-04-24 | dev: Use the new Port role mechanism to make an EtherInt Port type. | Gabe Black |
2019-04-02 | dev-arm: Make GICv3 maintenance interrupt an ArmInterrupt | Giacomo Travaglini |
2019-03-27 | dev-arm: Rename GIC maintenance interrupt from ppint to maint_int | Giacomo Travaglini |
2019-03-27 | dev-arm: Fix GICv3 overflow for INTID > 256 | Giacomo Travaglini |
2019-03-27 | dev-arm: Writing ICENABLER for non-SPIs is RAZ/WI (or RES0) | Giacomo Travaglini |
2019-03-26 | dev-arm: Set/Unset dma coherent mode from python | Giacomo Travaglini |
2019-03-23 | misc: missing override specifier | Andrea Mondelli |
2019-03-19 | arch, cpu, dev, gpu, mem, sim, python: start using getPort. | Gabe Black |
2019-03-19 | mem: Move bind() and unbind() into the Port class. | Gabe Black |
2019-03-15 | dev: Make EtherInt inherit from Port. | Gabe Black |
2019-03-15 | dev: Make the EtherDevice class inherit EtherObject. | Gabe Black |
2019-03-15 | dev: Turn EtherObject into an interface class. | Gabe Black |
2019-03-14 | dev-arm: cleanup of gicv3 CPU interface code and fixes | Jairo Balart |
2019-03-12 | dev-arm: cleanup of gicv3 code | Jairo Balart |
2019-03-01 | dev-arm: Set ICV_PMR_EL1-ICH_VMCR_EL2 mapping on reads | Giacomo Travaglini |
2019-03-01 | dev-arm: Set ICV_IGRPEN<n>_EL1-ICH_VMCR_EL2 mapping on reads | Giacomo Travaglini |
2019-02-18 | dev-arm: LPI support for GICv3. This doesn't include an ITS model. | Jairo Balart |
2019-02-12 | python: Don't assume SimObjects live in the global namespace | Andreas Sandberg |
2019-02-07 | configs, arch-arm: Using AddrRange for Realview mem_regions | Giacomo Travaglini |
2019-02-01 | dev, arm: Removed contextId variable | Anouk Van Laer |
2019-01-24 | dev-arm: fix --generate-dtb for ARM | Ciro Santilli |
2019-01-22 | arm: dev: Replace ArmISA::MiscReg with RegVal in the GIC v3 model. | Gabe Black |
2019-01-16 | cpu: dev: sim: gpu-compute: Banish some ISA specific register types. | Gabe Black |
2019-01-10 | dev-arm: Add a VExpress_GEM5_V2 platform with GICv3 support | Jairo Balart |
2019-01-10 | dev-arm: Add a GICv3 model | Jairo Balart |
2019-01-04 | dev, arm: Warn on PL011 DMA disable | Jan-Peter Larsson |
2019-01-04 | dev-arm: Added VGIC GICV_IIDR response | Anouk Van Laer |
2019-01-04 | dev-arm: Implement GIC-400 model from GicV2 | Giacomo Travaglini |
2019-01-04 | dev-arm: Move VGic from Realview.py to Gic.py | Giacomo Travaglini |
2019-01-04 | dev-arm: Added unimplemented GICv2 GICC_DIR | Anouk Van Laer |
2018-10-17 | dev: Remove using namespace TheISA in uart8250.cc. | Gabe Black |
2018-10-17 | dev: Explicitly specify the endianness for packet accessors. | Gabe Black |
2018-10-17 | dev: Build most of the networking devices in the NULL_ISA build. | Gabe Black |
2018-10-17 | dev: Build the PCI device models even in NULL_ISA builds. | Gabe Black |
2018-10-17 | dev-arm: Don't panic when EOIR a non active PPI | Adrien Pesle |
2018-10-17 | dev-arm: Fix Gicv2 distributor group register | Adrien Pesle |
2018-10-12 | alpha: Use little endian packet accessors. | Gabe Black |
2018-10-12 | sparc: Use big endian packet accessors. | Gabe Black |
2018-10-12 | arm: Use little endian packet accessors. | Gabe Black |
2018-10-12 | x86: Use little endian packet accessors. | Gabe Black |
2018-10-12 | dev: Include the platform base class even in NULL_ISA builds. | Gabe Black |
2018-10-08 | dev, arm: remove the RealViewEB platform | Ciro Santilli |
2018-10-01 | dev-arm: Enable FIQ signaling for Group0 interrupts in GICv2 | Giacomo Travaglini |
2018-10-01 | dev-arm: Create postFiq events for GICv2 | Giacomo Travaglini |
2018-10-01 | dev-arm: Implement GICv2 GICD_IGROUPR register | Giacomo Travaglini |