aboutsummaryrefslogtreecommitdiff
path: root/post
diff options
context:
space:
mode:
Diffstat (limited to 'post')
-rw-r--r--post/cpu/ppc4xx/spr.c2
-rw-r--r--post/lib_powerpc/Makefile (renamed from post/lib_ppc/Makefile)2
-rw-r--r--post/lib_powerpc/andi.c (renamed from post/lib_ppc/andi.c)0
-rw-r--r--post/lib_powerpc/asm.S (renamed from post/lib_ppc/asm.S)0
-rw-r--r--post/lib_powerpc/b.c (renamed from post/lib_ppc/b.c)0
-rw-r--r--post/lib_powerpc/cmp.c (renamed from post/lib_ppc/cmp.c)0
-rw-r--r--post/lib_powerpc/cmpi.c (renamed from post/lib_ppc/cmpi.c)0
-rw-r--r--post/lib_powerpc/complex.c (renamed from post/lib_ppc/complex.c)0
-rw-r--r--post/lib_powerpc/cpu.c (renamed from post/lib_ppc/cpu.c)0
-rw-r--r--post/lib_powerpc/cpu_asm.h (renamed from post/lib_ppc/cpu_asm.h)0
-rw-r--r--post/lib_powerpc/cr.c (renamed from post/lib_ppc/cr.c)0
-rw-r--r--post/lib_powerpc/fpu/20001122-1.c (renamed from post/lib_ppc/fpu/20001122-1.c)0
-rw-r--r--post/lib_powerpc/fpu/20010114-2.c (renamed from post/lib_ppc/fpu/20010114-2.c)0
-rw-r--r--post/lib_powerpc/fpu/20010226-1.c (renamed from post/lib_ppc/fpu/20010226-1.c)0
-rw-r--r--post/lib_powerpc/fpu/980619-1.c (renamed from post/lib_ppc/fpu/980619-1.c)0
-rw-r--r--post/lib_powerpc/fpu/Makefile (renamed from post/lib_ppc/fpu/Makefile)2
-rw-r--r--post/lib_powerpc/fpu/acc1.c (renamed from post/lib_ppc/fpu/acc1.c)0
-rw-r--r--post/lib_powerpc/fpu/compare-fp-1.c (renamed from post/lib_ppc/fpu/compare-fp-1.c)0
-rw-r--r--post/lib_powerpc/fpu/fpu.c (renamed from post/lib_ppc/fpu/fpu.c)0
-rw-r--r--post/lib_powerpc/fpu/mul-subnormal-single-1.c (renamed from post/lib_ppc/fpu/mul-subnormal-single-1.c)0
-rw-r--r--post/lib_powerpc/load.c (renamed from post/lib_ppc/load.c)0
-rw-r--r--post/lib_powerpc/multi.c (renamed from post/lib_ppc/multi.c)0
-rw-r--r--post/lib_powerpc/rlwimi.c (renamed from post/lib_ppc/rlwimi.c)0
-rw-r--r--post/lib_powerpc/rlwinm.c (renamed from post/lib_ppc/rlwinm.c)0
-rw-r--r--post/lib_powerpc/rlwnm.c (renamed from post/lib_ppc/rlwnm.c)0
-rw-r--r--post/lib_powerpc/srawi.c (renamed from post/lib_ppc/srawi.c)0
-rw-r--r--post/lib_powerpc/store.c (renamed from post/lib_ppc/store.c)0
-rw-r--r--post/lib_powerpc/string.c (renamed from post/lib_ppc/string.c)0
-rw-r--r--post/lib_powerpc/three.c (renamed from post/lib_ppc/three.c)0
-rw-r--r--post/lib_powerpc/threei.c (renamed from post/lib_ppc/threei.c)0
-rw-r--r--post/lib_powerpc/threex.c (renamed from post/lib_ppc/threex.c)0
-rw-r--r--post/lib_powerpc/two.c (renamed from post/lib_ppc/two.c)0
-rw-r--r--post/lib_powerpc/twox.c (renamed from post/lib_ppc/twox.c)0
33 files changed, 3 insertions, 3 deletions
diff --git a/post/cpu/ppc4xx/spr.c b/post/cpu/ppc4xx/spr.c
index 6ff5c79aa..cb18b6436 100644
--- a/post/cpu/ppc4xx/spr.c
+++ b/post/cpu/ppc4xx/spr.c
@@ -69,7 +69,7 @@ static struct {
/* Additional Special-Purpose Registers.
* The values must match the initialization
- * values from arch/ppc/cpu/ppc4xx/start.S
+ * values from arch/powerpc/cpu/ppc4xx/start.S
*/
{0x30, "PID", 0x00000000, 0x00000000},
{0x3a, "CSRR0", 0x00000000, 0x00000000},
diff --git a/post/lib_ppc/Makefile b/post/lib_powerpc/Makefile
index bd7a23299..0cd15cfa1 100644
--- a/post/lib_ppc/Makefile
+++ b/post/lib_powerpc/Makefile
@@ -22,7 +22,7 @@
#
include $(TOPDIR)/config.mk
-LIB = libpostppc.a
+LIB = libpost$(ARCH).a
AOBJS-$(CONFIG_HAS_POST) += asm.o
COBJS-$(CONFIG_HAS_POST) += cpu.o cmp.o cmpi.o two.o twox.o three.o threex.o
diff --git a/post/lib_ppc/andi.c b/post/lib_powerpc/andi.c
index 52ec7c4d4..52ec7c4d4 100644
--- a/post/lib_ppc/andi.c
+++ b/post/lib_powerpc/andi.c
diff --git a/post/lib_ppc/asm.S b/post/lib_powerpc/asm.S
index f6b329aa4..f6b329aa4 100644
--- a/post/lib_ppc/asm.S
+++ b/post/lib_powerpc/asm.S
diff --git a/post/lib_ppc/b.c b/post/lib_powerpc/b.c
index 492fba4c5..492fba4c5 100644
--- a/post/lib_ppc/b.c
+++ b/post/lib_powerpc/b.c
diff --git a/post/lib_ppc/cmp.c b/post/lib_powerpc/cmp.c
index 5f6a3b904..5f6a3b904 100644
--- a/post/lib_ppc/cmp.c
+++ b/post/lib_powerpc/cmp.c
diff --git a/post/lib_ppc/cmpi.c b/post/lib_powerpc/cmpi.c
index 1a2fc3d09..1a2fc3d09 100644
--- a/post/lib_ppc/cmpi.c
+++ b/post/lib_powerpc/cmpi.c
diff --git a/post/lib_ppc/complex.c b/post/lib_powerpc/complex.c
index 4a3bc0003..4a3bc0003 100644
--- a/post/lib_ppc/complex.c
+++ b/post/lib_powerpc/complex.c
diff --git a/post/lib_ppc/cpu.c b/post/lib_powerpc/cpu.c
index 3793a60c3..3793a60c3 100644
--- a/post/lib_ppc/cpu.c
+++ b/post/lib_powerpc/cpu.c
diff --git a/post/lib_ppc/cpu_asm.h b/post/lib_powerpc/cpu_asm.h
index ef6fe61ef..ef6fe61ef 100644
--- a/post/lib_ppc/cpu_asm.h
+++ b/post/lib_powerpc/cpu_asm.h
diff --git a/post/lib_ppc/cr.c b/post/lib_powerpc/cr.c
index fbee6d5c4..fbee6d5c4 100644
--- a/post/lib_ppc/cr.c
+++ b/post/lib_powerpc/cr.c
diff --git a/post/lib_ppc/fpu/20001122-1.c b/post/lib_powerpc/fpu/20001122-1.c
index bef80c5f7..bef80c5f7 100644
--- a/post/lib_ppc/fpu/20001122-1.c
+++ b/post/lib_powerpc/fpu/20001122-1.c
diff --git a/post/lib_ppc/fpu/20010114-2.c b/post/lib_powerpc/fpu/20010114-2.c
index ee564e8d6..ee564e8d6 100644
--- a/post/lib_ppc/fpu/20010114-2.c
+++ b/post/lib_powerpc/fpu/20010114-2.c
diff --git a/post/lib_ppc/fpu/20010226-1.c b/post/lib_powerpc/fpu/20010226-1.c
index 099ca4a64..099ca4a64 100644
--- a/post/lib_ppc/fpu/20010226-1.c
+++ b/post/lib_powerpc/fpu/20010226-1.c
diff --git a/post/lib_ppc/fpu/980619-1.c b/post/lib_powerpc/fpu/980619-1.c
index 46a31aec4..46a31aec4 100644
--- a/post/lib_ppc/fpu/980619-1.c
+++ b/post/lib_powerpc/fpu/980619-1.c
diff --git a/post/lib_ppc/fpu/Makefile b/post/lib_powerpc/fpu/Makefile
index a6815398e..25726db73 100644
--- a/post/lib_ppc/fpu/Makefile
+++ b/post/lib_powerpc/fpu/Makefile
@@ -22,7 +22,7 @@
#
include $(TOPDIR)/config.mk
-LIB = libpostppcfpu.a
+LIB = libpost$(ARCH)fpu.a
COBJS-$(CONFIG_HAS_POST) += fpu.o 20001122-1.o 20010114-2.o 20010226-1.o 980619-1.o
COBJS-$(CONFIG_HAS_POST) += acc1.o compare-fp-1.o mul-subnormal-single-1.o
diff --git a/post/lib_ppc/fpu/acc1.c b/post/lib_powerpc/fpu/acc1.c
index 9fca9b378..9fca9b378 100644
--- a/post/lib_ppc/fpu/acc1.c
+++ b/post/lib_powerpc/fpu/acc1.c
diff --git a/post/lib_ppc/fpu/compare-fp-1.c b/post/lib_powerpc/fpu/compare-fp-1.c
index f836b29c0..f836b29c0 100644
--- a/post/lib_ppc/fpu/compare-fp-1.c
+++ b/post/lib_powerpc/fpu/compare-fp-1.c
diff --git a/post/lib_ppc/fpu/fpu.c b/post/lib_powerpc/fpu/fpu.c
index 3f3adea19..3f3adea19 100644
--- a/post/lib_ppc/fpu/fpu.c
+++ b/post/lib_powerpc/fpu/fpu.c
diff --git a/post/lib_ppc/fpu/mul-subnormal-single-1.c b/post/lib_powerpc/fpu/mul-subnormal-single-1.c
index 1f3732d92..1f3732d92 100644
--- a/post/lib_ppc/fpu/mul-subnormal-single-1.c
+++ b/post/lib_powerpc/fpu/mul-subnormal-single-1.c
diff --git a/post/lib_ppc/load.c b/post/lib_powerpc/load.c
index 98d437318..98d437318 100644
--- a/post/lib_ppc/load.c
+++ b/post/lib_powerpc/load.c
diff --git a/post/lib_ppc/multi.c b/post/lib_powerpc/multi.c
index e42a7c07e..e42a7c07e 100644
--- a/post/lib_ppc/multi.c
+++ b/post/lib_powerpc/multi.c
diff --git a/post/lib_ppc/rlwimi.c b/post/lib_powerpc/rlwimi.c
index fd628b31f..fd628b31f 100644
--- a/post/lib_ppc/rlwimi.c
+++ b/post/lib_powerpc/rlwimi.c
diff --git a/post/lib_ppc/rlwinm.c b/post/lib_powerpc/rlwinm.c
index 88a28c643..88a28c643 100644
--- a/post/lib_ppc/rlwinm.c
+++ b/post/lib_powerpc/rlwinm.c
diff --git a/post/lib_ppc/rlwnm.c b/post/lib_powerpc/rlwnm.c
index 60bcb6d26..60bcb6d26 100644
--- a/post/lib_ppc/rlwnm.c
+++ b/post/lib_powerpc/rlwnm.c
diff --git a/post/lib_ppc/srawi.c b/post/lib_powerpc/srawi.c
index be153aded..be153aded 100644
--- a/post/lib_ppc/srawi.c
+++ b/post/lib_powerpc/srawi.c
diff --git a/post/lib_ppc/store.c b/post/lib_powerpc/store.c
index 1956f6baa..1956f6baa 100644
--- a/post/lib_ppc/store.c
+++ b/post/lib_powerpc/store.c
diff --git a/post/lib_ppc/string.c b/post/lib_powerpc/string.c
index c0ddeaf65..c0ddeaf65 100644
--- a/post/lib_ppc/string.c
+++ b/post/lib_powerpc/string.c
diff --git a/post/lib_ppc/three.c b/post/lib_powerpc/three.c
index 7f8c1e2b8..7f8c1e2b8 100644
--- a/post/lib_ppc/three.c
+++ b/post/lib_powerpc/three.c
diff --git a/post/lib_ppc/threei.c b/post/lib_powerpc/threei.c
index 31953f935..31953f935 100644
--- a/post/lib_ppc/threei.c
+++ b/post/lib_powerpc/threei.c
diff --git a/post/lib_ppc/threex.c b/post/lib_powerpc/threex.c
index 350a12ae7..350a12ae7 100644
--- a/post/lib_ppc/threex.c
+++ b/post/lib_powerpc/threex.c
diff --git a/post/lib_ppc/two.c b/post/lib_powerpc/two.c
index 2b111472b..2b111472b 100644
--- a/post/lib_ppc/two.c
+++ b/post/lib_powerpc/two.c
diff --git a/post/lib_ppc/twox.c b/post/lib_powerpc/twox.c
index d6714f986..d6714f986 100644
--- a/post/lib_ppc/twox.c
+++ b/post/lib_powerpc/twox.c