Ignore:
File:
1 edited

Legend:

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

    radec5b45 r2e533d6f  
    130130                        visual = VISUAL_INDIRECT_8;
    131131                        break;
     132                case 15:
     133                        visual = VISUAL_RGB_5_5_5_BE;
     134                        break;
    132135                case 16:
    133                         visual = VISUAL_RGB_5_5_5_BE;
     136                        visual = VISUAL_RGB_5_6_5_BE;
    134137                        break;
    135138                case 24:
     
    173176                ofw_tree_walk_by_device_type("display", display_register, NULL);
    174177#endif
     178                /* Map OFW information into sysinfo */
     179                ofw_sysinfo_map();
    175180               
    176181                /* Initialize IRQ routing */
     
    232237                sysinfo_set_item_val("cuda.inr", NULL, IRQ_CUDA);
    233238                sysinfo_set_item_val("cuda.address.physical", NULL, pa);
    234                 sysinfo_set_item_val("cuda.address.kernel", NULL,
    235                     (uintptr_t) cuda);
    236239#endif
    237240        }
Note: See TracChangeset for help on using the changeset viewer.