aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHelge Deller <deller@gmx.de>2023-12-30 14:47:00 +0100
committerHelge Deller <deller@gmx.de>2024-01-04 18:48:50 +0100
commit11fa245a186a495f6cda3332482239f111cb37c8 (patch)
tree54cbd4ecbe95410081a34d4986d6a8e69935f177
parentcdb7a4846a4941520ddcf9acb8ac6c6b5ad4e7f3 (diff)
downloadseabios-hppa-11fa245a186a495f6cda3332482239f111cb37c8.zip
seabios-hppa-11fa245a186a495f6cda3332482239f111cb37c8.tar.gz
seabios-hppa-11fa245a186a495f6cda3332482239f111cb37c8.tar.bz2
parisc/b160l: Allow PDC to report back MEMORY_HPA entry on B160L
Tell calling operating system of the memory module. Signed-off-by: Helge Deller <deller@gmx.de>
-rw-r--r--src/parisc/b160l.h16
1 files changed, 6 insertions, 10 deletions
diff --git a/src/parisc/b160l.h b/src/parisc/b160l.h
index d53e7be..1b6993d 100644
--- a/src/parisc/b160l.h
+++ b/src/parisc/b160l.h
@@ -608,6 +608,12 @@ static struct pdc_iodc iodc_data_hpa_fff81000 = {
.mod_path = &mod_path_hpa_f8000000,\
.num_addr = HPA_f8000000_num_addr,\
.add_addr = { HPA_f8000000_add_addr } },\
+ { .hpa = MEMORY_HPA,\
+ .iodc = &iodc_data_hpa_fffbf000,\
+ .mod_info = &mod_info_hpa_fffbf000,\
+ .mod_path = &mod_path_hpa_fffbf000,\
+ .num_addr = HPA_fffbf000_num_addr,\
+ .add_addr = { HPA_fffbf000_add_addr } },\
{ .hpa = 0xfff81000,\
.iodc = &iodc_data_hpa_fff81000,\
.mod_info = &mod_info_hpa_fff81000,\
@@ -621,13 +627,3 @@ static struct pdc_iodc iodc_data_hpa_fff81000 = {
.num_addr = HPA_fff10000_num_addr,\
.add_addr = { HPA_fff10000_add_addr } },\
{ 0, }
-
-#if 0
- { .hpa = MEMORY_HPA,\
- .iodc = &iodc_data_hpa_fffbf000,\
- .mod_info = &mod_info_hpa_fffbf000,\
- .mod_path = &mod_path_hpa_fffbf000,\
- .num_addr = HPA_fffbf000_num_addr,\
- .add_addr = { HPA_fffbf000_add_addr } },\
-
-#endif