nuttx/boards/risc-v
Jiuzhu Dong de1c184e6c boards/sim: support rc.sysinit
Follow: http://glennastory.net/boot/sysinit.html

This is first script that init runs is rc.sysinit. This
script does serval initialization tasks about basic service.

The boot sequence currently provided to the board level is:
board_earlyinitialize->
    board_lateinitialize(Peripherals driver, core driver, ...)->
	run rcS script(mount fs, run service) ->
	    board_appinitialize->

After this patch:
The boot sequence currently provided to the board level is:
board_earlyinitialize->
    board_lateinitialize(core driver,...)->
	run rc.sysinit script(mount fs, run core service) ->
	    board_appinitialize(Peripherals driver)->
		run rcS script(run other service)->

So, Peripheral drivers can do more with the file system and
core services.

Signed-off-by: Jiuzhu Dong <dongjiuzhu1@xiaomi.com>
2022-04-21 12:54:53 +03:00
..
bl602/bl602evb arch/risc-v: Remove FAR from chip and board folder 2022-04-19 00:22:45 +03:00
c906/smartl-c906 boards/ostest: remove board ostest implement 2022-04-18 22:22:16 +08:00
esp32c3/esp32c3-devkit boards/sim: support rc.sysinit 2022-04-21 12:54:53 +03:00
fe310/hifive1-revb arch/risc-v: Remove FAR from chip and board folder 2022-04-19 00:22:45 +03:00
k210/maix-bit arch/risc-v: Remove FAR from chip and board folder 2022-04-19 00:22:45 +03:00
litex/arty_a7 arch/risc-v: Remove FAR from chip and board folder 2022-04-19 00:22:45 +03:00
mpfs arch/risc-v: Remove FAR from chip and board folder 2022-04-19 00:22:45 +03:00
qemu-rv/rv-virt boards/sim: support rc.sysinit 2022-04-21 12:54:53 +03:00
rv32m1/rv32m1-vega arch/risc-v: Remove FAR from chip and board folder 2022-04-19 00:22:45 +03:00