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


Ignore:
Timestamp:
2018-10-20T16:09:17Z (8 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/fix-logger-deadlock, topic/msim-upgrade, topic/simplify-dev-export
Children:
566457ad
Parents:
2cea4c58
git-author:
Jiří Zárevúcky <zarevucky.jiri@…> (2018-10-18 18:45:48)
git-committer:
Jiří Zárevúcky <zarevucky.jiri@…> (2018-10-20 16:09:17)
Message:

Pass ppc32 kernel entry point from C code

File:
1 edited

Legend:

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

    r2cea4c58 r4db05ea  
    135135
    136136        printf("Booting the kernel...\n");
    137         jump_to_kernel(bootinfo_pa, transtable_pa, pages, real_mode_pa);
     137        jump_to_kernel(bootinfo_pa, transtable_pa, pages, real_mode_pa,
     138            PA2KA(BOOT_OFFSET));
    138139}
Note: See TracChangeset for help on using the changeset viewer.