summaryrefslogtreecommitdiff
path: root/platform/fpga/openpiton/platform.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-06treewide: Replace TRUE/FALSE with true/falseBin Meng1-1/+1
2022-07-30lib: utils/serial: Initialize platform_uart_data to zeroAndrew Jones1-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-2/+2
2021-09-26lib: sbi: Add timer frequency to struct sbi_timer_deviceAnup Patel1-0/+7
2021-08-14lib: utils/timer: Allow separate base addresses for MTIME and MTIMECMPAnup Patel1-3/+10
2021-08-07lib: utils/fdt: Change addr and size to uint64_tBin Meng1-1/+1
2021-06-24platform: Replace CLINT library usage with ACLINT libraryAnup Patel1-9/+24
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-8/+12
2020-05-23lib: utils: Allow PLIC functions to be used for multiple PLICsAnup Patel1-15/+14
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-05-01lib: utils: Rename fdt_parse_clint() to fdt_parse_compat_addr()Anup Patel1-1/+1
2020-04-27include: sbi_platform: Combine reboot and shutdown into one callbackAnup Patel1-15/+4
2020-03-24platform: openpiton: Read the device configurations from device treeAtish Patra1-25/+57
2020-03-24lib: utils: Move fdt fixup helper routines to a different fileAtish Patra1-0/+1
2020-03-24platform: Add OpenPiton platform supportAtish Patra1-0/+200