# # ChangeLog for trunk/softs/tsar_boot/src/reset_elf_loader.c # # Generated by Trac 1.2.3 # May 11, 2024, 2:41:15 PM Thu, 05 Dec 2013 15:47:15 GMT cfuguet [591] * trunk/softs/tsar_boot/src/reset_elf_loader.c (modified) When the file size of an program segment is smaller than its mem ... Wed, 04 Dec 2013 18:59:21 GMT alain [586] * trunk/softs/tsar_boot/Makefile (modified) * trunk/softs/tsar_boot/conf/platform_tsar_generic_iob/defs_platform.h (modified) * trunk/softs/tsar_boot/conf/platform_tsar_generic_iob/ldscript (modified) * trunk/softs/tsar_boot/include/defs.h (modified) * trunk/softs/tsar_boot/include/reset_ioc.h (moved) * trunk/softs/tsar_boot/include/reset_tty.h (moved) * trunk/softs/tsar_boot/include/reset_utils.h (moved) * trunk/softs/tsar_boot/src/exceptions.c (deleted) * trunk/softs/tsar_boot/src/reset.S (modified) * trunk/softs/tsar_boot/src/reset_elf_loader.c (moved) * trunk/softs/tsar_boot/src/reset_exception.c (added) * trunk/softs/tsar_boot/src/reset_ioc.c (moved) * trunk/softs/tsar_boot/src/reset_tty.c (moved) * trunk/softs/tsar_boot/src/reset_utils.c (moved) * trunk/softs/tsar_boot/src/sdcard.c (modified) Modify the name "boot" to "reset" to avoid confusion between the ... Wed, 30 Oct 2013 10:54:13 GMT cfuguet [570] * trunk/softs/tsar_boot/conf/platform_tsar_generic_iob (added) * trunk/softs/tsar_boot/conf/platform_tsar_generic_iob/defs_platform.h (added) * trunk/softs/tsar_boot/conf/platform_tsar_generic_iob/ldscript (added) * trunk/softs/tsar_boot/src/boot_elf_loader.c (modified) Modifications in tsar_boot: - Aligning the boot loader block ...