Tags: im-tomu/foboot
Tags
sw: don't clear OUT buffer during usb_recv If there is data already in the OUT buffer, don't throw it away. This was necessary when using `epfifo` due to the way it shared OUT and SETUP packets. However, it is causing reliability issues with eptri. Signed-off-by: Sean Cross <[email protected]>
foboot: don't re-enter updater when spi id doesn't match Consult the spi_id prior to jumping to the updater. This will ensure that if the wrong image is flashed, it won't get re-executed during a reboot. Signed-off-by: Sean Cross <[email protected]>
hw: deps: re-fix valentyusb Signed-off-by: Sean Cross <[email protected]>
hw: foboot-bitstream: once again, update dff Now that we're not so constrained, we can correct this again. Signed-off-by: Sean Cross <[email protected]>
hw: fix led ordering on hacker board and add id to "version" Fix the ordering of the LEDs on the "hacker" board. Add a "model id" to the "version" block. Signed-off-by: Sean Cross <[email protected]>
hw: set debug bridge memory size to 0x100 Hardware breakpoints live at offset 0x40 from the start of this region, so increase the size from 0x10 to 0x100. Signed-off-by: Sean Cross <[email protected]>
PreviousNext