From mboxrd@z Thu Jan 1 00:00:00 1970 From: sjg at google.com Date: Thu, 26 Sep 2019 17:38:39 -0700 Subject: [U-Boot] [PATCH 31/34] binman: Support writing symbols into entries within an IFWI In-Reply-To: <20190824132315.53130-32-sjg@chromium.org> References: <20190824132315.53130-32-sjg@chromium.org> <20190824132315.53130-1-sjg@chromium.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de The Intel IFWI (Integrated Firmware Image) is effectively a section with other entries inside it. Support writing symbol information into entries within it. Signed-off-by: Simon Glass --- tools/binman/etype/intel_ifwi.py | 5 +++++ 1 file changed, 5 insertions(+) Applied to u-boot-dm, thanks!