# # ChangeLog for trunk/softs/tsar_boot/src/reset_elf_loader.c # # Generated by Trac 1.2.3 # May 15, 2024, 6:05:28 PM Thu, 14 May 2015 20:45:44 GMT alain [992] * trunk/softs/tsar_boot/Makefile (modified) * trunk/softs/tsar_boot/drivers/reset_bdv.c (deleted) * trunk/softs/tsar_boot/drivers/reset_bdv.h (deleted) * trunk/softs/tsar_boot/drivers/reset_hba.c (deleted) * trunk/softs/tsar_boot/drivers/reset_hba.h (deleted) * trunk/softs/tsar_boot/drivers/reset_ioc_bdv.c (added) * trunk/softs/tsar_boot/drivers/reset_ioc_bdv.h (added) * trunk/softs/tsar_boot/drivers/reset_ioc_hba.c (added) * trunk/softs/tsar_boot/drivers/reset_ioc_hba.h (added) * trunk/softs/tsar_boot/drivers/reset_ioc_rdk.c (added) * trunk/softs/tsar_boot/drivers/reset_ioc_rdk.h (added) * trunk/softs/tsar_boot/drivers/reset_ioc_sdc.c (added) * trunk/softs/tsar_boot/drivers/reset_ioc_sdc.h (added) * trunk/softs/tsar_boot/drivers/reset_ioc_spi.c (added) * trunk/softs/tsar_boot/drivers/reset_ioc_spi.h (added) * trunk/softs/tsar_boot/drivers/reset_rdk.c (deleted) * trunk/softs/tsar_boot/drivers/reset_rdk.h (deleted) * trunk/softs/tsar_boot/drivers/reset_sdc.c (deleted) * trunk/softs/tsar_boot/drivers/reset_sdc.h (deleted) * trunk/softs/tsar_boot/drivers/reset_tty.c (modified) * trunk/softs/tsar_boot/drivers/sdcard.c (deleted) * trunk/softs/tsar_boot/drivers/sdcard.h (deleted) * trunk/softs/tsar_boot/include/reset_ioc.h (modified) * trunk/softs/tsar_boot/src/reset_elf_loader.c (modified) * trunk/softs/tsar_boot/src/reset_ioc.c (modified) * trunk/softs/tsar_boot/src/reset_utils.c (modified) Introduce a new driver for SD Card using the 4bits wide SD bus. ... Wed, 01 Apr 2015 13:42:03 GMT alain [962] * trunk/softs/tsar_boot/Makefile (modified) * trunk/softs/tsar_boot/conf/platform_de2_115_fpga/hard_config.h (modified) * trunk/softs/tsar_boot/drivers/reset_bdv.c (modified) * trunk/softs/tsar_boot/drivers/reset_inval.c (modified) * trunk/softs/tsar_boot/drivers/reset_inval.h (modified) * trunk/softs/tsar_boot/include/reset_ioc.h (modified) * trunk/softs/tsar_boot/include/reset_utils.h (modified) * trunk/softs/tsar_boot/src/reset_elf_loader.c (modified) * trunk/softs/tsar_boot/src/reset_ioc.c (modified) * trunk/softs/tsar_boot/src/reset_utils.c (modified) Introducing a new IOC driver supporting the VciMultiAhci disk ... Wed, 18 Feb 2015 15:18:43 GMT cfuguet [949] * trunk/softs/tsar_boot/include/defs.h (modified) * trunk/softs/tsar_boot/preloader.ld.in (modified) * trunk/softs/tsar_boot/src/reset.S (modified) * trunk/softs/tsar_boot/src/reset_elf_loader.c (modified) preloader: when loading LINUX, copy the DTB in low memory addresses Tue, 27 Jan 2015 16:20:19 GMT cfuguet [930] * trunk/softs/tsar_boot/preloader.ld.in (modified) * trunk/softs/tsar_boot/src/reset_elf_loader.c (modified) * trunk/softs/tsar_boot/src/reset_utils.c (modified) tsar_boot: using global variable for the block device block cache ... Thu, 24 Jul 2014 13:19:18 GMT cfuguet [758] * trunk/softs/tsar_boot/Doxyfile (modified) * trunk/softs/tsar_boot/Makefile (modified) * trunk/softs/tsar_boot/README (modified) * trunk/softs/tsar_boot/VERSION (modified) * trunk/softs/tsar_boot/conf/platform_de2_115_fpga (added) * trunk/softs/tsar_boot/conf/platform_de2_115_fpga/hard_config.h (added) * trunk/softs/tsar_boot/conf/platform_de2_115_fpga/ldscript (copied) * trunk/softs/tsar_boot/conf/platform_de2_115_fpga/platform.dts (added) * trunk/softs/tsar_boot/conf/platform_fpga_de2-115 (deleted) * trunk/softs/tsar_boot/conf/platform_tsar_generic_iob/defs_platform.h (deleted) * trunk/softs/tsar_boot/conf/platform_tsar_generic_iob/hard_config.h (added) * trunk/softs/tsar_boot/conf/platform_tsar_generic_iob/ldscript (modified) * trunk/softs/tsar_boot/conf/platform_tsarv4_mono_mmu_ioc (deleted) * trunk/softs/tsar_boot/drivers (added) * trunk/softs/tsar_boot/drivers/reset_bdv.c (added) * trunk/softs/tsar_boot/drivers/reset_bdv.h (added) * trunk/softs/tsar_boot/drivers/reset_inval.c (added) * trunk/softs/tsar_boot/drivers/reset_inval.h (added) * trunk/softs/tsar_boot/drivers/reset_rdk.c (added) * trunk/softs/tsar_boot/drivers/reset_rdk.h (added) * trunk/softs/tsar_boot/drivers/reset_sdc.c (added) * trunk/softs/tsar_boot/drivers/reset_sdc.h (added) * trunk/softs/tsar_boot/drivers/reset_tty.c (moved) * trunk/softs/tsar_boot/drivers/reset_tty.h (moved) * trunk/softs/tsar_boot/drivers/sdcard.c (moved) * trunk/softs/tsar_boot/drivers/sdcard.h (moved) * trunk/softs/tsar_boot/drivers/spi.c (moved) * trunk/softs/tsar_boot/drivers/spi.h (moved) * trunk/softs/tsar_boot/include/block_device.h (deleted) * trunk/softs/tsar_boot/include/defs.h (modified) * trunk/softs/tsar_boot/include/inttypes.h (added) * trunk/softs/tsar_boot/include/mcc.h (deleted) * trunk/softs/tsar_boot/include/reset_ioc.h (modified) * trunk/softs/tsar_boot/include/reset_utils.h (modified) * trunk/softs/tsar_boot/include/tty.h (deleted) * trunk/softs/tsar_boot/src/reset.S (modified) * trunk/softs/tsar_boot/src/reset_elf_loader.c (modified) * trunk/softs/tsar_boot/src/reset_ioc.c (modified) * trunk/softs/tsar_boot/src/reset_utils.c (modified) tsar_boot: improving configuration infrastructure - Using ... Sun, 25 May 2014 15:35:37 GMT cfuguet [701] * trunk/softs/tsar_boot/Makefile (modified) * trunk/softs/tsar_boot/include/defs.h (modified) * trunk/softs/tsar_boot/include/reset_utils.h (modified) * trunk/softs/tsar_boot/src/reset_elf_loader.c (modified) * trunk/softs/tsar_boot/src/reset_utils.c (modified) tsar_boot: - Important optimization in the reset_elf_loader ... Sat, 17 May 2014 09:59:53 GMT cfuguet [694] * trunk/softs/tsar_boot/src/reset.S (modified) * trunk/softs/tsar_boot/src/reset_elf_loader.c (modified) * trunk/softs/tsar_boot/src/reset_exception.c (modified) * trunk/softs/tsar_boot/src/sdcard.c (modified) tsar_boot: - Displaying Data Bad Virtual Address when exception ... Wed, 14 May 2014 14:08:41 GMT cfuguet [687] * trunk/softs/tsar_boot/src/reset_elf_loader.c (modified) Modification in tsar_boot: Replacing p_vaddr by p_paddr while ... 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 ...