comparison packages/redboot/current/ChangeLog @ 1312:08edfb52f9cd

Improve FIS directory handling - should work with small block size devices
author gthomas
date Wed, 15 Oct 2003 15:52:02 +0000
parents 25b536d4b2bc
children e7283a4a428c
comparison
equal deleted inserted replaced
1311:e3df0ec06a22 1312:08edfb52f9cd
1 2003-10-15 Gary Thomas <gary@mlbassoc.com>
2
3 * src/flash.c:
4 * src/fconfig.c: Better handling of layout of fconfig and fis
5 data within the FLASH. Should work for even flash devices with
6 very smal block sizes.
7
8 * include/redboot.h (RedBoot_INIT_SECOND):
9 Finer initialization control.
10
11 * cdl/redboot.cdl: Combine FIS directory and FCONFIG database
12 by default. This results in better FLASH utilization. Also define
13 number of FIS directory slots. This will allow support for FLASH
14 devices with very small block sizes.
15
1 2003-10-12 Gary Thomas <gary@mlbassoc.com> 16 2003-10-12 Gary Thomas <gary@mlbassoc.com>
2 17
3 * src/flash.c (fis_create): Verify that any hard FLASH addresses 18 * src/flash.c (fis_create): Verify that any hard FLASH addresses
4 (given via -f XXX) are known to be free. 19 (given via -f XXX) are known to be free.
5 20