mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 17:44:19 +00:00

This patch is used to enable MMC support for Agilex5 SoC FPGA. 1. Added MMC support. 2. Updated product name -> Agilex5 3. Updated register address based on y22ww52.2 RTL Signed-off-by: Jit Loon Lim <jit.loon.lim@intel.com> Change-Id: I47f5c7f063fc443f29c2af612121abe672ed422b
7 lines
146 B
C
7 lines
146 B
C
/*
|
|
* Copyright (c) 2020-2023, Intel Corporation. All rights reserved.
|
|
*
|
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
*/
|
|
|
|
void agx5_mmc_init(void);
|