- Jun 19, 2018
-
-
Dustin Green authored
This ignores the amlogic-video firmware directory so that git status won't be noisy. This change assumes that we'll keep cipd content in a firmware/ directory to itself (ignores the dir, not the two files separately). Tested: ran "git status" after adding the line to .gitignore Change-Id: Id970838cc2e1c2233b8dccd5c8fe5597dc893c3a
-
Dustin Green authored
Some initial plumbing of CodecFactory/Codec in amlogic_video_decoder driver. This adds DriverCtx, DeviceCtx, DeviceFidl, LocalCodecFactory, CodecImpl. The IOCTL to create the LocalCodecFactory isn't used yet. The CodecImpl's Codec methods are not implemented yet. Tested: manually tested on vim2 that amlogic_video_decoder still starts Change-Id: Ibbb576d78a65f8dece38a18e5353ba15491afc1f
-
Joshua Liebow-Feeser authored
- Add ByteSliceMut trait, the mutable equivalent of ByteSlice - Add support for Ref and RefMut Test: - Compilation - Knowing how Ref and RefMut work (namely, that they are stable in the manner required by ByteSlice and ByteSliceMut; see the code comment about the requirements of ByteSlice and ByteSliceMut) Change-Id: I4e2d5eb22c71a6de2f015a34acecc4a2062d52cd
-
third-party-roller authored
6ff1ff6e [fx] move locking into build command TEST=CQ Change-Id: I83a71a4c0d6883c0bff4f327efa2c750804f7766
-
zircon-roller authored
bbf3a022 [scripts][odroidc2] remove this old build-odroidc2 script TEST=CQ Change-Id: Ia1dcc547a7d625a3c0e45c182f8c3f3298cdb8c3
-
Greg Bonik authored
We would like to reuse these messages in wlanstack2 APIs without depending on MLME FIDL library. TEST=Manually ran `wlan stats` Change-Id: I0e2bdb178f0bb0ae5ae736f0c6b0a052a074131c
-
John Bauman authored
For elementary stream video input the parser seems to mainly copy the video, switch the endianness around, and update some fifo registers. For clear content this isn't too useful, so add a mode where the video is copied directly into the stream buffer and the fifo registers are updated manually. This will be particularly useful for multi-instance video, as it can hopefully avoid context switching the parser registers. TEST: amlogic_decoder_tests=true Change-Id: I97f96e2cf82710b7d1db736cccd1f61502e5bb58
-
Craig Stout authored
Test: nuc:go/magma-tps#L0 Change-Id: Ib85f6b6b50013c639a04a7973ffb697bcc041848
-
zircon-roller authored
06923e68 [astro][display] Add vsync interrupt TEST=CQ Change-Id: I8794a4d9d0ebfc69c7d4f3b7f309bbd7b93616ab
-
Greg Bonik authored
This is useful for batching queued requests together. TEST=Included (wlanstack2_bin_test_rustc) Change-Id: Id555f101e8d51df9e6de039db4a6cba8dc7bf79d
-
Eric Wang authored
Instead of waiting for an arbitrary amount of time, use ifconfig on wlan interface to check if we actually receives an address. Test: Build and smoke NET-1022 #done Change-Id: I28ec4508f911c229857ba4f2bfa2c351be4c7d78
-
Erick Tryzelaar authored
"pm expand" allows for the expansion of a package archive into a fuchsia package tree. This will extract the contents into a directory like: $OUT/blobs.manifest $OUT/blobs/$MERKlE_1 $OUT/blobs/$MERKlE_2 ... $OUT/meta.far $OUT/package.manifest It can be ingested into an amber-files with the following commands: ``` fx pm -o out expand some_archive.far fx amber-publish -r .../amber-files -k .../keys -ps -f out/package.manifest fx amber-publish -r .../amber-files -k .../keys -bs -f out/blobs.manifest ``` PKG-85 TEST: - constructed a test .far package and `fx archive` - extracted it `pm expand` and imported the packages with `fx amber-publish` - verified it installed inside a fuchsia vm Change-Id: I686e399bed89b6137dcba821cd6a23c9dee7febd
-
Andrew Davies authored
This adds an error statement that will assist with SY-516. Coincidentally, this also appears to cause the errors in reporting the correct offset to stop. If they pop up again, this will at least speed up hunting down the issue. SY-516 #comment This appears to prevent loading issues as well. Unclear. TEST=manual on-device testing in debug and release build using tz-util Change-Id: I26f95062340dec379ea7ac169f0482c334ffec88
-
- Jun 18, 2018
-
-
zircon-roller authored
78fb848a [fbl] Add equivalent of std::void_t from C++17. a1bedec3 [kernel][stats] add page fault back to the legacy counters TEST=CQ Change-Id: Ic1ec6a2371fc72c84559a0637700079e8cd838a5
-
Brett Wilson authored
No code change. More still will be added to this source file that deals with printing non-file context like disassembly so a more general name is appropriate. TEST=none Change-Id: I0f9d909e931a4a036a288a4acd4ad3ef99b937ba
-
Shai Barack authored
TESTED=n/a Change-Id: Iae1cfca4c55ce74b88bee8eb6e620e4c75486690
-
Robert Hahn authored
Test=Ran smoke tests and WLAN's test suite NET-902 Change-Id: Ic4446fd90360b0581391e18457131cbfdfcaa0f7
-
Craig Stout authored
Test: none Change-Id: I0cbffd71634174a1105334db73c06596cf2e7c6d
-
Brett Wilson authored
"step" is implemented by single-stepping the CPU until the instruction pointer is on an instruction associated with a different source line. The behavior is still pretty buggy as the source line gets lost. I plan to do more testing and fix those bugs in followups. Adds debug_agent support for stepping machine instructions automatically within a range of addresses. Adds a symbol query function to retrieve the detailed line information for a given address. This is how the range is computed for giving to the backend. Some new primitives are added in the client to deal with ranges of addresses. Adds plumbing for the console commands. Fix some errors in line handling identified by unit tests. TEST=unit Change-Id: I05e342c9e521d8bab54c4f3a882ee7372b188ef9
-
Marie Janssen authored
Add an Interrogator for new BR/EDR connections (coming from anywhere). The Interrogator will determine if a provisionally connected remote device is compatible, by requesting information from the controller which may trigger remote requests, in the future it will also act as a holding pen for devices that are connected but haven't completed pairing yet. NET-410 #comment Test: bluetooth_unittests Change-Id: I624720be6fdd8daab6bb9f0dca11cb5bb81974b7
-
third-party-roller authored
2dabb4a Make a context current when destroying it. TEST=CQ Change-Id: I35c3eacf005179683b6874757bf5f017b9628615
-
zircon-roller authored
bfb991f4 [Codec] IOCTL def, to create/get CodecFactory debee5a4 [syscalls][interrupts] Mask level triggered interrupts when returning from zx_interrupt_wait TEST=CQ Change-Id: Ife2773928777a49333ec8f2d836b8718e69c3ac6
-
Dustin Green authored
Tested: built Change-Id: I5743b8f18300ac09b946d6d89f6b3675660238d3
-
Dustin Green authored
Tested: built Change-Id: Ia65fab68c7fe7d8b5c6c5ebd9f1abbd87331dfa8
-
third-party-roller authored
68cebd74 [fx] use file lock only for -i TEST=CQ Change-Id: Ia0fe31f3be7eeb9b251cda3f97d462117ad44f3e
-
Dustin Green authored
Combine CodecFactory's create messages to a single message per create. Also, single CreateDecoder() instead of CreateAudioDecoder() and CreateVideoDecoder(). Tested: use_aac_decoder_test Change-Id: I8767cd06b205917604cdb94afcb35584b213837e
-
Craig Stout authored
Test: Ran vulkan loader and layers tests manually on nuc and vim2. Change-Id: Ic7b84691aad3cef6b6c09d22168607d380faf60c
-
third-party-roller authored
9d69dd9 Remove DEPS .chromium TEST=CQ Change-Id: Id5bcb94849137202ef078f41b0fbd0a50d87dcff
-
Ankur Mittal authored
TEST=not required Change-Id: Ieaa0bfecb468c4b5b3135f30017c9b6078fb887f
-
zircon-roller authored
2a6d4429 [logging] Migrate zircon off zx_log_read and zx_log_write TEST=CQ Change-Id: Iae63946023299bd7b9087917bb469f18d3e63f5d
-
third-party-roller authored
0a2002fa [fx] introduce iterative mode to fx TEST=CQ Change-Id: Id3d2a2b5983420e21d9b2322620f08ddf480b19e
-
zircon-roller authored
8f379b40 [vim][video] Move out video driver from top level board driver df1b0728 [vim][display] Move out display driver from top level board driver TEST=CQ Change-Id: Id3e9cc69554438a37533ffafbe7508c798f331e0
-
George Kulakowski authored
Test: Manually verified that all of the tests run and pass when moved. Change-Id: I270ef725906e27b454e5bf5250c24a9c54b5cad8
-
zircon-roller authored
7d39576c [ulib][pretty] Add -fvisibility=hidden TEST=CQ Change-Id: If7e26d8861bb89e0d4be7e80c703e2f8b72a94ef
-
third-party-roller authored
f13bae2 [pinpoint] Update Swarming server API path. TEST=CQ Change-Id: Id645b120cb3e4e9db7040fcdb420e1ea3dc92b5a
-
Joshua Liebow-Feeser authored
- Newer versions of rustc will reject the feature(repr_transparent) that this crate uses, so this is needed for future-proofing. Test: None Change-Id: Idf44fa7328b10d30d7033201e7ae9a16ac0f96e7
-
third-party-roller authored
388f991 Vulkan: fix third_party path. TEST=CQ Change-Id: I055a6fe496779a1ea8e678ef68b32eea426ddcc0
-
Dale Sather authored
netconnector uses part of the ip address to disambiguate the device name if the device name is set to the default. Since the merge of https://fuchsia-review.googlesource.com/c/garnet/+/153855, the new default device name is "fuchsia-unset-device-name", not "fuchsia". This CL changes netconnector to it recognizes the new default device name. TEST=manual Change-Id: I093b32984843f28dcddbfeb8ef3a8e23f4e32295
-
zircon-roller authored
b69b5ca4 [drivers] Add bluetooth binding properties TEST=CQ Change-Id: I759f2e0d23396365fb7da5e92a290ecff5859c7c
-
zircon-roller authored
5070390d [fidl][net] Basic fuchsia.net data types 63d6acb7 [aslr-analysis] Switch to fdio_spawn_etc TEST=CQ Change-Id: I6884e1924bb5cc04710922c57783a6c16ecc82d7
-