# # ChangeLog for trunk/softs/tsar_boot/src # # Generated by Trac 1.2.3 # Jun 27, 2024, 6:13:59 AM Tue, 16 Apr 2013 15:33:46 GMT cfuguet [368] * trunk/softs/tsar_boot/Makefile (modified) * trunk/softs/tsar_boot/conf/ldscript (deleted) * trunk/softs/tsar_boot/conf/platform_fpga_de2-115/ldscript (added) * trunk/softs/tsar_boot/conf/platform_vgsb_xicu_mmu/ldscript (added) * trunk/softs/tsar_boot/src/boot_tty.c (modified) Modification in tsar/trunk/softs/tsar_boot Writing the carriage ... Tue, 02 Apr 2013 15:53:52 GMT cfuguet [349] * trunk/softs/tsar_boot/src/reset.S (modified) Rearranging addresses in the function pointer table to keep backward ... 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 ... Tue, 12 Mar 2013 15:41:38 GMT cfuguet [314] * trunk/softs/tsar_boot/src/reset.S (modified) Erasing old comments in the reset.s file of the pre-loader Tue, 26 Feb 2013 08:19:41 GMT cfuguet [302] * trunk/softs/tsar_boot/README.txt (modified) * trunk/softs/tsar_boot/conf/platform_fpga_de2-115/defs_platform.h (modified) * trunk/softs/tsar_boot/src/boot_ioc.c (modified) * trunk/softs/tsar_boot/src/reset.S (modified) Introducing IRQ_PER_PROC constant in the tsar boot loader ... 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 ...