Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/seL4/seL4.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
  1. Oct 17, 2014
    • Adrian Danis's avatar
      Derive a new IPC buffer cap when inserting into the initial threads TCB to... · 04106920
      Adrian Danis authored
      Derive a new IPC buffer cap when inserting into the initial threads TCB to remove mapping information
      
      For any other thread setting the IPC buffer via TCB_Configure will result
      in a derived capability being installed that does not have mapping information.
      This leads to a expected behaviour that setting a new IPC buffer (even if it is
      the same as the current one), will not perform an unmapping.
      04106920
  2. Oct 16, 2014
  3. Oct 13, 2014
  4. Oct 10, 2014
  5. Oct 09, 2014
  6. Oct 03, 2014
    • Matthew Fernandez's avatar
      Makefile: Add a V=3 verbosity setting. · 1ee573f9
      Matthew Fernandez authored
      Prior to this commit there was an unfortunate disagreement between the seL4
      project build system and the kernel's Makefile. V=3 was interpreted as maximum
      verbosity by the project build system and minimum verbosity by the kernel's
      Makefile. This commit makes V=3 the maximum verbosity for both.
      
      JIRA: VER-159
      1ee573f9
  7. Sep 19, 2014
  8. Sep 03, 2014
  9. Sep 02, 2014
  10. Sep 01, 2014
    • Thomas Sewell's avatar
      DONT_TRANSLATE more inline asm functions. · 5d439655
      Thomas Sewell authored
      The c-parser can now parse these functions, but it does it by
      discarding the inline ASM block, creating a misleading and likely
      malformed function body. It is better to not translate these
      with a DONT_TRANSLATE comment.
      
      This change has been made for the current verification platform
      only, and should probably be extended to any other verification
      targets as necessary.
      5d439655
  11. Aug 20, 2014
  12. Aug 12, 2014
  13. Aug 11, 2014
  14. Aug 09, 2014
  15. Aug 08, 2014
  16. Aug 04, 2014
  17. Jul 31, 2014
  18. Jul 30, 2014
  19. Jul 29, 2014
  20. Jul 28, 2014
  21. Jul 25, 2014
    • Gerwin Klein's avatar
      merge · 3e34eb54
      Gerwin Klein authored
      3e34eb54
    • Peter Chubb's avatar
      More compiler fixes · eb774331
      Peter Chubb authored
      The in-kernel-directory Makefile was trying to reset CFLAGS, and
      sometimes sets them to conflict with the ones set by the Kbuild system.
      
      Only set CFLAGS and ASFLAGS for standalone builds.
      (standalone builds are only really supported for KZM anyway).
      eb774331
    • Peter Chubb's avatar
      Fix compilation errors on Cortex-A8 · 649d123d
      Peter Chubb authored
      Different version of GCC need diffferent combinations of -mcpu
      -mtune= and -march to build properly for KZM (armv6) and cortex-a8
      
      Make CFLAGS and ASFLAGS consistent, and rely on GCC knowing which arch is which
      wwhen told what CPU to build for.
      649d123d
  22. Jul 24, 2014
    • Peter Chubb's avatar
      Fix Beagle builds · ac127068
      Peter Chubb authored
      For the toolchain we have, armv6 is incompatible with cpu=arm1136jf-2, but
      with cpu-cortex-a?, arch=armv7-a is required.
      ac127068
  23. Jul 23, 2014
Loading