Re: [coreboot] coreboot reproducible builds almost there

2015-06-13 Thread Emilian Bold
Great! So there were no coreboot patches necessary for this? Is it just a matter of preparing the right build environment? Because when I tried to do it manually (with SeaBios) it didn't produce the same bytes. Since SeaBios is reproducible it would be great to make the coreboot + SeaBios bundle

Re: [coreboot] coreboot reproducible builds almost there

2015-06-11 Thread Patrick Georgi
2015-06-11 10:25 GMT+02:00 Holger Levsen hol...@layer-acht.org: I'm now wondering how to proceed further. I *believe* another set of tests, this time with payloads, would be useful, if only to prove that the combination reproducible coreboot plus reproducible payload also is reproducible.

Re: [coreboot] coreboot reproducible builds almost there

2015-06-11 Thread Paul Menzel
Dear coreboot folks, Am Donnerstag, den 26.02.2015, 17:23 +0200 schrieb Emilian Bold: I was trying to duplicate a coreboot build back in November and I noticed I couldn't get my ROM file to be identical to the one I found online. It seems that coreboot doesn't have reproducible builds yet.

Re: [coreboot] coreboot reproducible builds almost there

2015-06-11 Thread Patrick Georgi
2015-06-11 7:58 GMT+02:00 Paul Menzel paulepan...@users.sourceforge.net: Holger Levsen joined #coreb...@irc.freenode.net yesterday to report that he integrated coreboot into the reproducible builds infrastructure [1]. Thank you for the heads up, and thanks Holger for doing it! *

Re: [coreboot] Coreboot reproducible builds

2015-04-04 Thread Emilian Bold
SeaBIOS requires one patch. https://github.com/lynxis/seabios/commit/487ef74fc6cb1b1020fb25c9bb3f166602ca926c Yes, SeaBIOS seems to have a surprisingly clean build system. Could you make a pull request with that commit? --emi On Fri, Mar 6, 2015 at 5:19 AM, Alexander Couzens lyn...@fe80.eu

Re: [coreboot] Coreboot reproducible builds

2015-03-05 Thread Alexander Couzens
Hi Emilian, I chatted today with Holger from reproducible.debian.net and couldn't resist doing reproducible builds ;). These patches need additonal work, but they are working when the git tree is clean. You can test coreboot reproducible when building without payload. Or a more advanced way

Re: [coreboot] Coreboot reproducible builds

2015-02-26 Thread Patrick Georgi via coreboot
2015-02-26 16:23 GMT+01:00 Emilian Bold emilian.b...@gmail.com: It seems that Coreboot doesn't have reproducible builds yet. You're right, it doesn't. One of the major items is probably to replace the current build time stamps with something more reasonable. For example, the current commit's time

Re: [coreboot] Coreboot reproducible builds

2015-02-26 Thread Vadim Bendebury
On Thu, Feb 26, 2015 at 8:10 AM, Patrick Georgi via coreboot coreboot@coreboot.org wrote: 2015-02-26 16:23 GMT+01:00 Emilian Bold emilian.b...@gmail.com: It seems that Coreboot doesn't have reproducible builds yet. You're right, it doesn't. One of the major items is probably to replace the

Re: [coreboot] Coreboot reproducible builds

2015-02-26 Thread Peter Stuge
Emilian Bold wrote: It seems that Coreboot doesn't have reproducible builds yet. That is correct. Ideally Yep. Is there anyone willing to help me with this (or already working on this)? Yes, I am willing to help you review your patches when they are in Gerrit. //Peter -- coreboot

[coreboot] Coreboot reproducible builds

2015-02-26 Thread Emilian Bold
Hello, I was trying to duplicate a coreboot build back in November and I noticed I couldn't get my ROM file to be identical to the one I found online. It seems that Coreboot doesn't have reproducible builds yet. Debian has been looking into this for a while