Changeset e0565005 in mainline for boot/arch/ppc32/loader/main.c


Ignore:
Timestamp:
2009-08-24T14:41:42Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ed5ad30
Parents:
21d8020
Message:

initialize and setup all displays which can be detected in OFW tree (not only stdin)
reduce the number of newlines during boot (speedups especially in simulators)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/arch/ppc32/loader/main.c

    r21d8020 re0565005  
    172172        pages += balloc_pages;
    173173       
     174        printf("Setting up screens...");
     175        ofw_setup_screens();
     176        printf("done.\n");
     177       
    174178        balloc_init(&bootinfo.ballocs, (uintptr_t) balloc_base, balloc_kernel_base);
    175179        printf("\nCanonizing OpenFirmware device tree...");
     
    177181        printf("done.\n");
    178182       
    179         ofw_setup_palette();
    180        
    181         printf("\nBooting the kernel...\n");
     183        printf("Booting the kernel...\n");
    182184        jump_to_kernel(bootinfo_pa, sizeof(bootinfo), trans_pa, pages << PAGE_WIDTH, real_mode_pa);
    183185}
Note: See TracChangeset for help on using the changeset viewer.