comparison packages/redboot/current/ChangeLog @ 174:38892b97b685

Merge from eCos master repository on 2001-07-28-00:17:32-BST
author jlarmour
date Sun, 29 Jul 2001 02:00:07 +0000
parents cd45958b28ff
children 3902ef905c9c
comparison
equal deleted inserted replaced
173:547dc35af910 174:38892b97b685
1 2001-07-27 Gary Thomas <gthomas@redhat.com>
2
3 * src/load.c (load_srec_image, do_load):
4 * cdl/redboot.cdl: New option CYGSEM_REDBOOT_VALIDATE_USER_RAM_LOADS
5 which can be used to disable user RAM checks in 'load' command.
6
7 * src/load.c: Fix build problem if no IDE support.
8
9 * src/net/tftp_client.c (tftp_stream_read): Only ACK data when it
10 has been processed and we're ready for the next block. This fixes
11 a race/timing issue which was exacerbated by the "spinner" in 'load'.
12
13 2001-07-27 David Howells <dhowells@redhat.com>
14
15 * src/xyzModem.c: Fixed an uninitialised variable warning.
16
17 2001-07-27 Mark Salter <msalter@redhat.com>
18
19 * cdl/redboot.cdl (CYGNUM_REDBOOT_MAX_PARTITIONS): New option.
20 Rename CYGBLD_REDBOOT_MAX_DISKS to CYGNUM_REDBOOT_MAX_DISKS.
21
22 * include/fs/disk.h: Exported functions declared "externC".
23 Replace MAX_PARTITIONS with CYGNUM_REDBOOT_MAX_PARTITIONS.
24
25 * src/fs/disk.c: Make exported functions "externC".
26 Rename CYGBLD_REDBOOT_MAX_DISKS to CYGNUM_REDBOOT_MAX_DISKS.
27 Replace MAX_PARTITIONS with CYGNUM_REDBOOT_MAX_PARTITIONS.
28
29 * src/fs/e2fs.c: Add support for symbolic links.
30 * include/fs/e2fs.h: Add dir filetype support.
31
32 2001-07-24 Mark Salter <msalter@redhat.com>
33
34 * src/load.c: Add disk load support.
35 * src/fs/disk.c: New file. RedBoot disk management.
36 * src/fs/ide.c: New file. IDE disk I/O.
37 * src/fs/e2fs.c: New file. Linux ext2 filesystem support.
38 * cdl/redboot.cdl: Add options for disk/ide/filesystem support.
39
40 2001-07-23 Jonathan Larmour <jlarmour@redhat.com>
41
42 * src/main.c (set_console_baud_rate): No need to query the console
43 number if we don't care what it is.
44 (do_baud_rate): Likewise.
45
46 2001-07-23 David Howells <dhowells@redhat.com>
47
48 * src/flash.c: Force block-alignment for flash addresses in write
49 and erase functions.
50
1 2001-07-20 Jonathan Larmour <jlarmour@redhat.com> 51 2001-07-20 Jonathan Larmour <jlarmour@redhat.com>
2 52
3 * src/net/net_io.c (net_init): Don't overwrite static IP 53 * src/net/net_io.c (net_init): Don't overwrite static IP
4 address when reading flash config if configured to not use BOOTP. 54 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. 55 Set have_net if not using BOOTP and a default static IP addr is set.