Skip to content
Snippets Groups Projects
  1. May 02, 2019
    • Roland McGrath's avatar
      [zircon][gn] Add missing driver libraries to legacy-aux manifest · 71cf577d
      Roland McGrath authored
      Bug: BLD-447 #comment missing libraries
      Change-Id: I07b1496df7fca40e673424755971a26156f9dfa4
      71cf577d
    • James Tucker's avatar
      [build] pass package name and variant to build · bfb23de2
      James Tucker authored
      The targets which are invoking pm_build_package directly (update.meta and
      system_image.meta) are producing packages with incorrect names. This used to
      be ignored due to bugs in the publish path that hid the problem, but those
      were recently fixed highlighting this bug.
      
      Test: fx build, observe "update" instead of "update.meta" package produced.
      Change-Id: I947fa915e9ad7f35561ed463e03d79b61da2ebe0
      bfb23de2
    • Doug Evans's avatar
      [traceutil] Add copyright · 6ba6b46d
      Doug Evans authored
      Change-Id: Icf32a41695ad1f2bfaa54401dbc20b1d80b45211
      6ba6b46d
    • James Tucker's avatar
      [pm serve] fix interpretation of -d/-repo · e299a270
      James Tucker authored
      The -d flag was altered some time ago to allow pointing at the repository
      serving directory rather than the repository root. A recent regression caused
      the interpretation to change, however, there is also now a discrepancy
      between the meaning of -repo and -d. We now interpret -d to mean the
      repository serving directory, and -repo to mean the repository root. As SDK
      consumers are presently using -d, this restores the prior behavior for that
      flag, while making the -repo flag behavior consistent across other commands.
      
      Change-Id: I50d7567194101d3cf2c6af1bf83a33bc481f4290
      e299a270
    • Taylor Cramer's avatar
      [ledger][rust] Stop using legacy third-party build · f7440ef9
      Taylor Cramer authored
      Change-Id: Idd964e54b76efdfed0322f8f267a182f875efee2
      f7440ef9
    • Derek Gonyeo's avatar
      [log_listener] store logs in cache storage · 226f6571
      Derek Gonyeo authored
      TEST: fx shell 'ls \
      /data/cache/r/sys/fuchsia.com:log_listener:0#meta:log_listener.cmx'
      
      Change-Id: Ic1fe1a31ca10a51266c507bc67470ce335f2b561
      226f6571
    • Cristián Donoso's avatar
      [debugger] Added valid options for SettingSchema · 5b2d2028
      Cristián Donoso authored
      This is the first step to implementing enums and enum-lists for the
      setting system.
      
      This is not hooked yet to the SettingStore, so it's possible to add
      strings even though the schema doesn't allow it. As no setting uses this
      functionality, that will be added in another CL for making reviewing
      easier.
      
      TEST=Added SettingSchema unit test.
      
      Change-Id: I8376d9266c2fb3591576c9b14b5404db140cbd0b
      5b2d2028
    • Dan Johnson's avatar
      [devshell] fix check for running `fx serve` · 8b1cd61f
      Dan Johnson authored
      Change-Id: I543f00f9b875e9e0e5cd929caaaf2e640d346372
      8b1cd61f
    • Rich Kadel's avatar
      Revert "[fit] Add a fit::callback "run once" variant of fit::function" · 32bf202d
      Rich Kadel authored
      This reverts commit bfed6f5c.
      
      Reason for revert: On Thu, May 2, 2019 at 10:24 AM <...> wrote:
      This change broke compile step in chromium with this error:
      In file included from ../../third_party/fuchsia-sdk/sdk/pkg/fit/inclu
      de/lib/fit/function.h:8:
      ../../third_party/fuchsia-sdk/sdk/pkg/fit/include/lib/fit/function_internal.h:183:63: error: declaration shadows a static data member of 'target<type-parameter-0-0, false, true, type-parameter-0-1, type-parameter-0-2...>' [-Werror,-Wshadow]
          static const void* target_type_id(void* bits, const void* ops) {
                                                                    ^
      ../../third_party/fuchsia-sdk/sdk/pkg/fit/include/lib/fit/function_internal.h:209:46: note: previous declaration is here
          static const target_ops<Result, Args...> ops;
                                                   ^
      1 error generated.
      See https://chromium-review.googlesource.com/c/chromium/src/+/1592429
      I'm guessing this happens because chromium compiles this code as C++14 instead of C++17
      
      Original change's description:
      > [fit] Add a fit::callback "run once" variant of fit::function
      > 
      > To address fxb/ZX-3616
      > 
      > Test: fit-test
      > Change-Id: I85d6454a07dd4a1578f608a6bac8f56b98b12a6d
      
      TBR=jeffbrown@google.com,abarth@google.com,eieio@google.com,richkadel@google.com
      
      Change-Id: Ic532538f11050e98aa5618ecb1f0e789d994b867
      No-Presubmit: true
      No-Tree-Checks: true
      No-Try: true
      32bf202d
    • Christopher R. Johnson's avatar
      [iquery] Use new libiquery, remove local implementation of formatting. · e6cd4533
      Christopher R. Johnson authored
      Change-Id: Iba005018a0d86a64670d64d54e874f75ffdafccf
      e6cd4533
    • Andrew Walbran's avatar
      [netstack3] Fix link and typo in documentation. · e301665b
      Andrew Walbran authored
      Change-Id: I93ed2ef4f7bc012c52fd35dfa3756438d9ac11df
      e301665b
    • David Worsham's avatar
      [scenic] Remove raw eventpair from base_view · bc269323
      David Worsham authored
      Tested: No behavior changed; base_view_unittest
      SCN-1291 #comment
      
      Change-Id: I4631c9675a585bd32c328d9fdbb43b9c011beb98
      bc269323
    • James Tucker's avatar
      [fx serve-updates] use non-deprecated path to repo · 854e3589
      James Tucker authored
      Change-Id: Ifbd6ea250675805eb5de981ee1363267db6a8344
      854e3589
    • Pascal Perez's avatar
      [fidl] Build cleanup · 5ffe8069
      Pascal Perez authored
      FIDL-600 #comment
      
      Change-Id: I7d952cc1057cdf2d648f59614e108e8fb0ddd76f
      5ffe8069
    • Andres Oportus's avatar
      [astro][light] Remove read testing method · 7501ff5d
      Andres Oportus authored
      Test: Boot on Astro.
      Change-Id: I5772d8ef60b028c197764083ceb8a06cf48f407f
      7501ff5d
    • Ian McKellar's avatar
      [fx][zsh] complete fx run-test · c57b26e5
      Ian McKellar authored
      Change-Id: Ie3df76f1b93252a2ac9f7185291ff5eed2c309fe
      c57b26e5
    • Sonali's avatar
      [hikey][build] netboot option not enabled with -m option in hikey · 6bebc31a
      Sonali authored
      currently with "-m" option netsvc.netboot is not getting set to true.
      Bootimage for hikey is generated using mkbootimg and uses a separate
      cmdline option. Fixed by passing the cmdline option to mkbootimg
      
      TEST: Build zircon and flashed on hikey. Enabled init-ums usb option
      ./scripts/build-zircon-arm64 && ./scripts/flash-hikey -m
      usbctl init-ums
      
      Change-Id: I32e9d357591dbc466749ea316a313cd09b9f5dd0
      6bebc31a
    • Sanjay Chouksey's avatar
      [display] Add support for 1920x1200 resolution monitor. · 16f4f8da
      Sanjay Chouksey authored
      TEST=Added and setup unittest. Tests pass.
      
      Change-Id: Ida3771eb938d001ee0f260363fd50a91f3eee7cf
      16f4f8da
    • Mark Seaborn's avatar
      [blobfs-bench] Reduce overall running time by dropping one combination · dd784b8c
      Mark Seaborn authored
      Before this change, blobfs-bench takes 5.3 minutes.  It covers 3*4=12
      combinations of blob size and blob count.  The largest parameter
      combination takes 3.7 minutes.  Skipping that combination reduces
      blobfs-bench's overall runing time to 1.6 minutes.
      
      Bug: PT-142
      Test: garnet-x64-perf-dawson_canyon trybot
        + check time taken shown in bot log
      Change-Id: I87845833708aa9100ead4ae2b22390be89a58c2e
      dd784b8c
    • docs-roller's avatar
      [gndoc] Update GN build arguments documentation · 0bea2ffa
      docs-roller authored
      Test: CQ
      
      Change-Id: Iddd55a00153d217d0ca751880c20358b487a891a
      0bea2ffa
    • docs-roller's avatar
      [gndoc] Update GN build arguments documentation · 30c39c10
      docs-roller authored
      Test: CQ
      
      Change-Id: I137df55be5854170d07118056689c98d206babae
      30c39c10
    • Nathaniel Manista's avatar
      [ledger] Disambiguate top-level Inspect concepts · f9ff6503
      Nathaniel Manista authored
      The top-level root Inspect object and the hub directory in which the
      component's Inspect hierarchy is rooted are different things; they
      should not share the same name and they definitely should neither one
      have a name as unhelpful as "objects".
      
      Change-Id: I9dfde478c0f29ad15a842ce3dddb538f1edb8b19
      f9ff6503
    • Erick Tryzelaar's avatar
      [system-ota-tests] Log repository path · f1b3b6d6
      Erick Tryzelaar authored
      This logs the repository directory to assist in debugging OTA
      test failures.
      
      Change-Id: Idc7e3c8f5e579f803c073a5d58f8762880780c39
      f1b3b6d6
    • David Worsham's avatar
      Revert "[scenic] Convert session_shell to ViewToken" · 055250ab
      David Worsham authored
      This reverts commit b63aff33.
      
      Reason for revert: Breaking out-of-tree session shell
      
      Original change's description:
      > [scenic] Convert session_shell to ViewToken
      > 
      > Tested: No behavior changed; modular_tests, started story in sysUI
      > SCN-1018 #comment
      > SCN-1291 #comment
      > 
      > Change-Id: I8509501a15094d7d381557c186a9d0463488a956
      
      TBR=mesch@google.com,thatguy@google.com,lindkvist@google.com,dworsham@google.com,pascallouis@google.com
      
      Change-Id: If1fb32ae78f28c66eca4124fa0bcb52f62422fb7
      No-Presubmit: true
      No-Tree-Checks: true
      No-Try: true
      055250ab
    • James Tucker's avatar
      [pm serve] add first test coverage for serving · 7e5f593a
      James Tucker authored
      Change-Id: I54697d9bb0b29e6e1b16644e8e379c12362fbf79
      7e5f593a
    • James Tucker's avatar
      [pm publish] add test coverage for -lp · 2be6023c
      James Tucker authored
      Change-Id: I6bcdf169f8db3246911a47726373fc7190dc46a8
      2be6023c
    • James Tucker's avatar
      [pm] add first publish test coverage · 3dcf5826
      James Tucker authored
      Change-Id: I15ca5558b5e25c2189cfa68ec2ea57685349e8d8
      3dcf5826
    • James Tucker's avatar
      [pm serve] auto publish list of manifests · fa8e2f8f
      James Tucker authored
      The package server can now, if auto is enabled and a package manifest list is
      provided, automatically publish the given packages. It will also monitor them
      for updates and continually publish them as they are updated.
      
      Test: test coverage at end of patch series
      Change-Id: Ia19d4e738b8db0f537428924b15069746a90033c
      fa8e2f8f
    • James Tucker's avatar
      [pm] refactor and introduce fsnotify · 029b6e51
      James Tucker authored
      This is preparation work for an ephemeral server based on the package output
      manifests, which will introduce a new serve subcommand that shares much of
      this code, but watches more files.
      
      Test: tests are added at the end of the patch chain, due to being missing previously.
      Change-Id: Ifebc55e5052392a8744c8d6291a4d59e806e855c
      029b6e51
    • James Tucker's avatar
      [pm/build] prepare for out-of-build repo construct · 6df294e8
      James Tucker authored
      The package build tool now produces a JSON manifest as an output format that
      is usable as a complete input specification for a publish operation. The
      expand tool also produces this manifest. The build passes this to the new
      publish operation to perform all publishing.
      
      Test: publish tests are backfilled later in patch series
      Change-Id: Ifae5a70d07143a86ec19b1c68a8625151db2eb71
      6df294e8
    • Arman Uguray's avatar
      [bt][gatt][server] Support prepared writes · 085a7b14
      Arman Uguray authored
      Added GATT server-role support for the ATT Prepare Write
      and ATT Execute Write requests.
      
      Bug: BT-89 #done
      Test: bt-host-unittests --gtest_filter=GATT_ServerTest*
      
      Change-Id: Ide75e59fb9e972a0fb98f9e409ceaf210ae36429
      085a7b14
    • P.Y. Laligand's avatar
      [sdk] Disallow direct dependencies on the contents of an SDK. · b8686ddd
      P.Y. Laligand authored
      Bug: DX-1238 #done
      Change-Id: I097a8dae3de136e743a5e40fd37d96a77b76e8c7
      b8686ddd
    • James Tucker's avatar
      [fx serial] fully configure serial parameters · ff989a8a
      James Tucker authored
      Test: fx serial /dev/ttyUSB0
      Change-Id: Ib35a0ddcd07a52c380f15e0364d4430bb1e22c87
      ff989a8a
    • Leo Lung's avatar
      [component_index] Move to //src/sys · 93f0ad7a
      Leo Lung authored
      Change-Id: I1eb66949600e15fe979a73ad482aa6faa77c52c3
      93f0ad7a
    • David Stevens's avatar
      [zircon] Move most vmo tests into core-tests · da7e3629
      David Stevens authored
      Change-Id: I5e2fb6f3af76eed482ff6fe69684b9c5ceadfd7e
      da7e3629
    • Petr Hosek's avatar
      [build] Ensure that all our C/C++ source files end with newline · 870a01f7
      Petr Hosek authored
      The C language requires that every source file must end with a newline
      and C++ also had this requirement prior to C++11. Many tools rely on
      this. Ensure that this is the case for our source and enforce this
      by enabling -Wnewline-eof.
      
      Bug: TC-442
      Change-Id: I25b66f5093dced7001f389a6c7165dff89d4fff6
      870a01f7
    • Arman Uguray's avatar
      [bt][att] Add Database method to execute a write queue · 46a43c21
      Arman Uguray authored
      Add Database::ExecuteWriteQueue() method that asynchronously resolves
      prepared writes in order and at once. It performs no serialization
      between individual requests and reports an error response upon the first
      error received from an attribute's write handler.
      
      Bug: BT-89
      Test: bt-host-unittests --gtest_filter=ATT_*
      Change-Id: Iaf77370ba5feba981b13d407359e8758c115f275
      46a43c21
    • P.Y. Laligand's avatar
      [sdk][docs] Remove download link for Bazel SDK. · ab2f2060
      P.Y. Laligand authored
      Bug: DX-1467 #done
      Change-Id: I3c4ad28829484da807fa0940b67fbc3f5d153019
      ab2f2060
    • Allan MacKinnon's avatar
      [graphics][compute] Update the HotSort compute kernel source code generator. · 3d4287e5
      Allan MacKinnon authored
      SPN-9
      
      A number of changes were required to integrate 'hotsort_gen' with the
      GN build:
      
      - ASAN fix
      - squelching printfs
      - removing unused variables
      - additional comments in headers
      - README.md
      
      Testability: it compiles and runs locally.
      1. fx build hotsort
      2. mkdir /tmp/hotsort
      3. mkdir /tmp/hotsort/comp
      4. out/default/host_x64/hotsort_gen -o /tmp/hotsort -v -a "glsl" -D HS_INTEL_GEN8 -t 1 -w 16 -r 8 -s 21504 -S 65536 -b 16 -B 48 -m 1 -M 1 -f 0 -F 0 -c 0 -C 0 -z
      
      Change-Id: I5cc80027b2d018818959eb8eab19f935e083b23f
      3d4287e5
    • David Greenaway's avatar
      [guest] Add ".gitignore" for new vm image locations. · 4f991b89
      David Greenaway authored
      Future patches will start to download prefetched into this directory.
      Avoid spamming "git status" with unknown files in this location.
      
      Bugs: MAC-252 #comment
      Change-Id: Ib2dec68295efde4eed992db454bf9cca826fae85
      4f991b89
Loading