Ignore:
Timestamp:
Apr 1, 2015, 3:42:03 PM (10 years ago)
Author:
alain
Message:

Introducing a new IOC driver supporting the VciMultiAhci? disk controller (in polling mode only).
Extending the MMC driver to support the SYNC command requested by the AHCI protocol on the tsar_generic_iob platform.

Location:
trunk/softs/tsar_boot/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/softs/tsar_boot/include/reset_ioc.h

    r758 r962  
    77 *
    88 * \note   These functions call the specific disk controller driver depending
    9  *         on the USE_IOC_BDV, USE_IOC_SPI or USE_RAMDISK constants
     9 *         on the USE_IOC_BDV, USE_IOC_SDC or USE_IOC_HBA USE_IOC_RDK flags
    1010 */
    1111#ifndef RESET_IOC_H
  • trunk/softs/tsar_boot/include/reset_utils.h

    r758 r962  
    5454void check_elf_header(Elf32_Ehdr *ehdr);
    5555void reset_print_elf_phdr(Elf32_Phdr * elf_phdr_ptr);
     56void reset_display_block( char* buffer );
    5657
    5758#endif /* RESET_UTILS_H */
Note: See TracChangeset for help on using the changeset viewer.