summaryrefslogtreecommitdiff
path: root/platform/fpga
AgeCommit message (Expand)AuthorFilesLines
2023-01-06treewide: Replace TRUE/FALSE with true/falseBin Meng2-2/+2
2022-08-08platform: Remove redundant config.mk from all platformsAnup Patel4-71/+70
2022-08-08lib: utils/fdt: Use kconfig for enabling/disablingAnup Patel2-0/+2
2022-08-08lib: utils/irqchip: Use kconfig for enabling/disabling driversAnup Patel2-0/+2
2022-08-08lib: utils/ipi: Use kconfig for enabling/disabling driversAnup Patel2-0/+2
2022-08-08lib: utils/timer: Use kconfig for enabling/disabling driversAnup Patel2-0/+2
2022-08-08lib: utils/serial: Use kconfig for enabling/disabling driversAnup Patel2-0/+2
2022-08-08Makefile: Add initial kconfig support for each platformAnup Patel4-0/+10
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 Holland2-22/+16
2022-04-17lib: utils/serial: support 'reg-offset' propertyZong Li2-2/+6
2021-11-02include: sbi_utils: Introduce an helper to get fdt base addressAlexandre Ghiti2-3/+4
2021-09-26lib: sbi: Add timer frequency to struct sbi_timer_deviceAnup Patel2-0/+9
2021-08-14lib: utils/timer: Allow separate base addresses for MTIME and MTIMECMPAnup Patel2-5/+16
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 Patel2-16/+44
2021-04-28lib: sbi: Simplify ipi platform operationsAnup Patel2-4/+0
2021-04-28lib: sbi: Simplify timer platform operationsAnup Patel2-6/+0
2021-04-28lib: sbi: Simplify console platform operationsAnup Patel2-4/+0
2020-12-01platform: Remove dummy system reset functionsAnup Patel2-22/+0
2020-05-23lib: utils: Allow CLINT functions to be used for multiple CLINTsAnup Patel2-13/+22
2020-05-23lib: utils: Allow PLIC functions to be used for multiple PLICsAnup Patel2-21/+24
2020-05-23lib: utils: Remove redundant parameters from PLIC init functionsAnup Patel2-16/+6
2020-05-10platform: fpga: Remove redundant platform specific featuresAtish Patra2-10/+2
2020-05-10platform: Move platform features to hartAtish Patra2-4/+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 Patel2-30/+8
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 Patra2-1/+2
2020-03-24platform: Add OpenPiton platform supportAtish Patra3-0/+242
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 Patra3-0/+250