You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Yuri Tikhonov
928d1d77f8
Fix CPU POST test failure
...
The CPU POST test code (run from cpu_post_exec_31()) doesn't follow the
ABI carefully, at least the CR3, CR4, and CR5 fields of CR are clobbered
by it. The gcc-4.2 with its more aggressive optimization exposes this fact.
This patch just saves the CR value before running the test code, so allowing
it to do anything it wants with CR.
Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
Acked-by: Yuri Tikhonov <yur@emcraft.com>
--
17 years ago
..
fpu
Merged POST framework with the current TOT.
18 years ago
Makefile
Merged POST framework with the current TOT.
18 years ago
andi.c
Restructure POST directory to support of other CPUs, boards, etc.
18 years ago
asm.S
Fix CPU POST test failure
17 years ago
b.c
Extend POST support for PPC440
18 years ago
cmp.c
Restructure POST directory to support of other CPUs, boards, etc.
18 years ago
cmpi.c
Restructure POST directory to support of other CPUs, boards, etc.
18 years ago
complex.c
Restructure POST directory to support of other CPUs, boards, etc.
18 years ago
cpu.c
ppc4xx: Enable CPU POST test for 4xx with dcache enabled
17 years ago
cpu_asm.h
Restructure POST directory to support of other CPUs, boards, etc.
18 years ago
cr.c
Restructure POST directory to support of other CPUs, boards, etc.
18 years ago
load.c
Restructure POST directory to support of other CPUs, boards, etc.
18 years ago
multi.c
Restructure POST directory to support of other CPUs, boards, etc.
18 years ago
rlwimi.c
Restructure POST directory to support of other CPUs, boards, etc.
18 years ago
rlwinm.c
Restructure POST directory to support of other CPUs, boards, etc.
18 years ago
rlwnm.c
Restructure POST directory to support of other CPUs, boards, etc.
18 years ago
srawi.c
Restructure POST directory to support of other CPUs, boards, etc.
18 years ago
store.c
Restructure POST directory to support of other CPUs, boards, etc.
18 years ago
string.c
Restructure POST directory to support of other CPUs, boards, etc.
18 years ago
three.c
Restructure POST directory to support of other CPUs, boards, etc.
18 years ago
threei.c
Restructure POST directory to support of other CPUs, boards, etc.
18 years ago
threex.c
Restructure POST directory to support of other CPUs, boards, etc.
18 years ago
two.c
Restructure POST directory to support of other CPUs, boards, etc.
18 years ago
twox.c
Restructure POST directory to support of other CPUs, boards, etc.
18 years ago