the following patch was just integrated into master:
commit 6ce0bc3f4058ad38a5192940a448b4b900088e69
Author: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
Date: Wed Nov 14 10:45:05 2012 +0200
Read memory from target by default
Reads from unknown memory regions did not come from the target.
This fixes runs done without proper chipset filters.
Change-Id: If9c7ab2fd18e2719346fd54610fcb7a73eb31a73
Signed-off-by: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
Reviewed-on: http://review.coreboot.org/1857
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer(a)coreboot.org>
Build-Tested: build bot (Jenkins) at Wed Nov 14 16:30:16 2012, giving +1
Reviewed-By: Stefan Reinauer <stefan.reinauer(a)coreboot.org> at Mon Nov 19 19:14:38 2012, giving +2
See http://review.coreboot.org/1857 for details.
-gerrit
the following patch was just integrated into master:
commit a4a58bbfa7c72aeca76ab2663514afd5b4038b50
Author: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
Date: Wed Nov 14 10:27:21 2012 +0200
Fix display of offset
If the size of a region was not power of two, the offset
was incorrectly displayed.
Change-Id: Ib8751fe1165917477f827c9032ef12ac58b1fab0
Signed-off-by: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
Reviewed-on: http://review.coreboot.org/1856
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer(a)coreboot.org>
Build-Tested: build bot (Jenkins) at Wed Nov 14 16:19:13 2012, giving +1
Reviewed-By: Stefan Reinauer <stefan.reinauer(a)coreboot.org> at Mon Nov 19 19:14:15 2012, giving +2
See http://review.coreboot.org/1856 for details.
-gerrit
the following patch was just integrated into master:
commit 613ffdb4528d189a35bea96e4d2ee1e4372bc729
Author: Rudolf Marek <r.marek(a)assembler.cz>
Date: Sun Nov 11 15:57:15 2012 +0100
Add the Asus F2A85-M
This commit adds support for the http://www.asus.com/Motherboards/AMD_Socket_FM2/F2A85M
It sets the clocks to 48MHz fed from SB, disables watchdog and setup serial port on SIO.
Change-Id: Ia981f30e7444165570b3ebfbd4082173ef6c4205
Signed-off-by: Rudolf Marek <r.marek(a)assembler.cz>
Reviewed-on: http://review.coreboot.org/1815
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter(a)users.sourceforge.net>
Reviewed-by: Stefan Reinauer <stefan.reinauer(a)coreboot.org>
Build-Tested: build bot (Jenkins) at Thu Nov 15 22:52:41 2012, giving +1
Reviewed-By: Stefan Reinauer <stefan.reinauer(a)coreboot.org> at Mon Nov 19 19:13:27 2012, giving +2
See http://review.coreboot.org/1815 for details.
-gerrit
the following patch was just integrated into master:
commit 564010725e5b9cc70bd6a8f8c34768c5b7422d0c
Author: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
Date: Mon Nov 19 09:44:10 2012 +0200
Require lua>=5.2 version for SerialICE build
New simba filters require the LUA "bit32" module available
beginning with lua version 5.2.
Change-Id: I30026ef66bf08487eacba02d884bcd377527df18
Signed-off-by: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
Reviewed-on: http://review.coreboot.org/1882
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <patrick(a)georgi-clan.de>
Reviewed-by: Stefan Reinauer <stefan.reinauer(a)coreboot.org>
Reviewed-By: Patrick Georgi <patrick(a)georgi-clan.de> at Mon Nov 19 12:54:43 2012, giving +2
Build-Tested: build bot (Jenkins) at Mon Nov 19 11:25:06 2012, giving +1
Reviewed-By: Stefan Reinauer <stefan.reinauer(a)coreboot.org> at Mon Nov 19 19:12:04 2012, giving +2
See http://review.coreboot.org/1882 for details.
-gerrit
Rudolf Marek (r.marek(a)assembler.cz) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/1815
-gerrit
commit 878fb98b9c0c2480d04a9a3923572a4473808e0f
Author: Rudolf Marek <r.marek(a)assembler.cz>
Date: Sun Nov 11 15:57:15 2012 +0100
Add the Asus F2A85-M
This commit adds support for the http://www.asus.com/Motherboards/AMD_Socket_FM2/F2A85M
It sets the clocks to 48MHz fed from SB, disables watchdog and setup serial port on SIO.
Change-Id: Ia981f30e7444165570b3ebfbd4082173ef6c4205
Signed-off-by: Rudolf Marek <r.marek(a)assembler.cz>
---
SerialICE/Kconfig | 6 +++++
SerialICE/mainboard/asus_f2a85-m.c | 50 ++++++++++++++++++++++++++++++++++++++
2 files changed, 56 insertions(+)
diff --git a/SerialICE/Kconfig b/SerialICE/Kconfig
index 72e3924..38f3e03 100644
--- a/SerialICE/Kconfig
+++ b/SerialICE/Kconfig
@@ -45,6 +45,10 @@ config BOARD_INTEL_D945GCLF
config BOARD_DELL_S1850
bool "Dell PowerEdge S1850"
+config BOARD_ASUS_F2A85_M
+ bool "ASUS F2A85-M"
+ select BUILD_XMMSTACK
+
config BOARD_ASUS_M2V_MX_SE
bool "ASUS M2V-MX SE"
select VIA_ROMSTRAP
@@ -124,6 +128,7 @@ config BOARD_INIT
default "roda_rk886ex.c" if BOARD_RODA_RK886EX
default "intel_d945gclf.c" if BOARD_INTEL_D945GCLF
default "dell_s1850.c" if BOARD_DELL_S1850
+ default "asus_f2a85-m.c" if BOARD_ASUS_F2A85_M
default "asus_m2v-mx_se.c" if BOARD_ASUS_M2V_MX_SE
default "asus_k8v-x.c" if BOARD_ASUS_K8V_X
default "msi_ms6178.c" if BOARD_MSI_MS6178
@@ -148,6 +153,7 @@ config BOARD_INIT
config SOUTHBRIDGE_INIT
string
default "southbridge/intel-ich7.c" if BOARD_KONTRON_986LCD_M
+ default "southbridge/amd-sbxxx.c" if BOARD_ASUS_F2A85_M
config SUPERIO_INIT
string
diff --git a/SerialICE/mainboard/asus_f2a85-m.c b/SerialICE/mainboard/asus_f2a85-m.c
new file mode 100644
index 0000000..8eebde3
--- /dev/null
+++ b/SerialICE/mainboard/asus_f2a85-m.c
@@ -0,0 +1,50 @@
+/*
+ * SerialICE
+ *
+ * Copyright (C) 2006 Uwe Hermann <uwe(a)hermann-uwe.de>
+ * Copyright (C) 2012 Rudolf Marek <r.marek(a)assembler.cz>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; version 2 of the License.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ */
+
+const char boardname[33]="Asus F2A85-M ";
+
+#define SUPERIO_CONFIG_PORT 0x2e
+
+static void superio_init(void)
+{
+ u8 byte;
+ pnp_enter_ext_func_mode_ite(SUPERIO_CONFIG_PORT);
+
+ /* Disable the watchdog. */
+ pnp_set_logical_device(SUPERIO_CONFIG_PORT, 7);
+ pnp_write_register(SUPERIO_CONFIG_PORT, 0x72, 0x00);
+
+ /* Enable the serial port. */
+ pnp_set_logical_device(SUPERIO_CONFIG_PORT, 1); /* COM1 */
+ pnp_set_enable(SUPERIO_CONFIG_PORT, 0);
+ pnp_set_iobase0(SUPERIO_CONFIG_PORT, 0x3f8);
+ pnp_set_irq0(SUPERIO_CONFIG_PORT, 4);
+ pnp_set_enable(SUPERIO_CONFIG_PORT, 1);
+
+ pnp_exit_ext_func_mode_ite(SUPERIO_CONFIG_PORT);
+}
+
+
+static void chipset_init(void)
+{
+ southbridge_init();
+ sbxxx_enable_48mhzout();
+ superio_init();
+}
Kyösti Mälkki (kyosti.malkki(a)gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/1857
-gerrit
commit 85259974fd0bd95d3cf581beeefc9c14228475fa
Author: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
Date: Wed Nov 14 10:45:05 2012 +0200
Read memory from target by default
Reads from unknown memory regions did not come from the target.
This fixes runs done without proper chipset filters.
Change-Id: If9c7ab2fd18e2719346fd54610fcb7a73eb31a73
Signed-off-by: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
---
SerialICE/simba/core_io.lua | 9 ++-------
1 file changed, 2 insertions(+), 7 deletions(-)
diff --git a/SerialICE/simba/core_io.lua b/SerialICE/simba/core_io.lua
index b89a3e2..0b823cc 100644
--- a/SerialICE/simba/core_io.lua
+++ b/SerialICE/simba/core_io.lua
@@ -39,13 +39,8 @@ filter_io_fallback = {
--
function mem_undefined(f, action)
- if (action.write) then
- action.to_hw = true
- action.to_qemu = false
- else
- action.to_hw = false
- action.to_qemu = true
- end
+ action.to_hw = true
+ action.to_qemu = false
action.undefined = true
return true
end