summaryrefslogtreecommitdiff
path: root/platform/qemu
AgeCommit message (Expand)AuthorFilesLines
2020-05-04platform: Remove qemu/virt directoryAnup Patel3-185/+0
2020-04-27lib: utils: Add SiFive test deviceAnup Patel1-13/+11
2020-04-27include: sbi_platform: Combine reboot and shutdown into one callbackAnup Patel1-3/+2
2020-04-27lib: No need to provide default PMP region using platform callbacksAnup Patel1-26/+0
2020-03-24lib: utils: Move fdt fixup helper routines to a different fileAtish Patra1-1/+1
2020-03-18platform: Update to call general DT fix-up helperBin Meng1-3/+1
2020-03-18platform: qemu/virt: Fix up DT for reserved memoryBin Meng1-0/+2
2020-03-18lib: utils: Move PLIC DT fix up codes to fdt_helper.cBin Meng1-1/+2
2020-03-14platform: Use one unified per-HART stack size macro for all platformsBin Meng1-2/+1
2020-03-13include: Make sbi_current_hartid() as macro in riscv_asm.hAnup Patel1-1/+2
2020-03-11include: Remove disabled_hart_mask from sbi_platformAnup Patel1-1/+0
2020-02-19platform: qemu: virt: Correct the typo in config.mkBin Meng1-4/+4
2020-02-17platform: Remove stale options from config.mk filesAnup Patel1-5/+0
2020-02-07platform: Drop qemu/sifive_u supportBin Meng3-208/+0
2020-01-25platform: Update UART base addresses for qemu/sifve_uNikita Ermakov1-2/+2
2020-01-02lib: utils: Support CLINT with 32bit MMIO access on RV64 systemAnup Patel2-2/+3
2019-08-16platform: Remove the ipi_sync method from all platforms.Atish Patra2-2/+0
2019-06-29include: Add version info to struct sbi_platformAbner Chang2-0/+4
2019-06-29include: Move callbacks in sbi_platform to separate structAbner Chang2-44/+52
2019-06-19platform: Enable all drivers by default.Atish Patra2-11/+0
2019-06-19platform: Move platform common to lib/utils.Atish Patra2-6/+6
2019-05-30platform: qemu/sifive_u: Update the hart count to 4Bin Meng1-1/+1
2019-05-10platform: Enable dynamic firmware for appropriate platformsAnup Patel2-0/+2
2019-04-24all: run clang-format and update checked-in filesOlof Johansson2-67/+59
2019-04-24all: Annotate some tables to have clang-format leave them aloneOlof Johansson2-0/+8
2019-03-06platform: Make the `platform` read-onlyXiang Wang2-2/+2
2019-02-18platform: qemu-virt: Implement system shutdownNick Kossifidis1-1/+9
2019-02-15Makefile: Add 'make run' command for platform specific runOlof Johansson2-4/+12
2019-02-12Makefile: Set ABI, ISA and Code Model in top-level makeAnup Patel2-13/+4
2019-02-12platform: qemu: Set FW_JUMP_ADDR and FW_PAYLOAD_OFFSET as-per XLENAnup Patel2-6/+28
2019-02-08platform: qemu/virt: Move kernel start address to 4MB allignedAlistair Francis1-2/+4
2019-02-08platform/qemu/virt: Dynamically calculate xlenAlistair Francis1-2/+11
2019-01-24all: Update copyright header in all filesAnup patel6-18/+18
2019-01-23include: Rename ipi_inject() to ipi_send() for sbi_platformAnup Patel2-2/+2
2019-01-23lib: Remove target_hart and hartid parameter from TIMER callbacksAnup Patel2-4/+4
2019-01-23lib: Remove hartid parameter from IRQCHIP callbacksAnup Patel2-2/+6
2019-01-23lib: Remove source_hart and hartid parameter from IPI callbacksAnup patel2-4/+4
2019-01-23lib: Remove hartid paramter from early_init() and final_init() callbacksAnup Patel2-2/+2
2019-01-18platform: No need to pass context id for plic fixup.Atish Patra2-6/+2
2019-01-18platform: Remove string functions from tinyfdt.cAtish Patra2-0/+6
2018-12-27lib: Rename target_hart parameter to hartid for PMP platform callbacksAnup Patel2-4/+4
2018-12-27lib: Simplify sbi_platform timer_init() hooksAnup Patel2-10/+24
2018-12-27lib: Simplify sbi_platform ipi_init() hooksAnup Patel2-10/+24
2018-12-27lib: Simplify sbi_platform irqchip_init() hooksAnup Patel2-26/+30
2018-12-27lib: Simplify sbi_platform early_init() and final_init() hooksAnup Patel2-6/+14
2018-12-22platform: Remove PLAT_HART_COUNT and PLAT_HART_STACK_SIZEAnup Patel4-20/+20
2018-12-22platform: Remove PLAT_NAME from all platformsAnup Patel4-4/+2
2018-12-22Introduce hart disabled parameter in platform.Atish Patra2-0/+2
2018-12-22Fix plic warm init in platform code.Anup Patel2-4/+30
2018-12-22Move hardcoded uart constant to macros.Atish Patra1-1/+4