aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-02-07platform: Drop qemu/sifive_u supportBin Meng
2020-02-06makefile: add support for building on macOSAlex Richardson
2020-02-05platform: sifive/fu540: Set tlb range flush limit to zeroAtish Patra
2020-02-05platform: Add an platform ops to return platform specific tlb flush limitAtish Patra
2020-01-25platform: Update UART base addresses for qemu/sifve_uNikita Ermakov
2020-01-24platform: template: typo fix in system reboot/shutdown namesJiuyang Liu (Sequencer)
2020-01-22lib: Factor-out SBI base extensionAnup Patel
2020-01-22lib: Factor-out SBI vendor extensionAnup Patel
2020-01-22lib: Factor-out SBI replacement extensionsAnup Patel
2020-01-22lib: Factor-out SBI legacy extensionAnup Patel
2020-01-22lib: Add dynamic registration of SBI extensionsAnup Patel
2020-01-22include: Add generic and simple list handling APIsAnup Patel
2020-01-22lib: Initialize TLB management directly from coldboot/warmboot pathAnup Patel
2020-01-22lib: Drop _fifo from the name of various sbi_tlb_fifo_xyz() functionsAnup Patel
2020-01-22lib: Introduce sbi_ipi_event_create/destroy() APIsAnup Patel
2020-01-22lib: Introduce sbi_tlb_fifo_request() APIAnup Patel
2020-01-22lib: Introduce sbi_ipi_send_halt() APIAnup Patel
2020-01-22lib: Introduce sbi_ipi_send_smode() APIAnup Patel
2020-01-22lib: Move struct sbi_ipi_data definition to sbi_ipi.cAnup Patel
2020-01-22include: Typo fix in comment for SBI_SCRATCH_SIZE defineAnup Patel
2020-01-20scripts: Add C910 to platform list in the binary archive scriptLiu Yibin
2020-01-15platform: thead/c910: Don't set plic/clint address in warm bootLiu Yibin
2020-01-15platform: thead/c910: Don't enable L2 cache in warm bootLiu Yibin
2020-01-10firmware: Fix placement of .align directivesAndreas Schwab
2020-01-10docs: platform: Update SiFive FU540 doc as-per U-Boot v2020.01Anup Patel
2020-01-09platform: thead/c910: Remove SBI_PLATFORM_HAS_PMPLiu Yibin
2020-01-09docs: Add description of using OPENSBI_EXTERNAL_SBI_TYPESAbner Chang
2020-01-09include: Add OPENSBI_EXTERNAL_SBI_TYPES in sbi_types.hAbner Chang
2020-01-08build: Use -ffreestandingKhem Raj
2020-01-07lib: Add sbi_init_count() APIAnup Patel
2020-01-07lib: zero-out memory allocated using sbi_scratch_alloc_offset()Anup Patel
2020-01-07lib: improve system reboot and shutdown implementationAnup Patel
2020-01-07lib: do sbi_exit() upon halt IPIAnup Patel
2020-01-07lib: save/restore MIE CSR in sbi_hart_wait_for_coldboot()Anup Patel
2020-01-07lib: Add irqchip exit APIAnup Patel
2020-01-07lib: Add ipi exit APIAnup Patel
2020-01-07lib: Add timer exit APIAnup Patel
2020-01-07lib: Add system early_exit and final_exit APIsAnup Patel
2020-01-07lib: Add initial sbi_exit() APIAnup Patel
2020-01-07lib: Remove unnecessary checks from init_coldboot() and init_warmboot()Anup Patel
2020-01-02platform: Add T-head C910 initial supportLiu Yibin
2020-01-02lib: utils: Support CLINT with 32bit MMIO access on RV64 systemAnup Patel
2019-12-30docs: Improve docs for FDT address passingLiu Yibin
2019-12-27firmware: Improve comments for fw_prev_arg1() and fw_next_arg1()Anup Patel
2019-12-27firmware: Return real DTB address when FW_xyz_FDT_ADDR is not definedLiu Yibin
2019-12-23lib: Implement RFENCE extensionAtish Patra
2019-12-23lib: Support stage1 and stage2 tlb flushingAtish Patra
2019-12-23lib: Add hfence instruction encodingAtish Patra
2019-12-23lib: Add IPI extension in SBIAtish Patra
2019-12-23lib: Add TIME extension in SBIAtish Patra