Details
Description
EIS V2.13.0.0 RC1 will not enable PHY1 in my DLR setup.
This was presumably broken with revision 64475 of /Components/Eth_2port_switch/trunk/Components/HAL_EDD_2PS/Sources/Hal_EddSwitch2Port.c with PSETH2PS-18 by removing the call to Drv_PhyInitialize() from the 2PS initialization code.
This bug will only take effect if the PHY remains in default config, i.e. if it is not subsequently (re-)intialized by other means (e.g. via a database). All target platforms are affected.
Solution: To be fixed in the stack by calling Drv_PhyInitialize() during late Stack initialization, i.e. IntializeSystem() in Config.c