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. Aug 03, 2015
  2. Jul 30, 2015
  3. Jul 28, 2015
  4. Jul 27, 2015
  5. Jul 23, 2015
  6. Jul 15, 2015
  7. Jul 14, 2015
  8. Jul 10, 2015
    • Wink Saville's avatar
      Streamline libsel4 and remove its libc dependencies. · e653f8f6
      Wink Saville authored
      There are now separate libs for benchmark, assert, printf, putchar
      start/stop:
      
            libs/libsel4benchmark
            libs/libsel4assert
            libs/libsel4printf
            libs/libsel4putchar
            libs/libsel4startstop
      
      The primary changes are introducing sel4/sel4.h and removing std* types
      plus porting assert and IO code from the kernel to libsel4assert,
      libsel4printf, libsel4putchar.
      
      This means the code within libsel4 and the newlibs do not overload any
      typical libc entities. Instead the libraries use types like
      seL4_Uint32 ... instead of uint32_t. And printf is now seL4_Printf and
      assert is seL4_Assert ....
      
      Finally, the only file modified that effects kernel code is
      kernel/tools/bitfield_gen.py. It needed to be modified as it generates
      files for both kernel and user space. And for user space the generated code
      (types_gen.h) needed to use the new types and asserts. The changes should
      not change what is generated for the kernel and I did a comparison of
      kernel_final.{c|s} before and after my change and the only differences
      were time stamps.
      
      Bug: #15 Streamline kernel/libsel4 and remove its libc dependencies
      e653f8f6
  9. Jul 03, 2015
  10. Jun 26, 2015
  11. Jun 22, 2015
  12. Jun 15, 2015
  13. Jun 03, 2015
    • Matthew Fernandez's avatar
      Add a config option for the word size of the current platform. · 2972de78
      Matthew Fernandez authored
      This option is not necessary at compile-time as it is subsumed by the
      compiler's #defines, but it is useful for code generators such as CAmkES to
      know, at generation-time, the native word size of the platform they are
      generating code for. Existing mechanisms either hard code a 32-bit platform or
      use a set of fragile heuristics to work out the word size. Note that this
      option is set automatically and not visible from menuconfig.
      2972de78
  14. Jun 02, 2015
  15. Jun 01, 2015
  16. May 28, 2015
Loading