From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vikas N Kumar Date: Sun, 22 Sep 2013 15:16:40 -0400 Subject: [U-Boot] u-boot verifiied boot question In-Reply-To: <523F25B4.3010909@vikaskumar.org> References: <523F25B4.3010909@vikaskumar.org> Message-ID: <523F4218.3040001@vikaskumar.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi I am trying to get verified boot working for the Beaglebone Black (BBB) and have gotten the FIT image part working with a kernel and an FDT blob for the BBB. However, I am a little confused by the documentation which says that u-boot also needs an FDT blob (with CONFIG_OF_CONTROL) to embed the RSA public key. I have a few questions that might not be related to each other but can help me complete my work: - Is this uboot FDT control blob the same as the FDT blob in the FIT image for booting the kernel or are these 2 separate blobs pointing to the same hardware ? - Can the uboot FDT blob be empty in the sense that all it does is store a public key and all the machine specific stuff is in the uboot image itself as it is done today for the BBB ? - Can one embed the public key in u-boot without using an FDT blob ? Thanks _vicash_