# # ChangeLog for trunk/softs/tsar_boot/include # # Generated by Trac 1.2.3 # May 1, 2024, 8:36:08 PM Tue, 02 Apr 2013 12:23:02 GMT cfuguet [348] * trunk/softs/tsar_boot/include/boot_tty.h (modified) * trunk/softs/tsar_boot/src/boot_tty.c (modified) * trunk/softs/tsar_boot/src/reset.S (modified) Adding the boot_putc and the boot_getc in the functions pointer ... Mon, 01 Apr 2013 18:57:02 GMT cfuguet [347] * trunk/softs/tsar_boot/README.txt (modified) * trunk/softs/tsar_boot/conf/platform_fpga_de2-115/defs_platform.h (modified) * trunk/softs/tsar_boot/conf/platform_vgsb_xicu_mmu (added) * trunk/softs/tsar_boot/conf/platform_vgsb_xicu_mmu/defs_platform.h (added) * trunk/softs/tsar_boot/conf/platform_vgsb_xicu_mmu/platform_fpga.dts (added) * trunk/softs/tsar_boot/conf/platform_vgsb_xicu_mmu/platform_soclib.dts (added) * trunk/softs/tsar_boot/include/boot_ioc.h (modified) * trunk/softs/tsar_boot/src/boot_ioc.c (modified) Introducing dcache line invalidation mechanism in the boot_ioc_read ... 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 ...