aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHelge Deller <deller@gmx.de>2023-09-26 22:08:09 +0200
committerHelge Deller <deller@gmx.de>2023-09-26 22:08:09 +0200
commita480d1c1b501d32d0a5878fd9976841dcdcbbd1a (patch)
tree3c244465f343f8c7e05b6ecc0b79a4b6f5a0cbd8
parentfe468a574815e3e4f71a5bb796025973a625f290 (diff)
downloadseabios-hppa-a480d1c1b501d32d0a5878fd9976841dcdcbbd1a.zip
seabios-hppa-a480d1c1b501d32d0a5878fd9976841dcdcbbd1a.tar.gz
seabios-hppa-a480d1c1b501d32d0a5878fd9976841dcdcbbd1a.tar.bz2
allow up to 16 CPUs, change to /elroy-pcihost
-rw-r--r--src/boot.c2
-rw-r--r--src/parisc/c3700.h2
-rw-r--r--src/parisc/parisc.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/boot.c b/src/boot.c
index 43b5d2a..4aec948 100644
--- a/src/boot.c
+++ b/src/boot.c
@@ -50,7 +50,7 @@ glob_prefix(const char *glob, const char *str)
}
#if CONFIG_PARISC
-#define FW_PCI_DOMAIN (has_astro ? "/astro-pcihost" : "/dino-pcihost")
+#define FW_PCI_DOMAIN (has_astro ? "/elroy-pcihost" : "/dino-pcihost")
#else
#define FW_PCI_DOMAIN "/pci@i0cf8"
#endif
diff --git a/src/parisc/c3700.h b/src/parisc/c3700.h
index 2f9a51c..3a9eb05 100644
--- a/src/parisc/c3700.h
+++ b/src/parisc/c3700.h
@@ -207,7 +207,7 @@ static struct pdc_system_map_mod_info mod_info_hpa_fed10200 = {
.add_addrs = 0x0,
};
static struct pdc_module_path mod_path_hpa_fed10200 = {
- .path = { .flags = 0x0, .bc = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }, .mod = 0x31 },
+ .path = { .flags = 0x0, .bc = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }, .mod = 0x2f },
.layers = { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
};
static struct pdc_iodc iodc_data_hpa_fed10200 = {
diff --git a/src/parisc/parisc.c b/src/parisc/parisc.c
index b87e51c..4314872 100644
--- a/src/parisc/parisc.c
+++ b/src/parisc/parisc.c
@@ -1577,7 +1577,7 @@ static int pdc_pci_index(unsigned int *arg)
0x8b10000f, 0x3c000001,
0x8b10000f, 0x3c000001 };
- dprintf(0, "\n\nSeaBIOS: PDC_PCI_INDEX(%lu) called with ARG2=%x ARG3=%x ARG4=%x\n", option, ARG2, ARG3, ARG4);
+ // dprintf(0, "\n\nSeaBIOS: PDC_PCI_INDEX(%lu) called with ARG2=%x ARG3=%x ARG4=%x\n", option, ARG2, ARG3, ARG4);
switch (option) {
case PDC_PCI_INTERFACE_INFO:
memset(result, 0, 32 * sizeof(unsigned long));