From: Shinichiro Date: Sat, 15 Sep 2012 19:52:18 +0000 (+0900) Subject: Moved some unused codes. X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=72a16c075f6937c7f5fca74f91b42bcad095860f;p=kozos-expbrd%2Fkozos_expbrd.git Moved some unused codes. --- diff --git a/firm/simple_mp3_player/bootload/Makefile b/firm/bootload/Makefile similarity index 100% rename from firm/simple_mp3_player/bootload/Makefile rename to firm/bootload/Makefile diff --git a/firm/simple_mp3_player/bootload/banner.c b/firm/bootload/banner.c similarity index 100% rename from firm/simple_mp3_player/bootload/banner.c rename to firm/bootload/banner.c diff --git a/firm/simple_mp3_player/bootload/banner.h b/firm/bootload/banner.h similarity index 100% rename from firm/simple_mp3_player/bootload/banner.h rename to firm/bootload/banner.h diff --git a/firm/simple_mp3_player/bootload/boot.c b/firm/bootload/boot.c similarity index 100% rename from firm/simple_mp3_player/bootload/boot.c rename to firm/bootload/boot.c diff --git a/firm/simple_mp3_player/bootload/boot.h b/firm/bootload/boot.h similarity index 100% rename from firm/simple_mp3_player/bootload/boot.h rename to firm/bootload/boot.h diff --git a/firm/hwtest/07/bootload/defines.h b/firm/bootload/defines.h similarity index 100% rename from firm/hwtest/07/bootload/defines.h rename to firm/bootload/defines.h diff --git a/firm/hwtest/07/bootload/diskio.h b/firm/bootload/diskio.h similarity index 100% rename from firm/hwtest/07/bootload/diskio.h rename to firm/bootload/diskio.h diff --git a/firm/simple_mp3_player/bootload/dram.c b/firm/bootload/dram.c similarity index 100% rename from firm/simple_mp3_player/bootload/dram.c rename to firm/bootload/dram.c diff --git a/firm/hwtest/01/bootload/dram.h b/firm/bootload/dram.h similarity index 100% rename from firm/hwtest/01/bootload/dram.h rename to firm/bootload/dram.h diff --git a/firm/hwtest/01/bootload/elf.c b/firm/bootload/elf.c similarity index 100% rename from firm/hwtest/01/bootload/elf.c rename to firm/bootload/elf.c diff --git a/firm/hwtest/01/bootload/elf.h b/firm/bootload/elf.h similarity index 100% rename from firm/hwtest/01/bootload/elf.h rename to firm/bootload/elf.h diff --git a/firm/simple_mp3_player/bootload/init.c b/firm/bootload/init.c similarity index 100% rename from firm/simple_mp3_player/bootload/init.c rename to firm/bootload/init.c diff --git a/firm/simple_mp3_player/bootload/init.h b/firm/bootload/init.h similarity index 100% rename from firm/simple_mp3_player/bootload/init.h rename to firm/bootload/init.h diff --git a/firm/hwtest/07/bootload/integer.h b/firm/bootload/integer.h similarity index 100% rename from firm/hwtest/07/bootload/integer.h rename to firm/bootload/integer.h diff --git a/firm/hwtest/01/bootload/interrupt.c b/firm/bootload/interrupt.c similarity index 100% rename from firm/hwtest/01/bootload/interrupt.c rename to firm/bootload/interrupt.c diff --git a/firm/hwtest/01/bootload/interrupt.h b/firm/bootload/interrupt.h similarity index 100% rename from firm/hwtest/01/bootload/interrupt.h rename to firm/bootload/interrupt.h diff --git a/firm/simple_mp3_player/bootload/intr.S b/firm/bootload/intr.S similarity index 100% rename from firm/simple_mp3_player/bootload/intr.S rename to firm/bootload/intr.S diff --git a/firm/simple_mp3_player/bootload/intr.h b/firm/bootload/intr.h similarity index 100% rename from firm/simple_mp3_player/bootload/intr.h rename to firm/bootload/intr.h diff --git a/firm/hwtest/06/bootload/ld.scr b/firm/bootload/ld.scr similarity index 100% rename from firm/hwtest/06/bootload/ld.scr rename to firm/bootload/ld.scr diff --git a/firm/simple_mp3_player/bootload/led.c b/firm/bootload/led.c similarity index 100% rename from firm/simple_mp3_player/bootload/led.c rename to firm/bootload/led.c diff --git a/firm/hwtest/02/bootload/led.h b/firm/bootload/led.h similarity index 100% rename from firm/hwtest/02/bootload/led.h rename to firm/bootload/led.h diff --git a/firm/hwtest/01/bootload/lib.c b/firm/bootload/lib.c similarity index 100% rename from firm/hwtest/01/bootload/lib.c rename to firm/bootload/lib.c diff --git a/firm/hwtest/01/bootload/lib.h b/firm/bootload/lib.h similarity index 100% rename from firm/hwtest/01/bootload/lib.h rename to firm/bootload/lib.h diff --git a/firm/simple_mp3_player/bootload/main.c b/firm/bootload/main.c similarity index 100% rename from firm/simple_mp3_player/bootload/main.c rename to firm/bootload/main.c diff --git a/firm/simple_mp3_player/bootload/mmc.c b/firm/bootload/mmc.c similarity index 100% rename from firm/simple_mp3_player/bootload/mmc.c rename to firm/bootload/mmc.c diff --git a/firm/hwtest/07/bootload/pff.c b/firm/bootload/pff.c similarity index 100% rename from firm/hwtest/07/bootload/pff.c rename to firm/bootload/pff.c diff --git a/firm/hwtest/07/bootload/pff.h b/firm/bootload/pff.h similarity index 100% rename from firm/hwtest/07/bootload/pff.h rename to firm/bootload/pff.h diff --git a/firm/simple_mp3_player/bootload/portconf.h b/firm/bootload/portconf.h similarity index 100% rename from firm/simple_mp3_player/bootload/portconf.h rename to firm/bootload/portconf.h diff --git a/firm/simple_mp3_player/bootload/re.c b/firm/bootload/re.c similarity index 100% rename from firm/simple_mp3_player/bootload/re.c rename to firm/bootload/re.c diff --git a/firm/hwtest/03/bootload/re.h b/firm/bootload/re.h similarity index 100% rename from firm/hwtest/03/bootload/re.h rename to firm/bootload/re.h diff --git a/firm/hwtest/01/bootload/serial.c b/firm/bootload/serial.c similarity index 100% rename from firm/hwtest/01/bootload/serial.c rename to firm/bootload/serial.c diff --git a/firm/hwtest/01/bootload/serial.h b/firm/bootload/serial.h similarity index 100% rename from firm/hwtest/01/bootload/serial.h rename to firm/bootload/serial.h diff --git a/firm/simple_mp3_player/bootload/sg12232c.c b/firm/bootload/sg12232c.c similarity index 100% rename from firm/simple_mp3_player/bootload/sg12232c.c rename to firm/bootload/sg12232c.c diff --git a/firm/hwtest/09/os/driver/sg12232c.h b/firm/bootload/sg12232c.h similarity index 100% rename from firm/hwtest/09/os/driver/sg12232c.h rename to firm/bootload/sg12232c.h diff --git a/firm/simple_mp3_player/bootload/spi.c b/firm/bootload/spi.c similarity index 100% rename from firm/simple_mp3_player/bootload/spi.c rename to firm/bootload/spi.c diff --git a/firm/simple_mp3_player/bootload/spi.h b/firm/bootload/spi.h similarity index 100% rename from firm/simple_mp3_player/bootload/spi.h rename to firm/bootload/spi.h diff --git a/firm/simple_mp3_player/bootload/spreg.c b/firm/bootload/spreg.c similarity index 100% rename from firm/simple_mp3_player/bootload/spreg.c rename to firm/bootload/spreg.c diff --git a/firm/simple_mp3_player/bootload/spreg.h b/firm/bootload/spreg.h similarity index 100% rename from firm/simple_mp3_player/bootload/spreg.h rename to firm/bootload/spreg.h diff --git a/firm/hwtest/01/bootload/startup.s b/firm/bootload/startup.s similarity index 100% rename from firm/hwtest/01/bootload/startup.s rename to firm/bootload/startup.s diff --git a/firm/simple_mp3_player/bootload/sw.c b/firm/bootload/sw.c similarity index 100% rename from firm/simple_mp3_player/bootload/sw.c rename to firm/bootload/sw.c diff --git a/firm/hwtest/04/bootload/sw.h b/firm/bootload/sw.h similarity index 100% rename from firm/hwtest/04/bootload/sw.h rename to firm/bootload/sw.h diff --git a/firm/simple_mp3_player/bootload/test.c b/firm/bootload/test.c similarity index 100% rename from firm/simple_mp3_player/bootload/test.c rename to firm/bootload/test.c diff --git a/firm/simple_mp3_player/bootload/test.h b/firm/bootload/test.h similarity index 100% rename from firm/simple_mp3_player/bootload/test.h rename to firm/bootload/test.h diff --git a/firm/simple_mp3_player/bootload/vector.c b/firm/bootload/vector.c similarity index 100% rename from firm/simple_mp3_player/bootload/vector.c rename to firm/bootload/vector.c diff --git a/firm/simple_mp3_player/bootload/vs1011e.c b/firm/bootload/vs1011e.c similarity index 100% rename from firm/simple_mp3_player/bootload/vs1011e.c rename to firm/bootload/vs1011e.c diff --git a/firm/simple_mp3_player/bootload/vs1011e.h b/firm/bootload/vs1011e.h similarity index 100% rename from firm/simple_mp3_player/bootload/vs1011e.h rename to firm/bootload/vs1011e.h diff --git a/firm/hwtest/01/bootload/xmodem.c b/firm/bootload/xmodem.c similarity index 100% rename from firm/hwtest/01/bootload/xmodem.c rename to firm/bootload/xmodem.c diff --git a/firm/hwtest/01/bootload/xmodem.h b/firm/bootload/xmodem.h similarity index 100% rename from firm/hwtest/01/bootload/xmodem.h rename to firm/bootload/xmodem.h diff --git a/firm/hwtest/01/bootload/KL-01 b/misc/hwtest/01/bootload/KL-01 similarity index 100% rename from firm/hwtest/01/bootload/KL-01 rename to misc/hwtest/01/bootload/KL-01 diff --git a/firm/hwtest/01/bootload/LICENSE b/misc/hwtest/01/bootload/LICENSE similarity index 100% rename from firm/hwtest/01/bootload/LICENSE rename to misc/hwtest/01/bootload/LICENSE diff --git a/firm/hwtest/01/bootload/Makefile b/misc/hwtest/01/bootload/Makefile similarity index 100% rename from firm/hwtest/01/bootload/Makefile rename to misc/hwtest/01/bootload/Makefile diff --git a/firm/hwtest/01/bootload/defines.h b/misc/hwtest/01/bootload/defines.h similarity index 100% rename from firm/hwtest/01/bootload/defines.h rename to misc/hwtest/01/bootload/defines.h diff --git a/firm/hwtest/01/bootload/dram.c b/misc/hwtest/01/bootload/dram.c similarity index 100% rename from firm/hwtest/01/bootload/dram.c rename to misc/hwtest/01/bootload/dram.c diff --git a/firm/hwtest/02/bootload/dram.h b/misc/hwtest/01/bootload/dram.h similarity index 100% rename from firm/hwtest/02/bootload/dram.h rename to misc/hwtest/01/bootload/dram.h diff --git a/firm/hwtest/02/bootload/elf.c b/misc/hwtest/01/bootload/elf.c similarity index 100% rename from firm/hwtest/02/bootload/elf.c rename to misc/hwtest/01/bootload/elf.c diff --git a/firm/hwtest/02/bootload/elf.h b/misc/hwtest/01/bootload/elf.h similarity index 100% rename from firm/hwtest/02/bootload/elf.h rename to misc/hwtest/01/bootload/elf.h diff --git a/firm/hwtest/01/os/interrupt.c b/misc/hwtest/01/bootload/interrupt.c similarity index 100% rename from firm/hwtest/01/os/interrupt.c rename to misc/hwtest/01/bootload/interrupt.c diff --git a/firm/hwtest/01/os/interrupt.h b/misc/hwtest/01/bootload/interrupt.h similarity index 100% rename from firm/hwtest/01/os/interrupt.h rename to misc/hwtest/01/bootload/interrupt.h diff --git a/firm/hwtest/01/bootload/intr.S b/misc/hwtest/01/bootload/intr.S similarity index 100% rename from firm/hwtest/01/bootload/intr.S rename to misc/hwtest/01/bootload/intr.S diff --git a/firm/hwtest/01/bootload/intr.h b/misc/hwtest/01/bootload/intr.h similarity index 100% rename from firm/hwtest/01/bootload/intr.h rename to misc/hwtest/01/bootload/intr.h diff --git a/firm/hwtest/01/bootload/ld.scr b/misc/hwtest/01/bootload/ld.scr similarity index 100% rename from firm/hwtest/01/bootload/ld.scr rename to misc/hwtest/01/bootload/ld.scr diff --git a/firm/hwtest/01/os/lib.c b/misc/hwtest/01/bootload/lib.c similarity index 100% rename from firm/hwtest/01/os/lib.c rename to misc/hwtest/01/bootload/lib.c diff --git a/firm/hwtest/01/os/lib.h b/misc/hwtest/01/bootload/lib.h similarity index 100% rename from firm/hwtest/01/os/lib.h rename to misc/hwtest/01/bootload/lib.h diff --git a/firm/hwtest/01/bootload/main.c b/misc/hwtest/01/bootload/main.c similarity index 100% rename from firm/hwtest/01/bootload/main.c rename to misc/hwtest/01/bootload/main.c diff --git a/firm/hwtest/02/bootload/serial.c b/misc/hwtest/01/bootload/serial.c similarity index 100% rename from firm/hwtest/02/bootload/serial.c rename to misc/hwtest/01/bootload/serial.c diff --git a/firm/hwtest/02/bootload/serial.h b/misc/hwtest/01/bootload/serial.h similarity index 100% rename from firm/hwtest/02/bootload/serial.h rename to misc/hwtest/01/bootload/serial.h diff --git a/firm/hwtest/02/bootload/startup.s b/misc/hwtest/01/bootload/startup.s similarity index 100% rename from firm/hwtest/02/bootload/startup.s rename to misc/hwtest/01/bootload/startup.s diff --git a/firm/hwtest/01/bootload/vector.c b/misc/hwtest/01/bootload/vector.c similarity index 100% rename from firm/hwtest/01/bootload/vector.c rename to misc/hwtest/01/bootload/vector.c diff --git a/firm/hwtest/02/bootload/xmodem.c b/misc/hwtest/01/bootload/xmodem.c similarity index 100% rename from firm/hwtest/02/bootload/xmodem.c rename to misc/hwtest/01/bootload/xmodem.c diff --git a/firm/hwtest/02/bootload/xmodem.h b/misc/hwtest/01/bootload/xmodem.h similarity index 100% rename from firm/hwtest/02/bootload/xmodem.h rename to misc/hwtest/01/bootload/xmodem.h diff --git a/firm/hwtest/01/os/KL-01 b/misc/hwtest/01/os/KL-01 similarity index 100% rename from firm/hwtest/01/os/KL-01 rename to misc/hwtest/01/os/KL-01 diff --git a/firm/hwtest/01/os/LICENSE b/misc/hwtest/01/os/LICENSE similarity index 100% rename from firm/hwtest/01/os/LICENSE rename to misc/hwtest/01/os/LICENSE diff --git a/firm/hwtest/01/os/Makefile b/misc/hwtest/01/os/Makefile similarity index 100% rename from firm/hwtest/01/os/Makefile rename to misc/hwtest/01/os/Makefile diff --git a/firm/hwtest/01/os/clock.c b/misc/hwtest/01/os/clock.c similarity index 100% rename from firm/hwtest/01/os/clock.c rename to misc/hwtest/01/os/clock.c diff --git a/firm/hwtest/01/os/command.c b/misc/hwtest/01/os/command.c similarity index 100% rename from firm/hwtest/01/os/command.c rename to misc/hwtest/01/os/command.c diff --git a/firm/hwtest/01/os/consdrv.c b/misc/hwtest/01/os/consdrv.c similarity index 100% rename from firm/hwtest/01/os/consdrv.c rename to misc/hwtest/01/os/consdrv.c diff --git a/firm/hwtest/01/os/consdrv.h b/misc/hwtest/01/os/consdrv.h similarity index 100% rename from firm/hwtest/01/os/consdrv.h rename to misc/hwtest/01/os/consdrv.h diff --git a/firm/hwtest/01/os/defines.h b/misc/hwtest/01/os/defines.h similarity index 100% rename from firm/hwtest/01/os/defines.h rename to misc/hwtest/01/os/defines.h diff --git a/firm/hwtest/02/bootload/interrupt.c b/misc/hwtest/01/os/interrupt.c similarity index 100% rename from firm/hwtest/02/bootload/interrupt.c rename to misc/hwtest/01/os/interrupt.c diff --git a/firm/hwtest/02/bootload/interrupt.h b/misc/hwtest/01/os/interrupt.h similarity index 100% rename from firm/hwtest/02/bootload/interrupt.h rename to misc/hwtest/01/os/interrupt.h diff --git a/firm/hwtest/01/os/intr.h b/misc/hwtest/01/os/intr.h similarity index 100% rename from firm/hwtest/01/os/intr.h rename to misc/hwtest/01/os/intr.h diff --git a/firm/hwtest/01/os/kozos.c b/misc/hwtest/01/os/kozos.c similarity index 100% rename from firm/hwtest/01/os/kozos.c rename to misc/hwtest/01/os/kozos.c diff --git a/firm/hwtest/01/os/kozos.h b/misc/hwtest/01/os/kozos.h similarity index 100% rename from firm/hwtest/01/os/kozos.h rename to misc/hwtest/01/os/kozos.h diff --git a/firm/hwtest/01/os/ld.scr b/misc/hwtest/01/os/ld.scr similarity index 100% rename from firm/hwtest/01/os/ld.scr rename to misc/hwtest/01/os/ld.scr diff --git a/firm/hwtest/02/bootload/lib.c b/misc/hwtest/01/os/lib.c similarity index 100% rename from firm/hwtest/02/bootload/lib.c rename to misc/hwtest/01/os/lib.c diff --git a/firm/hwtest/02/bootload/lib.h b/misc/hwtest/01/os/lib.h similarity index 100% rename from firm/hwtest/02/bootload/lib.h rename to misc/hwtest/01/os/lib.h diff --git a/firm/hwtest/01/os/main.c b/misc/hwtest/01/os/main.c similarity index 100% rename from firm/hwtest/01/os/main.c rename to misc/hwtest/01/os/main.c diff --git a/firm/hwtest/01/os/memory.c b/misc/hwtest/01/os/memory.c similarity index 100% rename from firm/hwtest/01/os/memory.c rename to misc/hwtest/01/os/memory.c diff --git a/firm/hwtest/01/os/memory.h b/misc/hwtest/01/os/memory.h similarity index 100% rename from firm/hwtest/01/os/memory.h rename to misc/hwtest/01/os/memory.h diff --git a/firm/hwtest/01/os/serial.c b/misc/hwtest/01/os/serial.c similarity index 100% rename from firm/hwtest/01/os/serial.c rename to misc/hwtest/01/os/serial.c diff --git a/firm/hwtest/01/os/serial.h b/misc/hwtest/01/os/serial.h similarity index 100% rename from firm/hwtest/01/os/serial.h rename to misc/hwtest/01/os/serial.h diff --git a/firm/hwtest/01/os/startup.s b/misc/hwtest/01/os/startup.s similarity index 100% rename from firm/hwtest/01/os/startup.s rename to misc/hwtest/01/os/startup.s diff --git a/firm/hwtest/01/os/syscall.c b/misc/hwtest/01/os/syscall.c similarity index 100% rename from firm/hwtest/01/os/syscall.c rename to misc/hwtest/01/os/syscall.c diff --git a/firm/hwtest/01/os/syscall.h b/misc/hwtest/01/os/syscall.h similarity index 100% rename from firm/hwtest/01/os/syscall.h rename to misc/hwtest/01/os/syscall.h diff --git a/firm/hwtest/01/os/timer.c b/misc/hwtest/01/os/timer.c similarity index 100% rename from firm/hwtest/01/os/timer.c rename to misc/hwtest/01/os/timer.c diff --git a/firm/hwtest/01/os/timer.h b/misc/hwtest/01/os/timer.h similarity index 100% rename from firm/hwtest/01/os/timer.h rename to misc/hwtest/01/os/timer.h diff --git a/firm/hwtest/01/os/timerdrv.c b/misc/hwtest/01/os/timerdrv.c similarity index 100% rename from firm/hwtest/01/os/timerdrv.c rename to misc/hwtest/01/os/timerdrv.c diff --git a/firm/hwtest/01/os/timerdrv.h b/misc/hwtest/01/os/timerdrv.h similarity index 100% rename from firm/hwtest/01/os/timerdrv.h rename to misc/hwtest/01/os/timerdrv.h diff --git a/firm/hwtest/02/bootload/KL-01 b/misc/hwtest/02/bootload/KL-01 similarity index 100% rename from firm/hwtest/02/bootload/KL-01 rename to misc/hwtest/02/bootload/KL-01 diff --git a/firm/hwtest/02/bootload/LICENSE b/misc/hwtest/02/bootload/LICENSE similarity index 100% rename from firm/hwtest/02/bootload/LICENSE rename to misc/hwtest/02/bootload/LICENSE diff --git a/firm/hwtest/02/bootload/Makefile b/misc/hwtest/02/bootload/Makefile similarity index 100% rename from firm/hwtest/02/bootload/Makefile rename to misc/hwtest/02/bootload/Makefile diff --git a/firm/hwtest/02/bootload/defines.h b/misc/hwtest/02/bootload/defines.h similarity index 100% rename from firm/hwtest/02/bootload/defines.h rename to misc/hwtest/02/bootload/defines.h diff --git a/firm/hwtest/02/bootload/dram.c b/misc/hwtest/02/bootload/dram.c similarity index 100% rename from firm/hwtest/02/bootload/dram.c rename to misc/hwtest/02/bootload/dram.c diff --git a/firm/hwtest/03/bootload/dram.h b/misc/hwtest/02/bootload/dram.h similarity index 100% rename from firm/hwtest/03/bootload/dram.h rename to misc/hwtest/02/bootload/dram.h diff --git a/firm/hwtest/03/bootload/elf.c b/misc/hwtest/02/bootload/elf.c similarity index 100% rename from firm/hwtest/03/bootload/elf.c rename to misc/hwtest/02/bootload/elf.c diff --git a/firm/hwtest/03/bootload/elf.h b/misc/hwtest/02/bootload/elf.h similarity index 100% rename from firm/hwtest/03/bootload/elf.h rename to misc/hwtest/02/bootload/elf.h diff --git a/firm/hwtest/02/os/interrupt.c b/misc/hwtest/02/bootload/interrupt.c similarity index 100% rename from firm/hwtest/02/os/interrupt.c rename to misc/hwtest/02/bootload/interrupt.c diff --git a/firm/hwtest/02/os/interrupt.h b/misc/hwtest/02/bootload/interrupt.h similarity index 100% rename from firm/hwtest/02/os/interrupt.h rename to misc/hwtest/02/bootload/interrupt.h diff --git a/firm/hwtest/02/bootload/intr.S b/misc/hwtest/02/bootload/intr.S similarity index 100% rename from firm/hwtest/02/bootload/intr.S rename to misc/hwtest/02/bootload/intr.S diff --git a/firm/hwtest/02/bootload/intr.h b/misc/hwtest/02/bootload/intr.h similarity index 100% rename from firm/hwtest/02/bootload/intr.h rename to misc/hwtest/02/bootload/intr.h diff --git a/firm/hwtest/02/bootload/ld.scr b/misc/hwtest/02/bootload/ld.scr similarity index 100% rename from firm/hwtest/02/bootload/ld.scr rename to misc/hwtest/02/bootload/ld.scr diff --git a/firm/hwtest/02/bootload/led.c b/misc/hwtest/02/bootload/led.c similarity index 100% rename from firm/hwtest/02/bootload/led.c rename to misc/hwtest/02/bootload/led.c diff --git a/firm/hwtest/02/os/led.h b/misc/hwtest/02/bootload/led.h similarity index 100% rename from firm/hwtest/02/os/led.h rename to misc/hwtest/02/bootload/led.h diff --git a/firm/hwtest/02/os/lib.c b/misc/hwtest/02/bootload/lib.c similarity index 100% rename from firm/hwtest/02/os/lib.c rename to misc/hwtest/02/bootload/lib.c diff --git a/firm/hwtest/02/os/lib.h b/misc/hwtest/02/bootload/lib.h similarity index 100% rename from firm/hwtest/02/os/lib.h rename to misc/hwtest/02/bootload/lib.h diff --git a/firm/hwtest/02/bootload/main.c b/misc/hwtest/02/bootload/main.c similarity index 100% rename from firm/hwtest/02/bootload/main.c rename to misc/hwtest/02/bootload/main.c diff --git a/firm/hwtest/03/bootload/serial.c b/misc/hwtest/02/bootload/serial.c similarity index 100% rename from firm/hwtest/03/bootload/serial.c rename to misc/hwtest/02/bootload/serial.c diff --git a/firm/hwtest/03/bootload/serial.h b/misc/hwtest/02/bootload/serial.h similarity index 100% rename from firm/hwtest/03/bootload/serial.h rename to misc/hwtest/02/bootload/serial.h diff --git a/firm/hwtest/03/bootload/startup.s b/misc/hwtest/02/bootload/startup.s similarity index 100% rename from firm/hwtest/03/bootload/startup.s rename to misc/hwtest/02/bootload/startup.s diff --git a/firm/hwtest/02/bootload/vector.c b/misc/hwtest/02/bootload/vector.c similarity index 100% rename from firm/hwtest/02/bootload/vector.c rename to misc/hwtest/02/bootload/vector.c diff --git a/firm/hwtest/03/bootload/xmodem.c b/misc/hwtest/02/bootload/xmodem.c similarity index 100% rename from firm/hwtest/03/bootload/xmodem.c rename to misc/hwtest/02/bootload/xmodem.c diff --git a/firm/hwtest/03/bootload/xmodem.h b/misc/hwtest/02/bootload/xmodem.h similarity index 100% rename from firm/hwtest/03/bootload/xmodem.h rename to misc/hwtest/02/bootload/xmodem.h diff --git a/firm/hwtest/02/os/KL-01 b/misc/hwtest/02/os/KL-01 similarity index 100% rename from firm/hwtest/02/os/KL-01 rename to misc/hwtest/02/os/KL-01 diff --git a/firm/hwtest/02/os/LICENSE b/misc/hwtest/02/os/LICENSE similarity index 100% rename from firm/hwtest/02/os/LICENSE rename to misc/hwtest/02/os/LICENSE diff --git a/firm/hwtest/02/os/Makefile b/misc/hwtest/02/os/Makefile similarity index 100% rename from firm/hwtest/02/os/Makefile rename to misc/hwtest/02/os/Makefile diff --git a/firm/hwtest/02/os/clock.c b/misc/hwtest/02/os/clock.c similarity index 100% rename from firm/hwtest/02/os/clock.c rename to misc/hwtest/02/os/clock.c diff --git a/firm/hwtest/02/os/command.c b/misc/hwtest/02/os/command.c similarity index 100% rename from firm/hwtest/02/os/command.c rename to misc/hwtest/02/os/command.c diff --git a/firm/hwtest/02/os/consdrv.c b/misc/hwtest/02/os/consdrv.c similarity index 100% rename from firm/hwtest/02/os/consdrv.c rename to misc/hwtest/02/os/consdrv.c diff --git a/firm/hwtest/02/os/consdrv.h b/misc/hwtest/02/os/consdrv.h similarity index 100% rename from firm/hwtest/02/os/consdrv.h rename to misc/hwtest/02/os/consdrv.h diff --git a/firm/hwtest/02/os/defines.h b/misc/hwtest/02/os/defines.h similarity index 100% rename from firm/hwtest/02/os/defines.h rename to misc/hwtest/02/os/defines.h diff --git a/firm/hwtest/03/bootload/interrupt.c b/misc/hwtest/02/os/interrupt.c similarity index 100% rename from firm/hwtest/03/bootload/interrupt.c rename to misc/hwtest/02/os/interrupt.c diff --git a/firm/hwtest/03/bootload/interrupt.h b/misc/hwtest/02/os/interrupt.h similarity index 100% rename from firm/hwtest/03/bootload/interrupt.h rename to misc/hwtest/02/os/interrupt.h diff --git a/firm/hwtest/02/os/intr.h b/misc/hwtest/02/os/intr.h similarity index 100% rename from firm/hwtest/02/os/intr.h rename to misc/hwtest/02/os/intr.h diff --git a/firm/hwtest/02/os/kozos.c b/misc/hwtest/02/os/kozos.c similarity index 100% rename from firm/hwtest/02/os/kozos.c rename to misc/hwtest/02/os/kozos.c diff --git a/firm/hwtest/02/os/kozos.h b/misc/hwtest/02/os/kozos.h similarity index 100% rename from firm/hwtest/02/os/kozos.h rename to misc/hwtest/02/os/kozos.h diff --git a/firm/hwtest/02/os/ld.scr b/misc/hwtest/02/os/ld.scr similarity index 100% rename from firm/hwtest/02/os/ld.scr rename to misc/hwtest/02/os/ld.scr diff --git a/firm/hwtest/02/os/led.c b/misc/hwtest/02/os/led.c similarity index 100% rename from firm/hwtest/02/os/led.c rename to misc/hwtest/02/os/led.c diff --git a/firm/hwtest/03/bootload/led.h b/misc/hwtest/02/os/led.h similarity index 100% rename from firm/hwtest/03/bootload/led.h rename to misc/hwtest/02/os/led.h diff --git a/firm/hwtest/02/os/leddrv.c b/misc/hwtest/02/os/leddrv.c similarity index 100% rename from firm/hwtest/02/os/leddrv.c rename to misc/hwtest/02/os/leddrv.c diff --git a/firm/hwtest/02/os/leddrv.h b/misc/hwtest/02/os/leddrv.h similarity index 100% rename from firm/hwtest/02/os/leddrv.h rename to misc/hwtest/02/os/leddrv.h diff --git a/firm/hwtest/03/bootload/lib.c b/misc/hwtest/02/os/lib.c similarity index 100% rename from firm/hwtest/03/bootload/lib.c rename to misc/hwtest/02/os/lib.c diff --git a/firm/hwtest/03/bootload/lib.h b/misc/hwtest/02/os/lib.h similarity index 100% rename from firm/hwtest/03/bootload/lib.h rename to misc/hwtest/02/os/lib.h diff --git a/firm/hwtest/02/os/main.c b/misc/hwtest/02/os/main.c similarity index 100% rename from firm/hwtest/02/os/main.c rename to misc/hwtest/02/os/main.c diff --git a/firm/hwtest/02/os/memory.c b/misc/hwtest/02/os/memory.c similarity index 100% rename from firm/hwtest/02/os/memory.c rename to misc/hwtest/02/os/memory.c diff --git a/firm/hwtest/02/os/memory.h b/misc/hwtest/02/os/memory.h similarity index 100% rename from firm/hwtest/02/os/memory.h rename to misc/hwtest/02/os/memory.h diff --git a/firm/hwtest/02/os/serial.c b/misc/hwtest/02/os/serial.c similarity index 100% rename from firm/hwtest/02/os/serial.c rename to misc/hwtest/02/os/serial.c diff --git a/firm/hwtest/02/os/serial.h b/misc/hwtest/02/os/serial.h similarity index 100% rename from firm/hwtest/02/os/serial.h rename to misc/hwtest/02/os/serial.h diff --git a/firm/hwtest/02/os/startup.s b/misc/hwtest/02/os/startup.s similarity index 100% rename from firm/hwtest/02/os/startup.s rename to misc/hwtest/02/os/startup.s diff --git a/firm/hwtest/02/os/syscall.c b/misc/hwtest/02/os/syscall.c similarity index 100% rename from firm/hwtest/02/os/syscall.c rename to misc/hwtest/02/os/syscall.c diff --git a/firm/hwtest/02/os/syscall.h b/misc/hwtest/02/os/syscall.h similarity index 100% rename from firm/hwtest/02/os/syscall.h rename to misc/hwtest/02/os/syscall.h diff --git a/firm/hwtest/02/os/timer.c b/misc/hwtest/02/os/timer.c similarity index 100% rename from firm/hwtest/02/os/timer.c rename to misc/hwtest/02/os/timer.c diff --git a/firm/hwtest/02/os/timer.h b/misc/hwtest/02/os/timer.h similarity index 100% rename from firm/hwtest/02/os/timer.h rename to misc/hwtest/02/os/timer.h diff --git a/firm/hwtest/02/os/timerdrv.c b/misc/hwtest/02/os/timerdrv.c similarity index 100% rename from firm/hwtest/02/os/timerdrv.c rename to misc/hwtest/02/os/timerdrv.c diff --git a/firm/hwtest/02/os/timerdrv.h b/misc/hwtest/02/os/timerdrv.h similarity index 100% rename from firm/hwtest/02/os/timerdrv.h rename to misc/hwtest/02/os/timerdrv.h diff --git a/firm/hwtest/03/bootload/KL-01 b/misc/hwtest/03/bootload/KL-01 similarity index 100% rename from firm/hwtest/03/bootload/KL-01 rename to misc/hwtest/03/bootload/KL-01 diff --git a/firm/hwtest/03/bootload/LICENSE b/misc/hwtest/03/bootload/LICENSE similarity index 100% rename from firm/hwtest/03/bootload/LICENSE rename to misc/hwtest/03/bootload/LICENSE diff --git a/firm/hwtest/03/bootload/Makefile b/misc/hwtest/03/bootload/Makefile similarity index 100% rename from firm/hwtest/03/bootload/Makefile rename to misc/hwtest/03/bootload/Makefile diff --git a/firm/hwtest/03/bootload/defines.h b/misc/hwtest/03/bootload/defines.h similarity index 100% rename from firm/hwtest/03/bootload/defines.h rename to misc/hwtest/03/bootload/defines.h diff --git a/firm/hwtest/03/bootload/dram.c b/misc/hwtest/03/bootload/dram.c similarity index 100% rename from firm/hwtest/03/bootload/dram.c rename to misc/hwtest/03/bootload/dram.c diff --git a/firm/hwtest/04/bootload/dram.h b/misc/hwtest/03/bootload/dram.h similarity index 100% rename from firm/hwtest/04/bootload/dram.h rename to misc/hwtest/03/bootload/dram.h diff --git a/firm/hwtest/04/bootload/elf.c b/misc/hwtest/03/bootload/elf.c similarity index 100% rename from firm/hwtest/04/bootload/elf.c rename to misc/hwtest/03/bootload/elf.c diff --git a/firm/hwtest/04/bootload/elf.h b/misc/hwtest/03/bootload/elf.h similarity index 100% rename from firm/hwtest/04/bootload/elf.h rename to misc/hwtest/03/bootload/elf.h diff --git a/firm/hwtest/03/os/interrupt.c b/misc/hwtest/03/bootload/interrupt.c similarity index 100% rename from firm/hwtest/03/os/interrupt.c rename to misc/hwtest/03/bootload/interrupt.c diff --git a/firm/hwtest/03/os/interrupt.h b/misc/hwtest/03/bootload/interrupt.h similarity index 100% rename from firm/hwtest/03/os/interrupt.h rename to misc/hwtest/03/bootload/interrupt.h diff --git a/firm/hwtest/03/bootload/intr.S b/misc/hwtest/03/bootload/intr.S similarity index 100% rename from firm/hwtest/03/bootload/intr.S rename to misc/hwtest/03/bootload/intr.S diff --git a/firm/hwtest/03/bootload/intr.h b/misc/hwtest/03/bootload/intr.h similarity index 100% rename from firm/hwtest/03/bootload/intr.h rename to misc/hwtest/03/bootload/intr.h diff --git a/firm/hwtest/03/bootload/ld.scr b/misc/hwtest/03/bootload/ld.scr similarity index 100% rename from firm/hwtest/03/bootload/ld.scr rename to misc/hwtest/03/bootload/ld.scr diff --git a/firm/hwtest/03/bootload/led.c b/misc/hwtest/03/bootload/led.c similarity index 100% rename from firm/hwtest/03/bootload/led.c rename to misc/hwtest/03/bootload/led.c diff --git a/firm/hwtest/03/os/led.h b/misc/hwtest/03/bootload/led.h similarity index 100% rename from firm/hwtest/03/os/led.h rename to misc/hwtest/03/bootload/led.h diff --git a/firm/hwtest/03/os/lib.c b/misc/hwtest/03/bootload/lib.c similarity index 100% rename from firm/hwtest/03/os/lib.c rename to misc/hwtest/03/bootload/lib.c diff --git a/firm/hwtest/03/os/lib.h b/misc/hwtest/03/bootload/lib.h similarity index 100% rename from firm/hwtest/03/os/lib.h rename to misc/hwtest/03/bootload/lib.h diff --git a/firm/hwtest/03/bootload/main.c b/misc/hwtest/03/bootload/main.c similarity index 100% rename from firm/hwtest/03/bootload/main.c rename to misc/hwtest/03/bootload/main.c diff --git a/firm/hwtest/03/bootload/re.c b/misc/hwtest/03/bootload/re.c similarity index 100% rename from firm/hwtest/03/bootload/re.c rename to misc/hwtest/03/bootload/re.c diff --git a/firm/hwtest/03/os/re.h b/misc/hwtest/03/bootload/re.h similarity index 100% rename from firm/hwtest/03/os/re.h rename to misc/hwtest/03/bootload/re.h diff --git a/firm/hwtest/04/bootload/serial.c b/misc/hwtest/03/bootload/serial.c similarity index 100% rename from firm/hwtest/04/bootload/serial.c rename to misc/hwtest/03/bootload/serial.c diff --git a/firm/hwtest/04/bootload/serial.h b/misc/hwtest/03/bootload/serial.h similarity index 100% rename from firm/hwtest/04/bootload/serial.h rename to misc/hwtest/03/bootload/serial.h diff --git a/firm/hwtest/04/bootload/startup.s b/misc/hwtest/03/bootload/startup.s similarity index 100% rename from firm/hwtest/04/bootload/startup.s rename to misc/hwtest/03/bootload/startup.s diff --git a/firm/hwtest/03/bootload/vector.c b/misc/hwtest/03/bootload/vector.c similarity index 100% rename from firm/hwtest/03/bootload/vector.c rename to misc/hwtest/03/bootload/vector.c diff --git a/firm/hwtest/04/bootload/xmodem.c b/misc/hwtest/03/bootload/xmodem.c similarity index 100% rename from firm/hwtest/04/bootload/xmodem.c rename to misc/hwtest/03/bootload/xmodem.c diff --git a/firm/hwtest/04/bootload/xmodem.h b/misc/hwtest/03/bootload/xmodem.h similarity index 100% rename from firm/hwtest/04/bootload/xmodem.h rename to misc/hwtest/03/bootload/xmodem.h diff --git a/firm/hwtest/03/os/KL-01 b/misc/hwtest/03/os/KL-01 similarity index 100% rename from firm/hwtest/03/os/KL-01 rename to misc/hwtest/03/os/KL-01 diff --git a/firm/hwtest/03/os/LICENSE b/misc/hwtest/03/os/LICENSE similarity index 100% rename from firm/hwtest/03/os/LICENSE rename to misc/hwtest/03/os/LICENSE diff --git a/firm/hwtest/03/os/Makefile b/misc/hwtest/03/os/Makefile similarity index 100% rename from firm/hwtest/03/os/Makefile rename to misc/hwtest/03/os/Makefile diff --git a/firm/hwtest/03/os/clock.c b/misc/hwtest/03/os/clock.c similarity index 100% rename from firm/hwtest/03/os/clock.c rename to misc/hwtest/03/os/clock.c diff --git a/firm/hwtest/03/os/command.c b/misc/hwtest/03/os/command.c similarity index 100% rename from firm/hwtest/03/os/command.c rename to misc/hwtest/03/os/command.c diff --git a/firm/hwtest/03/os/consdrv.c b/misc/hwtest/03/os/consdrv.c similarity index 100% rename from firm/hwtest/03/os/consdrv.c rename to misc/hwtest/03/os/consdrv.c diff --git a/firm/hwtest/03/os/consdrv.h b/misc/hwtest/03/os/consdrv.h similarity index 100% rename from firm/hwtest/03/os/consdrv.h rename to misc/hwtest/03/os/consdrv.h diff --git a/firm/hwtest/03/os/defines.h b/misc/hwtest/03/os/defines.h similarity index 100% rename from firm/hwtest/03/os/defines.h rename to misc/hwtest/03/os/defines.h diff --git a/firm/hwtest/04/bootload/interrupt.c b/misc/hwtest/03/os/interrupt.c similarity index 100% rename from firm/hwtest/04/bootload/interrupt.c rename to misc/hwtest/03/os/interrupt.c diff --git a/firm/hwtest/04/bootload/interrupt.h b/misc/hwtest/03/os/interrupt.h similarity index 100% rename from firm/hwtest/04/bootload/interrupt.h rename to misc/hwtest/03/os/interrupt.h diff --git a/firm/hwtest/03/os/intr.h b/misc/hwtest/03/os/intr.h similarity index 100% rename from firm/hwtest/03/os/intr.h rename to misc/hwtest/03/os/intr.h diff --git a/firm/hwtest/03/os/kozos.c b/misc/hwtest/03/os/kozos.c similarity index 100% rename from firm/hwtest/03/os/kozos.c rename to misc/hwtest/03/os/kozos.c diff --git a/firm/hwtest/03/os/kozos.h b/misc/hwtest/03/os/kozos.h similarity index 100% rename from firm/hwtest/03/os/kozos.h rename to misc/hwtest/03/os/kozos.h diff --git a/firm/hwtest/03/os/ld.scr b/misc/hwtest/03/os/ld.scr similarity index 100% rename from firm/hwtest/03/os/ld.scr rename to misc/hwtest/03/os/ld.scr diff --git a/firm/hwtest/03/os/led.c b/misc/hwtest/03/os/led.c similarity index 100% rename from firm/hwtest/03/os/led.c rename to misc/hwtest/03/os/led.c diff --git a/firm/hwtest/04/bootload/led.h b/misc/hwtest/03/os/led.h similarity index 100% rename from firm/hwtest/04/bootload/led.h rename to misc/hwtest/03/os/led.h diff --git a/firm/hwtest/03/os/leddrv.c b/misc/hwtest/03/os/leddrv.c similarity index 100% rename from firm/hwtest/03/os/leddrv.c rename to misc/hwtest/03/os/leddrv.c diff --git a/firm/hwtest/03/os/leddrv.h b/misc/hwtest/03/os/leddrv.h similarity index 100% rename from firm/hwtest/03/os/leddrv.h rename to misc/hwtest/03/os/leddrv.h diff --git a/firm/hwtest/04/bootload/lib.c b/misc/hwtest/03/os/lib.c similarity index 100% rename from firm/hwtest/04/bootload/lib.c rename to misc/hwtest/03/os/lib.c diff --git a/firm/hwtest/04/bootload/lib.h b/misc/hwtest/03/os/lib.h similarity index 100% rename from firm/hwtest/04/bootload/lib.h rename to misc/hwtest/03/os/lib.h diff --git a/firm/hwtest/03/os/main.c b/misc/hwtest/03/os/main.c similarity index 100% rename from firm/hwtest/03/os/main.c rename to misc/hwtest/03/os/main.c diff --git a/firm/hwtest/03/os/memory.c b/misc/hwtest/03/os/memory.c similarity index 100% rename from firm/hwtest/03/os/memory.c rename to misc/hwtest/03/os/memory.c diff --git a/firm/hwtest/03/os/memory.h b/misc/hwtest/03/os/memory.h similarity index 100% rename from firm/hwtest/03/os/memory.h rename to misc/hwtest/03/os/memory.h diff --git a/firm/hwtest/03/os/re.c b/misc/hwtest/03/os/re.c similarity index 100% rename from firm/hwtest/03/os/re.c rename to misc/hwtest/03/os/re.c diff --git a/firm/hwtest/04/bootload/re.h b/misc/hwtest/03/os/re.h similarity index 100% rename from firm/hwtest/04/bootload/re.h rename to misc/hwtest/03/os/re.h diff --git a/firm/hwtest/03/os/rotenc.c b/misc/hwtest/03/os/rotenc.c similarity index 100% rename from firm/hwtest/03/os/rotenc.c rename to misc/hwtest/03/os/rotenc.c diff --git a/firm/hwtest/03/os/rotenc.h b/misc/hwtest/03/os/rotenc.h similarity index 100% rename from firm/hwtest/03/os/rotenc.h rename to misc/hwtest/03/os/rotenc.h diff --git a/firm/hwtest/03/os/serial.c b/misc/hwtest/03/os/serial.c similarity index 100% rename from firm/hwtest/03/os/serial.c rename to misc/hwtest/03/os/serial.c diff --git a/firm/hwtest/03/os/serial.h b/misc/hwtest/03/os/serial.h similarity index 100% rename from firm/hwtest/03/os/serial.h rename to misc/hwtest/03/os/serial.h diff --git a/firm/hwtest/03/os/startup.s b/misc/hwtest/03/os/startup.s similarity index 100% rename from firm/hwtest/03/os/startup.s rename to misc/hwtest/03/os/startup.s diff --git a/firm/hwtest/03/os/syscall.c b/misc/hwtest/03/os/syscall.c similarity index 100% rename from firm/hwtest/03/os/syscall.c rename to misc/hwtest/03/os/syscall.c diff --git a/firm/hwtest/03/os/syscall.h b/misc/hwtest/03/os/syscall.h similarity index 100% rename from firm/hwtest/03/os/syscall.h rename to misc/hwtest/03/os/syscall.h diff --git a/firm/hwtest/03/os/timer.c b/misc/hwtest/03/os/timer.c similarity index 100% rename from firm/hwtest/03/os/timer.c rename to misc/hwtest/03/os/timer.c diff --git a/firm/hwtest/03/os/timer.h b/misc/hwtest/03/os/timer.h similarity index 100% rename from firm/hwtest/03/os/timer.h rename to misc/hwtest/03/os/timer.h diff --git a/firm/hwtest/03/os/timerdrv.c b/misc/hwtest/03/os/timerdrv.c similarity index 100% rename from firm/hwtest/03/os/timerdrv.c rename to misc/hwtest/03/os/timerdrv.c diff --git a/firm/hwtest/03/os/timerdrv.h b/misc/hwtest/03/os/timerdrv.h similarity index 100% rename from firm/hwtest/03/os/timerdrv.h rename to misc/hwtest/03/os/timerdrv.h diff --git a/firm/hwtest/04/bootload/KL-01 b/misc/hwtest/04/bootload/KL-01 similarity index 100% rename from firm/hwtest/04/bootload/KL-01 rename to misc/hwtest/04/bootload/KL-01 diff --git a/firm/hwtest/04/bootload/LICENSE b/misc/hwtest/04/bootload/LICENSE similarity index 100% rename from firm/hwtest/04/bootload/LICENSE rename to misc/hwtest/04/bootload/LICENSE diff --git a/firm/hwtest/04/bootload/Makefile b/misc/hwtest/04/bootload/Makefile similarity index 100% rename from firm/hwtest/04/bootload/Makefile rename to misc/hwtest/04/bootload/Makefile diff --git a/firm/hwtest/04/bootload/defines.h b/misc/hwtest/04/bootload/defines.h similarity index 100% rename from firm/hwtest/04/bootload/defines.h rename to misc/hwtest/04/bootload/defines.h diff --git a/firm/hwtest/04/bootload/dram.c b/misc/hwtest/04/bootload/dram.c similarity index 100% rename from firm/hwtest/04/bootload/dram.c rename to misc/hwtest/04/bootload/dram.c diff --git a/firm/hwtest/05/bootload/dram.h b/misc/hwtest/04/bootload/dram.h similarity index 100% rename from firm/hwtest/05/bootload/dram.h rename to misc/hwtest/04/bootload/dram.h diff --git a/firm/hwtest/05/bootload/elf.c b/misc/hwtest/04/bootload/elf.c similarity index 100% rename from firm/hwtest/05/bootload/elf.c rename to misc/hwtest/04/bootload/elf.c diff --git a/firm/hwtest/05/bootload/elf.h b/misc/hwtest/04/bootload/elf.h similarity index 100% rename from firm/hwtest/05/bootload/elf.h rename to misc/hwtest/04/bootload/elf.h diff --git a/firm/hwtest/04/os/interrupt.c b/misc/hwtest/04/bootload/interrupt.c similarity index 100% rename from firm/hwtest/04/os/interrupt.c rename to misc/hwtest/04/bootload/interrupt.c diff --git a/firm/hwtest/04/os/interrupt.h b/misc/hwtest/04/bootload/interrupt.h similarity index 100% rename from firm/hwtest/04/os/interrupt.h rename to misc/hwtest/04/bootload/interrupt.h diff --git a/firm/hwtest/04/bootload/intr.S b/misc/hwtest/04/bootload/intr.S similarity index 100% rename from firm/hwtest/04/bootload/intr.S rename to misc/hwtest/04/bootload/intr.S diff --git a/firm/hwtest/04/bootload/intr.h b/misc/hwtest/04/bootload/intr.h similarity index 100% rename from firm/hwtest/04/bootload/intr.h rename to misc/hwtest/04/bootload/intr.h diff --git a/firm/hwtest/04/bootload/ld.scr b/misc/hwtest/04/bootload/ld.scr similarity index 100% rename from firm/hwtest/04/bootload/ld.scr rename to misc/hwtest/04/bootload/ld.scr diff --git a/firm/hwtest/04/bootload/led.c b/misc/hwtest/04/bootload/led.c similarity index 100% rename from firm/hwtest/04/bootload/led.c rename to misc/hwtest/04/bootload/led.c diff --git a/firm/hwtest/04/os/led.h b/misc/hwtest/04/bootload/led.h similarity index 100% rename from firm/hwtest/04/os/led.h rename to misc/hwtest/04/bootload/led.h diff --git a/firm/hwtest/04/os/lib.c b/misc/hwtest/04/bootload/lib.c similarity index 100% rename from firm/hwtest/04/os/lib.c rename to misc/hwtest/04/bootload/lib.c diff --git a/firm/hwtest/04/os/lib.h b/misc/hwtest/04/bootload/lib.h similarity index 100% rename from firm/hwtest/04/os/lib.h rename to misc/hwtest/04/bootload/lib.h diff --git a/firm/hwtest/04/bootload/main.c b/misc/hwtest/04/bootload/main.c similarity index 100% rename from firm/hwtest/04/bootload/main.c rename to misc/hwtest/04/bootload/main.c diff --git a/firm/hwtest/04/bootload/re.c b/misc/hwtest/04/bootload/re.c similarity index 100% rename from firm/hwtest/04/bootload/re.c rename to misc/hwtest/04/bootload/re.c diff --git a/firm/hwtest/04/os/re.h b/misc/hwtest/04/bootload/re.h similarity index 100% rename from firm/hwtest/04/os/re.h rename to misc/hwtest/04/bootload/re.h diff --git a/firm/hwtest/05/bootload/serial.c b/misc/hwtest/04/bootload/serial.c similarity index 100% rename from firm/hwtest/05/bootload/serial.c rename to misc/hwtest/04/bootload/serial.c diff --git a/firm/hwtest/05/bootload/serial.h b/misc/hwtest/04/bootload/serial.h similarity index 100% rename from firm/hwtest/05/bootload/serial.h rename to misc/hwtest/04/bootload/serial.h diff --git a/firm/hwtest/05/bootload/startup.s b/misc/hwtest/04/bootload/startup.s similarity index 100% rename from firm/hwtest/05/bootload/startup.s rename to misc/hwtest/04/bootload/startup.s diff --git a/firm/hwtest/04/bootload/sw.c b/misc/hwtest/04/bootload/sw.c similarity index 100% rename from firm/hwtest/04/bootload/sw.c rename to misc/hwtest/04/bootload/sw.c diff --git a/firm/hwtest/04/os/sw.h b/misc/hwtest/04/bootload/sw.h similarity index 100% rename from firm/hwtest/04/os/sw.h rename to misc/hwtest/04/bootload/sw.h diff --git a/firm/hwtest/04/bootload/vector.c b/misc/hwtest/04/bootload/vector.c similarity index 100% rename from firm/hwtest/04/bootload/vector.c rename to misc/hwtest/04/bootload/vector.c diff --git a/firm/hwtest/05/bootload/xmodem.c b/misc/hwtest/04/bootload/xmodem.c similarity index 100% rename from firm/hwtest/05/bootload/xmodem.c rename to misc/hwtest/04/bootload/xmodem.c diff --git a/firm/hwtest/05/bootload/xmodem.h b/misc/hwtest/04/bootload/xmodem.h similarity index 100% rename from firm/hwtest/05/bootload/xmodem.h rename to misc/hwtest/04/bootload/xmodem.h diff --git a/firm/hwtest/04/os/KL-01 b/misc/hwtest/04/os/KL-01 similarity index 100% rename from firm/hwtest/04/os/KL-01 rename to misc/hwtest/04/os/KL-01 diff --git a/firm/hwtest/04/os/LICENSE b/misc/hwtest/04/os/LICENSE similarity index 100% rename from firm/hwtest/04/os/LICENSE rename to misc/hwtest/04/os/LICENSE diff --git a/firm/hwtest/04/os/Makefile b/misc/hwtest/04/os/Makefile similarity index 100% rename from firm/hwtest/04/os/Makefile rename to misc/hwtest/04/os/Makefile diff --git a/firm/hwtest/04/os/clock.c b/misc/hwtest/04/os/clock.c similarity index 100% rename from firm/hwtest/04/os/clock.c rename to misc/hwtest/04/os/clock.c diff --git a/firm/hwtest/04/os/command.c b/misc/hwtest/04/os/command.c similarity index 100% rename from firm/hwtest/04/os/command.c rename to misc/hwtest/04/os/command.c diff --git a/firm/hwtest/04/os/consdrv.c b/misc/hwtest/04/os/consdrv.c similarity index 100% rename from firm/hwtest/04/os/consdrv.c rename to misc/hwtest/04/os/consdrv.c diff --git a/firm/hwtest/04/os/consdrv.h b/misc/hwtest/04/os/consdrv.h similarity index 100% rename from firm/hwtest/04/os/consdrv.h rename to misc/hwtest/04/os/consdrv.h diff --git a/firm/hwtest/04/os/defines.h b/misc/hwtest/04/os/defines.h similarity index 100% rename from firm/hwtest/04/os/defines.h rename to misc/hwtest/04/os/defines.h diff --git a/firm/hwtest/05/bootload/interrupt.c b/misc/hwtest/04/os/interrupt.c similarity index 100% rename from firm/hwtest/05/bootload/interrupt.c rename to misc/hwtest/04/os/interrupt.c diff --git a/firm/hwtest/05/bootload/interrupt.h b/misc/hwtest/04/os/interrupt.h similarity index 100% rename from firm/hwtest/05/bootload/interrupt.h rename to misc/hwtest/04/os/interrupt.h diff --git a/firm/hwtest/04/os/intr.h b/misc/hwtest/04/os/intr.h similarity index 100% rename from firm/hwtest/04/os/intr.h rename to misc/hwtest/04/os/intr.h diff --git a/firm/hwtest/04/os/kozos.c b/misc/hwtest/04/os/kozos.c similarity index 100% rename from firm/hwtest/04/os/kozos.c rename to misc/hwtest/04/os/kozos.c diff --git a/firm/hwtest/04/os/kozos.h b/misc/hwtest/04/os/kozos.h similarity index 100% rename from firm/hwtest/04/os/kozos.h rename to misc/hwtest/04/os/kozos.h diff --git a/firm/hwtest/04/os/ld.scr b/misc/hwtest/04/os/ld.scr similarity index 100% rename from firm/hwtest/04/os/ld.scr rename to misc/hwtest/04/os/ld.scr diff --git a/firm/hwtest/04/os/led.c b/misc/hwtest/04/os/led.c similarity index 100% rename from firm/hwtest/04/os/led.c rename to misc/hwtest/04/os/led.c diff --git a/firm/hwtest/05/bootload/led.h b/misc/hwtest/04/os/led.h similarity index 100% rename from firm/hwtest/05/bootload/led.h rename to misc/hwtest/04/os/led.h diff --git a/firm/hwtest/04/os/leddrv.c b/misc/hwtest/04/os/leddrv.c similarity index 100% rename from firm/hwtest/04/os/leddrv.c rename to misc/hwtest/04/os/leddrv.c diff --git a/firm/hwtest/04/os/leddrv.h b/misc/hwtest/04/os/leddrv.h similarity index 100% rename from firm/hwtest/04/os/leddrv.h rename to misc/hwtest/04/os/leddrv.h diff --git a/firm/hwtest/05/bootload/lib.c b/misc/hwtest/04/os/lib.c similarity index 100% rename from firm/hwtest/05/bootload/lib.c rename to misc/hwtest/04/os/lib.c diff --git a/firm/hwtest/05/bootload/lib.h b/misc/hwtest/04/os/lib.h similarity index 100% rename from firm/hwtest/05/bootload/lib.h rename to misc/hwtest/04/os/lib.h diff --git a/firm/hwtest/04/os/main.c b/misc/hwtest/04/os/main.c similarity index 100% rename from firm/hwtest/04/os/main.c rename to misc/hwtest/04/os/main.c diff --git a/firm/hwtest/04/os/memory.c b/misc/hwtest/04/os/memory.c similarity index 100% rename from firm/hwtest/04/os/memory.c rename to misc/hwtest/04/os/memory.c diff --git a/firm/hwtest/04/os/memory.h b/misc/hwtest/04/os/memory.h similarity index 100% rename from firm/hwtest/04/os/memory.h rename to misc/hwtest/04/os/memory.h diff --git a/firm/hwtest/04/os/re.c b/misc/hwtest/04/os/re.c similarity index 100% rename from firm/hwtest/04/os/re.c rename to misc/hwtest/04/os/re.c diff --git a/firm/hwtest/05/bootload/re.h b/misc/hwtest/04/os/re.h similarity index 100% rename from firm/hwtest/05/bootload/re.h rename to misc/hwtest/04/os/re.h diff --git a/firm/hwtest/04/os/rotenc.c b/misc/hwtest/04/os/rotenc.c similarity index 100% rename from firm/hwtest/04/os/rotenc.c rename to misc/hwtest/04/os/rotenc.c diff --git a/firm/hwtest/04/os/rotenc.h b/misc/hwtest/04/os/rotenc.h similarity index 100% rename from firm/hwtest/04/os/rotenc.h rename to misc/hwtest/04/os/rotenc.h diff --git a/firm/hwtest/04/os/serial.c b/misc/hwtest/04/os/serial.c similarity index 100% rename from firm/hwtest/04/os/serial.c rename to misc/hwtest/04/os/serial.c diff --git a/firm/hwtest/04/os/serial.h b/misc/hwtest/04/os/serial.h similarity index 100% rename from firm/hwtest/04/os/serial.h rename to misc/hwtest/04/os/serial.h diff --git a/firm/hwtest/04/os/startup.s b/misc/hwtest/04/os/startup.s similarity index 100% rename from firm/hwtest/04/os/startup.s rename to misc/hwtest/04/os/startup.s diff --git a/firm/hwtest/04/os/sw.c b/misc/hwtest/04/os/sw.c similarity index 100% rename from firm/hwtest/04/os/sw.c rename to misc/hwtest/04/os/sw.c diff --git a/firm/hwtest/05/bootload/sw.h b/misc/hwtest/04/os/sw.h similarity index 100% rename from firm/hwtest/05/bootload/sw.h rename to misc/hwtest/04/os/sw.h diff --git a/firm/hwtest/04/os/syscall.c b/misc/hwtest/04/os/syscall.c similarity index 100% rename from firm/hwtest/04/os/syscall.c rename to misc/hwtest/04/os/syscall.c diff --git a/firm/hwtest/04/os/syscall.h b/misc/hwtest/04/os/syscall.h similarity index 100% rename from firm/hwtest/04/os/syscall.h rename to misc/hwtest/04/os/syscall.h diff --git a/firm/hwtest/04/os/timer.c b/misc/hwtest/04/os/timer.c similarity index 100% rename from firm/hwtest/04/os/timer.c rename to misc/hwtest/04/os/timer.c diff --git a/firm/hwtest/04/os/timer.h b/misc/hwtest/04/os/timer.h similarity index 100% rename from firm/hwtest/04/os/timer.h rename to misc/hwtest/04/os/timer.h diff --git a/firm/hwtest/04/os/timerdrv.c b/misc/hwtest/04/os/timerdrv.c similarity index 100% rename from firm/hwtest/04/os/timerdrv.c rename to misc/hwtest/04/os/timerdrv.c diff --git a/firm/hwtest/04/os/timerdrv.h b/misc/hwtest/04/os/timerdrv.h similarity index 100% rename from firm/hwtest/04/os/timerdrv.h rename to misc/hwtest/04/os/timerdrv.h diff --git a/firm/hwtest/05/bootload/KL-01 b/misc/hwtest/05/bootload/KL-01 similarity index 100% rename from firm/hwtest/05/bootload/KL-01 rename to misc/hwtest/05/bootload/KL-01 diff --git a/firm/hwtest/05/bootload/LICENSE b/misc/hwtest/05/bootload/LICENSE similarity index 100% rename from firm/hwtest/05/bootload/LICENSE rename to misc/hwtest/05/bootload/LICENSE diff --git a/firm/hwtest/05/bootload/Makefile b/misc/hwtest/05/bootload/Makefile similarity index 100% rename from firm/hwtest/05/bootload/Makefile rename to misc/hwtest/05/bootload/Makefile diff --git a/firm/hwtest/05/bootload/defines.h b/misc/hwtest/05/bootload/defines.h similarity index 100% rename from firm/hwtest/05/bootload/defines.h rename to misc/hwtest/05/bootload/defines.h diff --git a/firm/hwtest/05/bootload/dram.c b/misc/hwtest/05/bootload/dram.c similarity index 100% rename from firm/hwtest/05/bootload/dram.c rename to misc/hwtest/05/bootload/dram.c diff --git a/firm/hwtest/06/bootload/dram.h b/misc/hwtest/05/bootload/dram.h similarity index 100% rename from firm/hwtest/06/bootload/dram.h rename to misc/hwtest/05/bootload/dram.h diff --git a/firm/hwtest/06/bootload/elf.c b/misc/hwtest/05/bootload/elf.c similarity index 100% rename from firm/hwtest/06/bootload/elf.c rename to misc/hwtest/05/bootload/elf.c diff --git a/firm/hwtest/06/bootload/elf.h b/misc/hwtest/05/bootload/elf.h similarity index 100% rename from firm/hwtest/06/bootload/elf.h rename to misc/hwtest/05/bootload/elf.h diff --git a/firm/hwtest/05/os/interrupt.c b/misc/hwtest/05/bootload/interrupt.c similarity index 100% rename from firm/hwtest/05/os/interrupt.c rename to misc/hwtest/05/bootload/interrupt.c diff --git a/firm/hwtest/05/os/interrupt.h b/misc/hwtest/05/bootload/interrupt.h similarity index 100% rename from firm/hwtest/05/os/interrupt.h rename to misc/hwtest/05/bootload/interrupt.h diff --git a/firm/hwtest/05/bootload/intr.S b/misc/hwtest/05/bootload/intr.S similarity index 100% rename from firm/hwtest/05/bootload/intr.S rename to misc/hwtest/05/bootload/intr.S diff --git a/firm/hwtest/05/bootload/intr.h b/misc/hwtest/05/bootload/intr.h similarity index 100% rename from firm/hwtest/05/bootload/intr.h rename to misc/hwtest/05/bootload/intr.h diff --git a/firm/hwtest/05/bootload/lcd.c b/misc/hwtest/05/bootload/lcd.c similarity index 100% rename from firm/hwtest/05/bootload/lcd.c rename to misc/hwtest/05/bootload/lcd.c diff --git a/firm/hwtest/05/bootload/lcd.h b/misc/hwtest/05/bootload/lcd.h similarity index 100% rename from firm/hwtest/05/bootload/lcd.h rename to misc/hwtest/05/bootload/lcd.h diff --git a/firm/hwtest/05/bootload/ld.scr b/misc/hwtest/05/bootload/ld.scr similarity index 100% rename from firm/hwtest/05/bootload/ld.scr rename to misc/hwtest/05/bootload/ld.scr diff --git a/firm/hwtest/05/bootload/led.c b/misc/hwtest/05/bootload/led.c similarity index 100% rename from firm/hwtest/05/bootload/led.c rename to misc/hwtest/05/bootload/led.c diff --git a/firm/hwtest/05/os/led.h b/misc/hwtest/05/bootload/led.h similarity index 100% rename from firm/hwtest/05/os/led.h rename to misc/hwtest/05/bootload/led.h diff --git a/firm/hwtest/05/os/lib.c b/misc/hwtest/05/bootload/lib.c similarity index 100% rename from firm/hwtest/05/os/lib.c rename to misc/hwtest/05/bootload/lib.c diff --git a/firm/hwtest/05/os/lib.h b/misc/hwtest/05/bootload/lib.h similarity index 100% rename from firm/hwtest/05/os/lib.h rename to misc/hwtest/05/bootload/lib.h diff --git a/firm/hwtest/05/bootload/main.c b/misc/hwtest/05/bootload/main.c similarity index 100% rename from firm/hwtest/05/bootload/main.c rename to misc/hwtest/05/bootload/main.c diff --git a/firm/hwtest/05/bootload/re.c b/misc/hwtest/05/bootload/re.c similarity index 100% rename from firm/hwtest/05/bootload/re.c rename to misc/hwtest/05/bootload/re.c diff --git a/firm/hwtest/05/os/re.h b/misc/hwtest/05/bootload/re.h similarity index 100% rename from firm/hwtest/05/os/re.h rename to misc/hwtest/05/bootload/re.h diff --git a/firm/hwtest/06/bootload/serial.c b/misc/hwtest/05/bootload/serial.c similarity index 100% rename from firm/hwtest/06/bootload/serial.c rename to misc/hwtest/05/bootload/serial.c diff --git a/firm/hwtest/06/bootload/serial.h b/misc/hwtest/05/bootload/serial.h similarity index 100% rename from firm/hwtest/06/bootload/serial.h rename to misc/hwtest/05/bootload/serial.h diff --git a/firm/hwtest/06/bootload/startup.s b/misc/hwtest/05/bootload/startup.s similarity index 100% rename from firm/hwtest/06/bootload/startup.s rename to misc/hwtest/05/bootload/startup.s diff --git a/firm/hwtest/05/bootload/sw.c b/misc/hwtest/05/bootload/sw.c similarity index 100% rename from firm/hwtest/05/bootload/sw.c rename to misc/hwtest/05/bootload/sw.c diff --git a/firm/hwtest/05/os/sw.h b/misc/hwtest/05/bootload/sw.h similarity index 100% rename from firm/hwtest/05/os/sw.h rename to misc/hwtest/05/bootload/sw.h diff --git a/firm/hwtest/05/bootload/vector.c b/misc/hwtest/05/bootload/vector.c similarity index 100% rename from firm/hwtest/05/bootload/vector.c rename to misc/hwtest/05/bootload/vector.c diff --git a/firm/hwtest/06/bootload/xmodem.c b/misc/hwtest/05/bootload/xmodem.c similarity index 100% rename from firm/hwtest/06/bootload/xmodem.c rename to misc/hwtest/05/bootload/xmodem.c diff --git a/firm/hwtest/06/bootload/xmodem.h b/misc/hwtest/05/bootload/xmodem.h similarity index 100% rename from firm/hwtest/06/bootload/xmodem.h rename to misc/hwtest/05/bootload/xmodem.h diff --git a/firm/hwtest/05/os/KL-01 b/misc/hwtest/05/os/KL-01 similarity index 100% rename from firm/hwtest/05/os/KL-01 rename to misc/hwtest/05/os/KL-01 diff --git a/firm/hwtest/05/os/LICENSE b/misc/hwtest/05/os/LICENSE similarity index 100% rename from firm/hwtest/05/os/LICENSE rename to misc/hwtest/05/os/LICENSE diff --git a/firm/hwtest/05/os/Makefile b/misc/hwtest/05/os/Makefile similarity index 100% rename from firm/hwtest/05/os/Makefile rename to misc/hwtest/05/os/Makefile diff --git a/firm/hwtest/05/os/clock.c b/misc/hwtest/05/os/clock.c similarity index 100% rename from firm/hwtest/05/os/clock.c rename to misc/hwtest/05/os/clock.c diff --git a/firm/hwtest/05/os/command.c b/misc/hwtest/05/os/command.c similarity index 100% rename from firm/hwtest/05/os/command.c rename to misc/hwtest/05/os/command.c diff --git a/firm/hwtest/05/os/consdrv.c b/misc/hwtest/05/os/consdrv.c similarity index 100% rename from firm/hwtest/05/os/consdrv.c rename to misc/hwtest/05/os/consdrv.c diff --git a/firm/hwtest/05/os/consdrv.h b/misc/hwtest/05/os/consdrv.h similarity index 100% rename from firm/hwtest/05/os/consdrv.h rename to misc/hwtest/05/os/consdrv.h diff --git a/firm/hwtest/05/os/defines.h b/misc/hwtest/05/os/defines.h similarity index 100% rename from firm/hwtest/05/os/defines.h rename to misc/hwtest/05/os/defines.h diff --git a/firm/hwtest/06/bootload/interrupt.c b/misc/hwtest/05/os/interrupt.c similarity index 100% rename from firm/hwtest/06/bootload/interrupt.c rename to misc/hwtest/05/os/interrupt.c diff --git a/firm/hwtest/06/bootload/interrupt.h b/misc/hwtest/05/os/interrupt.h similarity index 100% rename from firm/hwtest/06/bootload/interrupt.h rename to misc/hwtest/05/os/interrupt.h diff --git a/firm/hwtest/05/os/intr.h b/misc/hwtest/05/os/intr.h similarity index 100% rename from firm/hwtest/05/os/intr.h rename to misc/hwtest/05/os/intr.h diff --git a/firm/hwtest/05/os/kozos.c b/misc/hwtest/05/os/kozos.c similarity index 100% rename from firm/hwtest/05/os/kozos.c rename to misc/hwtest/05/os/kozos.c diff --git a/firm/hwtest/05/os/kozos.h b/misc/hwtest/05/os/kozos.h similarity index 100% rename from firm/hwtest/05/os/kozos.h rename to misc/hwtest/05/os/kozos.h diff --git a/firm/hwtest/05/os/lcd.c b/misc/hwtest/05/os/lcd.c similarity index 100% rename from firm/hwtest/05/os/lcd.c rename to misc/hwtest/05/os/lcd.c diff --git a/firm/hwtest/05/os/lcd.h b/misc/hwtest/05/os/lcd.h similarity index 100% rename from firm/hwtest/05/os/lcd.h rename to misc/hwtest/05/os/lcd.h diff --git a/firm/hwtest/05/os/ld.scr b/misc/hwtest/05/os/ld.scr similarity index 100% rename from firm/hwtest/05/os/ld.scr rename to misc/hwtest/05/os/ld.scr diff --git a/firm/hwtest/05/os/led.c b/misc/hwtest/05/os/led.c similarity index 100% rename from firm/hwtest/05/os/led.c rename to misc/hwtest/05/os/led.c diff --git a/firm/hwtest/06/bootload/led.h b/misc/hwtest/05/os/led.h similarity index 100% rename from firm/hwtest/06/bootload/led.h rename to misc/hwtest/05/os/led.h diff --git a/firm/hwtest/05/os/leddrv.c b/misc/hwtest/05/os/leddrv.c similarity index 100% rename from firm/hwtest/05/os/leddrv.c rename to misc/hwtest/05/os/leddrv.c diff --git a/firm/hwtest/05/os/leddrv.h b/misc/hwtest/05/os/leddrv.h similarity index 100% rename from firm/hwtest/05/os/leddrv.h rename to misc/hwtest/05/os/leddrv.h diff --git a/firm/hwtest/06/bootload/lib.c b/misc/hwtest/05/os/lib.c similarity index 100% rename from firm/hwtest/06/bootload/lib.c rename to misc/hwtest/05/os/lib.c diff --git a/firm/hwtest/06/bootload/lib.h b/misc/hwtest/05/os/lib.h similarity index 100% rename from firm/hwtest/06/bootload/lib.h rename to misc/hwtest/05/os/lib.h diff --git a/firm/hwtest/05/os/main.c b/misc/hwtest/05/os/main.c similarity index 100% rename from firm/hwtest/05/os/main.c rename to misc/hwtest/05/os/main.c diff --git a/firm/hwtest/05/os/memory.c b/misc/hwtest/05/os/memory.c similarity index 100% rename from firm/hwtest/05/os/memory.c rename to misc/hwtest/05/os/memory.c diff --git a/firm/hwtest/05/os/memory.h b/misc/hwtest/05/os/memory.h similarity index 100% rename from firm/hwtest/05/os/memory.h rename to misc/hwtest/05/os/memory.h diff --git a/firm/hwtest/05/os/re.c b/misc/hwtest/05/os/re.c similarity index 100% rename from firm/hwtest/05/os/re.c rename to misc/hwtest/05/os/re.c diff --git a/firm/hwtest/06/bootload/re.h b/misc/hwtest/05/os/re.h similarity index 100% rename from firm/hwtest/06/bootload/re.h rename to misc/hwtest/05/os/re.h diff --git a/firm/hwtest/05/os/rotenc.c b/misc/hwtest/05/os/rotenc.c similarity index 100% rename from firm/hwtest/05/os/rotenc.c rename to misc/hwtest/05/os/rotenc.c diff --git a/firm/hwtest/05/os/rotenc.h b/misc/hwtest/05/os/rotenc.h similarity index 100% rename from firm/hwtest/05/os/rotenc.h rename to misc/hwtest/05/os/rotenc.h diff --git a/firm/hwtest/05/os/serial.c b/misc/hwtest/05/os/serial.c similarity index 100% rename from firm/hwtest/05/os/serial.c rename to misc/hwtest/05/os/serial.c diff --git a/firm/hwtest/05/os/serial.h b/misc/hwtest/05/os/serial.h similarity index 100% rename from firm/hwtest/05/os/serial.h rename to misc/hwtest/05/os/serial.h diff --git a/firm/hwtest/05/os/startup.s b/misc/hwtest/05/os/startup.s similarity index 100% rename from firm/hwtest/05/os/startup.s rename to misc/hwtest/05/os/startup.s diff --git a/firm/hwtest/05/os/sw.c b/misc/hwtest/05/os/sw.c similarity index 100% rename from firm/hwtest/05/os/sw.c rename to misc/hwtest/05/os/sw.c diff --git a/firm/hwtest/06/bootload/sw.h b/misc/hwtest/05/os/sw.h similarity index 100% rename from firm/hwtest/06/bootload/sw.h rename to misc/hwtest/05/os/sw.h diff --git a/firm/hwtest/05/os/syscall.c b/misc/hwtest/05/os/syscall.c similarity index 100% rename from firm/hwtest/05/os/syscall.c rename to misc/hwtest/05/os/syscall.c diff --git a/firm/hwtest/05/os/syscall.h b/misc/hwtest/05/os/syscall.h similarity index 100% rename from firm/hwtest/05/os/syscall.h rename to misc/hwtest/05/os/syscall.h diff --git a/firm/hwtest/05/os/timer.c b/misc/hwtest/05/os/timer.c similarity index 100% rename from firm/hwtest/05/os/timer.c rename to misc/hwtest/05/os/timer.c diff --git a/firm/hwtest/05/os/timer.h b/misc/hwtest/05/os/timer.h similarity index 100% rename from firm/hwtest/05/os/timer.h rename to misc/hwtest/05/os/timer.h diff --git a/firm/hwtest/05/os/timerdrv.c b/misc/hwtest/05/os/timerdrv.c similarity index 100% rename from firm/hwtest/05/os/timerdrv.c rename to misc/hwtest/05/os/timerdrv.c diff --git a/firm/hwtest/05/os/timerdrv.h b/misc/hwtest/05/os/timerdrv.h similarity index 100% rename from firm/hwtest/05/os/timerdrv.h rename to misc/hwtest/05/os/timerdrv.h diff --git a/firm/hwtest/06/bootload/KL-01 b/misc/hwtest/06/bootload/KL-01 similarity index 100% rename from firm/hwtest/06/bootload/KL-01 rename to misc/hwtest/06/bootload/KL-01 diff --git a/firm/hwtest/06/bootload/LICENSE b/misc/hwtest/06/bootload/LICENSE similarity index 100% rename from firm/hwtest/06/bootload/LICENSE rename to misc/hwtest/06/bootload/LICENSE diff --git a/firm/hwtest/06/bootload/Makefile b/misc/hwtest/06/bootload/Makefile similarity index 100% rename from firm/hwtest/06/bootload/Makefile rename to misc/hwtest/06/bootload/Makefile diff --git a/firm/hwtest/06/bootload/defines.h b/misc/hwtest/06/bootload/defines.h similarity index 100% rename from firm/hwtest/06/bootload/defines.h rename to misc/hwtest/06/bootload/defines.h diff --git a/firm/hwtest/06/bootload/dram.c b/misc/hwtest/06/bootload/dram.c similarity index 100% rename from firm/hwtest/06/bootload/dram.c rename to misc/hwtest/06/bootload/dram.c diff --git a/firm/hwtest/07/bootload/dram.h b/misc/hwtest/06/bootload/dram.h similarity index 100% rename from firm/hwtest/07/bootload/dram.h rename to misc/hwtest/06/bootload/dram.h diff --git a/firm/hwtest/07/bootload/elf.c b/misc/hwtest/06/bootload/elf.c similarity index 100% rename from firm/hwtest/07/bootload/elf.c rename to misc/hwtest/06/bootload/elf.c diff --git a/firm/hwtest/07/bootload/elf.h b/misc/hwtest/06/bootload/elf.h similarity index 100% rename from firm/hwtest/07/bootload/elf.h rename to misc/hwtest/06/bootload/elf.h diff --git a/firm/hwtest/06/os/interrupt.c b/misc/hwtest/06/bootload/interrupt.c similarity index 100% rename from firm/hwtest/06/os/interrupt.c rename to misc/hwtest/06/bootload/interrupt.c diff --git a/firm/hwtest/06/os/interrupt.h b/misc/hwtest/06/bootload/interrupt.h similarity index 100% rename from firm/hwtest/06/os/interrupt.h rename to misc/hwtest/06/bootload/interrupt.h diff --git a/firm/hwtest/06/bootload/intr.S b/misc/hwtest/06/bootload/intr.S similarity index 100% rename from firm/hwtest/06/bootload/intr.S rename to misc/hwtest/06/bootload/intr.S diff --git a/firm/hwtest/06/bootload/intr.h b/misc/hwtest/06/bootload/intr.h similarity index 100% rename from firm/hwtest/06/bootload/intr.h rename to misc/hwtest/06/bootload/intr.h diff --git a/firm/hwtest/06/bootload/lcd.c b/misc/hwtest/06/bootload/lcd.c similarity index 100% rename from firm/hwtest/06/bootload/lcd.c rename to misc/hwtest/06/bootload/lcd.c diff --git a/firm/hwtest/06/bootload/lcd.h b/misc/hwtest/06/bootload/lcd.h similarity index 100% rename from firm/hwtest/06/bootload/lcd.h rename to misc/hwtest/06/bootload/lcd.h diff --git a/firm/hwtest/07/bootload/ld.scr b/misc/hwtest/06/bootload/ld.scr similarity index 100% rename from firm/hwtest/07/bootload/ld.scr rename to misc/hwtest/06/bootload/ld.scr diff --git a/firm/hwtest/06/bootload/led.c b/misc/hwtest/06/bootload/led.c similarity index 100% rename from firm/hwtest/06/bootload/led.c rename to misc/hwtest/06/bootload/led.c diff --git a/firm/hwtest/06/os/led.h b/misc/hwtest/06/bootload/led.h similarity index 100% rename from firm/hwtest/06/os/led.h rename to misc/hwtest/06/bootload/led.h diff --git a/firm/hwtest/06/os/lib.c b/misc/hwtest/06/bootload/lib.c similarity index 100% rename from firm/hwtest/06/os/lib.c rename to misc/hwtest/06/bootload/lib.c diff --git a/firm/hwtest/06/os/lib.h b/misc/hwtest/06/bootload/lib.h similarity index 100% rename from firm/hwtest/06/os/lib.h rename to misc/hwtest/06/bootload/lib.h diff --git a/firm/hwtest/06/bootload/main.c b/misc/hwtest/06/bootload/main.c similarity index 100% rename from firm/hwtest/06/bootload/main.c rename to misc/hwtest/06/bootload/main.c diff --git a/firm/hwtest/06/bootload/re.c b/misc/hwtest/06/bootload/re.c similarity index 100% rename from firm/hwtest/06/bootload/re.c rename to misc/hwtest/06/bootload/re.c diff --git a/firm/hwtest/06/os/re.h b/misc/hwtest/06/bootload/re.h similarity index 100% rename from firm/hwtest/06/os/re.h rename to misc/hwtest/06/bootload/re.h diff --git a/firm/hwtest/07/bootload/serial.c b/misc/hwtest/06/bootload/serial.c similarity index 100% rename from firm/hwtest/07/bootload/serial.c rename to misc/hwtest/06/bootload/serial.c diff --git a/firm/hwtest/07/bootload/serial.h b/misc/hwtest/06/bootload/serial.h similarity index 100% rename from firm/hwtest/07/bootload/serial.h rename to misc/hwtest/06/bootload/serial.h diff --git a/firm/hwtest/07/bootload/startup.s b/misc/hwtest/06/bootload/startup.s similarity index 100% rename from firm/hwtest/07/bootload/startup.s rename to misc/hwtest/06/bootload/startup.s diff --git a/firm/hwtest/06/bootload/sw.c b/misc/hwtest/06/bootload/sw.c similarity index 100% rename from firm/hwtest/06/bootload/sw.c rename to misc/hwtest/06/bootload/sw.c diff --git a/firm/hwtest/06/os/sw.h b/misc/hwtest/06/bootload/sw.h similarity index 100% rename from firm/hwtest/06/os/sw.h rename to misc/hwtest/06/bootload/sw.h diff --git a/firm/hwtest/06/bootload/vector.c b/misc/hwtest/06/bootload/vector.c similarity index 100% rename from firm/hwtest/06/bootload/vector.c rename to misc/hwtest/06/bootload/vector.c diff --git a/firm/hwtest/07/bootload/xmodem.c b/misc/hwtest/06/bootload/xmodem.c similarity index 100% rename from firm/hwtest/07/bootload/xmodem.c rename to misc/hwtest/06/bootload/xmodem.c diff --git a/firm/hwtest/07/bootload/xmodem.h b/misc/hwtest/06/bootload/xmodem.h similarity index 100% rename from firm/hwtest/07/bootload/xmodem.h rename to misc/hwtest/06/bootload/xmodem.h diff --git a/firm/hwtest/06/os/KL-01 b/misc/hwtest/06/os/KL-01 similarity index 100% rename from firm/hwtest/06/os/KL-01 rename to misc/hwtest/06/os/KL-01 diff --git a/firm/hwtest/06/os/LICENSE b/misc/hwtest/06/os/LICENSE similarity index 100% rename from firm/hwtest/06/os/LICENSE rename to misc/hwtest/06/os/LICENSE diff --git a/firm/hwtest/06/os/Makefile b/misc/hwtest/06/os/Makefile similarity index 100% rename from firm/hwtest/06/os/Makefile rename to misc/hwtest/06/os/Makefile diff --git a/firm/hwtest/06/os/clock.c b/misc/hwtest/06/os/clock.c similarity index 100% rename from firm/hwtest/06/os/clock.c rename to misc/hwtest/06/os/clock.c diff --git a/firm/hwtest/06/os/command.c b/misc/hwtest/06/os/command.c similarity index 100% rename from firm/hwtest/06/os/command.c rename to misc/hwtest/06/os/command.c diff --git a/firm/hwtest/06/os/consdrv.c b/misc/hwtest/06/os/consdrv.c similarity index 100% rename from firm/hwtest/06/os/consdrv.c rename to misc/hwtest/06/os/consdrv.c diff --git a/firm/hwtest/06/os/consdrv.h b/misc/hwtest/06/os/consdrv.h similarity index 100% rename from firm/hwtest/06/os/consdrv.h rename to misc/hwtest/06/os/consdrv.h diff --git a/firm/hwtest/06/os/defines.h b/misc/hwtest/06/os/defines.h similarity index 100% rename from firm/hwtest/06/os/defines.h rename to misc/hwtest/06/os/defines.h diff --git a/firm/hwtest/07/bootload/interrupt.c b/misc/hwtest/06/os/interrupt.c similarity index 100% rename from firm/hwtest/07/bootload/interrupt.c rename to misc/hwtest/06/os/interrupt.c diff --git a/firm/hwtest/07/bootload/interrupt.h b/misc/hwtest/06/os/interrupt.h similarity index 100% rename from firm/hwtest/07/bootload/interrupt.h rename to misc/hwtest/06/os/interrupt.h diff --git a/firm/hwtest/06/os/intr.h b/misc/hwtest/06/os/intr.h similarity index 100% rename from firm/hwtest/06/os/intr.h rename to misc/hwtest/06/os/intr.h diff --git a/firm/hwtest/06/os/kozos.c b/misc/hwtest/06/os/kozos.c similarity index 100% rename from firm/hwtest/06/os/kozos.c rename to misc/hwtest/06/os/kozos.c diff --git a/firm/hwtest/06/os/kozos.h b/misc/hwtest/06/os/kozos.h similarity index 100% rename from firm/hwtest/06/os/kozos.h rename to misc/hwtest/06/os/kozos.h diff --git a/firm/hwtest/06/os/lcd.c b/misc/hwtest/06/os/lcd.c similarity index 100% rename from firm/hwtest/06/os/lcd.c rename to misc/hwtest/06/os/lcd.c diff --git a/firm/hwtest/06/os/lcd.h b/misc/hwtest/06/os/lcd.h similarity index 100% rename from firm/hwtest/06/os/lcd.h rename to misc/hwtest/06/os/lcd.h diff --git a/firm/hwtest/06/os/ld.scr b/misc/hwtest/06/os/ld.scr similarity index 100% rename from firm/hwtest/06/os/ld.scr rename to misc/hwtest/06/os/ld.scr diff --git a/firm/hwtest/06/os/led.c b/misc/hwtest/06/os/led.c similarity index 100% rename from firm/hwtest/06/os/led.c rename to misc/hwtest/06/os/led.c diff --git a/firm/hwtest/07/bootload/led.h b/misc/hwtest/06/os/led.h similarity index 100% rename from firm/hwtest/07/bootload/led.h rename to misc/hwtest/06/os/led.h diff --git a/firm/hwtest/06/os/leddrv.c b/misc/hwtest/06/os/leddrv.c similarity index 100% rename from firm/hwtest/06/os/leddrv.c rename to misc/hwtest/06/os/leddrv.c diff --git a/firm/hwtest/06/os/leddrv.h b/misc/hwtest/06/os/leddrv.h similarity index 100% rename from firm/hwtest/06/os/leddrv.h rename to misc/hwtest/06/os/leddrv.h diff --git a/firm/hwtest/07/bootload/lib.c b/misc/hwtest/06/os/lib.c similarity index 100% rename from firm/hwtest/07/bootload/lib.c rename to misc/hwtest/06/os/lib.c diff --git a/firm/hwtest/07/bootload/lib.h b/misc/hwtest/06/os/lib.h similarity index 100% rename from firm/hwtest/07/bootload/lib.h rename to misc/hwtest/06/os/lib.h diff --git a/firm/hwtest/06/os/main.c b/misc/hwtest/06/os/main.c similarity index 100% rename from firm/hwtest/06/os/main.c rename to misc/hwtest/06/os/main.c diff --git a/firm/hwtest/06/os/memory.c b/misc/hwtest/06/os/memory.c similarity index 100% rename from firm/hwtest/06/os/memory.c rename to misc/hwtest/06/os/memory.c diff --git a/firm/hwtest/06/os/memory.h b/misc/hwtest/06/os/memory.h similarity index 100% rename from firm/hwtest/06/os/memory.h rename to misc/hwtest/06/os/memory.h diff --git a/firm/hwtest/06/os/re.c b/misc/hwtest/06/os/re.c similarity index 100% rename from firm/hwtest/06/os/re.c rename to misc/hwtest/06/os/re.c diff --git a/firm/hwtest/07/bootload/re.h b/misc/hwtest/06/os/re.h similarity index 100% rename from firm/hwtest/07/bootload/re.h rename to misc/hwtest/06/os/re.h diff --git a/firm/hwtest/06/os/remocon.c b/misc/hwtest/06/os/remocon.c similarity index 100% rename from firm/hwtest/06/os/remocon.c rename to misc/hwtest/06/os/remocon.c diff --git a/firm/hwtest/06/os/remocon.h b/misc/hwtest/06/os/remocon.h similarity index 100% rename from firm/hwtest/06/os/remocon.h rename to misc/hwtest/06/os/remocon.h diff --git a/firm/hwtest/06/os/serial.c b/misc/hwtest/06/os/serial.c similarity index 100% rename from firm/hwtest/06/os/serial.c rename to misc/hwtest/06/os/serial.c diff --git a/firm/hwtest/06/os/serial.h b/misc/hwtest/06/os/serial.h similarity index 100% rename from firm/hwtest/06/os/serial.h rename to misc/hwtest/06/os/serial.h diff --git a/firm/hwtest/06/os/startup.s b/misc/hwtest/06/os/startup.s similarity index 100% rename from firm/hwtest/06/os/startup.s rename to misc/hwtest/06/os/startup.s diff --git a/firm/hwtest/06/os/sw.c b/misc/hwtest/06/os/sw.c similarity index 100% rename from firm/hwtest/06/os/sw.c rename to misc/hwtest/06/os/sw.c diff --git a/firm/hwtest/07/bootload/sw.h b/misc/hwtest/06/os/sw.h similarity index 100% rename from firm/hwtest/07/bootload/sw.h rename to misc/hwtest/06/os/sw.h diff --git a/firm/hwtest/06/os/syscall.c b/misc/hwtest/06/os/syscall.c similarity index 100% rename from firm/hwtest/06/os/syscall.c rename to misc/hwtest/06/os/syscall.c diff --git a/firm/hwtest/06/os/syscall.h b/misc/hwtest/06/os/syscall.h similarity index 100% rename from firm/hwtest/06/os/syscall.h rename to misc/hwtest/06/os/syscall.h diff --git a/firm/hwtest/06/os/timer.c b/misc/hwtest/06/os/timer.c similarity index 100% rename from firm/hwtest/06/os/timer.c rename to misc/hwtest/06/os/timer.c diff --git a/firm/hwtest/06/os/timer.h b/misc/hwtest/06/os/timer.h similarity index 100% rename from firm/hwtest/06/os/timer.h rename to misc/hwtest/06/os/timer.h diff --git a/firm/hwtest/06/os/timerdrv.c b/misc/hwtest/06/os/timerdrv.c similarity index 100% rename from firm/hwtest/06/os/timerdrv.c rename to misc/hwtest/06/os/timerdrv.c diff --git a/firm/hwtest/06/os/timerdrv.h b/misc/hwtest/06/os/timerdrv.h similarity index 100% rename from firm/hwtest/06/os/timerdrv.h rename to misc/hwtest/06/os/timerdrv.h diff --git a/firm/hwtest/07/bootload/KL-01 b/misc/hwtest/07/bootload/KL-01 similarity index 100% rename from firm/hwtest/07/bootload/KL-01 rename to misc/hwtest/07/bootload/KL-01 diff --git a/firm/hwtest/07/bootload/LICENSE b/misc/hwtest/07/bootload/LICENSE similarity index 100% rename from firm/hwtest/07/bootload/LICENSE rename to misc/hwtest/07/bootload/LICENSE diff --git a/firm/hwtest/07/bootload/Makefile b/misc/hwtest/07/bootload/Makefile similarity index 100% rename from firm/hwtest/07/bootload/Makefile rename to misc/hwtest/07/bootload/Makefile diff --git a/firm/hwtest/08/bootload/defines.h b/misc/hwtest/07/bootload/defines.h similarity index 100% rename from firm/hwtest/08/bootload/defines.h rename to misc/hwtest/07/bootload/defines.h diff --git a/firm/hwtest/07/os/diskio.h b/misc/hwtest/07/bootload/diskio.h similarity index 100% rename from firm/hwtest/07/os/diskio.h rename to misc/hwtest/07/bootload/diskio.h diff --git a/firm/hwtest/07/bootload/dram.c b/misc/hwtest/07/bootload/dram.c similarity index 100% rename from firm/hwtest/07/bootload/dram.c rename to misc/hwtest/07/bootload/dram.c diff --git a/firm/hwtest/08/bootload/dram.h b/misc/hwtest/07/bootload/dram.h similarity index 100% rename from firm/hwtest/08/bootload/dram.h rename to misc/hwtest/07/bootload/dram.h diff --git a/firm/hwtest/08/bootload/elf.c b/misc/hwtest/07/bootload/elf.c similarity index 100% rename from firm/hwtest/08/bootload/elf.c rename to misc/hwtest/07/bootload/elf.c diff --git a/firm/hwtest/08/bootload/elf.h b/misc/hwtest/07/bootload/elf.h similarity index 100% rename from firm/hwtest/08/bootload/elf.h rename to misc/hwtest/07/bootload/elf.h diff --git a/firm/hwtest/07/os/integer.h b/misc/hwtest/07/bootload/integer.h similarity index 100% rename from firm/hwtest/07/os/integer.h rename to misc/hwtest/07/bootload/integer.h diff --git a/firm/hwtest/07/os/interrupt.c b/misc/hwtest/07/bootload/interrupt.c similarity index 100% rename from firm/hwtest/07/os/interrupt.c rename to misc/hwtest/07/bootload/interrupt.c diff --git a/firm/hwtest/07/os/interrupt.h b/misc/hwtest/07/bootload/interrupt.h similarity index 100% rename from firm/hwtest/07/os/interrupt.h rename to misc/hwtest/07/bootload/interrupt.h diff --git a/firm/hwtest/07/bootload/intr.S b/misc/hwtest/07/bootload/intr.S similarity index 100% rename from firm/hwtest/07/bootload/intr.S rename to misc/hwtest/07/bootload/intr.S diff --git a/firm/hwtest/07/bootload/intr.h b/misc/hwtest/07/bootload/intr.h similarity index 100% rename from firm/hwtest/07/bootload/intr.h rename to misc/hwtest/07/bootload/intr.h diff --git a/firm/hwtest/07/bootload/lcd.c b/misc/hwtest/07/bootload/lcd.c similarity index 100% rename from firm/hwtest/07/bootload/lcd.c rename to misc/hwtest/07/bootload/lcd.c diff --git a/firm/hwtest/07/bootload/lcd.h b/misc/hwtest/07/bootload/lcd.h similarity index 100% rename from firm/hwtest/07/bootload/lcd.h rename to misc/hwtest/07/bootload/lcd.h diff --git a/firm/hwtest/08/bootload/ld.scr b/misc/hwtest/07/bootload/ld.scr similarity index 100% rename from firm/hwtest/08/bootload/ld.scr rename to misc/hwtest/07/bootload/ld.scr diff --git a/firm/hwtest/07/bootload/led.c b/misc/hwtest/07/bootload/led.c similarity index 100% rename from firm/hwtest/07/bootload/led.c rename to misc/hwtest/07/bootload/led.c diff --git a/firm/hwtest/07/os/led.h b/misc/hwtest/07/bootload/led.h similarity index 100% rename from firm/hwtest/07/os/led.h rename to misc/hwtest/07/bootload/led.h diff --git a/firm/hwtest/07/os/lib.c b/misc/hwtest/07/bootload/lib.c similarity index 100% rename from firm/hwtest/07/os/lib.c rename to misc/hwtest/07/bootload/lib.c diff --git a/firm/hwtest/07/os/lib.h b/misc/hwtest/07/bootload/lib.h similarity index 100% rename from firm/hwtest/07/os/lib.h rename to misc/hwtest/07/bootload/lib.h diff --git a/firm/hwtest/07/bootload/main.c b/misc/hwtest/07/bootload/main.c similarity index 100% rename from firm/hwtest/07/bootload/main.c rename to misc/hwtest/07/bootload/main.c diff --git a/firm/hwtest/07/bootload/mmc.c b/misc/hwtest/07/bootload/mmc.c similarity index 100% rename from firm/hwtest/07/bootload/mmc.c rename to misc/hwtest/07/bootload/mmc.c diff --git a/firm/hwtest/07/os/pff.c b/misc/hwtest/07/bootload/pff.c similarity index 100% rename from firm/hwtest/07/os/pff.c rename to misc/hwtest/07/bootload/pff.c diff --git a/firm/hwtest/07/os/pff.h b/misc/hwtest/07/bootload/pff.h similarity index 100% rename from firm/hwtest/07/os/pff.h rename to misc/hwtest/07/bootload/pff.h diff --git a/firm/hwtest/07/bootload/re.c b/misc/hwtest/07/bootload/re.c similarity index 100% rename from firm/hwtest/07/bootload/re.c rename to misc/hwtest/07/bootload/re.c diff --git a/firm/hwtest/07/os/re.h b/misc/hwtest/07/bootload/re.h similarity index 100% rename from firm/hwtest/07/os/re.h rename to misc/hwtest/07/bootload/re.h diff --git a/firm/hwtest/08/bootload/serial.c b/misc/hwtest/07/bootload/serial.c similarity index 100% rename from firm/hwtest/08/bootload/serial.c rename to misc/hwtest/07/bootload/serial.c diff --git a/firm/hwtest/08/bootload/serial.h b/misc/hwtest/07/bootload/serial.h similarity index 100% rename from firm/hwtest/08/bootload/serial.h rename to misc/hwtest/07/bootload/serial.h diff --git a/firm/hwtest/08/bootload/startup.s b/misc/hwtest/07/bootload/startup.s similarity index 100% rename from firm/hwtest/08/bootload/startup.s rename to misc/hwtest/07/bootload/startup.s diff --git a/firm/hwtest/07/bootload/sw.c b/misc/hwtest/07/bootload/sw.c similarity index 100% rename from firm/hwtest/07/bootload/sw.c rename to misc/hwtest/07/bootload/sw.c diff --git a/firm/hwtest/07/os/sw.h b/misc/hwtest/07/bootload/sw.h similarity index 100% rename from firm/hwtest/07/os/sw.h rename to misc/hwtest/07/bootload/sw.h diff --git a/firm/hwtest/07/bootload/vector.c b/misc/hwtest/07/bootload/vector.c similarity index 100% rename from firm/hwtest/07/bootload/vector.c rename to misc/hwtest/07/bootload/vector.c diff --git a/firm/hwtest/08/bootload/xmodem.c b/misc/hwtest/07/bootload/xmodem.c similarity index 100% rename from firm/hwtest/08/bootload/xmodem.c rename to misc/hwtest/07/bootload/xmodem.c diff --git a/firm/hwtest/08/bootload/xmodem.h b/misc/hwtest/07/bootload/xmodem.h similarity index 100% rename from firm/hwtest/08/bootload/xmodem.h rename to misc/hwtest/07/bootload/xmodem.h diff --git a/firm/hwtest/07/os/KL-01 b/misc/hwtest/07/os/KL-01 similarity index 100% rename from firm/hwtest/07/os/KL-01 rename to misc/hwtest/07/os/KL-01 diff --git a/firm/hwtest/07/os/LICENSE b/misc/hwtest/07/os/LICENSE similarity index 100% rename from firm/hwtest/07/os/LICENSE rename to misc/hwtest/07/os/LICENSE diff --git a/firm/hwtest/07/os/Makefile b/misc/hwtest/07/os/Makefile similarity index 100% rename from firm/hwtest/07/os/Makefile rename to misc/hwtest/07/os/Makefile diff --git a/firm/hwtest/07/os/NIJIMASU-KUN.BMP b/misc/hwtest/07/os/NIJIMASU-KUN.BMP similarity index 100% rename from firm/hwtest/07/os/NIJIMASU-KUN.BMP rename to misc/hwtest/07/os/NIJIMASU-KUN.BMP diff --git a/firm/hwtest/07/os/clock.c b/misc/hwtest/07/os/clock.c similarity index 100% rename from firm/hwtest/07/os/clock.c rename to misc/hwtest/07/os/clock.c diff --git a/firm/hwtest/07/os/command.c b/misc/hwtest/07/os/command.c similarity index 100% rename from firm/hwtest/07/os/command.c rename to misc/hwtest/07/os/command.c diff --git a/firm/hwtest/07/os/consdrv.c b/misc/hwtest/07/os/consdrv.c similarity index 100% rename from firm/hwtest/07/os/consdrv.c rename to misc/hwtest/07/os/consdrv.c diff --git a/firm/hwtest/07/os/consdrv.h b/misc/hwtest/07/os/consdrv.h similarity index 100% rename from firm/hwtest/07/os/consdrv.h rename to misc/hwtest/07/os/consdrv.h diff --git a/firm/hwtest/07/os/defines.h b/misc/hwtest/07/os/defines.h similarity index 100% rename from firm/hwtest/07/os/defines.h rename to misc/hwtest/07/os/defines.h diff --git a/firm/hwtest/08/bootload/diskio.h b/misc/hwtest/07/os/diskio.h similarity index 100% rename from firm/hwtest/08/bootload/diskio.h rename to misc/hwtest/07/os/diskio.h diff --git a/firm/hwtest/08/bootload/integer.h b/misc/hwtest/07/os/integer.h similarity index 100% rename from firm/hwtest/08/bootload/integer.h rename to misc/hwtest/07/os/integer.h diff --git a/firm/hwtest/08/bootload/interrupt.c b/misc/hwtest/07/os/interrupt.c similarity index 100% rename from firm/hwtest/08/bootload/interrupt.c rename to misc/hwtest/07/os/interrupt.c diff --git a/firm/hwtest/08/bootload/interrupt.h b/misc/hwtest/07/os/interrupt.h similarity index 100% rename from firm/hwtest/08/bootload/interrupt.h rename to misc/hwtest/07/os/interrupt.h diff --git a/firm/hwtest/07/os/intr.h b/misc/hwtest/07/os/intr.h similarity index 100% rename from firm/hwtest/07/os/intr.h rename to misc/hwtest/07/os/intr.h diff --git a/firm/hwtest/07/os/kozos.c b/misc/hwtest/07/os/kozos.c similarity index 100% rename from firm/hwtest/07/os/kozos.c rename to misc/hwtest/07/os/kozos.c diff --git a/firm/hwtest/07/os/kozos.h b/misc/hwtest/07/os/kozos.h similarity index 100% rename from firm/hwtest/07/os/kozos.h rename to misc/hwtest/07/os/kozos.h diff --git a/firm/hwtest/07/os/lcd.c b/misc/hwtest/07/os/lcd.c similarity index 100% rename from firm/hwtest/07/os/lcd.c rename to misc/hwtest/07/os/lcd.c diff --git a/firm/hwtest/07/os/lcd.h b/misc/hwtest/07/os/lcd.h similarity index 100% rename from firm/hwtest/07/os/lcd.h rename to misc/hwtest/07/os/lcd.h diff --git a/firm/hwtest/07/os/ld.scr b/misc/hwtest/07/os/ld.scr similarity index 100% rename from firm/hwtest/07/os/ld.scr rename to misc/hwtest/07/os/ld.scr diff --git a/firm/hwtest/07/os/led.c b/misc/hwtest/07/os/led.c similarity index 100% rename from firm/hwtest/07/os/led.c rename to misc/hwtest/07/os/led.c diff --git a/firm/hwtest/08/bootload/led.h b/misc/hwtest/07/os/led.h similarity index 100% rename from firm/hwtest/08/bootload/led.h rename to misc/hwtest/07/os/led.h diff --git a/firm/hwtest/07/os/leddrv.c b/misc/hwtest/07/os/leddrv.c similarity index 100% rename from firm/hwtest/07/os/leddrv.c rename to misc/hwtest/07/os/leddrv.c diff --git a/firm/hwtest/07/os/leddrv.h b/misc/hwtest/07/os/leddrv.h similarity index 100% rename from firm/hwtest/07/os/leddrv.h rename to misc/hwtest/07/os/leddrv.h diff --git a/firm/hwtest/08/bootload/lib.c b/misc/hwtest/07/os/lib.c similarity index 100% rename from firm/hwtest/08/bootload/lib.c rename to misc/hwtest/07/os/lib.c diff --git a/firm/hwtest/08/bootload/lib.h b/misc/hwtest/07/os/lib.h similarity index 100% rename from firm/hwtest/08/bootload/lib.h rename to misc/hwtest/07/os/lib.h diff --git a/firm/hwtest/07/os/logo.bmp b/misc/hwtest/07/os/logo.bmp similarity index 100% rename from firm/hwtest/07/os/logo.bmp rename to misc/hwtest/07/os/logo.bmp diff --git a/firm/hwtest/07/os/main.c b/misc/hwtest/07/os/main.c similarity index 100% rename from firm/hwtest/07/os/main.c rename to misc/hwtest/07/os/main.c diff --git a/firm/hwtest/07/os/memory.c b/misc/hwtest/07/os/memory.c similarity index 100% rename from firm/hwtest/07/os/memory.c rename to misc/hwtest/07/os/memory.c diff --git a/firm/hwtest/07/os/memory.h b/misc/hwtest/07/os/memory.h similarity index 100% rename from firm/hwtest/07/os/memory.h rename to misc/hwtest/07/os/memory.h diff --git a/firm/hwtest/07/os/mmc.c b/misc/hwtest/07/os/mmc.c similarity index 100% rename from firm/hwtest/07/os/mmc.c rename to misc/hwtest/07/os/mmc.c diff --git a/firm/hwtest/08/bootload/pff.c b/misc/hwtest/07/os/pff.c similarity index 100% rename from firm/hwtest/08/bootload/pff.c rename to misc/hwtest/07/os/pff.c diff --git a/firm/hwtest/08/bootload/pff.h b/misc/hwtest/07/os/pff.h similarity index 100% rename from firm/hwtest/08/bootload/pff.h rename to misc/hwtest/07/os/pff.h diff --git a/firm/hwtest/07/os/re.c b/misc/hwtest/07/os/re.c similarity index 100% rename from firm/hwtest/07/os/re.c rename to misc/hwtest/07/os/re.c diff --git a/firm/hwtest/08/bootload/re.h b/misc/hwtest/07/os/re.h similarity index 100% rename from firm/hwtest/08/bootload/re.h rename to misc/hwtest/07/os/re.h diff --git a/firm/hwtest/07/os/remocon.c b/misc/hwtest/07/os/remocon.c similarity index 100% rename from firm/hwtest/07/os/remocon.c rename to misc/hwtest/07/os/remocon.c diff --git a/firm/hwtest/07/os/remocon.h b/misc/hwtest/07/os/remocon.h similarity index 100% rename from firm/hwtest/07/os/remocon.h rename to misc/hwtest/07/os/remocon.h diff --git a/firm/hwtest/07/os/serial.c b/misc/hwtest/07/os/serial.c similarity index 100% rename from firm/hwtest/07/os/serial.c rename to misc/hwtest/07/os/serial.c diff --git a/firm/hwtest/07/os/serial.h b/misc/hwtest/07/os/serial.h similarity index 100% rename from firm/hwtest/07/os/serial.h rename to misc/hwtest/07/os/serial.h diff --git a/firm/hwtest/07/os/startup.s b/misc/hwtest/07/os/startup.s similarity index 100% rename from firm/hwtest/07/os/startup.s rename to misc/hwtest/07/os/startup.s diff --git a/firm/hwtest/07/os/sw.c b/misc/hwtest/07/os/sw.c similarity index 100% rename from firm/hwtest/07/os/sw.c rename to misc/hwtest/07/os/sw.c diff --git a/firm/hwtest/08/bootload/sw.h b/misc/hwtest/07/os/sw.h similarity index 100% rename from firm/hwtest/08/bootload/sw.h rename to misc/hwtest/07/os/sw.h diff --git a/firm/hwtest/07/os/syscall.c b/misc/hwtest/07/os/syscall.c similarity index 100% rename from firm/hwtest/07/os/syscall.c rename to misc/hwtest/07/os/syscall.c diff --git a/firm/hwtest/07/os/syscall.h b/misc/hwtest/07/os/syscall.h similarity index 100% rename from firm/hwtest/07/os/syscall.h rename to misc/hwtest/07/os/syscall.h diff --git a/firm/hwtest/07/os/timer.c b/misc/hwtest/07/os/timer.c similarity index 100% rename from firm/hwtest/07/os/timer.c rename to misc/hwtest/07/os/timer.c diff --git a/firm/hwtest/07/os/timer.h b/misc/hwtest/07/os/timer.h similarity index 100% rename from firm/hwtest/07/os/timer.h rename to misc/hwtest/07/os/timer.h diff --git a/firm/hwtest/07/os/timerdrv.c b/misc/hwtest/07/os/timerdrv.c similarity index 100% rename from firm/hwtest/07/os/timerdrv.c rename to misc/hwtest/07/os/timerdrv.c diff --git a/firm/hwtest/07/os/timerdrv.h b/misc/hwtest/07/os/timerdrv.h similarity index 100% rename from firm/hwtest/07/os/timerdrv.h rename to misc/hwtest/07/os/timerdrv.h diff --git a/firm/hwtest/08/bootload/KL-01 b/misc/hwtest/08/bootload/KL-01 similarity index 100% rename from firm/hwtest/08/bootload/KL-01 rename to misc/hwtest/08/bootload/KL-01 diff --git a/firm/hwtest/08/bootload/LICENSE b/misc/hwtest/08/bootload/LICENSE similarity index 100% rename from firm/hwtest/08/bootload/LICENSE rename to misc/hwtest/08/bootload/LICENSE diff --git a/firm/hwtest/08/bootload/Makefile b/misc/hwtest/08/bootload/Makefile similarity index 100% rename from firm/hwtest/08/bootload/Makefile rename to misc/hwtest/08/bootload/Makefile diff --git a/firm/hwtest/09/bootload/defines.h b/misc/hwtest/08/bootload/defines.h similarity index 100% rename from firm/hwtest/09/bootload/defines.h rename to misc/hwtest/08/bootload/defines.h diff --git a/firm/hwtest/08/os/diskio.h b/misc/hwtest/08/bootload/diskio.h similarity index 100% rename from firm/hwtest/08/os/diskio.h rename to misc/hwtest/08/bootload/diskio.h diff --git a/firm/hwtest/08/bootload/dram.c b/misc/hwtest/08/bootload/dram.c similarity index 100% rename from firm/hwtest/08/bootload/dram.c rename to misc/hwtest/08/bootload/dram.c diff --git a/firm/hwtest/09/bootload/dram.h b/misc/hwtest/08/bootload/dram.h similarity index 100% rename from firm/hwtest/09/bootload/dram.h rename to misc/hwtest/08/bootload/dram.h diff --git a/firm/hwtest/09/bootload/elf.c b/misc/hwtest/08/bootload/elf.c similarity index 100% rename from firm/hwtest/09/bootload/elf.c rename to misc/hwtest/08/bootload/elf.c diff --git a/firm/hwtest/09/bootload/elf.h b/misc/hwtest/08/bootload/elf.h similarity index 100% rename from firm/hwtest/09/bootload/elf.h rename to misc/hwtest/08/bootload/elf.h diff --git a/firm/hwtest/08/os/integer.h b/misc/hwtest/08/bootload/integer.h similarity index 100% rename from firm/hwtest/08/os/integer.h rename to misc/hwtest/08/bootload/integer.h diff --git a/firm/hwtest/08/os/interrupt.c b/misc/hwtest/08/bootload/interrupt.c similarity index 100% rename from firm/hwtest/08/os/interrupt.c rename to misc/hwtest/08/bootload/interrupt.c diff --git a/firm/hwtest/08/os/interrupt.h b/misc/hwtest/08/bootload/interrupt.h similarity index 100% rename from firm/hwtest/08/os/interrupt.h rename to misc/hwtest/08/bootload/interrupt.h diff --git a/firm/hwtest/08/bootload/intr.S b/misc/hwtest/08/bootload/intr.S similarity index 100% rename from firm/hwtest/08/bootload/intr.S rename to misc/hwtest/08/bootload/intr.S diff --git a/firm/hwtest/08/bootload/intr.h b/misc/hwtest/08/bootload/intr.h similarity index 100% rename from firm/hwtest/08/bootload/intr.h rename to misc/hwtest/08/bootload/intr.h diff --git a/firm/hwtest/08/bootload/lcd.c b/misc/hwtest/08/bootload/lcd.c similarity index 100% rename from firm/hwtest/08/bootload/lcd.c rename to misc/hwtest/08/bootload/lcd.c diff --git a/firm/hwtest/08/bootload/lcd.h b/misc/hwtest/08/bootload/lcd.h similarity index 100% rename from firm/hwtest/08/bootload/lcd.h rename to misc/hwtest/08/bootload/lcd.h diff --git a/firm/hwtest/09/bootload/ld.scr b/misc/hwtest/08/bootload/ld.scr similarity index 100% rename from firm/hwtest/09/bootload/ld.scr rename to misc/hwtest/08/bootload/ld.scr diff --git a/firm/hwtest/08/bootload/led.c b/misc/hwtest/08/bootload/led.c similarity index 100% rename from firm/hwtest/08/bootload/led.c rename to misc/hwtest/08/bootload/led.c diff --git a/firm/hwtest/08/os/led.h b/misc/hwtest/08/bootload/led.h similarity index 100% rename from firm/hwtest/08/os/led.h rename to misc/hwtest/08/bootload/led.h diff --git a/firm/hwtest/08/os/lib.c b/misc/hwtest/08/bootload/lib.c similarity index 100% rename from firm/hwtest/08/os/lib.c rename to misc/hwtest/08/bootload/lib.c diff --git a/firm/hwtest/08/os/lib.h b/misc/hwtest/08/bootload/lib.h similarity index 100% rename from firm/hwtest/08/os/lib.h rename to misc/hwtest/08/bootload/lib.h diff --git a/firm/hwtest/08/bootload/m2a.c b/misc/hwtest/08/bootload/m2a.c similarity index 100% rename from firm/hwtest/08/bootload/m2a.c rename to misc/hwtest/08/bootload/m2a.c diff --git a/firm/hwtest/08/bootload/main.c b/misc/hwtest/08/bootload/main.c similarity index 100% rename from firm/hwtest/08/bootload/main.c rename to misc/hwtest/08/bootload/main.c diff --git a/firm/hwtest/08/bootload/mmc.c b/misc/hwtest/08/bootload/mmc.c similarity index 100% rename from firm/hwtest/08/bootload/mmc.c rename to misc/hwtest/08/bootload/mmc.c diff --git a/firm/hwtest/08/os/pff.c b/misc/hwtest/08/bootload/pff.c similarity index 100% rename from firm/hwtest/08/os/pff.c rename to misc/hwtest/08/bootload/pff.c diff --git a/firm/hwtest/08/os/pff.h b/misc/hwtest/08/bootload/pff.h similarity index 100% rename from firm/hwtest/08/os/pff.h rename to misc/hwtest/08/bootload/pff.h diff --git a/firm/hwtest/08/bootload/re.c b/misc/hwtest/08/bootload/re.c similarity index 100% rename from firm/hwtest/08/bootload/re.c rename to misc/hwtest/08/bootload/re.c diff --git a/firm/hwtest/08/os/re.h b/misc/hwtest/08/bootload/re.h similarity index 100% rename from firm/hwtest/08/os/re.h rename to misc/hwtest/08/bootload/re.h diff --git a/firm/hwtest/09/bootload/serial.c b/misc/hwtest/08/bootload/serial.c similarity index 100% rename from firm/hwtest/09/bootload/serial.c rename to misc/hwtest/08/bootload/serial.c diff --git a/firm/hwtest/09/bootload/serial.h b/misc/hwtest/08/bootload/serial.h similarity index 100% rename from firm/hwtest/09/bootload/serial.h rename to misc/hwtest/08/bootload/serial.h diff --git a/firm/hwtest/08/bootload/splash.c b/misc/hwtest/08/bootload/splash.c similarity index 100% rename from firm/hwtest/08/bootload/splash.c rename to misc/hwtest/08/bootload/splash.c diff --git a/firm/hwtest/08/bootload/splash.h b/misc/hwtest/08/bootload/splash.h similarity index 100% rename from firm/hwtest/08/bootload/splash.h rename to misc/hwtest/08/bootload/splash.h diff --git a/firm/hwtest/08/bootload/splash.mp3 b/misc/hwtest/08/bootload/splash.mp3 similarity index 100% rename from firm/hwtest/08/bootload/splash.mp3 rename to misc/hwtest/08/bootload/splash.mp3 diff --git a/firm/hwtest/09/bootload/startup.s b/misc/hwtest/08/bootload/startup.s similarity index 100% rename from firm/hwtest/09/bootload/startup.s rename to misc/hwtest/08/bootload/startup.s diff --git a/firm/hwtest/08/bootload/sw.c b/misc/hwtest/08/bootload/sw.c similarity index 100% rename from firm/hwtest/08/bootload/sw.c rename to misc/hwtest/08/bootload/sw.c diff --git a/firm/hwtest/08/os/sw.h b/misc/hwtest/08/bootload/sw.h similarity index 100% rename from firm/hwtest/08/os/sw.h rename to misc/hwtest/08/bootload/sw.h diff --git a/firm/hwtest/08/bootload/vector.c b/misc/hwtest/08/bootload/vector.c similarity index 100% rename from firm/hwtest/08/bootload/vector.c rename to misc/hwtest/08/bootload/vector.c diff --git a/firm/hwtest/08/bootload/vs1011e.c b/misc/hwtest/08/bootload/vs1011e.c similarity index 100% rename from firm/hwtest/08/bootload/vs1011e.c rename to misc/hwtest/08/bootload/vs1011e.c diff --git a/firm/hwtest/08/bootload/vs1011e.h b/misc/hwtest/08/bootload/vs1011e.h similarity index 100% rename from firm/hwtest/08/bootload/vs1011e.h rename to misc/hwtest/08/bootload/vs1011e.h diff --git a/firm/hwtest/09/bootload/xmodem.c b/misc/hwtest/08/bootload/xmodem.c similarity index 100% rename from firm/hwtest/09/bootload/xmodem.c rename to misc/hwtest/08/bootload/xmodem.c diff --git a/firm/hwtest/09/bootload/xmodem.h b/misc/hwtest/08/bootload/xmodem.h similarity index 100% rename from firm/hwtest/09/bootload/xmodem.h rename to misc/hwtest/08/bootload/xmodem.h diff --git a/firm/hwtest/08/os/KL-01 b/misc/hwtest/08/os/KL-01 similarity index 100% rename from firm/hwtest/08/os/KL-01 rename to misc/hwtest/08/os/KL-01 diff --git a/firm/hwtest/08/os/LICENSE b/misc/hwtest/08/os/LICENSE similarity index 100% rename from firm/hwtest/08/os/LICENSE rename to misc/hwtest/08/os/LICENSE diff --git a/firm/hwtest/08/os/Makefile b/misc/hwtest/08/os/Makefile similarity index 100% rename from firm/hwtest/08/os/Makefile rename to misc/hwtest/08/os/Makefile diff --git a/firm/hwtest/08/os/NIJIMASU-KUN.BMP b/misc/hwtest/08/os/NIJIMASU-KUN.BMP similarity index 100% rename from firm/hwtest/08/os/NIJIMASU-KUN.BMP rename to misc/hwtest/08/os/NIJIMASU-KUN.BMP diff --git a/firm/hwtest/08/os/clock.c b/misc/hwtest/08/os/clock.c similarity index 100% rename from firm/hwtest/08/os/clock.c rename to misc/hwtest/08/os/clock.c diff --git a/firm/hwtest/08/os/command.c b/misc/hwtest/08/os/command.c similarity index 100% rename from firm/hwtest/08/os/command.c rename to misc/hwtest/08/os/command.c diff --git a/firm/hwtest/08/os/consdrv.c b/misc/hwtest/08/os/consdrv.c similarity index 100% rename from firm/hwtest/08/os/consdrv.c rename to misc/hwtest/08/os/consdrv.c diff --git a/firm/hwtest/08/os/consdrv.h b/misc/hwtest/08/os/consdrv.h similarity index 100% rename from firm/hwtest/08/os/consdrv.h rename to misc/hwtest/08/os/consdrv.h diff --git a/firm/hwtest/08/os/defines.h b/misc/hwtest/08/os/defines.h similarity index 100% rename from firm/hwtest/08/os/defines.h rename to misc/hwtest/08/os/defines.h diff --git a/firm/hwtest/09/bootload/diskio.h b/misc/hwtest/08/os/diskio.h similarity index 100% rename from firm/hwtest/09/bootload/diskio.h rename to misc/hwtest/08/os/diskio.h diff --git a/firm/hwtest/09/bootload/integer.h b/misc/hwtest/08/os/integer.h similarity index 100% rename from firm/hwtest/09/bootload/integer.h rename to misc/hwtest/08/os/integer.h diff --git a/firm/hwtest/09/bootload/interrupt.c b/misc/hwtest/08/os/interrupt.c similarity index 100% rename from firm/hwtest/09/bootload/interrupt.c rename to misc/hwtest/08/os/interrupt.c diff --git a/firm/hwtest/09/bootload/interrupt.h b/misc/hwtest/08/os/interrupt.h similarity index 100% rename from firm/hwtest/09/bootload/interrupt.h rename to misc/hwtest/08/os/interrupt.h diff --git a/firm/hwtest/08/os/intr.h b/misc/hwtest/08/os/intr.h similarity index 100% rename from firm/hwtest/08/os/intr.h rename to misc/hwtest/08/os/intr.h diff --git a/firm/hwtest/08/os/kozos.c b/misc/hwtest/08/os/kozos.c similarity index 100% rename from firm/hwtest/08/os/kozos.c rename to misc/hwtest/08/os/kozos.c diff --git a/firm/hwtest/08/os/kozos.h b/misc/hwtest/08/os/kozos.h similarity index 100% rename from firm/hwtest/08/os/kozos.h rename to misc/hwtest/08/os/kozos.h diff --git a/firm/hwtest/08/os/lcd.c b/misc/hwtest/08/os/lcd.c similarity index 100% rename from firm/hwtest/08/os/lcd.c rename to misc/hwtest/08/os/lcd.c diff --git a/firm/hwtest/08/os/lcd.h b/misc/hwtest/08/os/lcd.h similarity index 100% rename from firm/hwtest/08/os/lcd.h rename to misc/hwtest/08/os/lcd.h diff --git a/firm/hwtest/08/os/ld.scr b/misc/hwtest/08/os/ld.scr similarity index 100% rename from firm/hwtest/08/os/ld.scr rename to misc/hwtest/08/os/ld.scr diff --git a/firm/hwtest/08/os/led.c b/misc/hwtest/08/os/led.c similarity index 100% rename from firm/hwtest/08/os/led.c rename to misc/hwtest/08/os/led.c diff --git a/firm/hwtest/09/bootload/led.h b/misc/hwtest/08/os/led.h similarity index 100% rename from firm/hwtest/09/bootload/led.h rename to misc/hwtest/08/os/led.h diff --git a/firm/hwtest/08/os/leddrv.c b/misc/hwtest/08/os/leddrv.c similarity index 100% rename from firm/hwtest/08/os/leddrv.c rename to misc/hwtest/08/os/leddrv.c diff --git a/firm/hwtest/08/os/leddrv.h b/misc/hwtest/08/os/leddrv.h similarity index 100% rename from firm/hwtest/08/os/leddrv.h rename to misc/hwtest/08/os/leddrv.h diff --git a/firm/hwtest/09/bootload/lib.c b/misc/hwtest/08/os/lib.c similarity index 100% rename from firm/hwtest/09/bootload/lib.c rename to misc/hwtest/08/os/lib.c diff --git a/firm/hwtest/09/bootload/lib.h b/misc/hwtest/08/os/lib.h similarity index 100% rename from firm/hwtest/09/bootload/lib.h rename to misc/hwtest/08/os/lib.h diff --git a/firm/hwtest/08/os/logo.bmp b/misc/hwtest/08/os/logo.bmp similarity index 100% rename from firm/hwtest/08/os/logo.bmp rename to misc/hwtest/08/os/logo.bmp diff --git a/firm/hwtest/08/os/main.c b/misc/hwtest/08/os/main.c similarity index 100% rename from firm/hwtest/08/os/main.c rename to misc/hwtest/08/os/main.c diff --git a/firm/hwtest/08/os/memory.c b/misc/hwtest/08/os/memory.c similarity index 100% rename from firm/hwtest/08/os/memory.c rename to misc/hwtest/08/os/memory.c diff --git a/firm/hwtest/08/os/memory.h b/misc/hwtest/08/os/memory.h similarity index 100% rename from firm/hwtest/08/os/memory.h rename to misc/hwtest/08/os/memory.h diff --git a/firm/hwtest/08/os/mmc.c b/misc/hwtest/08/os/mmc.c similarity index 100% rename from firm/hwtest/08/os/mmc.c rename to misc/hwtest/08/os/mmc.c diff --git a/firm/hwtest/09/bootload/pff.c b/misc/hwtest/08/os/pff.c similarity index 100% rename from firm/hwtest/09/bootload/pff.c rename to misc/hwtest/08/os/pff.c diff --git a/firm/hwtest/09/bootload/pff.h b/misc/hwtest/08/os/pff.h similarity index 100% rename from firm/hwtest/09/bootload/pff.h rename to misc/hwtest/08/os/pff.h diff --git a/firm/hwtest/08/os/re.c b/misc/hwtest/08/os/re.c similarity index 100% rename from firm/hwtest/08/os/re.c rename to misc/hwtest/08/os/re.c diff --git a/firm/hwtest/09/bootload/re.h b/misc/hwtest/08/os/re.h similarity index 100% rename from firm/hwtest/09/bootload/re.h rename to misc/hwtest/08/os/re.h diff --git a/firm/hwtest/08/os/remocon.c b/misc/hwtest/08/os/remocon.c similarity index 100% rename from firm/hwtest/08/os/remocon.c rename to misc/hwtest/08/os/remocon.c diff --git a/firm/hwtest/08/os/remocon.h b/misc/hwtest/08/os/remocon.h similarity index 100% rename from firm/hwtest/08/os/remocon.h rename to misc/hwtest/08/os/remocon.h diff --git a/firm/hwtest/08/os/serial.c b/misc/hwtest/08/os/serial.c similarity index 100% rename from firm/hwtest/08/os/serial.c rename to misc/hwtest/08/os/serial.c diff --git a/firm/hwtest/08/os/serial.h b/misc/hwtest/08/os/serial.h similarity index 100% rename from firm/hwtest/08/os/serial.h rename to misc/hwtest/08/os/serial.h diff --git a/firm/hwtest/08/os/startup.s b/misc/hwtest/08/os/startup.s similarity index 100% rename from firm/hwtest/08/os/startup.s rename to misc/hwtest/08/os/startup.s diff --git a/firm/hwtest/08/os/sw.c b/misc/hwtest/08/os/sw.c similarity index 100% rename from firm/hwtest/08/os/sw.c rename to misc/hwtest/08/os/sw.c diff --git a/firm/hwtest/09/bootload/sw.h b/misc/hwtest/08/os/sw.h similarity index 100% rename from firm/hwtest/09/bootload/sw.h rename to misc/hwtest/08/os/sw.h diff --git a/firm/hwtest/08/os/syscall.c b/misc/hwtest/08/os/syscall.c similarity index 100% rename from firm/hwtest/08/os/syscall.c rename to misc/hwtest/08/os/syscall.c diff --git a/firm/hwtest/08/os/syscall.h b/misc/hwtest/08/os/syscall.h similarity index 100% rename from firm/hwtest/08/os/syscall.h rename to misc/hwtest/08/os/syscall.h diff --git a/firm/hwtest/08/os/timer.c b/misc/hwtest/08/os/timer.c similarity index 100% rename from firm/hwtest/08/os/timer.c rename to misc/hwtest/08/os/timer.c diff --git a/firm/hwtest/08/os/timer.h b/misc/hwtest/08/os/timer.h similarity index 100% rename from firm/hwtest/08/os/timer.h rename to misc/hwtest/08/os/timer.h diff --git a/firm/hwtest/08/os/timerdrv.c b/misc/hwtest/08/os/timerdrv.c similarity index 100% rename from firm/hwtest/08/os/timerdrv.c rename to misc/hwtest/08/os/timerdrv.c diff --git a/firm/hwtest/08/os/timerdrv.h b/misc/hwtest/08/os/timerdrv.h similarity index 100% rename from firm/hwtest/08/os/timerdrv.h rename to misc/hwtest/08/os/timerdrv.h diff --git a/firm/hwtest/09/bootload/KL-01 b/misc/hwtest/09/bootload/KL-01 similarity index 100% rename from firm/hwtest/09/bootload/KL-01 rename to misc/hwtest/09/bootload/KL-01 diff --git a/firm/hwtest/09/bootload/LICENSE b/misc/hwtest/09/bootload/LICENSE similarity index 100% rename from firm/hwtest/09/bootload/LICENSE rename to misc/hwtest/09/bootload/LICENSE diff --git a/firm/hwtest/09/bootload/Makefile b/misc/hwtest/09/bootload/Makefile similarity index 100% rename from firm/hwtest/09/bootload/Makefile rename to misc/hwtest/09/bootload/Makefile diff --git a/firm/hwtest/10/bootload/defines.h b/misc/hwtest/09/bootload/defines.h similarity index 100% rename from firm/hwtest/10/bootload/defines.h rename to misc/hwtest/09/bootload/defines.h diff --git a/firm/hwtest/09/os/diskio.h b/misc/hwtest/09/bootload/diskio.h similarity index 100% rename from firm/hwtest/09/os/diskio.h rename to misc/hwtest/09/bootload/diskio.h diff --git a/firm/hwtest/09/bootload/dram.c b/misc/hwtest/09/bootload/dram.c similarity index 100% rename from firm/hwtest/09/bootload/dram.c rename to misc/hwtest/09/bootload/dram.c diff --git a/firm/hwtest/10/bootload/dram.h b/misc/hwtest/09/bootload/dram.h similarity index 100% rename from firm/hwtest/10/bootload/dram.h rename to misc/hwtest/09/bootload/dram.h diff --git a/firm/hwtest/10/bootload/elf.c b/misc/hwtest/09/bootload/elf.c similarity index 100% rename from firm/hwtest/10/bootload/elf.c rename to misc/hwtest/09/bootload/elf.c diff --git a/firm/hwtest/10/bootload/elf.h b/misc/hwtest/09/bootload/elf.h similarity index 100% rename from firm/hwtest/10/bootload/elf.h rename to misc/hwtest/09/bootload/elf.h diff --git a/firm/hwtest/09/os/integer.h b/misc/hwtest/09/bootload/integer.h similarity index 100% rename from firm/hwtest/09/os/integer.h rename to misc/hwtest/09/bootload/integer.h diff --git a/firm/hwtest/09/os/interrupt.c b/misc/hwtest/09/bootload/interrupt.c similarity index 100% rename from firm/hwtest/09/os/interrupt.c rename to misc/hwtest/09/bootload/interrupt.c diff --git a/firm/hwtest/09/os/interrupt.h b/misc/hwtest/09/bootload/interrupt.h similarity index 100% rename from firm/hwtest/09/os/interrupt.h rename to misc/hwtest/09/bootload/interrupt.h diff --git a/firm/hwtest/09/bootload/intr.S b/misc/hwtest/09/bootload/intr.S similarity index 100% rename from firm/hwtest/09/bootload/intr.S rename to misc/hwtest/09/bootload/intr.S diff --git a/firm/hwtest/09/bootload/intr.h b/misc/hwtest/09/bootload/intr.h similarity index 100% rename from firm/hwtest/09/bootload/intr.h rename to misc/hwtest/09/bootload/intr.h diff --git a/firm/hwtest/09/bootload/lcd.c b/misc/hwtest/09/bootload/lcd.c similarity index 100% rename from firm/hwtest/09/bootload/lcd.c rename to misc/hwtest/09/bootload/lcd.c diff --git a/firm/hwtest/09/bootload/lcd.h b/misc/hwtest/09/bootload/lcd.h similarity index 100% rename from firm/hwtest/09/bootload/lcd.h rename to misc/hwtest/09/bootload/lcd.h diff --git a/firm/hwtest/10/bootload/ld.scr b/misc/hwtest/09/bootload/ld.scr similarity index 100% rename from firm/hwtest/10/bootload/ld.scr rename to misc/hwtest/09/bootload/ld.scr diff --git a/firm/hwtest/09/bootload/led.c b/misc/hwtest/09/bootload/led.c similarity index 100% rename from firm/hwtest/09/bootload/led.c rename to misc/hwtest/09/bootload/led.c diff --git a/firm/hwtest/09/os/driver/led.h b/misc/hwtest/09/bootload/led.h similarity index 100% rename from firm/hwtest/09/os/driver/led.h rename to misc/hwtest/09/bootload/led.h diff --git a/firm/hwtest/09/os/lib.c b/misc/hwtest/09/bootload/lib.c similarity index 100% rename from firm/hwtest/09/os/lib.c rename to misc/hwtest/09/bootload/lib.c diff --git a/firm/hwtest/09/os/lib.h b/misc/hwtest/09/bootload/lib.h similarity index 100% rename from firm/hwtest/09/os/lib.h rename to misc/hwtest/09/bootload/lib.h diff --git a/firm/hwtest/09/bootload/main.c b/misc/hwtest/09/bootload/main.c similarity index 100% rename from firm/hwtest/09/bootload/main.c rename to misc/hwtest/09/bootload/main.c diff --git a/firm/hwtest/09/bootload/mmc.c b/misc/hwtest/09/bootload/mmc.c similarity index 100% rename from firm/hwtest/09/bootload/mmc.c rename to misc/hwtest/09/bootload/mmc.c diff --git a/firm/hwtest/09/os/pff.c b/misc/hwtest/09/bootload/pff.c similarity index 100% rename from firm/hwtest/09/os/pff.c rename to misc/hwtest/09/bootload/pff.c diff --git a/firm/hwtest/09/os/pff.h b/misc/hwtest/09/bootload/pff.h similarity index 100% rename from firm/hwtest/09/os/pff.h rename to misc/hwtest/09/bootload/pff.h diff --git a/firm/hwtest/09/bootload/re.c b/misc/hwtest/09/bootload/re.c similarity index 100% rename from firm/hwtest/09/bootload/re.c rename to misc/hwtest/09/bootload/re.c diff --git a/firm/hwtest/09/os/task/re.h b/misc/hwtest/09/bootload/re.h similarity index 100% rename from firm/hwtest/09/os/task/re.h rename to misc/hwtest/09/bootload/re.h diff --git a/firm/hwtest/10/bootload/serial.c b/misc/hwtest/09/bootload/serial.c similarity index 100% rename from firm/hwtest/10/bootload/serial.c rename to misc/hwtest/09/bootload/serial.c diff --git a/firm/hwtest/10/bootload/serial.h b/misc/hwtest/09/bootload/serial.h similarity index 100% rename from firm/hwtest/10/bootload/serial.h rename to misc/hwtest/09/bootload/serial.h diff --git a/firm/hwtest/10/bootload/startup.s b/misc/hwtest/09/bootload/startup.s similarity index 100% rename from firm/hwtest/10/bootload/startup.s rename to misc/hwtest/09/bootload/startup.s diff --git a/firm/hwtest/09/bootload/sw.c b/misc/hwtest/09/bootload/sw.c similarity index 100% rename from firm/hwtest/09/bootload/sw.c rename to misc/hwtest/09/bootload/sw.c diff --git a/firm/hwtest/09/os/task/sw.h b/misc/hwtest/09/bootload/sw.h similarity index 100% rename from firm/hwtest/09/os/task/sw.h rename to misc/hwtest/09/bootload/sw.h diff --git a/firm/hwtest/09/bootload/vector.c b/misc/hwtest/09/bootload/vector.c similarity index 100% rename from firm/hwtest/09/bootload/vector.c rename to misc/hwtest/09/bootload/vector.c diff --git a/firm/hwtest/09/bootload/vs1011e.c b/misc/hwtest/09/bootload/vs1011e.c similarity index 100% rename from firm/hwtest/09/bootload/vs1011e.c rename to misc/hwtest/09/bootload/vs1011e.c diff --git a/firm/hwtest/09/bootload/vs1011e.h b/misc/hwtest/09/bootload/vs1011e.h similarity index 100% rename from firm/hwtest/09/bootload/vs1011e.h rename to misc/hwtest/09/bootload/vs1011e.h diff --git a/firm/hwtest/10/bootload/xmodem.c b/misc/hwtest/09/bootload/xmodem.c similarity index 100% rename from firm/hwtest/10/bootload/xmodem.c rename to misc/hwtest/09/bootload/xmodem.c diff --git a/firm/hwtest/10/bootload/xmodem.h b/misc/hwtest/09/bootload/xmodem.h similarity index 100% rename from firm/hwtest/10/bootload/xmodem.h rename to misc/hwtest/09/bootload/xmodem.h diff --git a/firm/hwtest/09/os/KL-01 b/misc/hwtest/09/os/KL-01 similarity index 100% rename from firm/hwtest/09/os/KL-01 rename to misc/hwtest/09/os/KL-01 diff --git a/firm/hwtest/09/os/LICENSE b/misc/hwtest/09/os/LICENSE similarity index 100% rename from firm/hwtest/09/os/LICENSE rename to misc/hwtest/09/os/LICENSE diff --git a/firm/hwtest/09/os/Makefile b/misc/hwtest/09/os/Makefile similarity index 100% rename from firm/hwtest/09/os/Makefile rename to misc/hwtest/09/os/Makefile diff --git a/firm/hwtest/09/os/defines.h b/misc/hwtest/09/os/defines.h similarity index 100% rename from firm/hwtest/09/os/defines.h rename to misc/hwtest/09/os/defines.h diff --git a/firm/hwtest/10/bootload/diskio.h b/misc/hwtest/09/os/diskio.h similarity index 100% rename from firm/hwtest/10/bootload/diskio.h rename to misc/hwtest/09/os/diskio.h diff --git a/firm/hwtest/09/os/driver.h b/misc/hwtest/09/os/driver.h similarity index 100% rename from firm/hwtest/09/os/driver.h rename to misc/hwtest/09/os/driver.h diff --git a/firm/hwtest/09/os/driver/driver_audio.c b/misc/hwtest/09/os/driver/driver_audio.c similarity index 100% rename from firm/hwtest/09/os/driver/driver_audio.c rename to misc/hwtest/09/os/driver/driver_audio.c diff --git a/firm/hwtest/09/os/driver/driver_audio.h b/misc/hwtest/09/os/driver/driver_audio.h similarity index 100% rename from firm/hwtest/09/os/driver/driver_audio.h rename to misc/hwtest/09/os/driver/driver_audio.h diff --git a/firm/hwtest/09/os/driver/driver_console.c b/misc/hwtest/09/os/driver/driver_console.c similarity index 100% rename from firm/hwtest/09/os/driver/driver_console.c rename to misc/hwtest/09/os/driver/driver_console.c diff --git a/firm/hwtest/09/os/driver/driver_console.h b/misc/hwtest/09/os/driver/driver_console.h similarity index 100% rename from firm/hwtest/09/os/driver/driver_console.h rename to misc/hwtest/09/os/driver/driver_console.h diff --git a/firm/hwtest/09/os/driver/driver_lcd.c b/misc/hwtest/09/os/driver/driver_lcd.c similarity index 100% rename from firm/hwtest/09/os/driver/driver_lcd.c rename to misc/hwtest/09/os/driver/driver_lcd.c diff --git a/firm/hwtest/09/os/driver/driver_lcd.h b/misc/hwtest/09/os/driver/driver_lcd.h similarity index 100% rename from firm/hwtest/09/os/driver/driver_lcd.h rename to misc/hwtest/09/os/driver/driver_lcd.h diff --git a/firm/hwtest/09/os/driver/driver_led.c b/misc/hwtest/09/os/driver/driver_led.c similarity index 100% rename from firm/hwtest/09/os/driver/driver_led.c rename to misc/hwtest/09/os/driver/driver_led.c diff --git a/firm/hwtest/09/os/driver/driver_led.h b/misc/hwtest/09/os/driver/driver_led.h similarity index 100% rename from firm/hwtest/09/os/driver/driver_led.h rename to misc/hwtest/09/os/driver/driver_led.h diff --git a/firm/hwtest/09/os/driver/driver_timer.c b/misc/hwtest/09/os/driver/driver_timer.c similarity index 100% rename from firm/hwtest/09/os/driver/driver_timer.c rename to misc/hwtest/09/os/driver/driver_timer.c diff --git a/firm/hwtest/09/os/driver/driver_timer.h b/misc/hwtest/09/os/driver/driver_timer.h similarity index 100% rename from firm/hwtest/09/os/driver/driver_timer.h rename to misc/hwtest/09/os/driver/driver_timer.h diff --git a/firm/hwtest/09/os/driver/led.c b/misc/hwtest/09/os/driver/led.c similarity index 100% rename from firm/hwtest/09/os/driver/led.c rename to misc/hwtest/09/os/driver/led.c diff --git a/firm/hwtest/10/bootload/led.h b/misc/hwtest/09/os/driver/led.h similarity index 100% rename from firm/hwtest/10/bootload/led.h rename to misc/hwtest/09/os/driver/led.h diff --git a/firm/hwtest/09/os/driver/serial.c b/misc/hwtest/09/os/driver/serial.c similarity index 100% rename from firm/hwtest/09/os/driver/serial.c rename to misc/hwtest/09/os/driver/serial.c diff --git a/firm/hwtest/09/os/driver/serial.h b/misc/hwtest/09/os/driver/serial.h similarity index 100% rename from firm/hwtest/09/os/driver/serial.h rename to misc/hwtest/09/os/driver/serial.h diff --git a/firm/hwtest/09/os/driver/sg12232c.c b/misc/hwtest/09/os/driver/sg12232c.c similarity index 100% rename from firm/hwtest/09/os/driver/sg12232c.c rename to misc/hwtest/09/os/driver/sg12232c.c diff --git a/firm/hwtest/10/os/driver/sg12232c.h b/misc/hwtest/09/os/driver/sg12232c.h similarity index 100% rename from firm/hwtest/10/os/driver/sg12232c.h rename to misc/hwtest/09/os/driver/sg12232c.h diff --git a/firm/hwtest/09/os/driver/timer.c b/misc/hwtest/09/os/driver/timer.c similarity index 100% rename from firm/hwtest/09/os/driver/timer.c rename to misc/hwtest/09/os/driver/timer.c diff --git a/firm/hwtest/09/os/driver/timer.h b/misc/hwtest/09/os/driver/timer.h similarity index 100% rename from firm/hwtest/09/os/driver/timer.h rename to misc/hwtest/09/os/driver/timer.h diff --git a/firm/hwtest/09/os/driver/vs1011e.c b/misc/hwtest/09/os/driver/vs1011e.c similarity index 100% rename from firm/hwtest/09/os/driver/vs1011e.c rename to misc/hwtest/09/os/driver/vs1011e.c diff --git a/firm/hwtest/09/os/driver/vs1011e.h b/misc/hwtest/09/os/driver/vs1011e.h similarity index 100% rename from firm/hwtest/09/os/driver/vs1011e.h rename to misc/hwtest/09/os/driver/vs1011e.h diff --git a/firm/hwtest/10/bootload/integer.h b/misc/hwtest/09/os/integer.h similarity index 100% rename from firm/hwtest/10/bootload/integer.h rename to misc/hwtest/09/os/integer.h diff --git a/firm/hwtest/10/bootload/interrupt.c b/misc/hwtest/09/os/interrupt.c similarity index 100% rename from firm/hwtest/10/bootload/interrupt.c rename to misc/hwtest/09/os/interrupt.c diff --git a/firm/hwtest/10/bootload/interrupt.h b/misc/hwtest/09/os/interrupt.h similarity index 100% rename from firm/hwtest/10/bootload/interrupt.h rename to misc/hwtest/09/os/interrupt.h diff --git a/firm/hwtest/09/os/intr.h b/misc/hwtest/09/os/intr.h similarity index 100% rename from firm/hwtest/09/os/intr.h rename to misc/hwtest/09/os/intr.h diff --git a/firm/hwtest/09/os/kozos.c b/misc/hwtest/09/os/kozos.c similarity index 100% rename from firm/hwtest/09/os/kozos.c rename to misc/hwtest/09/os/kozos.c diff --git a/firm/hwtest/09/os/kozos.h b/misc/hwtest/09/os/kozos.h similarity index 100% rename from firm/hwtest/09/os/kozos.h rename to misc/hwtest/09/os/kozos.h diff --git a/firm/hwtest/09/os/ld.scr b/misc/hwtest/09/os/ld.scr similarity index 100% rename from firm/hwtest/09/os/ld.scr rename to misc/hwtest/09/os/ld.scr diff --git a/firm/hwtest/10/bootload/lib.c b/misc/hwtest/09/os/lib.c similarity index 100% rename from firm/hwtest/10/bootload/lib.c rename to misc/hwtest/09/os/lib.c diff --git a/firm/hwtest/10/bootload/lib.h b/misc/hwtest/09/os/lib.h similarity index 100% rename from firm/hwtest/10/bootload/lib.h rename to misc/hwtest/09/os/lib.h diff --git a/firm/hwtest/09/os/logo_20x16.bmp b/misc/hwtest/09/os/logo_20x16.bmp similarity index 100% rename from firm/hwtest/09/os/logo_20x16.bmp rename to misc/hwtest/09/os/logo_20x16.bmp diff --git a/firm/hwtest/09/os/logo_30x24.bmp b/misc/hwtest/09/os/logo_30x24.bmp similarity index 100% rename from firm/hwtest/09/os/logo_30x24.bmp rename to misc/hwtest/09/os/logo_30x24.bmp diff --git a/firm/hwtest/09/os/logo_40x32.bmp b/misc/hwtest/09/os/logo_40x32.bmp similarity index 100% rename from firm/hwtest/09/os/logo_40x32.bmp rename to misc/hwtest/09/os/logo_40x32.bmp diff --git a/firm/hwtest/09/os/main.c b/misc/hwtest/09/os/main.c similarity index 100% rename from firm/hwtest/09/os/main.c rename to misc/hwtest/09/os/main.c diff --git a/firm/hwtest/09/os/memory.c b/misc/hwtest/09/os/memory.c similarity index 100% rename from firm/hwtest/09/os/memory.c rename to misc/hwtest/09/os/memory.c diff --git a/firm/hwtest/09/os/memory.h b/misc/hwtest/09/os/memory.h similarity index 100% rename from firm/hwtest/09/os/memory.h rename to misc/hwtest/09/os/memory.h diff --git a/firm/hwtest/09/os/mmc.c b/misc/hwtest/09/os/mmc.c similarity index 100% rename from firm/hwtest/09/os/mmc.c rename to misc/hwtest/09/os/mmc.c diff --git a/firm/hwtest/10/bootload/pff.c b/misc/hwtest/09/os/pff.c similarity index 100% rename from firm/hwtest/10/bootload/pff.c rename to misc/hwtest/09/os/pff.c diff --git a/firm/hwtest/10/bootload/pff.h b/misc/hwtest/09/os/pff.h similarity index 100% rename from firm/hwtest/10/bootload/pff.h rename to misc/hwtest/09/os/pff.h diff --git a/firm/hwtest/09/os/startup.s b/misc/hwtest/09/os/startup.s similarity index 100% rename from firm/hwtest/09/os/startup.s rename to misc/hwtest/09/os/startup.s diff --git a/firm/hwtest/09/os/syscall.c b/misc/hwtest/09/os/syscall.c similarity index 100% rename from firm/hwtest/09/os/syscall.c rename to misc/hwtest/09/os/syscall.c diff --git a/firm/hwtest/09/os/syscall.h b/misc/hwtest/09/os/syscall.h similarity index 100% rename from firm/hwtest/09/os/syscall.h rename to misc/hwtest/09/os/syscall.h diff --git a/firm/hwtest/09/os/task.h b/misc/hwtest/09/os/task.h similarity index 100% rename from firm/hwtest/09/os/task.h rename to misc/hwtest/09/os/task.h diff --git a/firm/hwtest/09/os/task/re.c b/misc/hwtest/09/os/task/re.c similarity index 100% rename from firm/hwtest/09/os/task/re.c rename to misc/hwtest/09/os/task/re.c diff --git a/firm/hwtest/10/bootload/re.h b/misc/hwtest/09/os/task/re.h similarity index 100% rename from firm/hwtest/10/bootload/re.h rename to misc/hwtest/09/os/task/re.h diff --git a/firm/hwtest/09/os/task/sw.c b/misc/hwtest/09/os/task/sw.c similarity index 100% rename from firm/hwtest/09/os/task/sw.c rename to misc/hwtest/09/os/task/sw.c diff --git a/firm/hwtest/10/bootload/sw.h b/misc/hwtest/09/os/task/sw.h similarity index 100% rename from firm/hwtest/10/bootload/sw.h rename to misc/hwtest/09/os/task/sw.h diff --git a/firm/hwtest/09/os/task/task_command.c b/misc/hwtest/09/os/task/task_command.c similarity index 100% rename from firm/hwtest/09/os/task/task_command.c rename to misc/hwtest/09/os/task/task_command.c diff --git a/firm/hwtest/09/os/task/task_command.h b/misc/hwtest/09/os/task/task_command.h similarity index 100% rename from firm/hwtest/09/os/task/task_command.h rename to misc/hwtest/09/os/task/task_command.h diff --git a/firm/hwtest/09/os/task/task_ir.c b/misc/hwtest/09/os/task/task_ir.c similarity index 100% rename from firm/hwtest/09/os/task/task_ir.c rename to misc/hwtest/09/os/task/task_ir.c diff --git a/firm/hwtest/09/os/task/task_ir.h b/misc/hwtest/09/os/task/task_ir.h similarity index 100% rename from firm/hwtest/09/os/task/task_ir.h rename to misc/hwtest/09/os/task/task_ir.h diff --git a/firm/hwtest/09/os/task/task_userinput.c b/misc/hwtest/09/os/task/task_userinput.c similarity index 100% rename from firm/hwtest/09/os/task/task_userinput.c rename to misc/hwtest/09/os/task/task_userinput.c diff --git a/firm/hwtest/09/os/task/task_userinput.h b/misc/hwtest/09/os/task/task_userinput.h similarity index 100% rename from firm/hwtest/09/os/task/task_userinput.h rename to misc/hwtest/09/os/task/task_userinput.h diff --git a/firm/hwtest/10/bootload/KL-01 b/misc/hwtest/10/bootload/KL-01 similarity index 100% rename from firm/hwtest/10/bootload/KL-01 rename to misc/hwtest/10/bootload/KL-01 diff --git a/firm/hwtest/10/bootload/LICENSE b/misc/hwtest/10/bootload/LICENSE similarity index 100% rename from firm/hwtest/10/bootload/LICENSE rename to misc/hwtest/10/bootload/LICENSE diff --git a/firm/hwtest/10/bootload/Makefile b/misc/hwtest/10/bootload/Makefile similarity index 100% rename from firm/hwtest/10/bootload/Makefile rename to misc/hwtest/10/bootload/Makefile diff --git a/firm/simple_mp3_player/bootload/defines.h b/misc/hwtest/10/bootload/defines.h similarity index 100% rename from firm/simple_mp3_player/bootload/defines.h rename to misc/hwtest/10/bootload/defines.h diff --git a/firm/hwtest/10/os/diskio.h b/misc/hwtest/10/bootload/diskio.h similarity index 100% rename from firm/hwtest/10/os/diskio.h rename to misc/hwtest/10/bootload/diskio.h diff --git a/firm/hwtest/10/bootload/dram.c b/misc/hwtest/10/bootload/dram.c similarity index 100% rename from firm/hwtest/10/bootload/dram.c rename to misc/hwtest/10/bootload/dram.c diff --git a/firm/simple_mp3_player/bootload/dram.h b/misc/hwtest/10/bootload/dram.h similarity index 100% rename from firm/simple_mp3_player/bootload/dram.h rename to misc/hwtest/10/bootload/dram.h diff --git a/firm/simple_mp3_player/bootload/elf.c b/misc/hwtest/10/bootload/elf.c similarity index 100% rename from firm/simple_mp3_player/bootload/elf.c rename to misc/hwtest/10/bootload/elf.c diff --git a/firm/simple_mp3_player/bootload/elf.h b/misc/hwtest/10/bootload/elf.h similarity index 100% rename from firm/simple_mp3_player/bootload/elf.h rename to misc/hwtest/10/bootload/elf.h diff --git a/firm/hwtest/10/os/integer.h b/misc/hwtest/10/bootload/integer.h similarity index 100% rename from firm/hwtest/10/os/integer.h rename to misc/hwtest/10/bootload/integer.h diff --git a/firm/hwtest/10/os/interrupt.c b/misc/hwtest/10/bootload/interrupt.c similarity index 100% rename from firm/hwtest/10/os/interrupt.c rename to misc/hwtest/10/bootload/interrupt.c diff --git a/firm/hwtest/10/os/interrupt.h b/misc/hwtest/10/bootload/interrupt.h similarity index 100% rename from firm/hwtest/10/os/interrupt.h rename to misc/hwtest/10/bootload/interrupt.h diff --git a/firm/hwtest/10/bootload/intr.S b/misc/hwtest/10/bootload/intr.S similarity index 100% rename from firm/hwtest/10/bootload/intr.S rename to misc/hwtest/10/bootload/intr.S diff --git a/firm/hwtest/10/bootload/intr.h b/misc/hwtest/10/bootload/intr.h similarity index 100% rename from firm/hwtest/10/bootload/intr.h rename to misc/hwtest/10/bootload/intr.h diff --git a/firm/hwtest/10/bootload/lcd.c b/misc/hwtest/10/bootload/lcd.c similarity index 100% rename from firm/hwtest/10/bootload/lcd.c rename to misc/hwtest/10/bootload/lcd.c diff --git a/firm/hwtest/10/bootload/lcd.h b/misc/hwtest/10/bootload/lcd.h similarity index 100% rename from firm/hwtest/10/bootload/lcd.h rename to misc/hwtest/10/bootload/lcd.h diff --git a/firm/simple_mp3_player/bootload/ld.scr b/misc/hwtest/10/bootload/ld.scr similarity index 100% rename from firm/simple_mp3_player/bootload/ld.scr rename to misc/hwtest/10/bootload/ld.scr diff --git a/firm/hwtest/10/bootload/led.c b/misc/hwtest/10/bootload/led.c similarity index 100% rename from firm/hwtest/10/bootload/led.c rename to misc/hwtest/10/bootload/led.c diff --git a/firm/hwtest/10/os/driver/led.h b/misc/hwtest/10/bootload/led.h similarity index 100% rename from firm/hwtest/10/os/driver/led.h rename to misc/hwtest/10/bootload/led.h diff --git a/firm/hwtest/10/os/lib.c b/misc/hwtest/10/bootload/lib.c similarity index 100% rename from firm/hwtest/10/os/lib.c rename to misc/hwtest/10/bootload/lib.c diff --git a/firm/hwtest/10/os/lib.h b/misc/hwtest/10/bootload/lib.h similarity index 100% rename from firm/hwtest/10/os/lib.h rename to misc/hwtest/10/bootload/lib.h diff --git a/firm/hwtest/10/bootload/main.c b/misc/hwtest/10/bootload/main.c similarity index 100% rename from firm/hwtest/10/bootload/main.c rename to misc/hwtest/10/bootload/main.c diff --git a/firm/hwtest/10/bootload/mmc.c b/misc/hwtest/10/bootload/mmc.c similarity index 100% rename from firm/hwtest/10/bootload/mmc.c rename to misc/hwtest/10/bootload/mmc.c diff --git a/firm/hwtest/10/os/pff.c b/misc/hwtest/10/bootload/pff.c similarity index 100% rename from firm/hwtest/10/os/pff.c rename to misc/hwtest/10/bootload/pff.c diff --git a/firm/hwtest/10/os/pff.h b/misc/hwtest/10/bootload/pff.h similarity index 100% rename from firm/hwtest/10/os/pff.h rename to misc/hwtest/10/bootload/pff.h diff --git a/firm/hwtest/10/bootload/re.c b/misc/hwtest/10/bootload/re.c similarity index 100% rename from firm/hwtest/10/bootload/re.c rename to misc/hwtest/10/bootload/re.c diff --git a/firm/hwtest/10/os/task/re.h b/misc/hwtest/10/bootload/re.h similarity index 100% rename from firm/hwtest/10/os/task/re.h rename to misc/hwtest/10/bootload/re.h diff --git a/firm/simple_mp3_player/bootload/serial.c b/misc/hwtest/10/bootload/serial.c similarity index 100% rename from firm/simple_mp3_player/bootload/serial.c rename to misc/hwtest/10/bootload/serial.c diff --git a/firm/simple_mp3_player/bootload/serial.h b/misc/hwtest/10/bootload/serial.h similarity index 100% rename from firm/simple_mp3_player/bootload/serial.h rename to misc/hwtest/10/bootload/serial.h diff --git a/firm/simple_mp3_player/bootload/startup.s b/misc/hwtest/10/bootload/startup.s similarity index 100% rename from firm/simple_mp3_player/bootload/startup.s rename to misc/hwtest/10/bootload/startup.s diff --git a/firm/hwtest/10/bootload/sw.c b/misc/hwtest/10/bootload/sw.c similarity index 100% rename from firm/hwtest/10/bootload/sw.c rename to misc/hwtest/10/bootload/sw.c diff --git a/firm/hwtest/10/os/task/sw.h b/misc/hwtest/10/bootload/sw.h similarity index 100% rename from firm/hwtest/10/os/task/sw.h rename to misc/hwtest/10/bootload/sw.h diff --git a/firm/hwtest/10/bootload/vector.c b/misc/hwtest/10/bootload/vector.c similarity index 100% rename from firm/hwtest/10/bootload/vector.c rename to misc/hwtest/10/bootload/vector.c diff --git a/firm/hwtest/10/bootload/vs1011e.c b/misc/hwtest/10/bootload/vs1011e.c similarity index 100% rename from firm/hwtest/10/bootload/vs1011e.c rename to misc/hwtest/10/bootload/vs1011e.c diff --git a/firm/hwtest/10/bootload/vs1011e.h b/misc/hwtest/10/bootload/vs1011e.h similarity index 100% rename from firm/hwtest/10/bootload/vs1011e.h rename to misc/hwtest/10/bootload/vs1011e.h diff --git a/firm/simple_mp3_player/bootload/xmodem.c b/misc/hwtest/10/bootload/xmodem.c similarity index 100% rename from firm/simple_mp3_player/bootload/xmodem.c rename to misc/hwtest/10/bootload/xmodem.c diff --git a/firm/simple_mp3_player/bootload/xmodem.h b/misc/hwtest/10/bootload/xmodem.h similarity index 100% rename from firm/simple_mp3_player/bootload/xmodem.h rename to misc/hwtest/10/bootload/xmodem.h diff --git a/firm/hwtest/10/os/KL-01 b/misc/hwtest/10/os/KL-01 similarity index 100% rename from firm/hwtest/10/os/KL-01 rename to misc/hwtest/10/os/KL-01 diff --git a/firm/hwtest/10/os/LICENSE b/misc/hwtest/10/os/LICENSE similarity index 100% rename from firm/hwtest/10/os/LICENSE rename to misc/hwtest/10/os/LICENSE diff --git a/firm/hwtest/10/os/Makefile b/misc/hwtest/10/os/Makefile similarity index 100% rename from firm/hwtest/10/os/Makefile rename to misc/hwtest/10/os/Makefile diff --git a/firm/hwtest/10/os/defines.h b/misc/hwtest/10/os/defines.h similarity index 100% rename from firm/hwtest/10/os/defines.h rename to misc/hwtest/10/os/defines.h diff --git a/firm/simple_mp3_player/bootload/diskio.h b/misc/hwtest/10/os/diskio.h similarity index 100% rename from firm/simple_mp3_player/bootload/diskio.h rename to misc/hwtest/10/os/diskio.h diff --git a/firm/hwtest/10/os/driver.h b/misc/hwtest/10/os/driver.h similarity index 100% rename from firm/hwtest/10/os/driver.h rename to misc/hwtest/10/os/driver.h diff --git a/firm/hwtest/10/os/driver/driver_audio.c b/misc/hwtest/10/os/driver/driver_audio.c similarity index 100% rename from firm/hwtest/10/os/driver/driver_audio.c rename to misc/hwtest/10/os/driver/driver_audio.c diff --git a/firm/hwtest/10/os/driver/driver_audio.h b/misc/hwtest/10/os/driver/driver_audio.h similarity index 100% rename from firm/hwtest/10/os/driver/driver_audio.h rename to misc/hwtest/10/os/driver/driver_audio.h diff --git a/firm/hwtest/10/os/driver/driver_console.c b/misc/hwtest/10/os/driver/driver_console.c similarity index 100% rename from firm/hwtest/10/os/driver/driver_console.c rename to misc/hwtest/10/os/driver/driver_console.c diff --git a/firm/hwtest/10/os/driver/driver_console.h b/misc/hwtest/10/os/driver/driver_console.h similarity index 100% rename from firm/hwtest/10/os/driver/driver_console.h rename to misc/hwtest/10/os/driver/driver_console.h diff --git a/firm/hwtest/10/os/driver/driver_lcd.c b/misc/hwtest/10/os/driver/driver_lcd.c similarity index 100% rename from firm/hwtest/10/os/driver/driver_lcd.c rename to misc/hwtest/10/os/driver/driver_lcd.c diff --git a/firm/hwtest/10/os/driver/driver_lcd.h b/misc/hwtest/10/os/driver/driver_lcd.h similarity index 100% rename from firm/hwtest/10/os/driver/driver_lcd.h rename to misc/hwtest/10/os/driver/driver_lcd.h diff --git a/firm/hwtest/10/os/driver/driver_led.c b/misc/hwtest/10/os/driver/driver_led.c similarity index 100% rename from firm/hwtest/10/os/driver/driver_led.c rename to misc/hwtest/10/os/driver/driver_led.c diff --git a/firm/hwtest/10/os/driver/driver_led.h b/misc/hwtest/10/os/driver/driver_led.h similarity index 100% rename from firm/hwtest/10/os/driver/driver_led.h rename to misc/hwtest/10/os/driver/driver_led.h diff --git a/firm/hwtest/10/os/driver/driver_timer.c b/misc/hwtest/10/os/driver/driver_timer.c similarity index 100% rename from firm/hwtest/10/os/driver/driver_timer.c rename to misc/hwtest/10/os/driver/driver_timer.c diff --git a/firm/hwtest/10/os/driver/driver_timer.h b/misc/hwtest/10/os/driver/driver_timer.h similarity index 100% rename from firm/hwtest/10/os/driver/driver_timer.h rename to misc/hwtest/10/os/driver/driver_timer.h diff --git a/firm/hwtest/10/os/driver/led.c b/misc/hwtest/10/os/driver/led.c similarity index 100% rename from firm/hwtest/10/os/driver/led.c rename to misc/hwtest/10/os/driver/led.c diff --git a/firm/simple_mp3_player/bootload/led.h b/misc/hwtest/10/os/driver/led.h similarity index 100% rename from firm/simple_mp3_player/bootload/led.h rename to misc/hwtest/10/os/driver/led.h diff --git a/firm/hwtest/10/os/driver/serial.c b/misc/hwtest/10/os/driver/serial.c similarity index 100% rename from firm/hwtest/10/os/driver/serial.c rename to misc/hwtest/10/os/driver/serial.c diff --git a/firm/hwtest/10/os/driver/serial.h b/misc/hwtest/10/os/driver/serial.h similarity index 100% rename from firm/hwtest/10/os/driver/serial.h rename to misc/hwtest/10/os/driver/serial.h diff --git a/firm/hwtest/10/os/driver/sg12232c.c b/misc/hwtest/10/os/driver/sg12232c.c similarity index 100% rename from firm/hwtest/10/os/driver/sg12232c.c rename to misc/hwtest/10/os/driver/sg12232c.c diff --git a/firm/simple_mp3_player/bootload/sg12232c.h b/misc/hwtest/10/os/driver/sg12232c.h similarity index 100% rename from firm/simple_mp3_player/bootload/sg12232c.h rename to misc/hwtest/10/os/driver/sg12232c.h diff --git a/firm/hwtest/10/os/driver/timer.c b/misc/hwtest/10/os/driver/timer.c similarity index 100% rename from firm/hwtest/10/os/driver/timer.c rename to misc/hwtest/10/os/driver/timer.c diff --git a/firm/hwtest/10/os/driver/timer.h b/misc/hwtest/10/os/driver/timer.h similarity index 100% rename from firm/hwtest/10/os/driver/timer.h rename to misc/hwtest/10/os/driver/timer.h diff --git a/firm/hwtest/10/os/driver/vs1011e.c b/misc/hwtest/10/os/driver/vs1011e.c similarity index 100% rename from firm/hwtest/10/os/driver/vs1011e.c rename to misc/hwtest/10/os/driver/vs1011e.c diff --git a/firm/hwtest/10/os/driver/vs1011e.h b/misc/hwtest/10/os/driver/vs1011e.h similarity index 100% rename from firm/hwtest/10/os/driver/vs1011e.h rename to misc/hwtest/10/os/driver/vs1011e.h diff --git a/firm/simple_mp3_player/bootload/integer.h b/misc/hwtest/10/os/integer.h similarity index 100% rename from firm/simple_mp3_player/bootload/integer.h rename to misc/hwtest/10/os/integer.h diff --git a/firm/simple_mp3_player/bootload/interrupt.c b/misc/hwtest/10/os/interrupt.c similarity index 100% rename from firm/simple_mp3_player/bootload/interrupt.c rename to misc/hwtest/10/os/interrupt.c diff --git a/firm/simple_mp3_player/bootload/interrupt.h b/misc/hwtest/10/os/interrupt.h similarity index 100% rename from firm/simple_mp3_player/bootload/interrupt.h rename to misc/hwtest/10/os/interrupt.h diff --git a/firm/hwtest/10/os/intr.h b/misc/hwtest/10/os/intr.h similarity index 100% rename from firm/hwtest/10/os/intr.h rename to misc/hwtest/10/os/intr.h diff --git a/firm/hwtest/10/os/kozos.c b/misc/hwtest/10/os/kozos.c similarity index 100% rename from firm/hwtest/10/os/kozos.c rename to misc/hwtest/10/os/kozos.c diff --git a/firm/hwtest/10/os/kozos.h b/misc/hwtest/10/os/kozos.h similarity index 100% rename from firm/hwtest/10/os/kozos.h rename to misc/hwtest/10/os/kozos.h diff --git a/firm/hwtest/10/os/ld.scr b/misc/hwtest/10/os/ld.scr similarity index 100% rename from firm/hwtest/10/os/ld.scr rename to misc/hwtest/10/os/ld.scr diff --git a/firm/simple_mp3_player/bootload/lib.c b/misc/hwtest/10/os/lib.c similarity index 100% rename from firm/simple_mp3_player/bootload/lib.c rename to misc/hwtest/10/os/lib.c diff --git a/firm/simple_mp3_player/bootload/lib.h b/misc/hwtest/10/os/lib.h similarity index 100% rename from firm/simple_mp3_player/bootload/lib.h rename to misc/hwtest/10/os/lib.h diff --git a/firm/hwtest/10/os/logo_20x16.bmp b/misc/hwtest/10/os/logo_20x16.bmp similarity index 100% rename from firm/hwtest/10/os/logo_20x16.bmp rename to misc/hwtest/10/os/logo_20x16.bmp diff --git a/firm/hwtest/10/os/logo_30x24.bmp b/misc/hwtest/10/os/logo_30x24.bmp similarity index 100% rename from firm/hwtest/10/os/logo_30x24.bmp rename to misc/hwtest/10/os/logo_30x24.bmp diff --git a/firm/hwtest/10/os/logo_40x32.bmp b/misc/hwtest/10/os/logo_40x32.bmp similarity index 100% rename from firm/hwtest/10/os/logo_40x32.bmp rename to misc/hwtest/10/os/logo_40x32.bmp diff --git a/firm/hwtest/10/os/main.c b/misc/hwtest/10/os/main.c similarity index 100% rename from firm/hwtest/10/os/main.c rename to misc/hwtest/10/os/main.c diff --git a/firm/hwtest/10/os/memory.c b/misc/hwtest/10/os/memory.c similarity index 100% rename from firm/hwtest/10/os/memory.c rename to misc/hwtest/10/os/memory.c diff --git a/firm/hwtest/10/os/memory.h b/misc/hwtest/10/os/memory.h similarity index 100% rename from firm/hwtest/10/os/memory.h rename to misc/hwtest/10/os/memory.h diff --git a/firm/hwtest/10/os/mmc.c b/misc/hwtest/10/os/mmc.c similarity index 100% rename from firm/hwtest/10/os/mmc.c rename to misc/hwtest/10/os/mmc.c diff --git a/firm/simple_mp3_player/bootload/pff.c b/misc/hwtest/10/os/pff.c similarity index 100% rename from firm/simple_mp3_player/bootload/pff.c rename to misc/hwtest/10/os/pff.c diff --git a/firm/simple_mp3_player/bootload/pff.h b/misc/hwtest/10/os/pff.h similarity index 100% rename from firm/simple_mp3_player/bootload/pff.h rename to misc/hwtest/10/os/pff.h diff --git a/firm/hwtest/10/os/startup.s b/misc/hwtest/10/os/startup.s similarity index 100% rename from firm/hwtest/10/os/startup.s rename to misc/hwtest/10/os/startup.s diff --git a/firm/hwtest/10/os/syscall.c b/misc/hwtest/10/os/syscall.c similarity index 100% rename from firm/hwtest/10/os/syscall.c rename to misc/hwtest/10/os/syscall.c diff --git a/firm/hwtest/10/os/syscall.h b/misc/hwtest/10/os/syscall.h similarity index 100% rename from firm/hwtest/10/os/syscall.h rename to misc/hwtest/10/os/syscall.h diff --git a/firm/hwtest/10/os/task.h b/misc/hwtest/10/os/task.h similarity index 100% rename from firm/hwtest/10/os/task.h rename to misc/hwtest/10/os/task.h diff --git a/firm/hwtest/10/os/task/re.c b/misc/hwtest/10/os/task/re.c similarity index 100% rename from firm/hwtest/10/os/task/re.c rename to misc/hwtest/10/os/task/re.c diff --git a/firm/simple_mp3_player/bootload/re.h b/misc/hwtest/10/os/task/re.h similarity index 100% rename from firm/simple_mp3_player/bootload/re.h rename to misc/hwtest/10/os/task/re.h diff --git a/firm/hwtest/10/os/task/sw.c b/misc/hwtest/10/os/task/sw.c similarity index 100% rename from firm/hwtest/10/os/task/sw.c rename to misc/hwtest/10/os/task/sw.c diff --git a/firm/simple_mp3_player/bootload/sw.h b/misc/hwtest/10/os/task/sw.h similarity index 100% rename from firm/simple_mp3_player/bootload/sw.h rename to misc/hwtest/10/os/task/sw.h diff --git a/firm/hwtest/10/os/task/task_command.c b/misc/hwtest/10/os/task/task_command.c similarity index 100% rename from firm/hwtest/10/os/task/task_command.c rename to misc/hwtest/10/os/task/task_command.c diff --git a/firm/hwtest/10/os/task/task_command.h b/misc/hwtest/10/os/task/task_command.h similarity index 100% rename from firm/hwtest/10/os/task/task_command.h rename to misc/hwtest/10/os/task/task_command.h diff --git a/firm/hwtest/10/os/task/task_ir.c b/misc/hwtest/10/os/task/task_ir.c similarity index 100% rename from firm/hwtest/10/os/task/task_ir.c rename to misc/hwtest/10/os/task/task_ir.c diff --git a/firm/hwtest/10/os/task/task_ir.h b/misc/hwtest/10/os/task/task_ir.h similarity index 100% rename from firm/hwtest/10/os/task/task_ir.h rename to misc/hwtest/10/os/task/task_ir.h diff --git a/firm/hwtest/10/os/task/task_userinput.c b/misc/hwtest/10/os/task/task_userinput.c similarity index 100% rename from firm/hwtest/10/os/task/task_userinput.c rename to misc/hwtest/10/os/task/task_userinput.c diff --git a/firm/hwtest/10/os/task/task_userinput.h b/misc/hwtest/10/os/task/task_userinput.h similarity index 100% rename from firm/hwtest/10/os/task/task_userinput.h rename to misc/hwtest/10/os/task/task_userinput.h diff --git a/firm/hwtest/README.TXT b/misc/hwtest/README.TXT similarity index 100% rename from firm/hwtest/README.TXT rename to misc/hwtest/README.TXT diff --git a/firm/hwtest/tools/kz_h8write/Doxyfile b/misc/hwtest/tools/kz_h8write/Doxyfile similarity index 100% rename from firm/hwtest/tools/kz_h8write/Doxyfile rename to misc/hwtest/tools/kz_h8write/Doxyfile diff --git a/firm/hwtest/tools/kz_h8write/Makefile b/misc/hwtest/tools/kz_h8write/Makefile similarity index 100% rename from firm/hwtest/tools/kz_h8write/Makefile rename to misc/hwtest/tools/kz_h8write/Makefile diff --git a/firm/hwtest/tools/kz_h8write/README.txt b/misc/hwtest/tools/kz_h8write/README.txt similarity index 100% rename from firm/hwtest/tools/kz_h8write/README.txt rename to misc/hwtest/tools/kz_h8write/README.txt diff --git a/firm/hwtest/tools/kz_h8write/brochure.docx b/misc/hwtest/tools/kz_h8write/brochure.docx similarity index 100% rename from firm/hwtest/tools/kz_h8write/brochure.docx rename to misc/hwtest/tools/kz_h8write/brochure.docx diff --git a/firm/hwtest/tools/kz_h8write/kz_h8write.c b/misc/hwtest/tools/kz_h8write/kz_h8write.c similarity index 100% rename from firm/hwtest/tools/kz_h8write/kz_h8write.c rename to misc/hwtest/tools/kz_h8write/kz_h8write.c diff --git a/firm/hwtest/tools/kz_h8write/kz_h8write.h b/misc/hwtest/tools/kz_h8write/kz_h8write.h similarity index 100% rename from firm/hwtest/tools/kz_h8write/kz_h8write.h rename to misc/hwtest/tools/kz_h8write/kz_h8write.h diff --git a/firm/hwtest/tools/kz_h8write/kz_h8write.sln b/misc/hwtest/tools/kz_h8write/kz_h8write.sln similarity index 100% rename from firm/hwtest/tools/kz_h8write/kz_h8write.sln rename to misc/hwtest/tools/kz_h8write/kz_h8write.sln diff --git a/firm/hwtest/tools/kz_h8write/kz_h8write.vcxproj b/misc/hwtest/tools/kz_h8write/kz_h8write.vcxproj similarity index 100% rename from firm/hwtest/tools/kz_h8write/kz_h8write.vcxproj rename to misc/hwtest/tools/kz_h8write/kz_h8write.vcxproj diff --git a/firm/hwtest/tools/kz_h8write/kz_h8write.vcxproj.filters b/misc/hwtest/tools/kz_h8write/kz_h8write.vcxproj.filters similarity index 100% rename from firm/hwtest/tools/kz_h8write/kz_h8write.vcxproj.filters rename to misc/hwtest/tools/kz_h8write/kz_h8write.vcxproj.filters diff --git a/firm/hwtest/tools/kz_h8write/kz_h8write.vcxproj.user b/misc/hwtest/tools/kz_h8write/kz_h8write.vcxproj.user similarity index 100% rename from firm/hwtest/tools/kz_h8write/kz_h8write.vcxproj.user rename to misc/hwtest/tools/kz_h8write/kz_h8write.vcxproj.user diff --git a/firm/hwtest/tools/kz_h8write/mot.c b/misc/hwtest/tools/kz_h8write/mot.c similarity index 100% rename from firm/hwtest/tools/kz_h8write/mot.c rename to misc/hwtest/tools/kz_h8write/mot.c diff --git a/firm/hwtest/tools/kz_h8write/mot.h b/misc/hwtest/tools/kz_h8write/mot.h similarity index 100% rename from firm/hwtest/tools/kz_h8write/mot.h rename to misc/hwtest/tools/kz_h8write/mot.h diff --git a/firm/hwtest/tools/kz_h8write/motdump.c b/misc/hwtest/tools/kz_h8write/motdump.c similarity index 100% rename from firm/hwtest/tools/kz_h8write/motdump.c rename to misc/hwtest/tools/kz_h8write/motdump.c diff --git a/firm/hwtest/tools/kz_h8write/motdump.vcxproj b/misc/hwtest/tools/kz_h8write/motdump.vcxproj similarity index 100% rename from firm/hwtest/tools/kz_h8write/motdump.vcxproj rename to misc/hwtest/tools/kz_h8write/motdump.vcxproj diff --git a/firm/hwtest/tools/kz_h8write/motdump.vcxproj.filters b/misc/hwtest/tools/kz_h8write/motdump.vcxproj.filters similarity index 100% rename from firm/hwtest/tools/kz_h8write/motdump.vcxproj.filters rename to misc/hwtest/tools/kz_h8write/motdump.vcxproj.filters diff --git a/firm/hwtest/tools/kz_h8write/motdump.vcxproj.user b/misc/hwtest/tools/kz_h8write/motdump.vcxproj.user similarity index 100% rename from firm/hwtest/tools/kz_h8write/motdump.vcxproj.user rename to misc/hwtest/tools/kz_h8write/motdump.vcxproj.user diff --git a/firm/hwtest/tools/kz_h8write/optparse.c b/misc/hwtest/tools/kz_h8write/optparse.c similarity index 100% rename from firm/hwtest/tools/kz_h8write/optparse.c rename to misc/hwtest/tools/kz_h8write/optparse.c diff --git a/firm/hwtest/tools/kz_h8write/optparse.h b/misc/hwtest/tools/kz_h8write/optparse.h similarity index 100% rename from firm/hwtest/tools/kz_h8write/optparse.h rename to misc/hwtest/tools/kz_h8write/optparse.h diff --git a/firm/hwtest/tools/kz_h8write/serial.h b/misc/hwtest/tools/kz_h8write/serial.h similarity index 100% rename from firm/hwtest/tools/kz_h8write/serial.h rename to misc/hwtest/tools/kz_h8write/serial.h diff --git a/firm/hwtest/tools/kz_h8write/serial_linux.c b/misc/hwtest/tools/kz_h8write/serial_linux.c similarity index 100% rename from firm/hwtest/tools/kz_h8write/serial_linux.c rename to misc/hwtest/tools/kz_h8write/serial_linux.c diff --git a/firm/hwtest/tools/kz_h8write/serial_windows.c b/misc/hwtest/tools/kz_h8write/serial_windows.c similarity index 100% rename from firm/hwtest/tools/kz_h8write/serial_windows.c rename to misc/hwtest/tools/kz_h8write/serial_windows.c diff --git a/firm/hwtest/tools/kz_xmodem/Doxyfile b/misc/hwtest/tools/kz_xmodem/Doxyfile similarity index 100% rename from firm/hwtest/tools/kz_xmodem/Doxyfile rename to misc/hwtest/tools/kz_xmodem/Doxyfile diff --git a/firm/hwtest/tools/kz_xmodem/Makefile b/misc/hwtest/tools/kz_xmodem/Makefile similarity index 100% rename from firm/hwtest/tools/kz_xmodem/Makefile rename to misc/hwtest/tools/kz_xmodem/Makefile diff --git a/firm/hwtest/tools/kz_xmodem/README.txt b/misc/hwtest/tools/kz_xmodem/README.txt similarity index 100% rename from firm/hwtest/tools/kz_xmodem/README.txt rename to misc/hwtest/tools/kz_xmodem/README.txt diff --git a/firm/hwtest/tools/kz_xmodem/brochure.docx b/misc/hwtest/tools/kz_xmodem/brochure.docx similarity index 100% rename from firm/hwtest/tools/kz_xmodem/brochure.docx rename to misc/hwtest/tools/kz_xmodem/brochure.docx diff --git a/firm/hwtest/tools/kz_xmodem/kz_xmodem.c b/misc/hwtest/tools/kz_xmodem/kz_xmodem.c similarity index 100% rename from firm/hwtest/tools/kz_xmodem/kz_xmodem.c rename to misc/hwtest/tools/kz_xmodem/kz_xmodem.c diff --git a/firm/hwtest/tools/kz_xmodem/kz_xmodem.h b/misc/hwtest/tools/kz_xmodem/kz_xmodem.h similarity index 100% rename from firm/hwtest/tools/kz_xmodem/kz_xmodem.h rename to misc/hwtest/tools/kz_xmodem/kz_xmodem.h diff --git a/firm/hwtest/tools/kz_xmodem/kz_xmodem.sln b/misc/hwtest/tools/kz_xmodem/kz_xmodem.sln similarity index 100% rename from firm/hwtest/tools/kz_xmodem/kz_xmodem.sln rename to misc/hwtest/tools/kz_xmodem/kz_xmodem.sln diff --git a/firm/hwtest/tools/kz_xmodem/kz_xmodem.vcxproj b/misc/hwtest/tools/kz_xmodem/kz_xmodem.vcxproj similarity index 100% rename from firm/hwtest/tools/kz_xmodem/kz_xmodem.vcxproj rename to misc/hwtest/tools/kz_xmodem/kz_xmodem.vcxproj diff --git a/firm/hwtest/tools/kz_xmodem/kz_xmodem.vcxproj.filters b/misc/hwtest/tools/kz_xmodem/kz_xmodem.vcxproj.filters similarity index 100% rename from firm/hwtest/tools/kz_xmodem/kz_xmodem.vcxproj.filters rename to misc/hwtest/tools/kz_xmodem/kz_xmodem.vcxproj.filters diff --git a/firm/hwtest/tools/kz_xmodem/kz_xmodem.vcxproj.user b/misc/hwtest/tools/kz_xmodem/kz_xmodem.vcxproj.user similarity index 100% rename from firm/hwtest/tools/kz_xmodem/kz_xmodem.vcxproj.user rename to misc/hwtest/tools/kz_xmodem/kz_xmodem.vcxproj.user diff --git a/firm/hwtest/tools/kz_xmodem/serial.h b/misc/hwtest/tools/kz_xmodem/serial.h similarity index 100% rename from firm/hwtest/tools/kz_xmodem/serial.h rename to misc/hwtest/tools/kz_xmodem/serial.h diff --git a/firm/hwtest/tools/kz_xmodem/serial_linux.c b/misc/hwtest/tools/kz_xmodem/serial_linux.c similarity index 100% rename from firm/hwtest/tools/kz_xmodem/serial_linux.c rename to misc/hwtest/tools/kz_xmodem/serial_linux.c diff --git a/firm/hwtest/tools/kz_xmodem/serial_windows.c b/misc/hwtest/tools/kz_xmodem/serial_windows.c similarity index 100% rename from firm/hwtest/tools/kz_xmodem/serial_windows.c rename to misc/hwtest/tools/kz_xmodem/serial_windows.c