Changeset b97b348 in mainline for boot/arch/ppc32/src/main.c


Ignore:
Timestamp:
2010-05-12T20:00:19Z (14 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
be6cef1b
Parents:
f09d891
Message:

do not use ofw_quiesce() (it can actually make more harm than good)
fix the order of arguments passed from the bootloader to kernel on sparc64 (this fixes booting on machines with non-zero physical address start)
remove separate cache.S, use the code directly in start.S

File:
1 edited

Legend:

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

    rf09d891 rb97b348  
    167167       
    168168        printf("Booting the kernel...\n");
    169         ofw_quiesce();
    170169        jump_to_kernel(bootinfo_pa, transtable_pa, pages, real_mode_pa);
    171170}
Note: See TracChangeset for help on using the changeset viewer.