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. Nov 28, 2017
  2. Nov 23, 2017
  3. Nov 22, 2017
    • Adrian Danis's avatar
      x86: GetStatusBits only defined on ia32 · 6707a741
      Adrian Danis authored
      The GetStatusBits invocation is only implemented on ia32. Adding the condition to the
      XML list prevents the invocation from being in the list of invocations on x86_64, when
      it has no implementation.
      6707a741
  4. Nov 20, 2017
  5. Nov 17, 2017
  6. Nov 15, 2017
    • Adrian Danis's avatar
      cmake: Additional TOPLEVELTYPES for x86-64 · 87923b72
      Adrian Danis authored
      87923b72
    • Adrian Danis's avatar
      cmake: TOPLEVELTYPES declared as target property · 9a89cbe4
      Adrian Danis authored
      TOPLEVELTYPES is not intended to be configurable by the user, rather is a reflection
      on the types defined by the source. This changes the TOPLEVELTYPES argument to be
      a property, allowing it to be constructed as a generator expression when generating
      BF files. By being a property, and not something like a global property, it removes
      the need to ensure that additions to TOPLEVELTYPES are done prior to any bitfield
      target definitions.
      9a89cbe4
    • Adrian Danis's avatar
      cmake: Custom target for holding properties · 9134ae3e
      Adrian Danis authored
      Defines an empty custom target whose purpose is to hold properties and configuration
      data that can be retrieved using generator expressions in the build phase.
      9134ae3e
    • Adrian Danis's avatar
      cmake: Expand lists in BF generation · a2c8462e
      Adrian Danis authored
      Uses the COMMAND_EXPAND_LISTS flag to allow for generator expressions in parameters
      to GenBFCommand. As lists are now being expanded the 'args' variable must also be
      quoted.
      a2c8462e
    • Claudia Tu's avatar
      Fix typo · 74a741b5
      Claudia Tu authored
      74a741b5
  7. Nov 10, 2017
    • Adrian Danis's avatar
      Print single IRQ error · 9d4010e0
      Adrian Danis authored
      `Arch_checkIRQ` already prints an error message in the case of x86. Printing the additional
      error message is both unnecessary, confusing as the message makes no sense on x86. As the
      error does make sense on ARM this commit moves the message to the arm `Arch_checkIRQ`
      9d4010e0
  8. Nov 09, 2017
    • Adrian Danis's avatar
      x86: PIC code visible during compilation · 8a72227d
      Adrian Danis authored
      These functions are referenced from code that is not guarded by an #ifdef CONFIG_IRQ_PIC,
      which was only working due to the optimizer being able to elide the calls prior to
      linking.
      8a72227d
Loading