BIOS: Flashboot without main ram
authorEwen McNeill <ewen@naos.co.nz>
Fri, 19 Jan 2018 01:37:53 +0000 (12:37 +1100)
committerRohit Singh <rohit91.2008@gmail.com>
Sat, 20 Jan 2018 04:05:47 +0000 (15:05 +1100)
commit75e7f9505a3d887b3ba23fcd4522b4d558fe4bd2
tree36e709515416432579fcf75619a47478d24c9338
parent3a5f93db5db20087ce0b91a5ffa23ddd1d32ad4e
BIOS: Flashboot without main ram

Modified flashboot() to skip copy to main ram if there is no main
ram, and instead execute in place out of SPI flash.  (For this to
work the linker .ld will also need to redirect references to be
inside the SPI flash mapping.)
litex/soc/software/bios/boot.c