comparison packages/redboot/current/ChangeLog @ 172:cd45958b28ff

Merge from eCos master repository on 2001-07-20-10:24:43-BST
author jlarmour
date Fri, 20 Jul 2001 10:23:16 +0000
parents 42f843b391aa
children 38892b97b685
comparison
equal deleted inserted replaced
171:42f843b391aa 172:cd45958b28ff
1 2001-07-20 Jonathan Larmour <jlarmour@redhat.com>
2
3 * src/net/net_io.c (net_init): Don't overwrite static IP
4 address when reading flash config if configured to not use BOOTP.
5 Set have_net if not using BOOTP and a default static IP addr is set.
6
7 2001-07-19 Gary Thomas <gthomas@redhat.com>
8
9 * src/flash.c: Be more generic with 'fconfig' layout. In
10 particular, handle case where FLASH block size is too small
11 to hold fconfig data.
12
13 * src/io.c (mon_set_read_char_timeout): Fix dangling else bug.
14
15 * src/flash.c (do_flash_init): Suppress printing info - this
16 will happen when 'version' is called. Also allow flash subsystem
17 to be initialized when there is no 'fconfig' or 'fis' command
18 configured in (but flash support still is present).
19
20 * src/version.c: Display complete version information which
21 reflects such information as the source release, etc.
22
23 * cdl/redboot.cdl: New option CYGDAT_REDBOOT_CUSTOM_VERSION used to
24 allow site-specific version information. Define this via the
25 CDL like this:
26 cdl_option CYGDAT_REDBOOT_CUSTOM_VERSION {
27 user_value 1 "Special test version"
28 };
29
30 2001-07-18 Gary Thomas <gthomas@redhat.com>
31
32 * src/net/net_io.c (net_io_putc, net_io_isr):
33 Need CYGARC_HAL_SAVE_GP()/CYGARC_HAL_RESTORE_GP() to support
34 network debugging since different layers of eCos programs are
35 involved.
36
1 2001-07-16 Gary Thomas <gthomas@redhat.com> 37 2001-07-16 Gary Thomas <gthomas@redhat.com>
2 38
3 * src/main.c (do_version): Use external function _flash_info() to 39 * src/main.c (do_version): Use external function _flash_info() to
4 display information about installed FLASH. 40 display information about installed FLASH.
5 41