~martin-decky/helenos/rcu

« back to all changes in this revision

Viewing changes to kernel/arch/ppc32/src/ppc32.c

MergeĀ mainlineĀ changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
129
129
                case 8:
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:
136
139
                        visual = VISUAL_BGR_8_8_8;
172
175
#ifdef CONFIG_FB
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 */
177
182
                irq_init(IRQ_COUNT, IRQ_COUNT);