Mercurial > flash_v2
diff packages/redboot/current/cdl/redboot.cdl @ 1265:734edfe6c859
Allow platform to provide routine to validate ethernet addresses
| author | gthomas |
|---|---|
| date | Thu, 02 Oct 2003 20:13:29 +0000 |
| parents | 85cbb6510cfd |
| children | 4212c82ebff6 |
line wrap: on
line diff
--- a/packages/redboot/current/cdl/redboot.cdl +++ b/packages/redboot/current/cdl/redboot.cdl @@ -461,6 +461,17 @@ cdl_package CYGPKG_REDBOOT { RedBoot environment will already be initialized at this point." } + cdl_option CYGSEM_REDBOOT_PLF_ESA_VALIDATE { + display "Run a platform specific ESA validation function." + flavor bool + default_value 0 + description " + If this option is enabled then RedBoot will execute a platform + specific function to validate an ethernet ESA. This would be + useful if the address must conform to standards set by the + hardware manufacturer, etc." + } + cdl_option CYGPKG_REDBOOT_MAX_CMD_LINE { display "Maximum command line length" flavor data
