comparison packages/redboot/current/ChangeLog @ 126:518f42066aba ecos-sw-2000-09-19

Merge from eCos master repository on 2000-09-19-06:25:26-BST
author jlarmour
date Tue, 19 Sep 2000 05:53:51 +0000
parents 0ec04793409a
children 0c2b7be0d798
comparison
equal deleted inserted replaced
125:b4407dc7f59d 126:518f42066aba
1 2000-09-17 Gary Thomas <gthomas@redhat.com>
2
3 * src/main.c: Display platform/cpu identification strings if available.
4
5 * cdl/redboot.cdl: Improve CDL to include thread support if
6 built in ROM mode. Also, better handling of network option.
7
8 2000-09-15 Gary Thomas <gthomas@redhat.com>
9
10 * src/flash.c (fis_create): Length (and flash address) must match
11 exactly when replacing an image.
12 Only warn of invalid memory addresses, not fail.
13
14 2000-09-13 Gary Thomas <gthomas@redhat.com>
15
16 * src/load.c: Better handling of bad data / checksum errors.
17
18 * src/flash.c: Handle case of replacing an image, even if no flash
19 address was given.
20
21 * include/net/tftp_support.h: Modify timeouts, etc, for better response.
22
23 2000-09-12 Gary Thomas <gthomas@redhat.com>
24
25 * src/io.c (mon_read_char_with_timeout): Only "select" a console
26 when real data (non-zero) arrives.
27
28 2000-09-10 Gary Thomas <gthomas@redhat.com>
29
30 * src/load.c:
31 * src/flash.c: Remove warnings if built without networking.
32
33 2000-09-11 Jonathan Larmour <jlarmour@redhat.com>
34
35 * include/redboot.h (_RedBoot_init): Define tables entries as structs
36 with one member rather than just func ptrs, to enforce alignment rules
37 * src/main.c (cyg_start): Change to use struct init_tab_entry per above
38
1 2000-09-07 Andrew Lunn <andrew.lunn@ascom.ch> 39 2000-09-07 Andrew Lunn <andrew.lunn@ascom.ch>
2 40
3 * src/load.c, include/redboot.h: renamed the getc functions to 41 * src/load.c, include/redboot.h: renamed the getc functions to
4 redboot_getc and made them globel so custom boot loaders can use 42 redboot_getc and made them globel so custom boot loaders can use
5 them. 43 them.