summaryrefslogtreecommitdiffstats
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 6ff5c79aa9..cb18b6436d 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 bd7a232992..0cd15cfa13 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 52ec7c4d4e..52ec7c4d4e 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 f6b329aa4d..f6b329aa4d 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 492fba4c53..492fba4c53 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 5f6a3b9046..5f6a3b9046 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 1a2fc3d094..1a2fc3d094 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 4a3bc00031..4a3bc00031 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 3793a60c3e..3793a60c3e 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 ef6fe61eff..ef6fe61eff 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 fbee6d5c40..fbee6d5c40 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 bef80c5f79..bef80c5f79 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 ee564e8d62..ee564e8d62 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 099ca4a64f..099ca4a64f 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 46a31aec45..46a31aec45 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 a6815398e5..25726db73d 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 9fca9b3788..9fca9b3788 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 f836b29c08..f836b29c08 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 3f3adea197..3f3adea197 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 1f3732d924..1f3732d924 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 98d437318c..98d437318c 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 e42a7c07eb..e42a7c07eb 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 fd628b31f9..fd628b31f9 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 88a28c6431..88a28c6431 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 60bcb6d26c..60bcb6d26c 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 be153aded2..be153aded2 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 1956f6baa3..1956f6baa3 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 c0ddeaf655..c0ddeaf655 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 7f8c1e2b86..7f8c1e2b86 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 31953f9354..31953f9354 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 350a12ae78..350a12ae78 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 2b111472b6..2b111472b6 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 d6714f9861..d6714f9861 100644
--- a/post/lib_ppc/twox.c
+++ b/post/lib_powerpc/twox.c
OpenPOWER on IntegriCloud