zephyr/drivers/ethernet
Mario Jaun c276088567 drivers: ethernet: stm32: SRAM3 / MPU configuration
Fixes #29915.

Implements the memory layout and MPU configuration for Ethernet buffers
for STM32H7 controllers as recommended by ST. 16 KB of SRAM3 are
are reserved for this. The first 256 B are for the RX/TX descriptors and
configured as strongly ordered, shareable memory. The rest is for RX/TX
buffers and configured as non cacheable memory. This configuration is
automatically applied for H7 chips if the SRAM3 memory is enabled in the
device tree.

Signed-off-by: Mario Jaun <mario.jaun@gmail.com>
2021-04-27 14:16:35 +02:00
..
CMakeLists.txt
Kconfig
Kconfig.dsa
Kconfig.e1000 drivers: eth: e1000: Add simulated PTP clock device 2021-04-27 12:02:19 +03:00
Kconfig.enc28j60
Kconfig.enc424j600
Kconfig.gecko drivers: ethernet: remove stale Kconfig IRQ priority 2021-03-03 12:16:06 +03:00
Kconfig.liteeth drivers: ethernet: remove stale Kconfig IRQ priority 2021-03-03 12:16:06 +03:00
Kconfig.mcux drivers: eth: mcux: Separate PTP clock from gPTP support 2021-04-27 12:02:19 +03:00
Kconfig.native_posix
Kconfig.sam_gmac drivers: eth: gmac: Separate PTP clock from gPTP support 2021-04-27 12:02:19 +03:00
Kconfig.smsc911x
Kconfig.stellaris
Kconfig.stm32_hal drivers: ethernet: remove stale Kconfig IRQ priority 2021-03-03 12:16:06 +03:00
Kconfig.w5500
dsa_ksz8794.c drivers: ethernet: rote conversion of k_work API 2021-04-14 07:07:40 -04:00
dsa_ksz8794.h
eth.h
eth_e1000.c drivers: eth: e1000: Add simulated PTP clock device 2021-04-27 12:02:19 +03:00
eth_e1000_priv.h drivers: eth: e1000: Add simulated PTP clock device 2021-04-27 12:02:19 +03:00
eth_enc28j60.c
eth_enc28j60_priv.h
eth_enc424j600.c
eth_enc424j600_priv.h
eth_gecko.c kernel: sem: add K_SEM_MAX_LIMIT 2021-03-05 08:13:53 -06:00
eth_gecko_priv.h
eth_liteeth.c drivers: ethernet: Fix variable type 2021-03-26 07:13:13 -04:00
eth_mcux.c drivers: eth: mcux: Separate PTP clock from gPTP support 2021-04-27 12:02:19 +03:00
eth_native_posix.c include: Move ptp_clock.h to drivers/ptp_clock.h 2021-03-25 10:09:33 +02:00
eth_native_posix_adapt.c
eth_native_posix_priv.h
eth_sam0_gmac.h
eth_sam_gmac.c drivers: eth: gmac: Separate PTP clock from gPTP support 2021-04-27 12:02:19 +03:00
eth_sam_gmac_priv.h drivers: ethernet: rote conversion of k_work API 2021-04-14 07:07:40 -04:00
eth_smsc911x.c
eth_smsc911x_priv.h
eth_stellaris.c
eth_stellaris_priv.h
eth_stm32_hal.c drivers: ethernet: stm32: SRAM3 / MPU configuration 2021-04-27 14:16:35 +02:00
eth_stm32_hal_priv.h
eth_w5500.c clock: renmae z_timeout_end_calc -> sys_clock_timeout_end_calc 2021-03-19 11:22:17 -04:00
eth_w5500_priv.h
phy_gecko.c
phy_gecko.h
phy_sam_gmac.c
phy_sam_gmac.h