# # ChangeLog for trunk/softs/tsar_boot/README # # Generated by Trac 1.2.3 # Apr 29, 2024, 2:30:03 AM Fri, 25 Jul 2014 08:29:56 GMT cfuguet [761] * trunk/softs/tsar_boot/Makefile (modified) * trunk/softs/tsar_boot/README (modified) tsar_boot: adding hard_config.h dependency in makefile - This is ... Thu, 24 Jul 2014 14:38:36 GMT cfuguet [759] * trunk/softs/tsar_boot/Makefile (modified) * trunk/softs/tsar_boot/README (modified) * trunk/softs/tsar_boot/conf/platform_de2_115_fpga/ldscript (deleted) * trunk/softs/tsar_boot/conf/platform_tsar_generic_iob/ldscript (deleted) * trunk/softs/tsar_boot/preloader.ld.in (added) tsar_boot: preloader ldscript is automatically generated - Stack ... 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 ... Mon, 26 May 2014 07:41:05 GMT cfuguet [702] * trunk/softs/tsar_boot/README (moved) * trunk/softs/tsar_boot/VERSION (moved) * trunk/softs/tsar_boot/version.sh (modified) tsar_boot: - Fixing bug introduced in commit r688. Missing ... Mon, 03 Mar 2014 16:11:06 GMT cfuguet [653] * trunk/softs/tsar_boot/Makefile (modified) * 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_fpga_de2-115/ldscript (modified) * trunk/softs/tsar_boot/conf/platform_tsar_generic_iob/defs_platform.h (modified) * trunk/softs/tsar_boot/conf/platform_tsarv4_mono_mmu_ioc/defs_platform.h (modified) * trunk/softs/tsar_boot/conf/platform_tsarv4_mono_mmu_ioc/ldscript (modified) * trunk/softs/tsar_boot/conf/platform_vgsb_xicu_mmu (deleted) * trunk/softs/tsar_boot/include/io.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.S (modified) * trunk/softs/tsar_boot/src/reset_ioc.c (modified) * trunk/softs/tsar_boot/src/reset_utils.c (modified) Introducing a RAMDISK driver in the preloader. When using RAMDISK, ...