]> rtime.felk.cvut.cz Git - jailhouse.git/commit
inmates: Refactor folder structure
authorJan Kiszka <jan.kiszka@siemens.com>
Wed, 16 Jul 2014 11:05:42 +0000 (13:05 +0200)
committerJan Kiszka <jan.kiszka@siemens.com>
Mon, 21 Jul 2014 06:53:05 +0000 (08:53 +0200)
commit804fde67a681fe1edd55a48e1c394c9d813bbb14
tree5d6800ed4ce39f7a8477c044a094d447294d20d4
parent7e28b42231d0e59c93d9bc95f9812d7250e8e76e
inmates: Refactor folder structure

Move common code into inmates/lib and showcases into a inmates/demos to
prepare for a reusable and extensible inmates framework. Also split
along architecture dependencies, we will get code for non-x86 as well
one day.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
12 files changed:
inmates/Makefile
inmates/demos/arm/Makefile [new file with mode: 0644]
inmates/demos/x86/Makefile [new file with mode: 0644]
inmates/demos/x86/apic-demo.c [moved from inmates/apic-demo.c with 100% similarity]
inmates/demos/x86/tiny-demo.c [moved from inmates/tiny-demo.c with 100% similarity]
inmates/lib/x86/Makefile.lib [new file with mode: 0644]
inmates/lib/x86/header-32.S [moved from inmates/header-32.S with 100% similarity]
inmates/lib/x86/header.S [moved from inmates/header.S with 100% similarity]
inmates/lib/x86/inmate.h [moved from inmates/inmate.h with 100% similarity]
inmates/lib/x86/inmate.lds [moved from inmates/inmate.lds with 100% similarity]
inmates/lib/x86/pm-timer.c [moved from inmates/pm-timer.c with 100% similarity]
inmates/lib/x86/printk.c [moved from inmates/printk.c with 96% similarity]