qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] hw/mips/fuloong2e: Fix vt82c686b idsel
@ 2025-09-14 18:55 Bernhard Beschow
  2025-09-24 18:24 ` Bernhard Beschow
  0 siblings, 1 reply; 2+ messages in thread
From: Bernhard Beschow @ 2025-09-14 18:55 UTC (permalink / raw)
  To: qemu-devel
  Cc: Philippe Mathieu-Daudé, Huacai Chen, Jiaxun Yang,
	Bernhard Beschow

PMON 2000 accesses the vt82c686b southbridge under device 17, not 5.
Fix the FULOONG2E_VIA_SLOT define to reflect this.

Signed-off-by: Bernhard Beschow <shentey@gmail.com>

--

Makes PMON 2000 work in combination with
https://lore.kernel.org/qemu-devel/20250508-bonito-v1-0-4f9f27733028@flygoat.com/
`qemu-system-mips64el -M fuloong2e -bios pmon-2edev.bin`.
---
 hw/mips/fuloong2e.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hw/mips/fuloong2e.c b/hw/mips/fuloong2e.c
index 2a8507b8b0..a6bf524b56 100644
--- a/hw/mips/fuloong2e.c
+++ b/hw/mips/fuloong2e.c
@@ -59,7 +59,7 @@
 #define FULOONG_BIOSNAME "pmon_2e.bin"
 
 /* PCI SLOT in Fuloong 2e */
-#define FULOONG2E_VIA_SLOT        5
+#define FULOONG2E_VIA_SLOT        17
 #define FULOONG2E_ATI_SLOT        6
 #define FULOONG2E_RTL8139_SLOT    7
 
-- 
2.51.0



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] hw/mips/fuloong2e: Fix vt82c686b idsel
  2025-09-14 18:55 [PATCH] hw/mips/fuloong2e: Fix vt82c686b idsel Bernhard Beschow
@ 2025-09-24 18:24 ` Bernhard Beschow
  0 siblings, 0 replies; 2+ messages in thread
From: Bernhard Beschow @ 2025-09-24 18:24 UTC (permalink / raw)
  To: qemu-devel; +Cc: Philippe Mathieu-Daudé, Huacai Chen, Jiaxun Yang



Am 14. September 2025 18:55:26 UTC schrieb Bernhard Beschow <shentey@gmail.com>:
>PMON 2000 accesses the vt82c686b southbridge under device 17, not 5.
>Fix the FULOONG2E_VIA_SLOT define to reflect this.
>
>Signed-off-by: Bernhard Beschow <shentey@gmail.com>
>
>--
>
>Makes PMON 2000 work in combination with
>https://lore.kernel.org/qemu-devel/20250508-bonito-v1-0-4f9f27733028@flygoat.com/
>`qemu-system-mips64el -M fuloong2e -bios pmon-2edev.bin`.

Ping

>---
> hw/mips/fuloong2e.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
>diff --git a/hw/mips/fuloong2e.c b/hw/mips/fuloong2e.c
>index 2a8507b8b0..a6bf524b56 100644
>--- a/hw/mips/fuloong2e.c
>+++ b/hw/mips/fuloong2e.c
>@@ -59,7 +59,7 @@
> #define FULOONG_BIOSNAME "pmon_2e.bin"
> 
> /* PCI SLOT in Fuloong 2e */
>-#define FULOONG2E_VIA_SLOT        5
>+#define FULOONG2E_VIA_SLOT        17
> #define FULOONG2E_ATI_SLOT        6
> #define FULOONG2E_RTL8139_SLOT    7
> 


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-09-24 19:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-14 18:55 [PATCH] hw/mips/fuloong2e: Fix vt82c686b idsel Bernhard Beschow
2025-09-24 18:24 ` Bernhard Beschow

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).