History log of /seL4-l4v-10.1.1/l4v/spec/haskell/src/SEL4/Object/ObjectType/RISCV64.hs
Revision Date Author Comments
# dac7a00e 26-Aug-2018 Ilya Yanok <ilya.yanok@gmail.com>

haskell: explicitly import Prelude hiding Word

everywhere where it can clash with Word type defined by SEL4.


# ca8142fd 19-Jun-2018 Rafal Kolanski <rafal.kolanski@nicta.com.au>

riscv haskell: add ASIDPoolCap case to finaliseCap

(C got updated)


# fc13a034 18-Jun-2018 Rafal Kolanski <rafal.kolanski@nicta.com.au>

riscv haskell: C code now respects isDevice in createObject

remove FIXME


# b4f74c85 18-Jun-2018 Rafal Kolanski <rafal.kolanski@nicta.com.au>

riscv haskell: sync maskCapRights to new C implementation


# 8a71a417 18-Jun-2018 Gerwin Klein <gerwin.klein@data61.csiro.au>

riscv haskell: Arch.(perform|decode)Invocation


# 487dbe56 18-Jun-2018 Rafal Kolanski <rafal.kolanski@nicta.com.au>

riscv haskell: progress on ObjectType

Preliminary versions of finaliseCap/sameRegionAs/placeNewDataObject
There are issues with C code under discussion, these are noted and spec
will have to be updated accordingly.


# 8af55f6f 15-Jun-2018 Rafal Kolanski <rafal.kolanski@nicta.com.au>

riscv haskell: deriveCap and similar


# f220423f 13-Jun-2018 Gerwin Klein <gerwin.klein@data61.csiro.au>

riscv haskell: define arch objects and caps


# 7f06c5eb 12-Jun-2018 Rafal Kolanski <rafal.kolanski@nicta.com.au>

riscv haskell: minimum compiling skeleton

All functions and datatypes required by generic code are supplied in
stubbed out or placeholder form, and anything not required is missing.

The code compiles (make build-riscv), please let's keep it that way.

Look for the "FIXME RISCV" tag, which is the official FIXME tag for this
project.