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. Feb 21, 2019
    • Oliver Scott's avatar
      serial-refactor: Refactor kernel serial drivers · 34ce52e2
      Oliver Scott authored
      Have added a drivers/serial folder to kernel, where all serial drivers
      will be kept. The point is to have the the dts parsed and generate cmake
      to include the right uart.c file prefixed with the compatibility.
      Have removed all io.c from plat and includes from plat/config.cmake and
      updated CHANGES file.
      34ce52e2
    • Oliver Scott's avatar
      serial-refactor: Move kernelDTSList to arm · 282d6a90
      Oliver Scott authored
      Currently dts support is only for arm so makes
      sense to move into arm config.cmake. Will eventually add RISC-V to
      the dts list too.
      282d6a90
  2. Feb 20, 2019
  3. Feb 19, 2019
  4. Feb 15, 2019
  5. Feb 14, 2019
  6. Feb 13, 2019
  7. Feb 08, 2019
  8. Feb 06, 2019
  9. Feb 05, 2019
  10. Feb 04, 2019
  11. Feb 01, 2019
    • Simon Shields's avatar
      hardware_gen: don't merge regions that are conditional · 09e6fbb1
      Simon Shields authored
      If one region is conditional and another isn't, we shouldn't merge them.
      This fixes a problem where some regions wouldn't be exposed to
      userspace when they were merged with a conditional region which would
      cause userspace apps to fail in unexpected ways.
      09e6fbb1
Loading