Xiang Wang has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/33055 )
Change subject: soc/sifive/fu540: add code for spi and map flash to memory spaces ......................................................................
Patch Set 12:
Patch Set 12:
Patch Set 12:
Patch Set 12:
Have anything update?
I currently don't have hardware to test. I'll run test next week and give you feedback.
I tested.
Without this patch, you need to make the following modifications to run on real hardware.
diff --git a/src/mainboard/sifive/hifive-unleashed/Kconfig b/src/mainboard/sifive/hifive-unleashed/Kconfig Index 24531787ef..db1d9aa54a 100644 --- a/src/mainboard/sifive/hifive-unleashed/Kconfig +++ b/src/mainboard/sifive/hifive-unleashed/Kconfig @@ -16,9 +16,10 @@ if BOARD_SIFIVE_HIFIVE_UNLEASHED Config BOARD_SPECIFIC_OPTIONS Def_bool y Select SOC_SIFIVE_FU540
- select BOARD_ROMSIZE_KB_32768
- select BOARD_ROMSIZE_KB_16384
I am sorry I have tested before But I am testing now and found some problems.