# # ChangeLog for trunk/softs/tsar_boot # # Generated by Trac 1.2.3 # May 15, 2024, 6:50:34 AM Sun, 10 Feb 2013 13:02:02 GMT cfuguet [292] * trunk/softs/tsar_boot/Makefile (deleted) * trunk/softs/tsar_boot/README.txt (added) * trunk/softs/tsar_boot/block_device.h (deleted) * trunk/softs/tsar_boot/boot_loader_entry.c (deleted) * trunk/softs/tsar_boot/boot_tty.c (deleted) * trunk/softs/tsar_boot/boot_tty.h (deleted) * trunk/softs/tsar_boot/conf (added) * trunk/softs/tsar_boot/conf/ldscript (added) * trunk/softs/tsar_boot/conf/platform_fpga_de2-115 (added) * trunk/softs/tsar_boot/conf/platform_fpga_de2-115/defs_platform.h (added) * trunk/softs/tsar_boot/conf/platform_fpga_de2-115/platform_fpga.dts (added) * trunk/softs/tsar_boot/conf/platform_fpga_de2-115/platform_soclib.dts (added) * trunk/softs/tsar_boot/defs.h (deleted) * trunk/softs/tsar_boot/elf-types.h (deleted) * trunk/softs/tsar_boot/exceptions.c (deleted) * trunk/softs/tsar_boot/include (added) * trunk/softs/tsar_boot/include/block_device.h (added) * trunk/softs/tsar_boot/include/boot_ioc.h (added) * trunk/softs/tsar_boot/include/boot_memcpy.h (added) * trunk/softs/tsar_boot/include/boot_tty.h (added) * trunk/softs/tsar_boot/include/defs.h (added) * trunk/softs/tsar_boot/include/elf-types.h (added) * trunk/softs/tsar_boot/include/io.h (added) * trunk/softs/tsar_boot/include/mips32_registers.h (added) * trunk/softs/tsar_boot/include/sdcard.h (added) * trunk/softs/tsar_boot/include/spi.h (added) * trunk/softs/tsar_boot/include/tty.h (added) * trunk/softs/tsar_boot/int-types.h (deleted) * trunk/softs/tsar_boot/io_drivers (deleted) * trunk/softs/tsar_boot/ldscript (deleted) * trunk/softs/tsar_boot/platform_fpga_de2-115 (deleted) * trunk/softs/tsar_boot/reset.S (deleted) * trunk/softs/tsar_boot/src (added) * trunk/softs/tsar_boot/src/boot_elf_loader.c (added) * trunk/softs/tsar_boot/src/boot_ioc.c (added) * trunk/softs/tsar_boot/src/boot_memcpy.c (added) * trunk/softs/tsar_boot/src/boot_tty.c (added) * trunk/softs/tsar_boot/src/exceptions.c (added) * trunk/softs/tsar_boot/src/reset.S (added) * trunk/softs/tsar_boot/src/sdcard.c (added) * trunk/softs/tsar_boot/src/spi.c (added) * trunk/softs/tsar_boot/tty.h (deleted) Changing directory structure of the TSAR boot loader. A README.txt ... 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 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 ...