Skip to content

Commit a35d429

Browse files
committed
package/mpfs_amp_examples: revert changes from new_ihc
This reverts commit c243d64 which added Mi-V IHC v2 support since the MIV-IHC Soft-IP core won't be publically available in the Libero IP catalog by the time the 2024.06 PolarFire SoC Linux release happens. This revert will be undone un a subsequent release once the IP is available in the Libero Catalog. Signed-off-by: Jamie Gibbons <[email protected]>
1 parent ac9591c commit a35d429

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package/mpfs_amp_examples/mpfs_amp_examples.mk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
# Microchip PolarFire SoC AMP Examples
44
#
55
################################################################################
6-
MPFS_AMP_EXAMPLES_VERSION = e14b9c739c4a8703a1b3c705a2a53760a3c6af57
7-
MPFS_AMP_EXAMPLES_SITE = $(call github,polarfire-soc,polarfire-soc-amp-examples,$(MPFS_AMP_EXAMPLES_VERSION))
6+
MPFS_AMP_EXAMPLES_VERSION = 2024.02
7+
MPFS_AMP_EXAMPLES_SITE = $(call github,polarfire-soc,polarfire-soc-amp-examples,v$(MPFS_AMP_EXAMPLES_VERSION))
88
MPFS_AMP_EXAMPLES_INSTALL_TARGET = NO
99
MPFS_AMP_EXAMPLES_INSTALL_IMAGES = YES
1010
MPFS_AMP_EXAMPLES_LICENSE = MIT
@@ -18,7 +18,7 @@ define MPFS_AMP_EXAMPLES_BUILD_CMDS
1818
$(TARGET_MAKE_ENV) $(MAKE) -C $(@D)/$(project) CROSS_COMPILE=$(TARGET_CROSS) \
1919
REMOTE=1 REMOTEPROC=1 EXT_CFLAGS='-DMPFS_HAL_FIRST_HART=4 -DMPFS_HAL_LAST_HART=4'; \
2020
$(INSTALL) -D -m 775 $(@D)/$(project)/Remote-Default/mpfs-rpmsg-remote.elf \
21-
$(TARGET_DIR)$(MPFS_AMP_EXAMPLES_TARGET_DIR)/rproc-remote-context-fw;
21+
$(TARGET_DIR)$(MPFS_AMP_EXAMPLES_TARGET_DIR)/rproc-miv-rproc-fw;
2222
cp $(@D)/$(project)/Remote-Default/mpfs-rpmsg-remote.elf $(BINARIES_DIR);)
2323
endef
2424

0 commit comments

Comments
 (0)