comparison packages/redboot/current/ChangeLog @ 132:0ae0bc38e387 ecos-sw-2000-10-31

Merge from eCos master repository on 2000-10-31-00:30:36-GMT
author jlarmour
date Tue, 31 Oct 2000 20:53:09 +0000
parents eb9fd8c04db3
children a9ac27ec7abc
comparison
equal deleted inserted replaced
131:8461114e4f19 132:0ae0bc38e387
1 2000-10-30 Gary Thomas <gthomas@redhat.com>
2
3 * src/net/udp.c:
4 * src/net/pktbuf.c:
5 * src/net/net_io.c:
6 * src/net/enet.c:
7 * include/net/net.h: Minor cleanups to remove warnings.
8
9 * cdl/redboot.cdl: Support threads in all but RAM mode. Note:
10 this should allow thread support in ROM and FLOPPY startup mode.
11
12 2000-10-27 Gary Thomas <gthomas@redhat.com>
13
14 * src/xyzModem.c (xyzModem_stream_open): Add extra delay during
15 startup - to give the sender time to get started.
16
17 * src/flash.c (fis_load): Add "-c" option to show checksum of
18 image after loading.
19 (fis_list): Add "-c" to display stored checksums.
20
21 2000-10-26 Mark Salter <msalter@redhat.com>
22
23 * src/load.c (do_load): Move some local variable declarations
24 needed by xyzmodem support so they can be used when redboot
25 networking not enabled.
26
27 2000-10-26 Gary Thomas <gthomas@redhat.com>
28
29 * cdl/redboot.cdl: Improve CDL so CYGSEM_HAL_ROM_MONITOR can
30 be correctly infered (when building ROM versions).
31
32 * cdl/redboot.cdl:
33 * src/load.c: Add support for xyzModem serial download.
34
35 * src/xyzModem.h:
36 * src/xyzModem.c: New file(s).
37
38 2000-10-24 Gary Thomas <gthomas@redhat.com>
39
40 * src/flash.c:
41 * cdl/redboot.cdl: Add new option which supports keeping all
42 important RedBoot data "locked" in FLASH.
43
1 2000-10-23 Gary Thomas <gthomas@redhat.com> 44 2000-10-23 Gary Thomas <gthomas@redhat.com>
45
46 * src/flash.c (fis_lookup): New exported function.
47 (fis_load): Add memory load option. Also checksum data after copy.
48
49 * include/fis.h: Add 'data_length' member.
50 Prototype for 'fis_lookup()'.
51
52 * src/main.c (bist): New [weak] function. Provide hook for
53 platform specific "builtin tests". This will be overridden by
54 platform based functions.
2 55
3 * cdl/redboot.cdl: 56 * cdl/redboot.cdl:
4 * src/main.c (cyg_start): 57 * src/main.c (cyg_start):
5 * src/flash.c: Script timeout now has a configurable resolution. 58 * src/flash.c: Script timeout now has a configurable resolution.
6 59