bios/boot: rework netboot/flashboot for VexRiscv in linux variant
authorMateusz Holenko <mholenko@antmicro.com>
Thu, 11 Jul 2019 08:14:27 +0000 (10:14 +0200)
committerMateusz Holenko <mholenko@antmicro.com>
Mon, 15 Jul 2019 14:02:58 +0000 (16:02 +0200)
commit8335f13fb15080852bf1928ad669b98f7e4c51ea
treec0b2b045bb7bacba354ef7b35ef456405758a52f
parenta19bdd0e6a0952ddaba0d6fa4c50f2fc489c7819
bios/boot: rework netboot/flashboot for VexRiscv in linux variant

Get rid of NETBOOT_LINUX_VEXRISCV/FLASHBOOT_LINUX_VEXRISCV defines
and use information about CPU_TYPE and CPU_VARIANT instead.

Use common kernel/rootfs/device tree/emulator images layout
when booting over network and from flash.
litex/soc/software/bios/boot.c