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


Ignore:
Timestamp:
2009-02-03T13:50:26Z (16 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
753d851
Parents:
eddf924
Message:

more exact RGB323 palette calculation
set the RGB323 palette on ppc32

File:
1 edited

Legend:

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

    reddf924 rfd375a8d  
    177177        fix_overlap(&bootinfo, &bootinfo_pa, "boot info", &top);
    178178       
     179        ofw_setup_palette();
     180       
    179181        printf("\nBooting the kernel...\n");
    180182        jump_to_kernel(bootinfo_pa, sizeof(bootinfo), trans_pa, pages << PAGE_WIDTH, real_mode_pa, (void *) bootinfo.screen.addr, bootinfo.screen.scanline);
Note: See TracChangeset for help on using the changeset viewer.