
Signed-off-by: Peter Tyser ptyser@xes-inc.com --- README | 2 +- board/cobra5272/u-boot.lds | 2 +- board/esd/tasreg/u-boot.lds | 2 +- board/freescale/m52277evb/u-boot.spa | 2 +- board/freescale/m5235evb/u-boot.16 | 4 ++-- board/freescale/m5235evb/u-boot.32 | 2 +- board/freescale/m5249evb/u-boot.lds | 2 +- board/freescale/m5253demo/u-boot.lds | 2 +- board/freescale/m5253evbe/u-boot.lds | 2 +- board/freescale/m5271evb/u-boot.lds | 2 +- board/freescale/m5272c3/u-boot.lds | 2 +- board/freescale/m53017evb/u-boot.lds | 2 +- board/freescale/m5329evb/u-boot.lds | 4 ++-- board/freescale/m5373evb/u-boot.lds | 4 ++-- board/freescale/m54451evb/u-boot.spa | 4 ++-- board/freescale/m54451evb/u-boot.stm | 2 +- board/freescale/m54455evb/u-boot.atm | 4 ++-- board/freescale/m54455evb/u-boot.int | 4 ++-- board/freescale/m547xevb/u-boot.lds | 4 ++-- board/freescale/m548xevb/u-boot.lds | 4 ++-- board/idmr/u-boot.lds | 2 +- doc/README.m52277evb | 12 ++++++------ doc/README.m53017evb | 12 ++++++------ doc/README.m5373evb | 12 ++++++------ doc/README.m54455evb | 12 ++++++------ doc/README.m5475evb | 10 +++++----- {lib_m68k => lib/m68k}/Makefile | 0 {lib_m68k => lib/m68k}/board.c | 0 {lib_m68k => lib/m68k}/bootm.c | 0 {lib_m68k => lib/m68k}/cache.c | 0 {lib_m68k => lib/m68k}/config.mk | 0 {lib_m68k => lib/m68k}/interrupts.c | 0 {lib_m68k => lib/m68k}/time.c | 0 {lib_m68k => lib/m68k}/traps.c | 0 34 files changed, 58 insertions(+), 58 deletions(-) rename {lib_m68k => lib/m68k}/Makefile (100%) rename {lib_m68k => lib/m68k}/board.c (100%) rename {lib_m68k => lib/m68k}/bootm.c (100%) rename {lib_m68k => lib/m68k}/cache.c (100%) rename {lib_m68k => lib/m68k}/config.mk (100%) rename {lib_m68k => lib/m68k}/interrupts.c (100%) rename {lib_m68k => lib/m68k}/time.c (100%) rename {lib_m68k => lib/m68k}/traps.c (100%)
diff --git a/README b/README index 7de0a86..95ac65b 100644 --- a/README +++ b/README @@ -187,5 +187,5 @@ Directory Hierarchy: - lib_generic Files generic to all architectures - lib/i386 Files generic to i386 architecture -- lib_m68k Files generic to m68k architecture +- lib/m68k Files generic to m68k architecture - lib_mips Files generic to MIPS architecture - lib_nios Files generic to NIOS architecture diff --git a/board/cobra5272/u-boot.lds b/board/cobra5272/u-boot.lds index 7e716bb..e866689 100644 --- a/board/cobra5272/u-boot.lds +++ b/board/cobra5272/u-boot.lds @@ -57,5 +57,5 @@ SECTIONS cpu/mcf52x2/start.o (.text) cpu/mcf52x2/cpu_init.o (.text) - lib_m68k/traps.o (.text) + lib/m68k/traps.o (.text) cpu/mcf52x2/interrupts.o (.text) common/dlmalloc.o (.text) diff --git a/board/esd/tasreg/u-boot.lds b/board/esd/tasreg/u-boot.lds index e3230b9..e072c5d 100644 --- a/board/esd/tasreg/u-boot.lds +++ b/board/esd/tasreg/u-boot.lds @@ -57,5 +57,5 @@ SECTIONS
cpu/mcf52x2/start.o (.text) - lib_m68k/traps.o (.text) + lib/m68k/traps.o (.text) cpu/mcf52x2/interrupts.o (.text) common/dlmalloc.o (.text) diff --git a/board/freescale/m52277evb/u-boot.spa b/board/freescale/m52277evb/u-boot.spa index 7ae70d4..1105456 100644 --- a/board/freescale/m52277evb/u-boot.spa +++ b/board/freescale/m52277evb/u-boot.spa @@ -58,5 +58,5 @@ SECTIONS cpu/mcf5227x/start.o (.text) cpu/mcf5227x/libmcf5227x.a (.text) - lib_m68k/libm68k.a (.text) + lib/m68k/libm68k.a (.text) lib_generic/libgeneric.a (.text) common/cmd_mem.o (.text) diff --git a/board/freescale/m5235evb/u-boot.16 b/board/freescale/m5235evb/u-boot.16 index c134884..da9b61a 100644 --- a/board/freescale/m5235evb/u-boot.16 +++ b/board/freescale/m5235evb/u-boot.16 @@ -58,6 +58,6 @@ SECTIONS cpu/mcf523x/start.o (.text) cpu/mcf523x/cpu_init.o (.text) - lib_m68k/traps.o (.text) - lib_m68k/interrupts.o (.text) + lib/m68k/traps.o (.text) + lib/m68k/interrupts.o (.text) common/dlmalloc.o (.text) lib_generic/zlib.o (.text) diff --git a/board/freescale/m5235evb/u-boot.32 b/board/freescale/m5235evb/u-boot.32 index 53c337d..99cdd78 100644 --- a/board/freescale/m5235evb/u-boot.32 +++ b/board/freescale/m5235evb/u-boot.32 @@ -61,5 +61,5 @@ SECTIONS cpu/mcf523x/interrupts.o (.text) cpu/mcf523x/speed.o (.text) - lib_m68k/libm68k.a (.text) + lib/m68k/libm68k.a (.text) common/dlmalloc.o (.text) common/cmd_bootm.o (.text) diff --git a/board/freescale/m5249evb/u-boot.lds b/board/freescale/m5249evb/u-boot.lds index e3230b9..e072c5d 100644 --- a/board/freescale/m5249evb/u-boot.lds +++ b/board/freescale/m5249evb/u-boot.lds @@ -57,5 +57,5 @@ SECTIONS
cpu/mcf52x2/start.o (.text) - lib_m68k/traps.o (.text) + lib/m68k/traps.o (.text) cpu/mcf52x2/interrupts.o (.text) common/dlmalloc.o (.text) diff --git a/board/freescale/m5253demo/u-boot.lds b/board/freescale/m5253demo/u-boot.lds index 6cb5ee0..f5f334d 100644 --- a/board/freescale/m5253demo/u-boot.lds +++ b/board/freescale/m5253demo/u-boot.lds @@ -57,5 +57,5 @@ SECTIONS
cpu/mcf52x2/start.o (.text) - lib_m68k/traps.o (.text) + lib/m68k/traps.o (.text) cpu/mcf52x2/interrupts.o (.text) common/dlmalloc.o (.text) diff --git a/board/freescale/m5253evbe/u-boot.lds b/board/freescale/m5253evbe/u-boot.lds index 132fccf..814d5c2 100644 --- a/board/freescale/m5253evbe/u-boot.lds +++ b/board/freescale/m5253evbe/u-boot.lds @@ -57,5 +57,5 @@ SECTIONS
cpu/mcf52x2/start.o (.text) - lib_m68k/traps.o (.text) + lib/m68k/traps.o (.text) cpu/mcf52x2/interrupts.o (.text) common/dlmalloc.o (.text) diff --git a/board/freescale/m5271evb/u-boot.lds b/board/freescale/m5271evb/u-boot.lds index 00c1f2a..2d1bf3a 100644 --- a/board/freescale/m5271evb/u-boot.lds +++ b/board/freescale/m5271evb/u-boot.lds @@ -58,5 +58,5 @@ SECTIONS
cpu/mcf52x2/start.o (.text) - lib_m68k/traps.o (.text) + lib/m68k/traps.o (.text) cpu/mcf52x2/interrupts.o (.text) common/dlmalloc.o (.text) diff --git a/board/freescale/m5272c3/u-boot.lds b/board/freescale/m5272c3/u-boot.lds index 9d20b22..bde5d86 100644 --- a/board/freescale/m5272c3/u-boot.lds +++ b/board/freescale/m5272c3/u-boot.lds @@ -57,5 +57,5 @@ SECTIONS
cpu/mcf52x2/start.o (.text) - lib_m68k/traps.o (.text) + lib/m68k/traps.o (.text) cpu/mcf52x2/interrupts.o (.text) common/dlmalloc.o (.text) diff --git a/board/freescale/m53017evb/u-boot.lds b/board/freescale/m53017evb/u-boot.lds index c79d06c..52ca4f8 100644 --- a/board/freescale/m53017evb/u-boot.lds +++ b/board/freescale/m53017evb/u-boot.lds @@ -58,5 +58,5 @@ SECTIONS cpu/mcf532x/start.o (.text) cpu/mcf532x/libmcf532x.a (.text) - lib_m68k/libm68k.a (.text) + lib/m68k/libm68k.a (.text) common/dlmalloc.o (.text) lib_generic/zlib.o (.text) diff --git a/board/freescale/m5329evb/u-boot.lds b/board/freescale/m5329evb/u-boot.lds index af31098..5c9720e 100644 --- a/board/freescale/m5329evb/u-boot.lds +++ b/board/freescale/m5329evb/u-boot.lds @@ -57,6 +57,6 @@ SECTIONS
cpu/mcf532x/start.o (.text) - lib_m68k/traps.o (.text) - lib_m68k/interrupts.o (.text) + lib/m68k/traps.o (.text) + lib/m68k/interrupts.o (.text) common/dlmalloc.o (.text) lib_generic/zlib.o (.text) diff --git a/board/freescale/m5373evb/u-boot.lds b/board/freescale/m5373evb/u-boot.lds index dff74b6..30fb272 100644 --- a/board/freescale/m5373evb/u-boot.lds +++ b/board/freescale/m5373evb/u-boot.lds @@ -57,6 +57,6 @@ SECTIONS
cpu/mcf532x/start.o (.text) - lib_m68k/traps.o (.text) - lib_m68k/interrupts.o (.text) + lib/m68k/traps.o (.text) + lib/m68k/interrupts.o (.text) common/dlmalloc.o (.text) lib_generic/zlib.o (.text) diff --git a/board/freescale/m54451evb/u-boot.spa b/board/freescale/m54451evb/u-boot.spa index 08e184c..d568688 100644 --- a/board/freescale/m54451evb/u-boot.spa +++ b/board/freescale/m54451evb/u-boot.spa @@ -57,6 +57,6 @@ SECTIONS
cpu/mcf5445x/start.o (.text) - lib_m68k/traps.o (.text) - lib_m68k/interrupts.o (.text) + lib/m68k/traps.o (.text) + lib/m68k/interrupts.o (.text) common/dlmalloc.o (.text) lib_generic/zlib.o (.text) diff --git a/board/freescale/m54451evb/u-boot.stm b/board/freescale/m54451evb/u-boot.stm index e9eac67..92880d9 100644 --- a/board/freescale/m54451evb/u-boot.stm +++ b/board/freescale/m54451evb/u-boot.stm @@ -62,5 +62,5 @@ SECTIONS cpu/mcf5445x/interrupt.o (.text) cpu/mcf5445x/speed.o (.text) - lib_m68k/board.o (.text) + lib/m68k/board.o (.text) common/serial.o (.text) common/console.o (.text) diff --git a/board/freescale/m54455evb/u-boot.atm b/board/freescale/m54455evb/u-boot.atm index 08e184c..d568688 100644 --- a/board/freescale/m54455evb/u-boot.atm +++ b/board/freescale/m54455evb/u-boot.atm @@ -57,6 +57,6 @@ SECTIONS
cpu/mcf5445x/start.o (.text) - lib_m68k/traps.o (.text) - lib_m68k/interrupts.o (.text) + lib/m68k/traps.o (.text) + lib/m68k/interrupts.o (.text) common/dlmalloc.o (.text) lib_generic/zlib.o (.text) diff --git a/board/freescale/m54455evb/u-boot.int b/board/freescale/m54455evb/u-boot.int index 4d504a2..58419c0 100644 --- a/board/freescale/m54455evb/u-boot.int +++ b/board/freescale/m54455evb/u-boot.int @@ -57,6 +57,6 @@ SECTIONS
cpu/mcf5445x/start.o (.text) - lib_m68k/traps.o (.text) - lib_m68k/interrupts.o (.text) + lib/m68k/traps.o (.text) + lib/m68k/interrupts.o (.text) common/dlmalloc.o (.text) lib_generic/zlib.o (.text) diff --git a/board/freescale/m547xevb/u-boot.lds b/board/freescale/m547xevb/u-boot.lds index a3014bd..3251b0a 100644 --- a/board/freescale/m547xevb/u-boot.lds +++ b/board/freescale/m547xevb/u-boot.lds @@ -57,6 +57,6 @@ SECTIONS
cpu/mcf547x_8x/start.o (.text) - lib_m68k/traps.o (.text) - lib_m68k/interrupts.o (.text) + lib/m68k/traps.o (.text) + lib/m68k/interrupts.o (.text) common/dlmalloc.o (.text)
diff --git a/board/freescale/m548xevb/u-boot.lds b/board/freescale/m548xevb/u-boot.lds index a3014bd..3251b0a 100644 --- a/board/freescale/m548xevb/u-boot.lds +++ b/board/freescale/m548xevb/u-boot.lds @@ -57,6 +57,6 @@ SECTIONS
cpu/mcf547x_8x/start.o (.text) - lib_m68k/traps.o (.text) - lib_m68k/interrupts.o (.text) + lib/m68k/traps.o (.text) + lib/m68k/interrupts.o (.text) common/dlmalloc.o (.text)
diff --git a/board/idmr/u-boot.lds b/board/idmr/u-boot.lds index 00c1f2a..2d1bf3a 100644 --- a/board/idmr/u-boot.lds +++ b/board/idmr/u-boot.lds @@ -58,5 +58,5 @@ SECTIONS
cpu/mcf52x2/start.o (.text) - lib_m68k/traps.o (.text) + lib/m68k/traps.o (.text) cpu/mcf52x2/interrupts.o (.text) common/dlmalloc.o (.text) diff --git a/doc/README.m52277evb b/doc/README.m52277evb index bec77b4..819db40 100644 --- a/doc/README.m52277evb +++ b/doc/README.m52277evb @@ -54,10 +54,10 @@ Changed files: - include/configs/M52277EVB.h Board specific configuration file
-- lib_m68k/board.c board init function -- lib_m68k/cache.c -- lib_m68k/interrupts Coldfire common interrupt functions -- lib_m68k/m68k_linux.c -- lib_m68k/time.c Timer functions (Dma timer and PIT) -- lib_m68k/traps.c Exception init code +- lib/m68k/board.c board init function +- lib/m68k/cache.c +- lib/m68k/interrupts Coldfire common interrupt functions +- lib/m68k/m68k_linux.c +- lib/m68k/time.c Timer functions (Dma timer and PIT) +- lib/m68k/traps.c Exception init code
1 MCF52277 specific Options/Settings diff --git a/doc/README.m53017evb b/doc/README.m53017evb index 60cfa95..02d91a1 100644 --- a/doc/README.m53017evb +++ b/doc/README.m53017evb @@ -52,10 +52,10 @@ Changed files: - include/configs/M53017EVB.h Board specific configuration file
-- lib_m68k/board.c board init function -- lib_m68k/cache.c -- lib_m68k/interrupts Coldfire common interrupt functions -- lib_m68k/m68k_linux.c -- lib_m68k/time.c Timer functions (Dma timer and PIT) -- lib_m68k/traps.c Exception init code +- lib/m68k/board.c board init function +- lib/m68k/cache.c +- lib/m68k/interrupts Coldfire common interrupt functions +- lib/m68k/m68k_linux.c +- lib/m68k/time.c Timer functions (Dma timer and PIT) +- lib/m68k/traps.c Exception init code
1 MCF5301x specific Options/Settings diff --git a/doc/README.m5373evb b/doc/README.m5373evb index 0bd1101..ab48b7d 100644 --- a/doc/README.m5373evb +++ b/doc/README.m5373evb @@ -51,10 +51,10 @@ Changed files: - include/configs/M5373EVB.h Board specific configuration file
-- lib_m68k/board.c board init function -- lib_m68k/cache.c -- lib_m68k/interrupts Coldfire common interrupt functions -- lib_m68k/m68k_linux.c -- lib_m68k/time.c Timer functions (Dma timer and PIT) -- lib_m68k/traps.c Exception init code +- lib/m68k/board.c board init function +- lib/m68k/cache.c +- lib/m68k/interrupts Coldfire common interrupt functions +- lib/m68k/m68k_linux.c +- lib/m68k/time.c Timer functions (Dma timer and PIT) +- lib/m68k/traps.c Exception init code
1 MCF5373 specific Options/Settings diff --git a/doc/README.m54455evb b/doc/README.m54455evb index b769ff9..fdff6ff 100644 --- a/doc/README.m54455evb +++ b/doc/README.m54455evb @@ -53,10 +53,10 @@ Changed files: - include/configs/M54455EVB.h Board specific configuration file
-- lib_m68k/board.c board init function -- lib_m68k/cache.c -- lib_m68k/interrupts Coldfire common interrupt functions -- lib_m68k/m68k_linux.c -- lib_m68k/time.c Timer functions (Dma timer and PIT) -- lib_m68k/traps.c Exception init code +- lib/m68k/board.c board init function +- lib/m68k/cache.c +- lib/m68k/interrupts Coldfire common interrupt functions +- lib/m68k/m68k_linux.c +- lib/m68k/time.c Timer functions (Dma timer and PIT) +- lib/m68k/traps.c Exception init code
- rtc/mcfrtc.c Realtime clock Driver diff --git a/doc/README.m5475evb b/doc/README.m5475evb index 936c018..bc76f85 100644 --- a/doc/README.m5475evb +++ b/doc/README.m5475evb @@ -59,9 +59,9 @@ Changed files: - include/configs/M5475EVB.h Board specific configuration file
-- lib_m68k/board.c board init function -- lib_m68k/cache.c -- lib_m68k/interrupts Coldfire common interrupt functions -- lib_m68k/m68k_linux.c -- lib_m68k/traps.c Exception init code +- lib/m68k/board.c board init function +- lib/m68k/cache.c +- lib/m68k/interrupts Coldfire common interrupt functions +- lib/m68k/m68k_linux.c +- lib/m68k/traps.c Exception init code
1 MCF547x specific Options/Settings diff --git a/lib_m68k/Makefile b/lib/m68k/Makefile similarity index 100% rename from lib_m68k/Makefile rename to lib/m68k/Makefile diff --git a/lib_m68k/board.c b/lib/m68k/board.c similarity index 100% rename from lib_m68k/board.c rename to lib/m68k/board.c diff --git a/lib_m68k/bootm.c b/lib/m68k/bootm.c similarity index 100% rename from lib_m68k/bootm.c rename to lib/m68k/bootm.c diff --git a/lib_m68k/cache.c b/lib/m68k/cache.c similarity index 100% rename from lib_m68k/cache.c rename to lib/m68k/cache.c diff --git a/lib_m68k/config.mk b/lib/m68k/config.mk similarity index 100% rename from lib_m68k/config.mk rename to lib/m68k/config.mk diff --git a/lib_m68k/interrupts.c b/lib/m68k/interrupts.c similarity index 100% rename from lib_m68k/interrupts.c rename to lib/m68k/interrupts.c diff --git a/lib_m68k/time.c b/lib/m68k/time.c similarity index 100% rename from lib_m68k/time.c rename to lib/m68k/time.c diff --git a/lib_m68k/traps.c b/lib/m68k/traps.c similarity index 100% rename from lib_m68k/traps.c rename to lib/m68k/traps.c