summaryrefslogtreecommitdiff
path: root/platform/fpga/ariane/platform.c
AgeCommit message (Expand)AuthorFilesLines
2024-11-28platform: Drop irqchip warm init and exit hooksSamuel Holland1-11/+3
2024-11-28lib: sbi_irqchip: Call driver warm_init from SBI coreSamuel Holland1-1/+1
2024-11-28lib: utils/irqchip: Move per-hart data from fdt_plic to plicSamuel Holland1-1/+1
2024-11-28lib: utils/irqchip: plic: Provide a hartindex to context mapSamuel Holland1-2/+4
2024-11-28lib: utils/irqchip: plic: Allow enabling IRQs by defaultSamuel Holland1-22/+3
2024-11-11platform: Drop IPI warm init and exit hooksSamuel Holland1-11/+3
2024-11-11lib: sbi_ipi: Move initial IPI clear to sbi_ipi_init()Samuel Holland1-1/+1
2024-11-05platform: Drop timer warm init and exit hooksSamuel Holland1-11/+3
2024-11-05lib: sbi_timer: Call driver warm_init from SBI coreSamuel Holland1-1/+1
2024-08-24lib: utils/fdt: Add fdt_get_address_rw() helperSamuel Holland1-1/+1
2024-07-24platform: Setup serial console device in early_init()Anup Patel1-17/+9
2023-12-19lib: utils/irqchip: Add shared MMIO region for PLIC in root domainAnup Patel1-0/+3
2023-06-05platform: Allow platforms to specify heap sizeAnup Patel1-0/+1
2023-01-06treewide: Replace TRUE/FALSE with true/falseBin Meng1-1/+1
2022-06-13lib: irqchip/plic: Factor out a context init functionSamuel Holland1-11/+8
2022-04-17lib: utils/serial: support 'reg-offset' propertyZong Li1-1/+3
2021-11-02include: sbi_utils: Introduce an helper to get fdt base addressAlexandre Ghiti1-1/+2
2021-09-26lib: sbi: Add timer frequency to struct sbi_timer_deviceAnup Patel1-0/+2
2021-08-14lib: utils/timer: Allow separate base addresses for MTIME and MTIMECMPAnup Patel1-2/+6
2021-06-24platform: Replace CLINT library usage with ACLINT libraryAnup Patel1-7/+20
2021-04-28lib: sbi: Simplify ipi platform operationsAnup Patel1-2/+0
2021-04-28lib: sbi: Simplify timer platform operationsAnup Patel1-3/+0
2021-04-28lib: sbi: Simplify console platform operationsAnup Patel1-2/+0
2020-12-01platform: Remove dummy system reset functionsAnup Patel1-11/+0
2020-05-23lib: utils: Allow CLINT functions to be used for multiple CLINTsAnup Patel1-5/+10
2020-05-23lib: utils: Allow PLIC functions to be used for multiple PLICsAnup Patel1-6/+10
2020-05-23lib: utils: Remove redundant parameters from PLIC init functionsAnup Patel1-8/+3
2020-05-10platform: fpga: Remove redundant platform specific featuresAtish Patra1-5/+1
2020-05-10platform: Move platform features to hartAtish Patra1-2/+0
2020-04-27include: sbi_platform: Combine reboot and shutdown into one callbackAnup Patel1-15/+4
2020-03-24lib: utils: Move fdt fixup helper routines to a different fileAtish Patra1-1/+1
2020-03-24platform: fpga/ariane: Remove redundant plic address macrosAtish Patra1-9/+4
2020-03-24platform: Move ariane standalone fpga project to its own projectAtish Patra1-0/+206