cvw/fpga/zsbl
2024-07-25 11:19:15 -05:00
..
bios.s Added true bootloader to fpga/zsbl directory. 2024-05-31 15:28:25 -05:00
boot.c Initialized UART with Arty frequency and baud rate. Will make this dynamic in the future 2024-07-24 22:43:47 -05:00
boot.h Fixed syntax bugs. inline functions are now static and in the spi.h header. 2024-07-23 17:00:32 -05:00
gpt.c Added uart header to gpt.c. 2024-07-24 22:43:16 -05:00
gpt.h Removed references to card_type. 2024-07-23 15:46:18 -05:00
linker1000.x Added true bootloader to fpga/zsbl directory. 2024-05-31 15:28:25 -05:00
Makefile Added ability to split boot.memfile into boot.mem and data.mem. 2024-07-25 11:19:15 -05:00
sd.c Fixed syntax bugs. inline functions are now static and in the spi.h header. 2024-07-23 17:00:32 -05:00
sd.h Initial pass on SPI based bootloader code finished. 2024-07-23 16:33:49 -05:00
spi.c Fixed syntax bugs. inline functions are now static and in the spi.h header. 2024-07-23 17:00:32 -05:00
spi.h Fixed syntax bugs. inline functions are now static and in the spi.h header. 2024-07-23 17:00:32 -05:00
uart.c Masked lower byte when writing to DLL. 2024-07-24 22:44:27 -05:00
uart.h Added uart print functions and the Wally banner. SD card can now be initialized. Removed old code from boot.c 2024-07-23 14:18:42 -05:00