[coreboot] Wiki page for Lenovo Thinkpad W520

2017-07-16 Thread Nico Rikken
I created a wiki page for the Lenovo W520 based on information shared on this mailinglist: https://www.coreboot.org/Board:lenovo/w520 I hope others can contribute more details, so I can benefit when taking on the challenge of flashing a W520 myself. Kind regards, Nico Rikken (NL) -- coreboot

Re: [coreboot] for Lenovo G505S owners: AtomBIOS ROMs (discrete too!), binaries, datasheets...

2017-07-16 Thread Mike Banon
Replacing #!/bin/sh with #!/bin/bash also works! Although maybe its a good idea to still do this hex-to-dec numbers conversion if it results in more portable code > > Cool! You may also want to close and open the lid ;) > Its hard to open/close lid at half teardown G505S so I just cheated by

[coreboot] Cherry Trail Support

2017-07-16 Thread Arne Zachlod
Hi all, I got a GPD Pocket with an Atom X7-Z8750 (Cherry Trail). I would like to use coreboot with it, but there seems to be no support for Cherry Trail, is support for this platform planned/worked on or is this more likely not going to happen? Thanks, Arne -- coreboot mailing list:

[coreboot] Hi-DPI displays and showing text information for kevin in depthcharge

2017-07-16 Thread Paul Kocialkowski
I am using upstream coreboot with top-of-tree depthcharge and vboot on kevin (Chromebook Plus from Samsung) and I've patched depthcharge[0] to display text messages instead of looking up bitmaps in the GBB/cbfs. I noticed that corebootfb is using[1] a fixed 8x16 font for showing text there. In

[coreboot] [RFT] Linux 4.13: Intel 945 graphics driver changes

2017-07-16 Thread Paul Menzel
Dear coreboot folks, As some of us still use Intel 945 devices, this is a heads-up, that the Linux Intel graphics driver was cleaned up in Linux 4.13 [1], whose first release candidate was published yesterday. There was at least one regression [2], so I encourage everyone to test the Linux 4.13

Re: [coreboot] for Lenovo G505S owners: AtomBIOS ROMs (discrete too!), binaries, datasheets...

2017-07-16 Thread Paul Kocialkowski
Le dimanche 16 juillet 2017 à 11:10 +0300, Mike Banon a écrit : > Hi Paul, here is my proposed fix for ./origami-ec/tools/segments to > make it more portable across the different bash versions : I think the problem is that you are not using bash in this case. The script has /bin/sh as shebang,

Re: [coreboot] for Lenovo G505S owners: AtomBIOS ROMs (discrete too!), binaries, datasheets...

2017-07-16 Thread Mike Banon
Hi Paul, here is my proposed fix for ./origami-ec/tools/segments to make it more portable across the different bash versions : 1) replace if (( $size > $size_limit )) with if [ $(printf "%d" ${size}) -gt $(printf "%d" ${size_limit}) ] 2) replace if (( $offset < $map )) with if [ $(printf

[coreboot] Unable to fetch from git server: `fatal: protocol error: bad pack header`

2017-07-16 Thread Paul Menzel
Dear coreboot administrators, Currently, I am unable to fetch the newest commits/objects(?) from the coreboot git server. ``` $ LANG=C git fetch -vv origin […] have ccbaabe5cf6b7eaa20fc323858680a404383537b got ack 3 dee643a360ad75787f2982a013c62a4d49352121 got ack 3