# # ChangeLog for trunk/softs/tsar_boot # # Generated by Trac 1.2.3 # May 16, 2024, 1:01:14 AM Sat, 08 Dec 2012 16:01:28 GMT bouyer [282] * trunk/softs/tsar_boot/exceptions.c (added) Complete r281: Keep BEV bit set in STATUS register, and add an ... Sat, 08 Dec 2012 15:59:50 GMT bouyer [281] * trunk/softs/tsar_boot/Makefile (modified) * trunk/softs/tsar_boot/reset.S (modified) Keep BEV bit set in STATUS register, and add an exception handler at ... Sat, 08 Dec 2012 15:58:32 GMT bouyer [280] * trunk/softs/tsar_boot/boot_tty.c (modified) Remove unused base_addresses Wed, 05 Dec 2012 17:55:07 GMT cfuguet [279] * trunk/softs/tsar_boot/io_drivers/ioc.c (modified) Introducing multi block read in the ioc_read function for the FPGA ... Thu, 29 Nov 2012 15:51:58 GMT bouyer [276] * trunk/softs/tsar_boot (added) * trunk/softs/tsar_boot/Makefile (added) * trunk/softs/tsar_boot/block_device.h (added) * trunk/softs/tsar_boot/boot_loader_entry.c (added) * trunk/softs/tsar_boot/boot_tty.c (added) * trunk/softs/tsar_boot/boot_tty.h (added) * trunk/softs/tsar_boot/defs.h (added) * trunk/softs/tsar_boot/elf-types.h (added) * trunk/softs/tsar_boot/int-types.h (added) * trunk/softs/tsar_boot/io_drivers (added) * trunk/softs/tsar_boot/io_drivers/io.h (added) * trunk/softs/tsar_boot/io_drivers/ioc.c (added) * trunk/softs/tsar_boot/io_drivers/ioc.h (added) * trunk/softs/tsar_boot/io_drivers/sdcard.c (added) * trunk/softs/tsar_boot/io_drivers/sdcard.h (added) * trunk/softs/tsar_boot/io_drivers/spi.c (added) * trunk/softs/tsar_boot/io_drivers/spi.h (added) * trunk/softs/tsar_boot/ldscript (added) * trunk/softs/tsar_boot/platform_fpga_de2-115 (added) * trunk/softs/tsar_boot/platform_fpga_de2-115/defs_platform.h (added) * trunk/softs/tsar_boot/platform_fpga_de2-115/platform_fpga.dts (added) * trunk/softs/tsar_boot/platform_fpga_de2-115/platform_soclib.dts (added) * trunk/softs/tsar_boot/reset.S (added) * trunk/softs/tsar_boot/tty.h (added) A boot loader to be stored in ROM of a TSAR platform. Based on Cesar ...