mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-10 12:39:22 -04:00
ppc/85xx: Don't enable interrupts before we're ready
We cannot handle any exceptions while running in AS1, as the exceptions will transition back to AS0 without a valid mapping. Signed-off-by: Scott Wood <scottwood@freescale.com>
This commit is contained in:
parent
fd5a6c07c9
commit
3477bda1f5
@ -278,8 +278,8 @@ _start_e500:
|
|||||||
msync
|
msync
|
||||||
tlbwe
|
tlbwe
|
||||||
|
|
||||||
lis r6,MSR_CE|MSR_ME|MSR_DE|MSR_IS|MSR_DS@h
|
lis r6,MSR_IS|MSR_DS@h
|
||||||
ori r6,r6,MSR_CE|MSR_ME|MSR_DE|MSR_IS|MSR_DS@l
|
ori r6,r6,MSR_IS|MSR_DS@l
|
||||||
lis r7,switch_as@h
|
lis r7,switch_as@h
|
||||||
ori r7,r7,switch_as@l
|
ori r7,r7,switch_as@l
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user