comparison packages/redboot/current/ChangeLog @ 130:eb9fd8c04db3 ecos-sw-2000-10-23

Merge from eCos master repository on 2000-10-23-17:01:37-BST
author jlarmour
date Mon, 23 Oct 2000 17:10:57 +0000
parents 0c2b7be0d798
children 0ae0bc38e387
comparison
equal deleted inserted replaced
129:605a0fc6f385 130:eb9fd8c04db3
1 2000-10-23 Gary Thomas <gthomas@redhat.com>
2
3 * cdl/redboot.cdl:
4 * src/main.c (cyg_start):
5 * src/flash.c: Script timeout now has a configurable resolution.
6
7 2000-10-21 Gary Thomas <gthomas@redhat.com>
8
9 * src/net/eth_drv.c: Removed obsolete file - now provided by
10 standard IO/ETH package.
11
12 2000-10-20 Gary Thomas <gthomas@redhat.com>
13
14 * src/net/pktbuf.c: Diagnostc - add buffer [list] dumper.
15
16 * src/net/enet.c: Diagnostic - dump when run out of buffers.
17
18 * src/flash.c: Make sure RedBoot flash image size meets
19 certain minimums - currently at least 128K.
20
21 2000-10-19 Gary Thomas <gthomas@redhat.com>
22
23 * cdl/redboot.cdl: Add dependency on 'vectors.o'.
24
25 * include/redboot.h:
26 * src/misc_funs.c (strcpy, memcmp):
27 Make function signature [prototype] conform to standards.
28 (memmove, memset): Remove.
29
30 2000-10-18 Gary Thomas <gthomas@redhat.com>
31
32 * cdl/redboot.cdl: Improve dependency checking in make rules.
33
34 2000-10-17 Gary Thomas <gthomas@redhat.com>
35
36 * src/flash.c (fis_create): Add new "-s" option to support padded
37 images (data size not the same as image size in FLASH).
38
39 * include/fis.h: New file - make structure available for export.
40
41 * src/parse.c: New file.
42
43 * include/redboot.h:
44 * src/main.c:
45 * cdl/redboot.cdl: Split command line parsing functions to separate
46 file.
47
1 2000-10-05 Gary Thomas <gthomas@redhat.com> 48 2000-10-05 Gary Thomas <gthomas@redhat.com>
2 49
3 * src/net/net_io.c (net_io_revert_console): 50 * src/net/net_io.c (net_io_revert_console):
4 (net_io_assume_console): 51 (net_io_assume_console):
5 * src/main.c (cyg_start): 52 * src/main.c (cyg_start):