a296f9e3d385d2d310aae1cdfd4a20c592de1d20 worked. 6b330f2a2462a72c2d10940b5e06b99f02b20297 bricked it.
i'm not getting serial output from my x60, and the disk access light doesn't turn on. other lights flash after pressing the power button. the AC and (Z) lights stay on. there isn't any graphical output.
i've attached both my .config files. the payloads for both roms were SeaBIOS.
-andrew
p.s. i suppose i'll need a bus pirate. i won't have it for a while, so i can't help binary searching for the broken commit right now.
thanks for any help. :-) please CC me.
--- a296f9e3d385d2d310aae1cdfd4a20c592de1d20.conf 2014-10-10 12:39:13.088043119 -0400 +++ 6b330f2a2462a72c2d10940b5e06b99f02b20297.conf 2014-10-10 12:39:38.072590776 -0400 @@ -1,4 +1,4 @@ -# This image was built using git revision a296f9e3d385d2d310aae1cdfd4a20c592de1d20 +# This image was built using git revision 6b330f2a2462a72c2d10940b5e06b99f02b20297 CONFIG_LOCALVERSION="" CONFIG_CBFS_PREFIX="fallback" CONFIG_COMPILER_GCC=y @@ -124,7 +124,7 @@ CONFIG_TTYS0_LCS=3 CONFIG_CONSOLE_CBMEM=y CONFIG_CONSOLE_CBMEM_BUFFER_SIZE=0x20000 -CONFIG_CONSOLE_CAR_BUFFER_SIZE=0xc00 +CONFIG_CONSOLE_PRERAM_BUFFER_SIZE=0xc00 CONFIG_DEFAULT_CONSOLE_LOGLEVEL_8=y CONFIG_POST_DEVICE_NONE=y CONFIG_POST_IO_PORT=0x80
Hi Andrew,
on my x201t I got the same problems. I bisect it to cbmem console: Locate the preram console with a symbol instead of a section. (commit 35382a6e, Change-Id: I3257b981e).
@Gabe: Do you tested the commit with SeaBios as payload?
@Andrew: You can also use a raspberry pi or a beaglebone black. They are a lot faster than a buspirate (30min -> 5min).
Best, Alex
cfg: http://lynxis.crew.c-base.org/coreboot.config.762d53d41_without_cbmem
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Based on advice from Alexander I did: git revert 35382a6e
Made my X60 boot, where without the revert I had the same issue as Andrew Engelbrecht sudoman@ninthfloor.org that the machine didn't boot; not even serial output worked.
I pushed the revert commit to gerrit for others to look at: http://review.coreboot.org/#/c/7041/
Thanks to Alexander for the bisect!
On 10/10/14 21:08, Alexander Couzens wrote:
Hi Andrew,
on my x201t I got the same problems. I bisect it to cbmem console: Locate the preram console with a symbol instead of a section. (commit 35382a6e, Change-Id: I3257b981e).
@Gabe: Do you tested the commit with SeaBios as payload?
@Andrew: You can also use a raspberry pi or a beaglebone black. They are a lot faster than a buspirate (30min -> 5min).
Best, Alex
cfg: http://lynxis.crew.c-base.org/coreboot.config.762d53d41_without_cbmem
same issue here on Google/panther (Haswell), reverting the commit fixed things
On 10/10/2014 4:09 PM, The Gluglug wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Based on advice from Alexander I did: git revert 35382a6e
Made my X60 boot, where without the revert I had the same issue as Andrew Engelbrecht sudoman@ninthfloor.org that the machine didn't boot; not even serial output worked.
I pushed the revert commit to gerrit for others to look at: http://review.coreboot.org/#/c/7041/
Thanks to Alexander for the bisect!
On 10/10/14 21:08, Alexander Couzens wrote:
Hi Andrew,
on my x201t I got the same problems. I bisect it to cbmem console: Locate the preram console with a symbol instead of a section. (commit 35382a6e, Change-Id: I3257b981e).
@Gabe: Do you tested the commit with SeaBios as payload?
@Andrew: You can also use a raspberry pi or a beaglebone black. They are a lot faster than a buspirate (30min -> 5min).
Best, Alex
cfg: http://lynxis.crew.c-base.org/coreboot.config.762d53d41_without_cbmem
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux)
iQEcBAEBAgAGBQJUOEr5AAoJEP9Ft0z50c+U0MsH/jh1preGRFV5QXyeybJcxC+k xhJAz+NoLdD57PAPP4y858Z4u+yV/ShWw+VlR+gQbf/1K8goCgV7w66eosWCg3OO 6OryX7Eq/gNuLe2Z8Ei0fhduYHUhipwZFRlHJ1AF2qKzqoAoIodcm3UAoj/MK6R6 e7UeHLmgQRe2YsUBD9eDHPxTkYleCoHt9gHGayWZE7tRnCWXglyDUkY96EFdToi8 CxsEr6FmE6sDIskgWAYeHfgpWq/u0TyYasaP+FkWKrAVt9E7U7SK00/PZtFizUqR GKtFKnAB1faR8Y+3DgtXXq0+KmtQ392Kmp1goN3BaSB87IF2E4zY9jyQLIXdU6w= =504N -----END PGP SIGNATURE-----
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
I addded this to the commit message on 7041. Thanks!
On 11/10/14 00:38, Matt DeVillier wrote:
same issue here on Google/panther (Haswell), reverting the commit fixed things
On 10/10/2014 4:09 PM, The Gluglug wrote: Based on advice from Alexander I did: git revert 35382a6e
Made my X60 boot, where without the revert I had the same issue as Andrew Engelbrecht sudoman@ninthfloor.org that the machine didn't boot; not even serial output worked.
I pushed the revert commit to gerrit for others to look at: http://review.coreboot.org/#/c/7041/
Thanks to Alexander for the bisect!
On 10/10/14 21:08, Alexander Couzens wrote:
Hi Andrew,
on my x201t I got the same problems. I bisect it to cbmem console: Locate the preram console with a symbol instead of a section. (commit 35382a6e, Change-Id: I3257b981e).
@Gabe: Do you tested the commit with SeaBios as payload?
@Andrew: You can also use a raspberry pi or a beaglebone black. They are a lot faster than a buspirate (30min -> 5min).
Best, Alex
cfg: http://lynxis.crew.c-base.org/coreboot.config.762d53d41_without_cbmem