Changeset 83742a4 in mainline for boot/arch/arm32/include


Ignore:
Timestamp:
2013-01-20T16:02:33Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b8bb2bc
Parents:
4a79e6f
Message:

arm32: Add cache maintenance to jump_to_kernel, enable caches on bbxm boot.

BBXM boots significantly faster.
Should be generic enough for all ARMs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/arch/arm32/include/asm.h

    r4a79e6f r83742a4  
    4949 *
    5050 */
    51 extern void jump_to_kernel(void *entry, void *bootinfo)
     51extern void jump_to_kernel(void *entry, void *bootinfo, void *kernel_end)
    5252    __attribute__((noreturn));
    5353
Note: See TracChangeset for help on using the changeset viewer.