comparison packages/redboot/current/ChangeLog @ 157:b65ec671dd4c

Merge from eCos master repository on 2001-04-06-18:28:36-BST
author jlarmour
date Fri, 06 Apr 2001 19:06:06 +0000
parents b939e9cada46
children f2545e5de153
comparison
equal deleted inserted replaced
156:b939e9cada46 157:b65ec671dd4c
1 2001-04-03 Gary Thomas <gthomas@redhat.com>
2
3 * src/load.c (do_load): Fix 'raw' loading to check for valid
4 base address _before_ trying to load anything. Also, some
5 reorg to make raw vs non-raw cleaner.
6
7 2001-04-02 Hugo Tyson <hmt@redhat.com>
8
9 * src/flash.c (get_config): Update to support some new syntax:
10 fco -l -n ... lists showing nicknames instead of titles.
11 fco -l -n -f ... lists showing both nicknames and titles.
12 fco nickname ... goes straight to editing only nickname.
13 fco nick value ... sets nickname to value.
14 All then follow the usual flow out, including the question
15 Update RedBoot non-volatile configuration - are you sure (y/n)
16 as it should be if you made a change.
17
18 2001-03-29 Mark Salter <msalter@redhat.com>
19
20 * cdl/redboot.cdl (CYGSEM_REDBOOT_FIS_CRC_CHECK): New option to
21 enable (default) or disable CRC checks in FIS images.
22 * src/flash.c: Use CYGSEM_REDBOOT_FIS_CRC_CHECK to decide whether
23 to provide CRC for flash images.
24
1 2001-03-28 Mark Salter <msalter@redhat.com> 25 2001-03-28 Mark Salter <msalter@redhat.com>
2 26
3 * src/net/tcp.c (__tcp_handler): Don't send ACK from TIME_WAIT state 27 * src/net/tcp.c (__tcp_handler): Don't send ACK from TIME_WAIT state
4 unless the FIN comes in again. 28 unless the FIN comes in again.
5 29