Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ppc32/src/ppc32.c

    r2e533d6f radec5b45  
    130130                        visual = VISUAL_INDIRECT_8;
    131131                        break;
    132                 case 15:
     132                case 16:
    133133                        visual = VISUAL_RGB_5_5_5_BE;
    134                         break;
    135                 case 16:
    136                         visual = VISUAL_RGB_5_6_5_BE;
    137134                        break;
    138135                case 24:
     
    176173                ofw_tree_walk_by_device_type("display", display_register, NULL);
    177174#endif
    178                 /* Map OFW information into sysinfo */
    179                 ofw_sysinfo_map();
    180175               
    181176                /* Initialize IRQ routing */
     
    237232                sysinfo_set_item_val("cuda.inr", NULL, IRQ_CUDA);
    238233                sysinfo_set_item_val("cuda.address.physical", NULL, pa);
     234                sysinfo_set_item_val("cuda.address.kernel", NULL,
     235                    (uintptr_t) cuda);
    239236#endif
    240237        }
Note: See TracChangeset for help on using the changeset viewer.