summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-08-24util: atcsmu.c: modify sbi_printf() formattingYu Chien Peter Lin
2024-08-24util: atcsmu.c: fix typo "%s/hard/hart/"Leo Yu-Chi Liang
2024-08-24lib: utils/fdt: Add fdt_get_address_rw() helperSamuel Holland
2024-08-24lib: utils/serial: Pass the FDT to fdt_serial_init()Samuel Holland
2024-08-24lib: utils/reset: Pass the FDT to fdt_reset_init()Samuel Holland
2024-08-24platform: generic: Pass FDT to early/final_init overridesSamuel Holland
2024-08-24platform: generic: Constify FDT pointers in fw_platform_init()Samuel Holland
2024-08-24lib: utils/timer: Constify FDT pointers in parsing functionsSamuel Holland
2024-08-24lib: utils/serial: Constify FDT pointers in parsing functionsSamuel Holland
2024-08-24lib: utils/reset: Constify FDT pointers in parsing functionsSamuel Holland
2024-08-24lib: utils/regmap: Constify FDT pointers in parsing functionsSamuel Holland
2024-08-24lib: utils/irqchip: Constify FDT pointers in parsing functionsSamuel Holland
2024-08-24lib: utils/ipi: Constify FDT pointers in parsing functionsSamuel Holland
2024-08-24lib: utils/i2c: Constify FDT pointers in parsing functionsSamuel Holland
2024-08-24lib: utils/gpio: Constify FDT pointers in parsing functionsSamuel Holland
2024-08-24lib: utils/fdt: Constify FDT parsing functionsSamuel Holland
2024-08-24lib: utils/regmap: Fix typo in commentSamuel Holland
2024-08-24lib: utils/fdt: Fix fdt_add_cpu_idle_states() prototypeSamuel Holland
2024-08-23lib: utils: fdt_domain: Use consistent device-tree address when next-arg1 is ...Yu Chien Peter Lin
2024-08-23platform: generic: andes: add a new Andes SBI call to free a PMA entryBen Zong-You Xie
2024-08-23platform: generic: andes: add a new Andes SBI call to set up a PMA entryBen Zong-You Xie
2024-08-23platform: generic: andes: add Andes SBI call to probe Andes PMA featureBen Zong-You Xie
2024-08-23platform: generic: Kconfig: add the description for Andes PMA featureBen Zong-You Xie
2024-08-23lib: sbi: Enhance CSR Handling in system_opcode_insnDongdong Zhang
2024-08-09lib: sbi: Implement aligned memory allocatorsGregor Haas
2024-08-09lib: sbi: Allocate from beginning of heap blocksGregor Haas
2024-08-09lib: sbi: Support multiple heapsGregor Haas
2024-08-02lib: sbi: check result of pmp_get() in is_pmp_entry_mapped()Carlos López
2024-08-02lib: sbi: fwft: fix incorrect size passed to sbi_zalloc()Carlos López
2024-08-02lib: sbi: dbtr: fix potential NULL pointer dereferencesCarlos López
2024-08-02include: Adjust Sscofpmf mhpmevent mask for upper 8 bitsEric Lin
2024-07-24lib: sbi: Introduce an early console buffer for caching early printsAnup Patel
2024-07-24include: sbi: Add macros to create FIFO as local or global variableAnup Patel
2024-07-24lib: sbi: Allow forceful queueing of data in sbi_fifo_enqueue()Anup Patel
2024-07-24lib: sbi: Optimize fifo enqueue/dequeue for basic data typesAnup Patel
2024-07-24lib: sbi: Remove sbi_console_init() and console_init() platform callbackAnup Patel
2024-07-24platform: Setup serial console device in early_init()Anup Patel
2024-07-24lib: sbi_hsm: Save/restore menvcfg only when it existsSamuel Holland
2024-07-23lib: utils/fdt: Add support for parsing riscv,isa-extensionsConor Dooley
2024-07-23lib: tests: add math test suiteDongdong Zhang
2024-07-23lib: tests: enhance test output with colored pass/fail messagesDongdong Zhang
2024-07-04docs: writing tests: update cleaning instructionsIvan Orlov
2024-07-04Makefile: remove any .carray.c during cleanBen Dooks
2024-07-04Makefile: change to using .carray.c for carray filesBen Dooks
2024-07-04scripts/carray.sh: Add comment to generated filesIvan Orlov
2024-07-04lib: sbi_emulate_csr: Do not log illegal CSR accessesSamuel Holland
2024-07-04.github: Add repo lockdown GitHub workflow and update .gitignoreDongdong Zhang
2024-06-30include: Bump-up version to 1.5v1.5Anup Patel
2024-06-28lib: sbi: check incoming dbtr shmem addressSergey Matyukevich
2024-06-28docs: Fix wrong filenameJacob Lin