Skip to content
  1. May 17, 2013
    • popcornmix's avatar
      VCHIQ: Use unsigned integers for unsigned values · b01e7065
      popcornmix authored
      The VCHIQ interface used signed integers for values which are
      inherently unsigned. Worse, the parameter validation code treated them
      as if they were unsigned, checking for overflow but not underflow.
      
      This patch converts those integers to unsigned integers.
      
      Thanks to Jann Horn.
      b01e7065
    • popcornmix's avatar
      Add quick config. · e1225228
      popcornmix authored
      This is designed for quick compiling when developing.
      No modules are needed and it includes all Pi specific drivers
      e1225228
  2. May 12, 2013