summaryrefslogtreecommitdiff
path: root/include/configs/qemu-riscv.h
AgeCommit message (Expand)AuthorFilesLines
2023-08-02riscv: qemu: Enable usb keyboard as an input deviceBin Meng1-1/+1
2023-08-02riscv: qemu: Remove out-of-date "riscv, kernel-start" handlingBin Meng1-10/+0
2023-08-02riscv: qemu: Enable Bochs video supportBin Meng1-0/+5
2023-07-12riscv: timer: Update the sifive clint timer driver to support aclintBin Meng1-1/+1
2022-12-23global: Migrate CONFIG_EXTRA_ENV_SETTINGS to CFGTom Rini1-1/+1
2022-12-22Convert CONFIG_STANDALONE_LOAD_ADDR to KconfigTom Rini1-2/+0
2022-12-06global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*Tom Rini1-1/+1
2022-07-07Convert CONFIG_SYS_BOOTM_LEN to KconfigTom Rini1-2/+0
2022-06-29Globally remove most CONFIG_SPL_BUILD tests from config headersTom Rini1-2/+0
2022-06-06Convert CONFIG_SYS_SPL_MALLOC_SIZE et al to KconfigTom Rini1-7/+0
2022-06-06Convert CONFIG_SPL_BSS_START_ADDR to KconfigTom Rini1-1/+0
2022-06-06Migrate CUSTOM_SYS_INIT_SP_ADDR to Kconfig using system-constants.hTom Rini1-1/+0
2022-06-06Convert CONFIG_SPL_BSS_MAX_SIZE et al to KconfigTom Rini1-1/+0
2022-06-06Convert CONFIG_SPL_PAD_TO et al to KconfigTom Rini1-1/+0
2022-05-26riscv: qemu: Set kernel_comp_addr_r for compressed kernelBin Meng1-4/+6
2022-01-21configs: Migrate CONFIG_SYS_MAX_FLASH_BANKS to KconfigPatrick Delaunay1-2/+0
2021-09-01Convert CONFIG_SYS_MALLOC_LEN to KconfigTom Rini1-2/+0
2021-09-01Convert CONFIG_SYS_LOAD_ADDR to KconfigTom Rini1-2/+0
2021-08-11riscv: qemu: Enable MTD NOR flash supportBin Meng1-0/+2
2021-01-18riscv: timer: Add support for an early timerPragnesh Patel1-0/+5
2020-12-14riscv: qemu: enable distro boot from scsiHeinrich Schuchardt1-0/+1
2020-07-28configs: migrate CONFIG_SPL_LOAD_FIT_ADDRESS to defconfigsPeng Fan1-2/+0
2019-11-21env: Finish migration of common ENV optionsTom Rini1-1/+0
2019-08-26riscv: qemu: add SPL configurationLukas Auer1-0/+14
2019-08-02Convert CONFIG_USE_PREBOOT and CONFIG_PREBOOT to KconfigSimon Glass1-4/+0
2019-06-05riscv: increase the environment size for the qemu-riscv platform to 128kBKarsten Merker1-1/+1
2019-05-09riscv: qemu-riscv.h: define CONFIG_PREBOOT (enables extlinux)David Abdurachmanov1-0/+4
2019-05-09riscv: set CONFIG_SYS_BOOTM_LEN to SZ_64MDavid Abdurachmanov1-6/+6
2019-01-15riscv: qemu: define standalone load addressLukas Auer1-0/+2
2018-11-26riscv: qemu: detect and boot the kernel passed by QEMULukas Auer1-0/+10
2018-11-26riscv: qemu: enable distro bootLukas Auer1-1/+13
2018-11-26riscv: qemu: support booting LinuxLukas Auer1-0/+6
2018-10-03riscv: Add QEMU virt board supportBin Meng1-0/+21