History log of /seL4-l4v-10.1.1/l4v/spec/haskell/src/SEL4/Object/Instances/ARM.lhs
Revision Date Author Comments
# d8d1ee01 28-Jun-2017 Miki Tanaka <miki.tanaka@nicta.com.au>

haskell: unify arm and arm-hyp haskell files

- both ARM and ARM_HYP haskell specs are now generated from the same set of files using cpp
- callbacks and platform files are merged into one directory (ARM)
- remove check-arm-hyp.py now that there are no ARM_HYP.lhs files


# 7b75ed2b 06-Feb-2017 Rafal Kolanski <rafal.kolanski@nicta.com.au>

haskell: make ARM resemble the output of ARM_HYP preprocessing

The first step of merging the ARM hypervisor extensions into existing
ARM is to make the current ARM look like the preprocessed output of
ARM_HYP, which currently supports both platforms.

NOTE: this requires updates to ARM Refine and CRefine due to shuffling
around some constants (pteBits et al.). That is on its way.


# ebc7cbe5 23-May-2016 Japheth Lim <Japheth.Lim@nicta.com.au>

haskell: move Haskell kernel into spec/