the following patch was just integrated into master:
commit 1304c8d8495f06ea04c891a8e2b45323bba540ab
Author: Idwer Vollering <vidwer(a)gmail.com>
Date: Mon Aug 27 21:55:29 2012 +0200
Solve logging all read registers.
Change serialice_io_read() so that it logs the reading of
PCI and IO registers (lines with '=>') again.
The following change resulted in the creation of an
incomplete view/logfile: http://review.coreboot.org/#/c/1062/
Change-Id: I9c4cd45b6b7eddd9b3c3a49b6e77862c46a7ef71
Signed-off-by: Idwer Vollering <vidwer(a)gmail.com>
Build-Tested: build bot (Jenkins) at Mon Aug 27 22:12:13 2012, giving +1
See http://review.coreboot.org/1490 for details.
-gerrit
Idwer Vollering (vidwer(a)gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/1490
-gerrit
commit 1304c8d8495f06ea04c891a8e2b45323bba540ab
Author: Idwer Vollering <vidwer(a)gmail.com>
Date: Mon Aug 27 21:55:29 2012 +0200
Solve logging all read registers.
Change serialice_io_read() so that it logs the reading of
PCI and IO registers (lines with '=>') again.
The following change resulted in the creation of an
incomplete view/logfile: http://review.coreboot.org/#/c/1062/
Change-Id: I9c4cd45b6b7eddd9b3c3a49b6e77862c46a7ef71
Signed-off-by: Idwer Vollering <vidwer(a)gmail.com>
---
qemu-0.15.x/serialice.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/qemu-0.15.x/serialice.c b/qemu-0.15.x/serialice.c
index 69568f0..80c7cca 100644
--- a/qemu-0.15.x/serialice.c
+++ b/qemu-0.15.x/serialice.c
@@ -184,7 +184,7 @@ uint32_t serialice_io_read(uint16_t port, unsigned int size)
filtered = serialice_io_read_filter(&data, port, size);
if (!filtered) {
- return target->io_read(port, size);
+ data = target->io_read(port, size);
}
data = mask_data(data, size);
Idwer Vollering (vidwer(a)gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/1484
-gerrit
commit 035fb2c541e62eca0a2cbb514006bbe7d987281e
Author: Idwer Vollering <vidwer(a)gmail.com>
Date: Fri Aug 24 00:00:39 2012 +0200
Fix serialice_io_read() so that it logs the reading of PCI and IO registers (lines with '=>') again.
Change-Id: I2cd57eaf2cdd5e2566ca94cf5ec725b68c3660f0
Signed-off-by: Idwer Vollering <vidwer(a)gmail.com>
---
qemu-0.15.x/serialice.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/qemu-0.15.x/serialice.c b/qemu-0.15.x/serialice.c
index 69568f0..80c7cca 100644
--- a/qemu-0.15.x/serialice.c
+++ b/qemu-0.15.x/serialice.c
@@ -184,7 +184,7 @@ uint32_t serialice_io_read(uint16_t port, unsigned int size)
filtered = serialice_io_read_filter(&data, port, size);
if (!filtered) {
- return target->io_read(port, size);
+ data = target->io_read(port, size);
}
data = mask_data(data, size);
the following patch was just integrated into master:
commit 4731ef54c859eb3b78841097010ec9878b4cb41b
Author: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
Date: Mon Aug 20 23:53:23 2012 +0300
SerialICE: Move dumb screen init
This is not really part of SerialICE session in anyway.
Change-Id: Ie0fc0058208e720abd309b0145184f9054feb5a9
Signed-off-by: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
Build-Tested: build bot (Jenkins) at Tue Aug 21 00:31:54 2012, giving +1
Reviewed-By: Alexandru Gagniuc <mr.nuke.me(a)gmail.com> at Tue Aug 21 00:33:10 2012, giving +2
See http://review.coreboot.org/1469 for details.
-gerrit
the following patch was just integrated into master:
commit 9d5fcdd21c92f8918730448692eacb04439f22ca
Author: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
Date: Mon Aug 20 16:21:33 2012 +0300
SerialICE: Create capsule for serial protocol
Change makes it easier to make a more generic "multiplex" that chooses
if operations are handled by Qemu or external target. Also it allows
for the use of another communication channel in place of serial stream.
Change-Id: I46e0abf8b1f4e1fa4dd30332778f5e73528a8dd4
Signed-off-by: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
Build-Tested: build bot (Jenkins) at Tue Aug 21 00:08:24 2012, giving +1
Reviewed-By: Anton Kochkov <anton.kochkov(a)gmail.com> at Tue Aug 21 00:22:55 2012, giving +2
See http://review.coreboot.org/1468 for details.
-gerrit
the following patch was just integrated into master:
commit 5433e1648148ef7504b2efee523288fb1f06c10b
Author: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
Date: Sun Aug 19 23:38:01 2012 +0300
SerialICE: Split IO and memory logging
Use of the flags parameter looked ugly and obscure to me.
Change-Id: I9f79e2bd7e738862be2ff67b925d3ecf549b4d03
Signed-off-by: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
Build-Tested: build bot (Jenkins) at Mon Aug 20 23:55:58 2012, giving +1
Reviewed-By: Anton Kochkov <anton.kochkov(a)gmail.com> at Tue Aug 21 00:02:21 2012, giving +2
See http://review.coreboot.org/1467 for details.
-gerrit
the following patch was just integrated into master:
commit 1bbb7f5ad7819dc0a30d1cdb9653fed9bd3d0732
Author: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
Date: Sun Aug 19 13:52:39 2012 +0300
SerialICE: Separate read and write loggers for IO and MEM
Use of the flags parameter looked ugly and obscure to me.
Change-Id: I1f7fb952a74df19200efd1ec0b216846fc474cdf
Signed-off-by: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
Build-Tested: build bot (Jenkins) at Mon Aug 20 23:42:58 2012, giving +1
Reviewed-By: Anton Kochkov <anton.kochkov(a)gmail.com> at Tue Aug 21 00:03:04 2012, giving +2
See http://review.coreboot.org/1466 for details.
-gerrit
the following patch was just integrated into master:
commit 0acf1bbe3acb803f2718a5335e53c6df22b6b180
Author: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
Date: Sun Aug 19 13:27:18 2012 +0300
SerialICE: Separate RDMSR and WRMSR
Use of the flags parameter looked ugly and obscure to me.
Change-Id: I1da5757187a8a2b808288d5f09466457d10aa8e9
Signed-off-by: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
Build-Tested: build bot (Jenkins) at Mon Aug 20 23:29:47 2012, giving +1
Reviewed-By: Anton Kochkov <anton.kochkov(a)gmail.com> at Mon Aug 20 23:59:23 2012, giving +2
See http://review.coreboot.org/1465 for details.
-gerrit