comparison packages/redboot/current/ChangeLog @ 1223:dbcfe4e0dbd2

New platform - TAMS MOAB - and generic changes to support it
author gthomas
date Fri, 19 Sep 2003 17:11:18 +0000
parents 0e1c2770aa9d
children 60ed8b1b4c32
comparison
equal deleted inserted replaced
1222:f0bd64ec9405 1223:dbcfe4e0dbd2
1 2003-09-19 Gary Thomas <gary@mlbassoc.com>
2
3 * src/net/tftp_client.c: Make timeout on very first transaction really
4 long - again since some servers are just slow/ill mannered.
5
6 * src/net/net_io.c: Allow default server IP to be always enabled, thus
7 it can override what is provided by BOOTP/DHCP (since some DHCP servers
8 don't provide this properly).
9
10 * src/time_date.cxx: New file - support "date" command for platforms
11 with battery backed up clocks.
12
13 * src/fconfig.c: New file - split out from flash.c
14
15 * src/main.c:
16 * src/load.c:
17 * src/flash.c:
18 * src/alias.c:
19 * include/redboot.h:
20 * cdl/redboot.cdl: Support multiple "RAM" segments (known writable
21 memory). Also rearrange FLASH & FCONFIG, separating them as much
22 as possible and supporting FCONFIG data stored in some other sort
23 of device, like EEPROM.
24
1 2003-09-09 Gary Thomas <gary@mlbassoc.com> 25 2003-09-09 Gary Thomas <gary@mlbassoc.com>
2 26
3 * src/flash.c (flash_config_insert_value): Default value was 27 * src/flash.c (flash_config_insert_value): Default value was
4 wrong for ESA type. 28 wrong for ESA type.
5 29