URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [lib/] [libbsp/] [m68k/] [ods68302/] [startup/] [memcheck.c] - Rev 389
Go to most recent revision | Compare with Previous | Blame | View Log
/*****************************************************************************/ /* $Id: memcheck.c,v 1.2 2001-09-27 12:00:23 chris Exp $ Memory check routines. The production test is a destrucive full test. The boot test is a minimal, non-desctructive. The partial memory test performs a scetion at a time, and gets called in a repeated fashion to completely check the memory, */ /*****************************************************************************/ void production_memory_test() { } void boot_memory_test() { } void reset_partial_memory_test() { } void partial_memory_test() { }
Go to most recent revision | Compare with Previous | Blame | View Log