From 7c6cdb9f1dec7af677280a949ce9755cb8b68176 Mon Sep 17 00:00:00 2001 From: Travis Geiselbrecht Date: Sat, 29 May 2021 16:46:43 -0700 Subject: [PATCH] [docs][todo] start a todo file in a new docs folder --- docs/todo.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/todo.md diff --git a/docs/todo.md b/docs/todo.md new file mode 100644 index 00000000..a6db1590 --- /dev/null +++ b/docs/todo.md @@ -0,0 +1,12 @@ +# Random TODO list + +[github issue list](https://github.com/littlekernel/lk/issues) + +To fix: ++ arm64 arch_ops.h - arch_cycle_count is bogus ++ x86 arch_ops.h - switch to builtin atomics ++ riscv - exception decode can be a negation test (top bit set) ++ arm arch_ops.h left over pre-armv6 stuff ++ see about expanding cycle count to a ulong ++ lib console make read only blocks +