Changeset 38fe9d0 in mainline for arch/ppc32/loader/asm.h


Ignore:
Timestamp:
2006-04-02T15:10:41Z (19 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
89343aac
Parents:
730de779
Message:

add instruction cache flush
align framebuffer on 128K boundary
change OFW calling method
make OFW code more compatible

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ppc32/loader/asm.h

    r730de779 r38fe9d0  
    4545
    4646extern void halt();
    47 extern void jump_to_kernel(void *bootinfo, unsigned int bootinfo_size, void *trans, unsigned int kernel_size, void *real_mode) __attribute__((noreturn));
     47extern void jump_to_kernel(void *bootinfo, unsigned int bootinfo_size, void *trans, unsigned int kernel_size, void *framebuffer, void *real_mode) __attribute__((noreturn));
    4848extern void real_mode();
    4949
Note: See TracChangeset for help on using the changeset viewer.