# # ChangeLog for trunk/softs/tsar_boot/Makefile # # Generated by Trac 1.2.3 # May 21, 2024, 5:00:02 AM Mon, 14 Jan 2013 15:39:14 GMT cfuguet [286] * trunk/softs/tsar_boot/Makefile (modified) * trunk/softs/tsar_boot/boot_loader_entry.c (modified) * trunk/softs/tsar_boot/boot_tty.c (modified) * trunk/softs/tsar_boot/io_drivers/ioc.c (modified) Fixing bug in boot_tty.c: Use address of tty status when ... 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 ... 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 ...