source: trunk/softs/tsar_boot

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1049   6 years alain Cosmetic change in the hard_config.h file : XCU -> ICU , TTY -> TXT
(edit) @1043   7 years meunier * Reintroducing the '\r' character when a '\n' is passed in the …
(edit) @1042   7 years meunier * Passing BLOCK_SIZE as a Makefile parameter in tsar bootloader * …
(edit) @1024   7 years meunier * Update Makefile in soft/tsar_boot: the build directory is now a parameter
(edit) @1003   8 years guerin spi: drop inline keyword to fix compilation with GCC 5.1
(edit) @992   8 years alain Introduce a new driver for SD Card using the 4bits wide SD bus. THere …
(edit) @968   8 years cfuguet bugfix:tsar_boot: cache aligned structures should use the …
(edit) @964   8 years alain Introducing HBA driver in the tsar boot-loader.
(edit) @962   8 years alain Introducing a new IOC driver supporting the VciMultiAhci? disk …
(edit) @949   8 years cfuguet preloader: when loading LINUX, copy the DTB in low memory addresses
(edit) @930   8 years cfuguet tsar_boot: using global variable for the block device block cache …
(edit) @911   8 years alain The reset_buf_invalidate() function has been modified to comply with …
(edit) @866   8 years cfuguet tsar_boot: fixing minor bug in the Makefile - when redirecting …
(edit) @860   8 years alain Remove the tsar_generic_iob platform from the conf directory. Because …
(edit) @835   8 years cfuguet tsar_boot: Modify NetBSD device tree for de2-115 fpga platform - …
(edit) @834   8 years cfuguet tsar_boot: device-tree modification - Adding memory node in cluster …
(edit) @833   8 years alain Modifying the reset.S file to support procid on 12 bits.
(edit) @832   8 years cfuguet tsar_boot: fixing configuration files for the FPGA de2-115 platform
(edit) @830   8 years porquet tsar_boot: fix the number of bytes to read from disk
(edit) @815   8 years cfuguet tsar_boot: solve an incompatibility problem in the version.sh script
(edit) @804   9 years cfuguet tsar_boot: using RESET_ADDRESS as preloader base address - The …
(edit) @801   9 years cfuguet tsar_boot: Using P_WIDTH constant to get lpid from CP0 EBASE
(edit) @798   9 years cfuguet tsar_boot: updating platform conf examples
(edit) @796   9 years cfuguet tsar_generic_leti, tsar_boot: used USE_IOC_RDK instead of USE_RAMDISK …
(edit) @794   9 years porquet tsar_boot: include device tree binary when USE_DT=1
(edit) @791   9 years cfuguet tsar_boot: minor Makefile optimization
(edit) @761   9 years cfuguet tsar_boot: adding hard_config.h dependency in makefile - This is to …
(edit) @759   9 years cfuguet tsar_boot: preloader ldscript is automatically generated - Stack …
(edit) @758   9 years cfuguet tsar_boot: improving configuration infrastructure - Using …
(edit) @755   9 years cfuguet tsar_boot: preloader stack - During preloader execution, only …
(edit) @741   9 years alain Increase stack_base address in ldscript to comply with the arch.py
(edit) @731   9 years alain Update ldscript file for platform tsar_generic_iob
(edit) @726   9 years cfuguet tsar_boot: version.sh - When using git svn, display git svn info …
(edit) @705   9 years cfuguet tsar_boot: - Completing io utility functions to provide physical …
(edit) @704   9 years alain tsar_boot: - Erasing unused constant in defs.h - Modofication in …
(edit) @703   9 years cfuguet tsar_boot: - Improvement of memset function. When buffer not word …
(edit) @702   9 years cfuguet tsar_boot: - Fixing bug introduced in commit r688. Missing double …
(edit) @701   9 years cfuguet tsar_boot: - Important optimization in the reset_elf_loader …
(edit) @694   9 years cfuguet tsar_boot: - Displaying Data Bad Virtual Address when exception …
(edit) @691   9 years cfuguet Bugfix in tsar_boot: Logical OR replace by Bitwise OR to build word
(edit) @688   9 years porquet tsar_boot: improve version.sh to work with git-svn repos
(edit) @687   9 years cfuguet Modification in tsar_boot: Replacing p_vaddr by p_paddr while loading …
(edit) @662   9 years cfuguet Bugfix in tsar_boot makefile: - when defining makefile parameters …
(edit) @660   9 years bouyer Revert previous, not all platform defines seg_reset_stack_size. Remove …
(edit) @659   9 years bouyer Use seg_reset_stack_size, not a hardcoded 64k value
(edit) @655   9 years cfuguet Fixing bug introduced in last commit : - When using IO bridge, some …
(edit) @654   9 years cfuguet Cleaning up reset_ioc.c file and re-establishing the .SILENT variable …
(edit) @653   9 years cfuguet Introducing a RAMDISK driver in the preloader. When using RAMDISK, …
(edit) @634   9 years bouyer Pass the preloader's function vector address in a0 to the next stage. …
(edit) @623   9 years alain Introducing the soft_hello_giet application.
(edit) @606   9 years alain Supporting fixed format for cluster index in reset.S.
(edit) @593   9 years bouyer Really use DMA only if IOC_USE_DMA is defined
(edit) @591   9 years cfuguet When the file size of an program segment is smaller than its mem size, …
(edit) @590   9 years bouyer Use the SPI controller's DMA if the defs_platform.h defines IOC_USE_DMA.
(edit) @589   9 years bouyer Sync with reality (the frame buffer has not used sdram for a long time)
(edit) @588   9 years bouyer Rename IOC_BASE to IOC_PADDR_BASE for consistency
(edit) @587   9 years bouyer Add back version string print
(edit) @586   9 years alain Modify the name "boot" to "reset" to avoid confusion between the …
(edit) @570   9 years cfuguet Modifications in tsar_boot: - Aligning the boot loader block buffer …
(edit) @568   9 years cfuguet Adding support for TSAR platforms using the vci_io_bridge component. …
(edit) @567   9 years alain Introducing CP2 registers mnemonics in mips32_registers.h Supporting …
(edit) @566   9 years cfuguet Fixing incompatibility problem with the echo command between linux and …
(edit) @563   9 years bouyer rename data section to bss, and mark it noload.
(edit) @562   9 years bouyer Now that the stack also contains some important structure, move it to …
(edit) @554   9 years bouyer Make sure the boot loader won't try to write to the ROM. Store …
(edit) @502   10 years bouyer Print a version string at execution, dynamically computed at link …
(edit) @501   10 years bouyer Add support for >= v2, SDHC cards (larger than 2GB). Tested with a …
(edit) @425   10 years cfuguet Modifications in tsar_boot: - Creating new files boot_utils.[c h] …
(edit) @417   10 years porquet tsar_boot: typos
(edit) @416   10 years porquet it's 64 bytes and not 16 bytes (16 is the number of words in a cache block)
(edit) @415   10 years cfuguet Modifications in soft/tsar_boot: - Fixing indentation problems in …
(edit) @413   10 years porquet tsar_boot: new conf directory for platform 'tsarv4_mono_mmu_ioc'
(edit) @412   10 years porquet boot_tsar: bug fix and more debug
(edit) @411   10 years porquet tsar_boot: let the user have a custom conf file to avoid repeating …
(edit) @406   10 years cfuguet Introducing USE_DT (true by default) option in tsar_boot makefile
(edit) @399   10 years bouyer Sync with reality: we have only one processor on the de2-115 and we'll …
(edit) @398   10 years bouyer Use 128bits transfers at the SPI controller level when possible; this …
(edit) @390   10 years cfuguet Reactivating commented command in the Makefile of the tsar_boot
(edit) @388   10 years cfuguet Modifications in tsar/trunk/softs/tsar_boot: - Improving the …
(copy) @373   10 years joannou Reintroducing softs : * tests_cc_vcache * tsar_boot
copied from branches/v4/softs/tsar_boot:
(copy) @371   10 years joannou Create TsarV4 branch from trunk as of now
Note: See TracRevisionLog for help on using the revision log.