fix(intel): refactor SDMMC driver for Altera productsRefactor to be more robust. Removed duplicated and not used functions.Add in ADMA read.Change-Id: I1a5a00397ece6f9ccc5916225ab5317010b01b52S
fix(intel): refactor SDMMC driver for Altera productsRefactor to be more robust. Removed duplicated and not used functions.Add in ADMA read.Change-Id: I1a5a00397ece6f9ccc5916225ab5317010b01b52Signed-off-by: Jit Loon Lim <jit.loon.lim@intel.com>Signed-off-by: Sieu Mun Tang <sieu.mun.tang@intel.com>
show more ...
fix(intel): update memcpy to memcpy_smemcpy does not check the dst_size which maycreate vulnerable issue as it can overflow the buffer.Using memcpy_s which check the dst_size will help toreduce
fix(intel): update memcpy to memcpy_smemcpy does not check the dst_size which maycreate vulnerable issue as it can overflow the buffer.Using memcpy_s which check the dst_size will help toreduce the risk. Also, this memcpy is always 4 byteseach time.Signed-off-by: Jit Loon Lim <jit.loon.lim@intel.com>Signed-off-by: Sieu Mun Tang <sieu.mun.tang@intel.com>Change-Id: I413e6ae2ee9330501703c4cd63b7943c6f55b4c7
feat(intel): sdmmc/nand/combo-phy/qspi driver for Agilex5 SoC FPGAThis patch is used to implement sdmmc/nand/combo-phydriver to support Cadence IP for Agilex5 SoC FPGA. 1. Added SDMMC/NAND/COMBO-
feat(intel): sdmmc/nand/combo-phy/qspi driver for Agilex5 SoC FPGAThis patch is used to implement sdmmc/nand/combo-phydriver to support Cadence IP for Agilex5 SoC FPGA. 1. Added SDMMC/NAND/COMBO-PHY support. 2. Updated product name -> Agilex5 3. Updated QSPI base addressSigned-off-by: Jit Loon Lim <jit.loon.lim@intel.com>Change-Id: I6db689d2b784c9f59a25701ab34517f6f6b0a0e6