From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Wed, 8 Mar 2017 14:01:28 -0700 Subject: [U-Boot] [PATCH 17/17] sunxi: use SPL header DT name for FIT board matching In-Reply-To: <1488335129-12363-18-git-send-email-andre.przywara@arm.com> References: <1488335129-12363-1-git-send-email-andre.przywara@arm.com> <1488335129-12363-18-git-send-email-andre.przywara@arm.com> 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 On 28 February 2017 at 19:25, Andre Przywara wrote: > Now that we can store a DT name in the SPL header, use this string (if > available) when finding the right DT blob to load for U-Boot proper. > This allows a generic U-Boot (proper) image to be combined with a bunch > of supported DTs, with just the SPL (possibly only that string) to be > different. > Eventually this string can be written after the build process by some > firmware update tool. Or perhaps placed in the device tree attached to SPL, if there is one. > > Signed-off-by: Andre Przywara > --- > board/sunxi/board.c | 12 +++++++++--- > 1 file changed, 9 insertions(+), 3 deletions(-) Reviewed-by: Simon Glass