comparison packages/redboot/current/ChangeLog @ 211:6eb55882e01c

Merge from eCos master repository on 2002-05-29-16:32:18-BST
author jlarmour
date Wed, 29 May 2002 18:28:03 +0000
parents d2c90368aeef
children 3a5832bf0564
comparison
equal deleted inserted replaced
210:d2c90368aeef 211:6eb55882e01c
1 2002-05-29 Jesper Skov <jskov@redhat.com>
2
3 * doc/redboot_cmds.sgml: Changed format of fis commands.
4
5 * doc/redboot_installing.sgml: Updated installation instructions
6 for all targets up to PowerPC.
7
8 2002-05-28 Gary Thomas <gthomas@redhat.com>
9
10 * src/load.c (load_elf_image): Improve loading of ELF files with
11 multiple physical segments.
12
13 2002-05-27 Jesper Skov <jskov@redhat.com>
14
15 * doc/redboot_rebuilding.sgml: Added some guimenu tags.
16
17 * doc/redboot_installing.sgml: Updating more board instructions.
18 More updates. Changing most programlisting keywords to screen.
19 Converted remaining rebuild instructions. More mode descriptions
20 updated. iPAQ converted as well.
21
22 2002-05-24 Gary Thomas <gthomas@redhat.com>
23
24 * src/load.c (load_elf_image): Improve loading where ELF image
25 actually overlaps headers [old COFF style files].
26
27 2002-05-24 Jesper Skov <jskov@redhat.com>
28
29 * doc/redboot_installing.sgml: Updated another 3 boards'
30 instructions.
31
32 * doc/redboot.sgml: Changes due to comments from Jifl.
33 * doc/redboot_rebuilding.sgml: Same.
34
35 * doc/redboot.sgml: Fix wording.
36
37 * doc/redboot_installing.sgml: Reordered the platform sections
38 according to CPU architecture/variant and board manufacturer.
39
1 2002-05-23 Jonathan Larmour <jlarmour@redhat.com> 40 2002-05-23 Jonathan Larmour <jlarmour@redhat.com>
2 41
3 * src/net/dns.c (store_hent): New function. DNS package now requires 42 * src/net/dns.c (store_hent): New function. DNS package now requires
4 this instead of the cyg_thread_get_data calls. 43 this instead of the cyg_thread_get_data calls.
5 (free_stored_hent): New function. Ditto. 44 (free_stored_hent): New function. Ditto.