comparison packages/io/flash/current/ChangeLog @ 154:e2d866e32dac

Merge from eCos master repository on 2001-02-26-23:18:05-GMT
author jlarmour
date Tue, 27 Feb 2001 01:21:45 +0000
parents 25e238959bae
children b939e9cada46
comparison
equal deleted inserted replaced
153:5e8f3b328bb3 154:e2d866e32dac
1 2001-02-23 Jesper Skov <jskov@redhat.com>
2
3 * include/flash.h: HAL_FLASH_CACHES_WANT_OPTIMAL replaced with
4 (opposite sense) HAL_FLASH_CACHES_OLD_MACROS.
5
6 * src/flash.c (__anonymizer): Use to force the compiler to use
7 jumps instead of branches.
8
9 2001-02-22 Jesper Skov <jskov@redhat.com>
10
11 * include/flash_dev.h: Added. Contains macros and definitions
12 common to all (new style) flash device drivers.
13
14 * include/flash.h: Added two new error codes.
15 * cdl/io_flash.cdl: Added CYGHWR_IO_FLASH_DEVICE_IN_RAM.
16 * src/flash.c: Made functions respect
17 CYGHWR_IO_FLASH_DEVICE_IN_RAM and jump directly to the code
18 instead of copying it around.
19 (__arm_broken): Work around problem with ARM tools.
20
1 2001-02-06 Hugo Tyson <hmt@redhat.com> 21 2001-02-06 Hugo Tyson <hmt@redhat.com>
2 22
3 * src/flash.c (flash_erase): Add an additional argument to the 23 * src/flash.c (flash_erase): Add an additional argument to the
4 call into the driver, being the blocksize (as discovered). This 24 call into the driver, being the blocksize (as discovered). This
5 allows a gross check for actual erase in some drivers. Those that 25 allows a gross check for actual erase in some drivers. Those that