From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aaron Williams Date: Mon, 27 Apr 2020 18:58:35 -0700 Subject: Updating using FIT images to SPI NOR and eMMC Message-ID: <2885954.CbtlEUcBR6@flash> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi all, I am looking at using FIT images to update the various blobs in our SPI NOR and eMMC devices since various blobs must be placed at specific addresses. Right now it looks like this update support is limited to CFI flash. Does anyone have any thoughts on extending this to SPI NOR and eMMC? Our SOCs have a specific flash layout with a number of blob locations dictated by hardware, especially for secure booting. -Aaron