CONFIG_SYS_NS16550=y 1 change: 1 addition & 0 deletions 1 configs/xilinx_versal_virt_defconfig Original file line numberDiff line numberDiff line change @@ -92,6 +92,7 @@ CONFIG_PHY_REALTEK=y CONFIG_PHY_TI_DP83867=y CONFIG_PHY_VITESSE=y CONFIG_PHY_FIXED=y CONFIG_DM_ETH_PHY=y CO...
#ifdef CONFIG_DM_ETH struct udevice *eth; #else struct eth_device *eth; #endif int inited = 0; uchar *pkt; uchar *ether; @@ -183,7 +187,7 @@ static void nc_send_packet(const char *buf, int len) return;if (!memcmp(nc_ether, net_null_ethaddr, 6)) {if...
DM_TEST(dm_test_ethaddr, UT_TESTF_SCAN_FDT); +#if !defined(CONFIG_NET_LWIP) /* The asserts include a return on fail; cleanup in the caller */ static int _dm_test_eth_rotate1(struct unit_test_state *uts) { @@ -616,6 +619,7 @@ static int dm_test_eth_async_ping_reply(stru...
> > DM_TEST(dm_test_ethaddr, UT_TESTF_SCAN_FDT); > > > > +#if !defined(CONFIG_NET_LWIP) > > /* The asserts include a return on fail; cleanup in the caller */ > > static int _dm_test_eth_rotate1(struct unit_test_state *uts) > > { > > @@ -616,6 +619,7 @@ stat...
CONFIG_DM_ETH --- Deadline: 2020.07 The network subsystem has supported the driver model since early 2015. Maintainers should submit patches switching over to using CONFIG_DM_ETH and other base driver model options in time for inclusion in the 2020.07 release.0 comments on commit...
ETH SanFrancisco Hackathon 2024. Contribute to dmno-dev/ethsf-2024 development by creating an account on GitHub.
> DM_TEST(dm_test_dsa_probe, UT_TESTF_SCAN_FDT); > > +#if !defined(CONFIG_NET_LWIP) > /* This test sends ping requests with the local address through each DSA port > * via the sandbox DSA master Eth. > */ > @@ -80,3 +81,4 @@ static int dm_test_dsa(struct unit_test...