Changeset 3527a93 in mainline


Ignore:
Timestamp:
2008-06-15T11:26:40Z (16 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5336643
Parents:
1eb154f
Message:

Add TODO comments to arm32 and mips32 loaders saying that caches must be put
into the coherent state before passing control to the kernel.

Location:
boot/arch
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • boot/arch/arm32/loader/boot.S

    r1eb154f r3527a93  
    4040
    4141jump_to_kernel:
     42        #
     43        # TODO
     44        # Make sure that the I-cache, D-cache and memory are mutually coherent
     45        # before passing control to the copied code.
     46        #
    4247        bx r0
    4348
  • boot/arch/mips32/loader/asm.S

    r1eb154f r3527a93  
    107107
    108108jump_to_kernel:
    109 #       .word 0x39
     109        #
     110        # TODO
     111        # Make sure that the I-cache, D-cache and memory are mutually coherent
     112        # before passing control to the copied code.
     113        #
    110114        j $a0
    111115        nop
Note: See TracChangeset for help on using the changeset viewer.