From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick DELAUNAY Date: Mon, 25 Nov 2019 17:04:37 +0000 Subject: [U-Boot] [PATCH v2 1/6] remoteproc: elf_loader: Add elf resource table load support In-Reply-To: <1572442713-26353-2-git-send-email-fabien.dessenne@st.com> References: <1572442713-26353-1-git-send-email-fabien.dessenne@st.com> <1572442713-26353-2-git-send-email-fabien.dessenne@st.com> Message-ID: <376c883f6e134e1ab146157a3e8eecbc@SFHDAG6NODE3.st.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Fabien, > From: Fabien DESSENNE > Sent: mercredi 30 octobre 2019 14:38 > > Add rproc_elf_load_rsc_table(), which searches for a resource table in an > elf64/elf32 image, and if found, copies it to device memory. > Add also the elf32 and elf64 variants of this API. > Add a test for this. > > Signed-off-by: Fabien Dessenne At least for STM32MP1 platform, I test a M4 elf firmware without resource table and it is working. Acked-by: Patrick Delaunay Thanks Patrick