summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-08-07soc: bus: Fix DMA channel 2 and 3 MMIO basemainIan Moffett
2024-08-05soc: bus: Add generic DMA ctrl to memory rangesIan Moffett
2024-08-05soc: bus: Add support for single size DMA writesIan Moffett
2024-08-05soc: bus: Fixup MMIO logicIan Moffett
2024-08-05soc: bus: Add initial DMA controller hdl sourcesIan Moffett
2024-08-04soc: bus: Bring down reserved chunk to 256 bytesIan Moffett
2024-08-04soc: Add peripheral memory mapIan Moffett
2024-08-04tb/soc: pimc: Remove trailing newlineIan Moffett
2024-08-04soc: pimc: Update irqmask.pngIan Moffett
2024-08-04tb/soc: pimc: Clear WDATA on cc 18Ian Moffett
2024-08-04tb/soc: pimc: Remove unused defineIan Moffett
2024-08-03soc: pimc: Fix typo in commentIan Moffett
2024-08-03soc: pimc: Document MMIO interfaceIan Moffett
2024-08-03tb/soc: pimc: Test IRQ line 3 and maskingIan Moffett
2024-08-03soc: pimc: Add MMIO write interfaceIan Moffett
2024-08-03soc: pimc: Fix up mask bitIan Moffett
2024-08-03soc: pimc: Add MMIO read interfaceIan Moffett
2024-08-03soc: pimc: Describe IRQ signallingIan Moffett
2024-08-03soc: pimc: Update PIMC IRQACK timing requirementsIan Moffett
2024-08-03tb/soc: pimc: Add copyright to testbenchIan Moffett
2024-08-03tb: build.sh -> tb/build.shIan Moffett
2024-08-03tb/soc: irq: Pulse IRQ ACK highIan Moffett
2024-08-03tb: Add build scriptsIan Moffett
2024-08-03soc: pimc: Add initial testbenchIan Moffett
2024-08-03soc: pimc: Silence warningsIan Moffett
2024-08-03Add .gitignoreIan Moffett
2024-08-03soc: pimc: Add IRQ table for PIMCIan Moffett
2024-08-02Add PIMC docsIan Moffett
2024-08-02Add initial irqchip hdl sourcesIan Moffett
2024-07-28Allow indirect loads/storesIan Moffett
2024-07-27Improve naming for load instructionsIan Moffett
2024-07-27write -> store, read -> loadIan Moffett
2024-07-27Fix example with AND instructionIan Moffett
2024-07-27Add data movement instructionsIan Moffett
2024-07-27Add extra operand for arithmetic instructionsIan Moffett
2024-07-27Prefix immediates with '#'Ian Moffett
2024-07-27Terminate code blockKaimakan71
2024-07-27Add copyrightKaimakan71
2024-07-27cpy -> movIan Moffett
2024-07-27Exclude writes to x0 registerIan Moffett
2024-07-27CleanupIan Moffett
2024-07-27Initial commitIan Moffett