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. Mar 21, 2019
  2. Mar 20, 2019
    • Edward Pierzchalski's avatar
      RISCV: make sure `i` has a uniform type. · 1ca215cf
      Edward Pierzchalski authored
      The C parser produces abbreviations for local variables that depend on
      the variable type and the order they appear in the source.
      
      The signature for `get_avail_p_reg` on RISCV has a different type for
      `i` than every other function, which causes issues when `hardware.h` is
      included early in `kernel_all.c_pp`. Changing the type to `word_t`
      avoids these issues.
      1ca215cf
    • Edward Pierzchalski's avatar
      RISCV: avoid unsized arrays. · 9e7379fc
      Edward Pierzchalski authored
      The C parser will fail to process an array variable if it isn't
      eventually given a size. `trap_entry` is the symbol for an ASM
      function that we don't explicitly call from C anyway, so we only need
      the symbol to contain the relevant pointer value.
      9e7379fc
    • Oliver Scott's avatar
      capdl-dump: tcbDebug list, multicore-support, add tcb command · ea365a85
      Oliver Scott authored
      -Use debuglist for runqueues and filter idle and root thread.
      -Refactor sendEPQueue.
      -Add multicore support.
      -Added TCB_COMMAND, kernel now does translation
      depending on how it's configured.
      ea365a85
    • Anna Lyons's avatar
      222b7448
  3. Mar 19, 2019
  4. Mar 18, 2019
  5. Mar 15, 2019
  6. Mar 14, 2019
  7. Mar 13, 2019
  8. Mar 12, 2019
  9. Mar 08, 2019
    • Adam Felizzi's avatar
      hardware_gen: Use logging.warning for import error · e3c7e391
      Adam Felizzi authored
      Updated YAML validation error message to use logging.warning,
      forwarding the output to stderr. This would otherwise end up
      in the CMake dts compatibility string.
      e3c7e391
    • Oliver Scott's avatar
      timer-refactor: Move kernel timers and rename · 2fbdf188
      Oliver Scott authored
      This change moves all arm platform timers to drivers/timer
      and renames them to the compatibility string specified in the dts.
      Now the correct timer is included at build time based on the dts,
      this follows the same pattern as the serial-refactor.
      Have moved the arm generic_timer and priv_timer into the timer
      folder and updated cmake configs appropriately.
      2fbdf188
    • Oliver Scott's avatar
      serial-refactor: Fixed circular includes · 96c63a4b
      Oliver Scott authored
      Modify hardware_gen script to only include chosen
      serial path. Added newlines to serial drivers to fix
      concat issues when compiling. Move cmake macro RegisterDriver
       up a level to support timer refactor. Modify arm cmake to reflect
      this.
      96c63a4b
  10. Mar 07, 2019
Loading