Re: [U-Boot] U-boot FIT Signature

2017-02-28 Thread Markus Valentin
Hi Maria, On Tue, 2017-02-28 at 08:50 +0100, Maria Sepulveda wrote: > > On Mon, 2017-02-20 at 12:33 +0100, Maria Sepulveda wrote: > > > > > > The reason to store the public key on an external device is to verify > > > that it is our hardware. > > Do you want to verify it is your hardware or do you

Re: [U-Boot] x86: SecureBoot: Bay Trail

2017-02-22 Thread Markus Valentin
Hi Simon, On Tue, 2017-02-21 at 20:59 -0700, Simon Glass wrote: > On 20 February 2017 at 02:10, Markus Valentin wrote: > > > > Hi, > > > > On Fri, 2017-02-17 at 19:58 +0800, Bin Meng wrote: > > > > > > On Fri, Feb 17, 2017 at 5:26 PM, Markus

Re: [U-Boot] U-boot FIT Signature

2017-02-20 Thread Markus Valentin
Hi, On Fri, 2017-02-17 at 13:55 -0800, Rick Altherr wrote: > How would you verify that the public key hasn't been tampered with? > > On Fri, Feb 17, 2017 at 12:37 AM, Maria Sepulveda > wrote: > > > > > Good morning, > > > > I am working with FIT image in U-Boot 2013.07. I have configured the

Re: [U-Boot] x86: SecureBoot: Bay Trail

2017-02-20 Thread Markus Valentin
Hi, On Fri, 2017-02-17 at 19:58 +0800, Bin Meng wrote: > On Fri, Feb 17, 2017 at 5:26 PM, Markus Valentin wrote: > > > > Hi, > > > > i'm implementing Secure Boot with U-Boot on a Intel Atom E3800 Series (Bay > > Trail) based Plattform. > > > >

[U-Boot] x86: SecureBoot: Bay Trail

2017-02-17 Thread Markus Valentin
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

[U-Boot] net: e1000: support for intel 82579

2016-12-07 Thread Markus Valentin
Hi, did somebody already did some effort to support the intel 82579 Gigabit Ethernet PHY with the e1000 driver? In my naive try to add it i had no success yet. Regards Markus  ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/li

Re: [U-Boot] uefi: x86: uboot as uefi payload

2016-12-05 Thread Markus Valentin
Hi Simon, On Sun, 2016-12-04 at 23:24 -0700, Simon Glass wrote: > Hi Markus, > > On 1 December 2016 at 01:58, Markus Valentin wrote: > > > > Hi Simon, > > Am Mittwoch, den 30.11.2016, 19:20 -0700 schrieb Simon Glass: > > > > > > Hi Markus, >

Re: [U-Boot] uefi: x86: uboot as uefi payload

2016-12-01 Thread Markus Valentin
Hi Simon, Am Mittwoch, den 30.11.2016, 19:20 -0700 schrieb Simon Glass: > Hi Markus, > > On 30 November 2016 at 04:32, Markus Valentin wrote: > > > > Hi, > > > > im trying to run u-boot as uefi-payload for qemu this works totally > > fine. > > >

[U-Boot] uefi: x86: uboot as uefi payload

2016-11-30 Thread Markus Valentin
Hi, im trying to run u-boot as uefi-payload for qemu this works totally fine.   My real target is a Minnowboard Turbot. I did use the minnowmax_defconfig enabled CONFIG_EFI, CONFIG_EFI_STUB and CONFIG_EFI_STUB_64BIT. The Board has the latest uefi by Intel installed(0.93, X64). When i load U-Boot