Urja Rannikko (urjaman(a)gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/12351
-gerrit
commit 427e3bd6a8327f6593fdc95d22f4fb34038470f9
Author: Urja Rannikko <urjaman(a)gmail.com>
Date: Thu Nov 5 18:36:31 2015 +0200
asus/k8v-x: Add more subsystem IDs to device tree
This is an attempt at better compatibility with driver matching etc.
Change-Id: I26eccbe17a31ba2042d0fe1bb424d9f380c0a82e
Signed-off-by: Urja Rannikko <urjaman(a)gmail.com>
---
src/mainboard/asus/k8v-x/devicetree.cb | 18 ++++++++++++++++--
1 file changed, 16 insertions(+), 2 deletions(-)
diff --git a/src/mainboard/asus/k8v-x/devicetree.cb b/src/mainboard/asus/k8v-x/devicetree.cb
index 4be4d78..7764413 100644
--- a/src/mainboard/asus/k8v-x/devicetree.cb
+++ b/src/mainboard/asus/k8v-x/devicetree.cb
@@ -5,7 +5,7 @@ chip northbridge/amd/amdk8/root_complex # Root complex
end
end
device domain 0 on # PCI domain
- subsystemid 0x1043 0 inherit
+ subsystemid 0x1043 0x80ed inherit
chip northbridge/amd/amdk8 # mc0
device pci 18.0 on # Northbridge
# Devices on link 0, link 0 == LDT 0
@@ -33,8 +33,18 @@ chip northbridge/amd/amdk8/root_complex # Root complex
register "enable_aol_2_smb_slave" = "1"
register "enable_gpo5" = "1"
register "gpio15_12_dir_output" = "1"
- device pci 0.0 on end # HT
+ device pci 0.0 on # HT
+ subsystemid 0x1043 0x80a3
+ end
+ device pci a.0 on # GbE
+ subsystemid 0x1043 0x811a
+ end
+ device pci f.0 on end # SATA
device pci f.1 on end # IDE
+ device pci 10.0 on end # USB1
+ device pci 10.1 on end # USB1
+ device pci 10.2 on end # USB1
+ device pci 10.3 on end # USB1
device pci 10.4 on end # USB2
device pci 11.0 on # LPC
chip drivers/generic/generic # DIMM 0-0-0
@@ -86,6 +96,10 @@ chip northbridge/amd/amdk8/root_complex # Root complex
end
end
end
+ device pci 11.5 on # AC97 Audio
+ subsystemid 0x1043 0x80b0
+ end
+ device pci 11.6 on end # AC97 Modem
device pci 12.0 off end # VIA LAN (off, other chip used)
end
chip southbridge/via/k8t890 # "Southbridge" K8T890
Urja Rannikko (urjaman(a)gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/12349
-gerrit
commit 5721cb36ea28cb110813f4d3d1c374790760a7b9
Author: Urja Rannikko <urjaman(a)gmail.com>
Date: Fri Nov 6 16:18:27 2015 +0200
asus/k8v-x: set superio ROM ctrl reg to enable writes
This is required for flashrom to work...
Change-Id: Icc0a52e0ca103c897d96fa8f3cf83b30780c7b49
Signed-off-by: Urja Rannikko <urjaman(a)gmail.com>
---
src/mainboard/asus/k8v-x/devicetree.cb | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/mainboard/asus/k8v-x/devicetree.cb b/src/mainboard/asus/k8v-x/devicetree.cb
index 6bb9bc8..4be4d78 100644
--- a/src/mainboard/asus/k8v-x/devicetree.cb
+++ b/src/mainboard/asus/k8v-x/devicetree.cb
@@ -82,6 +82,7 @@ chip northbridge/amd/amdk8/root_complex # Root complex
device pnp 2e.b on # Hardware monitor
io 0x60 = 0x290
irq 0x70 = 0
+ irq 0x24 = 0x28 # Global CR24 change bit3: MEMW# Enable
end
end
end
the following patch was just integrated into master:
commit 625b944e7584f4b559e2376dce0c35d54fb68aec
Author: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
Date: Wed May 27 07:58:22 2015 +0300
amd/00660F01: Fix MMCONF resource
Fixed resources have to be declared early.
Change-Id: I03bb846e0685d47e0befc20bf7bc14c06694cb66
Signed-off-by: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
Reviewed-on: http://review.coreboot.org/12262
Tested-by: build bot (Jenkins)
Reviewed-by: Edward O'Callaghan <edward.ocallaghan(a)koparo.com>
See http://review.coreboot.org/12262 for details.
-gerrit
Urja Rannikko (urjaman(a)gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/12351
-gerrit
commit e74d859432ba3bb0bb0fccaf4742bb77d2fd70b7
Author: Urja Rannikko <urjaman(a)gmail.com>
Date: Thu Nov 5 18:36:31 2015 +0200
asus/k8v-x: Add more subsystem IDs to device tree
This is an attempt at better compatibility with driver matching etc.
Change-Id: I26eccbe17a31ba2042d0fe1bb424d9f380c0a82e
Signed-off-by: Urja Rannikko <urjaman(a)gmail.com>
---
src/mainboard/asus/k8v-x/devicetree.cb | 18 ++++++++++++++++--
1 file changed, 16 insertions(+), 2 deletions(-)
diff --git a/src/mainboard/asus/k8v-x/devicetree.cb b/src/mainboard/asus/k8v-x/devicetree.cb
index 2ccc8dd..b38edde 100644
--- a/src/mainboard/asus/k8v-x/devicetree.cb
+++ b/src/mainboard/asus/k8v-x/devicetree.cb
@@ -5,7 +5,7 @@ chip northbridge/amd/amdk8/root_complex # Root complex
end
end
device domain 0 on # PCI domain
- subsystemid 0x1043 0 inherit
+ subsystemid 0x1043 0x80ed inherit
chip northbridge/amd/amdk8 # mc0
device pci 18.0 on # Northbridge
# Devices on link 0, link 0 == LDT 0
@@ -33,8 +33,18 @@ chip northbridge/amd/amdk8/root_complex # Root complex
register "enable_aol_2_smb_slave" = "1"
register "enable_gpo5" = "1"
register "gpio15_12_dir_output" = "1"
- device pci 0.0 on end # HT
+ device pci 0.0 on # HT
+ subsystemid 0x1043 0x80a3
+ end
+ device pci a.0 on # GbE
+ subsystemid 0x1043 0x811a
+ end
+ device pci f.0 on end # SATA
device pci f.1 on end # IDE
+ device pci 10.0 on end # USB1
+ device pci 10.1 on end # USB1
+ device pci 10.2 on end # USB1
+ device pci 10.3 on end # USB1
device pci 10.4 on end # USB2
device pci 11.0 on # LPC
chip drivers/generic/generic # DIMM 0-0-0
@@ -86,6 +96,10 @@ chip northbridge/amd/amdk8/root_complex # Root complex
end
end
end
+ device pci 11.5 on # AC97 Audio
+ subsystemid 0x1043 0x80b0
+ end
+ device pci 11.6 on end # AC97 Modem
device pci 12.0 off end # VIA LAN (off, other chip used)
end
chip southbridge/via/k8t890 # "Southbridge" K8T890
Urja Rannikko (urjaman(a)gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/12349
-gerrit
commit 812b6fe2e81da2158a77ede6a0e504b0dc09ae39
Author: Urja Rannikko <urjaman(a)gmail.com>
Date: Fri Nov 6 16:18:27 2015 +0200
asus/k8v-x: set superio ROM size control reg to 4Mbit
This is required for flashrom to work (writes), but not
for booting (apparently).
Change-Id: Icc0a52e0ca103c897d96fa8f3cf83b30780c7b49
Signed-off-by: Urja Rannikko <urjaman(a)gmail.com>
---
src/mainboard/asus/k8v-x/devicetree.cb | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/mainboard/asus/k8v-x/devicetree.cb b/src/mainboard/asus/k8v-x/devicetree.cb
index 6bb9bc8..2ccc8dd 100644
--- a/src/mainboard/asus/k8v-x/devicetree.cb
+++ b/src/mainboard/asus/k8v-x/devicetree.cb
@@ -82,6 +82,7 @@ chip northbridge/amd/amdk8/root_complex # Root complex
device pnp 2e.b on # Hardware monitor
io 0x60 = 0x290
irq 0x70 = 0
+ irq 0x24 = 0x28 # Global CR24 Flash ROM size = 4Mbit (needed for writes)
end
end
end
Urja Rannikko (urjaman(a)gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/12351
-gerrit
commit 03fb6c7e7ad1f9a9ca34d0a99866d4c8cd4b9169
Author: Urja Rannikko <urjaman(a)gmail.com>
Date: Thu Nov 5 18:36:31 2015 +0200
asus/k8v-x: Add more subsystem IDs to device tree
This is an attempt at better compatibility with driver matching etc.
Change-Id: I26eccbe17a31ba2042d0fe1bb424d9f380c0a82e
Signed-off-by: Urja Rannikko <urjaman(a)gmail.com>
---
src/mainboard/asus/k8v-x/devicetree.cb | 18 ++++++++++++++++--
1 file changed, 16 insertions(+), 2 deletions(-)
diff --git a/src/mainboard/asus/k8v-x/devicetree.cb b/src/mainboard/asus/k8v-x/devicetree.cb
index 2ccc8dd..b38edde 100644
--- a/src/mainboard/asus/k8v-x/devicetree.cb
+++ b/src/mainboard/asus/k8v-x/devicetree.cb
@@ -5,7 +5,7 @@ chip northbridge/amd/amdk8/root_complex # Root complex
end
end
device domain 0 on # PCI domain
- subsystemid 0x1043 0 inherit
+ subsystemid 0x1043 0x80ed inherit
chip northbridge/amd/amdk8 # mc0
device pci 18.0 on # Northbridge
# Devices on link 0, link 0 == LDT 0
@@ -33,8 +33,18 @@ chip northbridge/amd/amdk8/root_complex # Root complex
register "enable_aol_2_smb_slave" = "1"
register "enable_gpo5" = "1"
register "gpio15_12_dir_output" = "1"
- device pci 0.0 on end # HT
+ device pci 0.0 on # HT
+ subsystemid 0x1043 0x80a3
+ end
+ device pci a.0 on # GbE
+ subsystemid 0x1043 0x811a
+ end
+ device pci f.0 on end # SATA
device pci f.1 on end # IDE
+ device pci 10.0 on end # USB1
+ device pci 10.1 on end # USB1
+ device pci 10.2 on end # USB1
+ device pci 10.3 on end # USB1
device pci 10.4 on end # USB2
device pci 11.0 on # LPC
chip drivers/generic/generic # DIMM 0-0-0
@@ -86,6 +96,10 @@ chip northbridge/amd/amdk8/root_complex # Root complex
end
end
end
+ device pci 11.5 on # AC97 Audio
+ subsystemid 0x1043 0x80b0
+ end
+ device pci 11.6 on end # AC97 Modem
device pci 12.0 off end # VIA LAN (off, other chip used)
end
chip southbridge/via/k8t890 # "Southbridge" K8T890