History log of /seL4-l4v-master/l4v/spec/abstract/ARM/ArchDecode_A.thy
Revision Date Author Comments
# a45adef6 31-Oct-2020 Gerwin Klein <gerwin.klein@data61.csiro.au>

all: remove theory import path references

In Isabelle2020, when isabelle jedit is started without a session
context, e.g. `isabelle jedit -l ASpec`, theory imports with path
references cause the isabelle process to hang.

Since sessions now declare directories, Isabelle can find those files
without path reference and we therefore remove all such path references
from import statements. With this, `jedit` and `build` should work with
and without explicit session context as before.

Signed-off-by: Gerwin Klein <gerwin.klein@data61.csiro.au>


# a424d55e 09-Mar-2020 Gerwin Klein <gerwin.klein@data61.csiro.au>

licenses: convert license tags to SPDX


# c64e054c 25-Sep-2019 Victor Phan <Victor.Phan@data61.csiro.au>

arm aspec: update PageMap to replace PageRemap (SELFOUR-161)


# c34840d0 05-Jun-2019 Gerwin Klein <gerwin.klein@data61.csiro.au>

global: isabelle update_cartouches


# 8173a37c 13-Aug-2018 Mitchell Buckley <mitchell.buckley@data61.csiro.au>

Updated specs and proofs for SELFOUR-1491: control IRQ triggering on ARM.


# a3de401c 03-Apr-2018 Matthew Brecknell <Matthew.Brecknell@data61.csiro.au>

x64: more abstract specs and invariants for ASIDs


# ffc06408 28-Nov-2017 Joel Beeren <joel.beeren@data61.csiro.au>

VER-853: put arch_check_irq into the Arch locale, and update x64 to match C


# 796887d9 11-Jul-2017 Alejandro Gomez-Londono <alejandro.gomez@nicta.com.au>

Removes all trailing whitespaces


# 3c223b42 15-Feb-2016 Joel Beeren <joel.beeren@nicta.com.au>

SELFOUR-421: AInvs done, no added invariants yet


# 5e16ec56 10-Feb-2016 Joel Beeren <joel.beeren@nicta.com.au>

SELFOUR-421: first attempt at abstract spec


# f0faa90f 17-Apr-2016 Gerwin Klein <gerwin.klein@nicta.com.au>

lib/spec/proof/tools: fix word change fallout


# 1d20b393 26-Apr-2016 Daniel Matichuk <daniel.matichuk@nicta.com.au>

arch_split: replaced sublocale with global_naming


# 3191c485 20-Apr-2016 Daniel Matichuk <daniel.matichuk@nicta.com.au>

arch_split: added ARM_A and ARM_H locales


# 1018d01b 04-Feb-2016 Daniel Matichuk <daniel.matichuk@nicta.com.au>

arch_split: More namespacing progress and invariant splitting. Checks halfway into Invariants_AI


# fad2c6aa 11-Jan-2016 Daniel Matichuk <daniel.matichuk@nicta.com.au>

paramatrised abstract and haskell specs over L4V_ARCH

Haskell translator was modified to support multiple translations
of the haskell, with different build parameters.