the following patch was just integrated into master:
commit 90a44f3194fec427ec15e1530fec87837ca2e3ec
Author: Lubomir Rintel <lkundrak(a)v3.sk>
Date: Mon May 25 07:46:37 2015 +0200
smbus: ignore the least significant f.host.slave bit
It's the transaction direction.
lua: chipset/smbus_host.lua:155: bad argument #2 to 'format' (number has
no integer representation)
stack traceback:
[C]: in function 'string.format'
chipset/smbus_host.lua:155: in upvalue 'dump_transaction'
chipset/smbus_host.lua:271: in upvalue 'host_change_state'
chipset/smbus_host.lua:288: in upvalue 'host_switch'
chipset/smbus_host.lua:368: in upvalue 'host_sync'
chipset/smbus_host.lua:445: in field 'data_read'
chipset/smbus_host.lua:511: in field 'update_register'
chipset/intel_smbus.lua:195: in upvalue 'intel_smbus_host_access'
chipset/intel_smbus.lua:232: in function 'intel_smbus_host_post'
hooks.lua:122: in function 'walk_post_hooks'
replay.lua:24: in function 'replay_io'
replay.lua:76: in function 'parse_io'
replay.lua:250: in function 'parse_file'
replay.lua:269: in main chunk
[C]: in ?
Change-Id: Ia482fc745060c0f84f8147912bf0123d81f3f893
Signed-off-by: Lubomir Rintel <lkundrak(a)v3.sk>
Reviewed-on: http://review.coreboot.org/10325
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer(a)coreboot.org>
See http://review.coreboot.org/10325 for details.
-gerrit
the following patch was just integrated into master:
commit f153ead6721d018c64d7ec5e4287823a4a96d13f
Author: Lubomir Rintel <lkundrak(a)v3.sk>
Date: Mon May 25 07:17:25 2015 +0200
pc80: fix "number has no integer representation"
For the value of init == 80:
lua: output.lua:6: bad argument #2 to 'format' (number has no integer representation)
stack traceback:
[C]: in function 'string.format'
output.lua:6: in function 'printf'
output.lua:64: in function 'printk'
chipset/pc80.lua:213: in function 'i8254_post'
hooks.lua:122: in function 'walk_post_hooks'
replay.lua:24: in function 'replay_io'
replay.lua:74: in function 'parse_io'
replay.lua:250: in function 'parse_file'
replay.lua:269: in main chunk
[C]: in ?
Change-Id: Iac92f0f378fec3b9dbb93fe4158cb4ffdd3a1f4a
Signed-off-by: Lubomir Rintel <lkundrak(a)v3.sk>
Reviewed-on: http://review.coreboot.org/10324
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer(a)coreboot.org>
See http://review.coreboot.org/10324 for details.
-gerrit
the following patch was just integrated into master:
commit c3c57f03dc5a3e0f6c268a83e060f89e1ec6a55d
Author: Denis 'GNUtoo' Carikli <GNUtoo(a)no-log.org>
Date: Thu May 16 23:40:24 2013 +0200
Add support for Lenovo X60.
Change-Id: I105c69ae53b3735fd60e7461f8f64078e8fef15c
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo(a)no-log.org>
Reviewed-on: http://review.coreboot.org/3260
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer(a)coreboot.org>
See http://review.coreboot.org/3260 for details.
-gerrit