summaryrefslogtreecommitdiff
path: root/include/configs/sifive-unmatched.h
Commit message (Expand)AuthorAgeFilesLines
* board: sifive: unmatched: enable booting on a second NVME deviceAurelien Jarno2023-02-011-0/+1
* global: Migrate CONFIG_EXTRA_ENV_SETTINGS to CFGTom Rini2022-12-231-1/+1
* Convert CONFIG_STANDALONE_LOAD_ADDR to KconfigTom Rini2022-12-221-2/+0
* global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*Tom Rini2022-12-051-1/+1
* Convert CONFIG_SYS_I2C_EEPROM_CCID et al to KconfigTom Rini2022-09-011-2/+0
* Convert CONFIG_SYS_BOOTM_LEN to KconfigTom Rini2022-07-071-2/+0
* Globally remove most CONFIG_SPL_BUILD tests from config headersTom Rini2022-06-281-2/+0
* Convert CONFIG_SYS_SPL_MALLOC_SIZE et al to KconfigTom Rini2022-06-061-8/+0
* Convert CONFIG_SPL_BSS_START_ADDR to KconfigTom Rini2022-06-061-1/+0
* Convert CONFIG_SPL_STACK to KconfigTom Rini2022-06-061-3/+0
* Migrate CUSTOM_SYS_INIT_SP_ADDR to Kconfig using system-constants.hTom Rini2022-06-061-1/+0
* Convert CONFIG_SPL_BSS_MAX_SIZE et al to KconfigTom Rini2022-06-061-1/+0
* Convert CONFIG_SPL_PAD_TO et al to KconfigTom Rini2022-06-061-1/+0
* riscv: sifive: unmatched: Adjust for big ramdisk imageBin Meng2022-05-261-5/+5
* Convert CONFIG_SCSI_AHCI_PLAT et al to KconfigSimon Glass2022-02-091-2/+0
* Convert CONFIG_SYS_PCI_64BIT to KconfigTom Rini2021-12-271-2/+0
* Convert CONFIG_CONS_INDEX et al to KconfigTom Rini2021-12-271-4/+0
* Merge tag 'v2021.10-rc4' into nextTom Rini2021-09-161-0/+3
|\
| * riscv: enable booting HiFive Unmatched from SATAHeinrich Schuchardt2021-09-071-0/+3
* | Convert CONFIG_SYS_MALLOC_LEN to KconfigTom Rini2021-08-311-2/+0
* | Finish converting CONFIG_SYS_CACHELINE_SIZE to KconfigTom Rini2021-08-311-2/+0
* | Convert CONFIG_SYS_LOAD_ADDR to KconfigTom Rini2021-08-311-2/+0
* | Convert CONFIG_SYS_I2C_EEPROM_ADDR et al to KconfigTom Rini2021-08-301-2/+0
* | Convert CONFIG_ID_EEPROM to KconfigTom Rini2021-08-301-2/+0
|/
* board: sifive: unmatched: add initial support for a platform ID EEPROMZong Li2021-07-061-0/+6
* riscv: sifive: Set default fdtfile namesDimitri John Ledkov2021-07-061-0/+1
* board: sifive: add HiFive Unmatched board supportGreen Wan2021-05-311-0/+83