Re: hang up after kernel start
- From: "Michel Verhagen (eMVP)" <mverhagen@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 09 Jun 2006 15:42:29 +1200
Just for fun, try to leave the MMU enabled and don't flush anything. That should *not* work, but I'm debugging similar behavior here and I'm just curious if it works for you as well (because for me it does...)
Let me know!
Michel Verhagen, eMVP
Embedded Fusion
www.embeddedfusion.com
mverhagen at embeddedfusion dot com
sathiyakeerthi wrote:
Thanks, Before jump, I disabled the MMU, and I&D caches by the given below steps
mov r1, #0x0078
mcr p15, 0, r1, c1, c0, 0
; Jump to 'PhysicalStart'.
mov pc, r0
nop
nop
nop
nop
PhysicalStart
; Flush the I&D TLBs.
mcr p15, 0, r2, c8, c7, 0 ; Flush the I&D TLBs
; Jump to the physical launch address. This should never return...
mov pc, r3
nop
nop
nop
Here I have enclosed the ce.bib memory and config section
Ce.bib
MEMORY
; Name Start Size Type
; ------- -------- -------- ----
RSVD 80000000 000FF000 RESERVED
ARGS 800FF000 00001000 RESERVED
Display 80100000 00130000 RESERVED
NK 80230000 02870000 RAMIMAGE
RAM 83100000 00F00000 RAM
; Reserve ZBANK virtual block (No physical memory
; is required to back this virtual range).
;
ZBANK 96500000 00100000 RESERVED
CONFIG
AUTOSIZE=ON
KERNELFIXUPS=ON
; @CESYSGEN IF !NK_NKNOCOMP
COMPRESSION=ON
; @CESYSGEN ENDIF !NK_NKNOCOMP
; @CESYSGEN IF NK_NKNOCOMP
; @CESYSGEN ENDIF NK_NKNOCOMP
PROFILE=ON
;
; ROMFLAGS is a bitmask of options for the kernel
; ROMFLAGS 0x0001 Disallow Paging
; ROMFLAGS 0x0002 Not all KMode
; ROMFLAGS 0x0010 Trust Module only
;
ROMFLAGS=00
Thanks,
sathiya
--
.
- Follow-Ups:
- Re: hang up after kernel start
- From: sathiyakeerthi
- Re: hang up after kernel start
- References:
- hang up after kernel start
- From: sathiyakeerthi
- Re: hang up after kernel start
- From: Michel Verhagen (eMVP)
- Re: hang up after kernel start
- From: sathiyakeerthi
- hang up after kernel start
- Prev by Date: how to close explore.exe ?
- Next by Date: Re: Filesys failed to initialize registry dirty, trying clean...
- Previous by thread: Re: hang up after kernel start
- Next by thread: Re: hang up after kernel start
- Index(es):
Relevant Pages
|