comparison packages/redboot/current/ChangeLog @ 165:d63db767121d

Merge from eCos master repository on 2001-06-29-06:43:03-BST
author jlarmour
date Fri, 29 Jun 2001 07:16:25 +0000
parents 0d2b193a635f
children 11b54a94cf58
comparison
equal deleted inserted replaced
164:f7999c3a5f21 165:d63db767121d
1 2001-06-28 Jonathan Larmour <jlarmour@redhat.com>
2
3 * cdl/redboot.cdl: Don't have a configured default IP address by
4 default if we have fconfig.
5 * src/net/ip.c: Provide a default ip addr if not defined.
6
7 2001-06-28 Jesper Skov <jskov@redhat.com>
8
9 * src/load.c (do_load): Don't allow verbose to be used with serial
10 downloads.
11
12 * src/main.c (do_reset): Reset via VV function.
13
14 2001-06-27 Hugo Tyson <hmt@redhat.com>
15
16 * src/io.c: Provide proto for do_channel() to reduce warning.
17
18 2001-06-27 Jonathan Larmour <jlarmour@redhat.com>
19
20 * cdl/redboot.cdl (CYGDAT_REDBOOT_DEFAULT_IP_ADDR): Provide a compiled
21 in default IP address.
22 * src/net/ip.c: Initialize __local_ip_addr with it.
23 * src/net/bootp.c: Restore the previous __local_ip_addr if BOOTP fails.
24
25 * include/redboot.h: Fix another VARIBLE_BAUD_RATE typo. Fun this.
26
27 2001-06-26 Jonathan Larmour <jlarmour@redhat.com>
28
29 * src/io.c (do_channel): New function to display/switch console
30 channel
31
32 * src/main.c: Move define of CYGNUM_HAL_VIRTUAL_VECTOR_NUM_CHANNELS to
33 * include/redboot.h: ...here
34
35 2001-06-26 Gary Thomas <gthomas@redhat.com>
36
37 * src/flash.c (load_flash_config): Fix another VARIBLE_BAUD_RATE typo.
38
39 * src/xyzModem.c (xyzModem_get_hdr): ACK on EOT was missing.
40
1 2001-06-22 Gary Thomas <gthomas@redhat.com> 41 2001-06-22 Gary Thomas <gthomas@redhat.com>
2 42
3 * src/load.c (do_load): Move [static] data used by decompression 43 * src/load.c (do_load): Move [static] data used by decompression
4 code into this routine where it is used - no longer static. 44 code into this routine where it is used - no longer static.
5 45