From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Thu, 25 Feb 2016 10:00:38 -0700 Subject: [U-Boot] [PATCH v3] test/py: Add option to skip SPL signature checking In-Reply-To: <7115439180f17f4ded691898c10a348682b96d87.1456408702.git.michal.simek@xilinx.com> References: <7115439180f17f4ded691898c10a348682b96d87.1456408702.git.michal.simek@xilinx.com> Message-ID: <56CF3336.6030802@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 02/25/2016 06:58 AM, Michal Simek wrote: > Provide user option to skip SPL signature verification for cases where > u-boot is build with SPL support but full U-Boot is also verified > without SPL. > > If you want to support this feature please add env__spl_skipped = True > to your boardenv configuration file. > > For example Xilinx Zynq is using this feature where the same U-Boot > binary is checked with SPL and without SPL(with FSBL). Acked-by: Stephen Warren