bios/boot: make Ethernet boot mode flexible (now also using boot.json similarly to...
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Thu, 11 Jun 2020 11:12:58 +0000 (13:12 +0200)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Thu, 11 Jun 2020 11:12:58 +0000 (13:12 +0200)
commitf4abdd3f2c8d19e2d259df1e0a18b42369e7979e
tree95a12dd93173b6315df991fbbd7e41e40c9fa87b
parentc2ae22eeb6350726664161487a6532fe79d46174
bios/boot: make Ethernet boot mode flexible (now also using boot.json similarly to SDCard boot).

Example of boot.json:
{
"Image":        "0x40000000",
"rootfs.cpio":  "0x40800000",
"rv32.dtb":     "0x41000000",
"emulator.bin": "0x41100000"
}
litex/soc/software/bios/boot.c