Skip to content
Snippets Groups Projects
  1. Jan 31, 2019
    • Abdulla Kamar's avatar
      [devmgr] Run `fx format-code` without header-guard · 549a2e94
      Abdulla Kamar authored
      Run `fx format-code` without changing "#pragma once" to header guards.
      Also set the line limit to 100 columns in the Zircon clang-format
      configuration.
      
      Test: N/A
      Change-Id: I7049fcec3ebe80a0ca910ed2be95bdbc0303a596
      549a2e94
    • Suraj Malhotra's avatar
      [optional] dereference after std::move instead of before. · 9344c4e9
      Suraj Malhotra authored
      This is the correct way to move a value out of an optional.
      
      Tested: runtests
      Change-Id: I3c0b24eb85f5be0cc91a3fbebc145860ef1b854a
      9344c4e9
    • rvargas's avatar
      [ftl] Fix warning about discarded const qualifier. · 8c33b853
      rvargas authored
      Test: builds / ftl-test
      
      Change-Id: I6ceb6363b143153eee9ac137d2d601f9aabbbe51
      8c33b853
    • rvargas's avatar
      [ftl] Fix sign comparison warnings. · 5602681f
      rvargas authored
      Test: builds / ftl-test
      
      Change-Id: Ibbfcf1778f932772d0e2f25f2cf08a35d2f53ff8
      5602681f
    • John Bauman's avatar
      [sysmem][astro] Allocate protected memory region on boot · 7ca86dfd
      John Bauman authored
      Use metadata to specify the size of a protected memory region, which
      will be created using contigous memory. Portions of that memory region
      can be handed out to clients as requested. Currently the memory isn't
      actually marked as protected using the TEE, so it's no different from
      regular memory.
      
      Also convert the query of the current VID and PID to read from the
      sysmem metadata, as pdev_get_device_info gets information about the
      current device, which always PDEV_VID_GENERIC and PDEV_PID_GENERIC for
      sysmem.
      
      Test: vkcube on astro
      
      Change-Id: I681f928ccde4e4d99787d2b0853e19ed9b9eaab0
      7ca86dfd
  2. Jan 30, 2019
Loading