zephyr/drivers/mm
Anas Nashif 3ccafb1af3 intel_adsp: meteorlake: add memory driver
Add TLB driver specific for Meteorlake.

Add missing kconfig resource and fix include path
add hpsram power up and ref counter

Use memblock to track physical page usage in mtl tlb driver. The
applications that will be using the tlb memory driver should not
track the physical page mapping to virtual address space:
 - adds an option to use the phys argument value of 0 to tell the
   driver to autonomously assign physical pages upon map request
 - makes the tlb driver use memblock to track mapped physical pages

Co-authored-by: Rafal Redzimski <rafal.f.redzimski@intel.com>
Co-authored-by: Adrian Bonislawski <adrian.bonislawski@intel.com>
Co-authored-by: Marcin Szkudlinski <marcin.szkudlinski@intel.com>
Co-authored-by: Michal Wasko <michal.wasko@intel.com>
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2022-07-06 15:11:07 -04:00
..
CMakeLists.txt intel_adsp: meteorlake: add memory driver 2022-07-06 15:11:07 -04:00
Kconfig intel_adsp: meteorlake: add memory driver 2022-07-06 15:11:07 -04:00
mm_drv_common.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
mm_drv_common.h drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
mm_drv_intel_adsp_mtl_tlb.c intel_adsp: meteorlake: add memory driver 2022-07-06 15:11:07 -04:00
mm_drv_intel_adsp_tlb.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00