comparison packages/io/flash/current/ChangeLog @ 117:bd1a71e3e476 ecos-sw-2000-08-25

Merge from eCos master repository on 2000-08-25-19:22:58-BST
author jlarmour
date Fri, 25 Aug 2000 19:17:22 +0000
parents 6ed91473a1cd
children 77cec8369160
comparison
equal deleted inserted replaced
116:a0f9581a3a09 117:bd1a71e3e476
1 2000-08-22 Hugo Tyson <hmt@cygnus.co.uk>
2
3 * src/flash.c (flash_program): Add HAL_ICACHE_DISABLE/ENABLE pairs
4 around calls to RAM copy of programming/erasing function - this is
5 necessary to get reliable operation on EBSA285 and similar.
6 Otherwise, what is in the instruction cache might be run instead.
7
1 2000-08-14 Gary Thomas <gthomas@redhat.com> 8 2000-08-14 Gary Thomas <gthomas@redhat.com>
2 9
3 * include/flash.h: Add block size mask for finding block boundaries. 10 * include/flash.h: Add block size mask for finding block boundaries.
4 11
5 * src/flash.c: Use block size properly. 12 * src/flash.c: Use block size properly.