comparison packages/redboot/current/ChangeLog @ 2339:9a2aea4e184a

* cdl/redboot.cdl: Modified to change the option CYGDAT_REDBOOT_DEFAULT_NETWORK_DEVICE to make it independent of CYGSEM_REDBOOT_FLASH_CONFIG, changes in net_io.c will allow to specify a default interface in terms of the name and its position in the table of interfaces for the driver. * src/net/net_io.c: Modified to allow CYGDAT_REDBOOT_DEFAULT_NETWORK_DEVICE to be used even with no flash available. Bug regarding CYGSEM_REDBOOT_NETWORK_INIT_ONE_DEVICE fixed, so that when working with several network interfaces, and the default one fails to initialize, only the first successfully initialized one is used.
author jlarmour
date Tue, 19 Dec 2006 03:11:41 +0000
parents 9279e39bd38d
children 460b70d39a50
comparison
equal deleted inserted replaced
2338:429abd93c92a 2339:9a2aea4e184a
1 2006-11-28 David Fernandez <dfernandez@cct.co.uk>
2
3 * cdl/redboot.cdl: Modified to change the option
4 CYGDAT_REDBOOT_DEFAULT_NETWORK_DEVICE to make it independent of
5 CYGSEM_REDBOOT_FLASH_CONFIG, changes in net_io.c will allow to
6 specify a default interface in terms of the name and its position
7 in the table of interfaces for the driver.
8
9 * src/net/net_io.c: Modified to allow
10 CYGDAT_REDBOOT_DEFAULT_NETWORK_DEVICE to be used even with no flash
11 available.
12 Bug regarding CYGSEM_REDBOOT_NETWORK_INIT_ONE_DEVICE fixed, so that
13 when working with several network interfaces, and the default one
14 fails to initialize, only the first successfully initialized one is
15 used.
16
1 2006-11-19 Andrew Lunn <lunn@laptop.lunn.ch> 17 2006-11-19 Andrew Lunn <lunn@laptop.lunn.ch>
2 18
3 * src/load.c: Only call valid_address() if 19 * src/load.c: Only call valid_address() if
4 CYGSEM_REDBOOT_VALIDATE_USER_RAM_LOADS is enabled. 20 CYGSEM_REDBOOT_VALIDATE_USER_RAM_LOADS is enabled.
5 21