summaryrefslogtreecommitdiff
path: root/platform/fpga
AgeCommit message (Expand)Author
2023-06-05platform: Allow platforms to specify heap sizeAnup Patel
2023-01-06treewide: Replace TRUE/FALSE with true/falseBin Meng
2022-08-08platform: Remove redundant config.mk from all platformsAnup Patel
2022-08-08lib: utils/fdt: Use kconfig for enabling/disablingAnup Patel
2022-08-08lib: utils/irqchip: Use kconfig for enabling/disabling driversAnup Patel
2022-08-08lib: utils/ipi: Use kconfig for enabling/disabling driversAnup Patel
2022-08-08lib: utils/timer: Use kconfig for enabling/disabling driversAnup Patel
2022-08-08lib: utils/serial: Use kconfig for enabling/disabling driversAnup Patel
2022-08-08Makefile: Add initial kconfig support for each platformAnup Patel
2022-07-30lib: utils/serial: Initialize platform_uart_data to zeroAndrew Jones
2022-06-13lib: irqchip/plic: Factor out a context init functionSamuel Holland
2022-04-17lib: utils/serial: support 'reg-offset' propertyZong Li
2021-11-02include: sbi_utils: Introduce an helper to get fdt base addressAlexandre Ghiti
2021-09-26lib: sbi: Add timer frequency to struct sbi_timer_deviceAnup Patel
2021-08-14lib: utils/timer: Allow separate base addresses for MTIME and MTIMECMPAnup Patel
2021-08-07lib: utils/fdt: Change addr and size to uint64_tBin Meng
2021-06-24platform: Replace CLINT library usage with ACLINT libraryAnup Patel
2021-04-28lib: sbi: Simplify ipi platform operationsAnup Patel
2021-04-28lib: sbi: Simplify timer platform operationsAnup Patel
2021-04-28lib: sbi: Simplify console platform operationsAnup Patel
2020-12-01platform: Remove dummy system reset functionsAnup Patel
2020-05-23lib: utils: Allow CLINT functions to be used for multiple CLINTsAnup Patel
2020-05-23lib: utils: Allow PLIC functions to be used for multiple PLICsAnup Patel
2020-05-23lib: utils: Remove redundant parameters from PLIC init functionsAnup Patel
2020-05-10platform: fpga: Remove redundant platform specific featuresAtish Patra
2020-05-10platform: Move platform features to hartAtish Patra
2020-05-01lib: utils: Rename fdt_parse_clint() to fdt_parse_compat_addr()Anup Patel
2020-04-27include: sbi_platform: Combine reboot and shutdown into one callbackAnup Patel
2020-03-24platform: openpiton: Read the device configurations from device treeAtish Patra
2020-03-24lib: utils: Move fdt fixup helper routines to a different fileAtish Patra
2020-03-24platform: Add OpenPiton platform supportAtish Patra
2020-03-24platform: fpga/ariane: Remove redundant plic address macrosAtish Patra
2020-03-24platform: Move ariane standalone fpga project to its own projectAtish Patra