Ignore:
Timestamp:
2011-06-01T08:43:42Z (14 years ago)
Author:
Lubos Slovak <lubos.slovak@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8d6c1f1
Parents:
9e2e715 (diff), e51a514 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Huuuuuge merge from development - all the work actually :)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/arm32/src/mach/integratorcp/integratorcp.c

    r9e2e715 reb522e8  
    6565        icp_output_init,
    6666        icp_input_init,
    67         icp_get_irq_count
     67        icp_get_irq_count,
     68        icp_get_platform_name
    6869};
    6970
     
    291292                .y = 480,
    292293                .scan = 2560,
    293                 .visual = VISUAL_BGR_0_8_8_8,
     294                .visual = VISUAL_RGB_8_8_8_0,
    294295        };
    295296       
     
    299300                fb_parea.pbase = ICP_FB;
    300301                fb_parea.frames = 300;
     302                fb_parea.unpriv = false;
    301303                ddi_parea_register(&fb_parea);
    302304        }
     
    342344}
    343345
     346const char *icp_get_platform_name(void)
     347{
     348        return "integratorcp";
     349}
     350
    344351/** @}
    345352 */
Note: See TracChangeset for help on using the changeset viewer.