# # ChangeLog for trunk/softs/tsar_boot/src/reset_ioc.c # # Generated by Trac 1.2.3 # May 1, 2024, 3:03:57 PM Tue, 09 Sep 2014 13:05:49 GMT cfuguet [796] * trunk/platforms/tsar_generic_leti/arch.py (modified) * trunk/platforms/tsar_generic_leti/top.cpp (modified) * trunk/softs/tsar_boot/src/reset_ioc.c (modified) tsar_generic_leti, tsar_boot: used USE_IOC_RDK instead of USE_RAMDISK ... 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, 03 Mar 2014 17:48:38 GMT cfuguet [654] * trunk/softs/tsar_boot/Makefile (modified) * trunk/softs/tsar_boot/src/reset_ioc.c (modified) Cleaning up reset_ioc.c file and re-establishing the .SILENT ... 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, ... Thu, 05 Dec 2013 14:55:58 GMT bouyer [588] * trunk/softs/tsar_boot/src/reset_ioc.c (modified) Rename IOC_BASE to IOC_PADDR_BASE for consistency 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:19:23 GMT cfuguet [568] * 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_tsarv4_mono_mmu_ioc/defs_platform.h (modified) * trunk/softs/tsar_boot/conf/platform_vgsb_xicu_mmu/defs_platform.h (modified) * trunk/softs/tsar_boot/include/boot_ioc.h (modified) * trunk/softs/tsar_boot/include/mcc.h (added) * trunk/softs/tsar_boot/src/boot_ioc.c (modified) Adding support for TSAR platforms using the vci_io_bridge component. ...