From mboxrd@z Thu Jan 1 00:00:00 1970 From: Markus Valentin Date: Fri, 17 Feb 2017 10:26:54 +0100 Subject: [U-Boot] x86: SecureBoot: Bay Trail Message-ID: <1487323614.2758.64.camel@denx.de> 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'm implementing Secure Boot with U-Boot on a Intel Atom E3800 Series (Bay Trail) based Plattform. I did manage to get the first boot stage (Initial Boot Block) verified by the Trusted Execution Engine, next i need to verify the "ramstage" as they call it.? Intel provides a manual on how to enable Secure Boot with coreboot in this manual they extract the "ramstage" from the coreboot.rom file via cbfs. How can i get the equivalent for the coreboot-ramstage from U-Boot? Best regards? Markus