summaryrefslogtreecommitdiff
path: root/include/configs/qemu-riscv.h
AgeCommit message (Expand)Author
2022-12-23global: Migrate CONFIG_EXTRA_ENV_SETTINGS to CFGTom Rini
2022-12-22Convert CONFIG_STANDALONE_LOAD_ADDR to KconfigTom Rini
2022-12-05global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*Tom Rini
2022-07-07Convert CONFIG_SYS_BOOTM_LEN to KconfigTom Rini
2022-06-28Globally remove most CONFIG_SPL_BUILD tests from config headersTom Rini
2022-06-06Convert CONFIG_SYS_SPL_MALLOC_SIZE et al to KconfigTom Rini
2022-06-06Convert CONFIG_SPL_BSS_START_ADDR to KconfigTom Rini
2022-06-06Migrate CUSTOM_SYS_INIT_SP_ADDR to Kconfig using system-constants.hTom Rini
2022-06-06Convert CONFIG_SPL_BSS_MAX_SIZE et al to KconfigTom Rini
2022-06-06Convert CONFIG_SPL_PAD_TO et al to KconfigTom Rini
2022-05-26riscv: qemu: Set kernel_comp_addr_r for compressed kernelBin Meng
2022-01-21configs: Migrate CONFIG_SYS_MAX_FLASH_BANKS to KconfigPatrick Delaunay
2021-08-31Convert CONFIG_SYS_MALLOC_LEN to KconfigTom Rini
2021-08-31Convert CONFIG_SYS_LOAD_ADDR to KconfigTom Rini
2021-08-11riscv: qemu: Enable MTD NOR flash supportBin Meng
2021-01-18riscv: timer: Add support for an early timerPragnesh Patel
2020-12-14riscv: qemu: enable distro boot from scsiHeinrich Schuchardt
2020-07-28configs: migrate CONFIG_SPL_LOAD_FIT_ADDRESS to defconfigsPeng Fan
2019-11-20env: Finish migration of common ENV optionsTom Rini
2019-08-26riscv: qemu: add SPL configurationLukas Auer
2019-08-02Convert CONFIG_USE_PREBOOT and CONFIG_PREBOOT to KconfigSimon Glass
2019-06-05riscv: increase the environment size for the qemu-riscv platform to 128kBKarsten Merker
2019-05-09riscv: qemu-riscv.h: define CONFIG_PREBOOT (enables extlinux)David Abdurachmanov
2019-05-09riscv: set CONFIG_SYS_BOOTM_LEN to SZ_64MDavid Abdurachmanov
2019-01-15riscv: qemu: define standalone load addressLukas Auer
2018-11-26riscv: qemu: detect and boot the kernel passed by QEMULukas Auer
2018-11-26riscv: qemu: enable distro bootLukas Auer
2018-11-26riscv: qemu: support booting LinuxLukas Auer
2018-10-03riscv: Add QEMU virt board supportBin Meng