This project builds 3 binaries:
- zsbl, the zero stage bootloader.
- fsbl, the first stage bootloader.
- board_setup, a binary based on fsbl that configures the hardware in hart 0 and then executes ebreak. The other harts are parked in an infinite loop. It's intended to be used from OpenOCD to quickly prepare a HiFive Unleashed board for code to be downloaded into its DDR memory.