summaryrefslogtreecommitdiff
path: root/platform/nuclei
AgeCommit message (Expand)Author
2026-03-22lib: utils/irqchip: Add unique_id to plic, aplic, and imsic dataAnup Patel
2025-09-16include: sbi: Remove platform specific IPI initAnup Patel
2024-11-28platform: Drop irqchip warm init and exit hooksSamuel Holland
2024-11-28lib: sbi_irqchip: Call driver warm_init from SBI coreSamuel Holland
2024-11-28lib: utils/irqchip: Move per-hart data from fdt_plic to plicSamuel Holland
2024-11-28lib: utils/irqchip: plic: Provide a hartindex to context mapSamuel Holland
2024-11-11platform: Drop IPI warm init and exit hooksSamuel Holland
2024-11-11lib: sbi_ipi: Move initial IPI clear to sbi_ipi_init()Samuel Holland
2024-11-05platform: Drop timer warm init and exit hooksSamuel Holland
2024-11-05lib: sbi_timer: Call driver warm_init from SBI coreSamuel Holland
2024-08-24lib: utils/fdt: Add fdt_get_address_rw() helperSamuel Holland
2024-07-24platform: Setup serial console device in early_init()Anup Patel
2024-04-10firmware: remove FW_TEXT_STARTXiang W
2023-12-19lib: utils/irqchip: Add shared MMIO region for PLIC in root domainAnup Patel
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
2021-11-02include: sbi_utils: Introduce an helper to get fdt base addressAlexandre Ghiti
2021-10-11lib: sbi: convert reset to listNikita Shubin
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-06-24platform: Replace CLINT library usage with ACLINT libraryAnup Patel
2021-04-28lib: sbi: Simplify system reset platform operationsAnup 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-01lib: sbi: Improve system reset platform operationsAnup Patel
2020-06-17platform: Update Nuclei ux600 platform supportHuaqi Fang
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-04-29platform: Add Nuclei UX600 platformHuaqi Fang