]> rtime.felk.cvut.cz Git - jailhouse.git/commitdiff
Update TODO regarding ARM
authorJan Kiszka <jan.kiszka@siemens.com>
Sat, 20 Sep 2014 11:30:25 +0000 (13:30 +0200)
committerJan Kiszka <jan.kiszka@siemens.com>
Wed, 24 Sep 2014 16:57:58 +0000 (18:57 +0200)
Specifically leave a note that big endian support is not yet there.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
TODO

diff --git a/TODO b/TODO
index cfe8dcee4bf8ad86583f08299ffd5d26e412ebf2..3f8089408c070d4d2c82cc2532d1742a653e1f8c 100644 (file)
--- a/TODO
+++ b/TODO
@@ -7,8 +7,15 @@ o x86 support
   - allow per cell (managing inter-core/inter-cell impacts)
  - NMI control/status port - moderation or emulation required?
 o ARM support
- - v7 (32-bit)
+ - v7 (32-bit) [WIP]
+  - System MMU support
+  - improve UART handover
+  - improve support for platform variations (device tree?)
  - v8 (64-bit)
+ - support for big endian
+  - infrastructure to support BE architectures (byte-swapping services)
+  - usage of that infrastructure in generic subsystems
+  - specific BE support for ARMv7, then v8
 o configuration
  - add official support to assign resources to multiple cells
    (shared pages, read-only PIO ports)?