cvw/fpga/zsbl
2024-07-23 16:32:52 -05:00
..
bios.s Added true bootloader to fpga/zsbl directory. 2024-05-31 15:28:25 -05:00
boot.c Progress made on implementing new disk read function. 2024-07-23 15:47:23 -05:00
boot.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
gpt.c Added some minor error checking to gpt.c. 2024-07-23 16:32:52 -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 true bootloader to fpga/zsbl directory. 2024-05-31 15:28:25 -05:00
sd.c Added sd_read64 to help with block reads and crc checking. 2024-07-23 16:32:29 -05:00
sd.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
spi.c Progress made on implementing new disk read function. 2024-07-23 15:47:23 -05:00
spi.h Progress made on implementing new disk read function. 2024-07-23 15:47:23 -05:00
uart.c 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
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