[coreboot] [Survey] Ideal platform for coreboot training?

2021-04-29 Thread Mike Banon
Dear Friends, please share your thoughts to help us at 3mdeb to advance a coreboot project - by participating in this opensource survey of just 7 questions: * Ideal platform for coreboot training? https://corequest.limesurvey.net/274886?lang=en Thank you very much in advance! -- Best regards, Mik

[coreboot] Re: Building Coreboot with Nix

2021-04-29 Thread Philipp Bartsch
Hi, On Thu, 2021-04-15 at 18:58 +0200, Julian Stecklina wrote: > I'm trying to build Coreboot with Nix [1] [...] I have not yet tried it personally, but corenix[1] looks nice. Cheers Phil [1]: https://git.petabyte.dev/petabyteboy/corenix/ ___ coreboo

[coreboot] Re: Default-timings in Designware I2C driver

2021-04-29 Thread Zeh, Werner
In the meantime Kyösti provided a patch [1] where the clock timing is computed based on rise and fall times in the default case. This results in a much more accurate timings which I was able to measure on mb/siemens/mc_apl6 Nevertheless, looking closer to the driver implementation, a few odds ar

[coreboot] Re: Resource allocator v3

2021-04-29 Thread Michał Żygowski
Hi Kyösti, Found out the problem. Not all reserved/mmio/ram resources were reported and because of that the allocated resources landed in the WB memory. Patches for PI 00730F01: https://review.coreboot.org/c/coreboot/+/52761 https://review.coreboot.org/c/coreboot/+/52762 Feel free to test/review