Changes in kernel/arch/ppc32/src/ppc32.c [adec5b45:2e533d6f] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ppc32/src/ppc32.c
radec5b45 r2e533d6f 130 130 visual = VISUAL_INDIRECT_8; 131 131 break; 132 case 15: 133 visual = VISUAL_RGB_5_5_5_BE; 134 break; 132 135 case 16: 133 visual = VISUAL_RGB_5_ 5_5_BE;136 visual = VISUAL_RGB_5_6_5_BE; 134 137 break; 135 138 case 24: … … 173 176 ofw_tree_walk_by_device_type("display", display_register, NULL); 174 177 #endif 178 /* Map OFW information into sysinfo */ 179 ofw_sysinfo_map(); 175 180 176 181 /* Initialize IRQ routing */ … … 232 237 sysinfo_set_item_val("cuda.inr", NULL, IRQ_CUDA); 233 238 sysinfo_set_item_val("cuda.address.physical", NULL, pa); 234 sysinfo_set_item_val("cuda.address.kernel", NULL,235 (uintptr_t) cuda);236 239 #endif 237 240 }
Note:
See TracChangeset
for help on using the changeset viewer.