<tpb>
Title: cpu/soc_core: automatically set csr mapping to 0x00000000 when using … · enjoy-digital/litex@9d1443c · GitHub (at github.com)
scanakci has joined #litex
<scanakci>
Does LiteX support any Arty board other than A7?
<_florent_>
scanakci: the A7-100T and S7 are also supported
<scanakci>
thanks!
scientes has quit [Read error: error:1408F119:SSL routines:ssl3_get_record:decryption failed or bad record mac]
scientes has joined #litex
somlo has quit [Remote host closed the connection]
scanakci has quit [Quit: Connection closed for inactivity]
somlo has joined #litex
_whitelogger has joined #litex
<SpaceCoaster>
What is the LiteX magic to omit the bios from a SOC and prevent it compiling? I want to replace it with my own firmware.
<feldim2425>
I've never tried this but you should be able to create the builder and then search in software_packages. This should contain tuples with (name, path) you just have to find the tuple containing the name "bios" and replace the path or delete it and add your own using add_software_package
<feldim2425>
It might also be an option to create your own Builder class that inherits from the LiteX builder and overrides the _initialize_rom_software method