embeddedsw/XilinxProcessorIPLib/drivers/nandps8_v2_0/intgTest
Shakti Bhatnagar 9b4870e9cb ndps8_v2_0: Optimized integration test files.
Removed multiple inclusion of header files,
unused variables, unused function parameters.

Signed-off-by: Shakti Bhatnagar <shaktib@xilinx.com>
2014-12-22 11:55:52 +05:30
..
ct.h all: make source code non-executable 2014-12-17 15:13:03 +05:30
ct_standalone.c ndps8_v2_0: Optimized integration test files. 2014-12-22 11:55:52 +05:30
intg.c ndps8_v2_0: Optimized integration test files. 2014-12-22 11:55:52 +05:30
intg.h ndps8_v2_0: Optimized integration test files. 2014-12-22 11:55:52 +05:30
intg_bbt_test.c ndps8_v2_0: Optimized integration test files. 2014-12-22 11:55:52 +05:30
intg_codecoverage_test.c nandps8_v2_0: Added 2 test cases and 1 Code Coverage test 2014-12-22 11:55:46 +05:30
intg_ecc_test.c ndps8_v2_0: Optimized integration test files. 2014-12-22 11:55:52 +05:30
intg_erase_read.c ndps8_v2_0: Optimized integration test files. 2014-12-22 11:55:52 +05:30
intg_flash_rw.c ndps8_v2_0: Optimized integration test files. 2014-12-22 11:55:52 +05:30
intg_markblockbad_test.c nandps8_v2_0: Added 2 test cases and 1 Code Coverage test 2014-12-22 11:55:46 +05:30
intg_partialpage_rw.c ndps8_v2_0: Optimized integration test files. 2014-12-22 11:55:52 +05:30
intg_random_rw.c ndps8_v2_0: Optimized integration test files. 2014-12-22 11:55:52 +05:30
intg_sparebytes_rw.c ndps8_v2_0: Optimized integration test files. 2014-12-22 11:55:52 +05:30
README.txt ndps8_v2_0: Optimized integration test files. 2014-12-22 11:55:52 +05:30
xil_testlib.h all: make source code non-executable 2014-12-17 15:13:03 +05:30

NandPs8 Integration test

- On R5 processors, you may get compilation error for bsp stating "undefined reference to `end'"
  Add end = .;  at the end of the linker script to remove this error

  } > ps8_ocm_ram_0_S_AXI_BASEADDR

  _end = .;
  end = .;
}