Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/dahliaOS/zircon-rpi
Zircon for the Raspberry Pi4
https://github.com/dahliaOS/zircon-rpi
Change-Id: I993bdc1bfd69b08ee0c702750752ae202bdc00ac
Fixed: 50273
Reviewed-on: https://fuchsia-r...
When available, use para-virtualized IPIs. This allows a hypervisor to
optimise the IPI path, as...
Add support for GetManufacturerDeviceCertificate in
ConfigurationManager. Loads from factory pro...
The location of loglistener changed from zircon to an installed host
tool. This updates the mock...
This change adds various helper methods/types to determine the sequence
of images that an update...
This is the simplest possible useful E2E test, but we'll extend this
with more soon.
Testing no...
1b0b7d75c14514102dd93bfb5325c74e999bec6d authored almost 5 years ago
On driver initialization, driver_gain_db is applied to the driver. The
driver_gain_db value is s...
This CL introduces two new syscalls that expose Message-Signaled
Interrupts (MSIs) to userspace....
This addresses the issue introduced in previous change where we
no longer compress the data and ...
There are no longer any uses of this API so remove implementation
from RootPresenter.
Can not re...
Failing to create an install plan transitions to InstallationError (in report_error()),
and upda...
Introduce common errors in feedback projects and switch commonly used
classes, Bridge and OneSho...
TESTED=`fx test reboot-info-tests`
TESTED=`k pmm oom` f9190eb2db055a6d
Change-Id: I1d5049321f1a...
344d2375e40c7158c7734862e44913722e6bfd87 authored almost 5 years ago
Related change: we'll now connect to a target only when we discover, not
automatically when we s...
This test was completely wrong. It was connecting to
Componenteventprovider on an environment bu...
In the situation ethernet interface changed before EthStart is called,
before: netstack will no...
6547eaa5e34119e9397a1d0ad9aa41f1f2b26c64 authored almost 5 years agoGenerated with: //scripts/unification/move_fidl_library.py fuchsia.tee
Bug: 36547
Change-Id: Ie...
Made the following changes to accommodate recent log changes
(only the function name was showing...
BufferCollections back Images and other content. Successful
registration of a buffer collection ...
Copied the core Triage business logic to library in "diagnostics/lib"
directory in order to bett...
Change-Id: I94ff643e5bab4a41be1632f1de99e567e7cc6a6a
Reviewed-on: https://fuchsia-review.googles...
Affected libraries:
//zircon/system/ulib/mock-boot-arguments
Generated with //scripts/unificati...
7317347042777f6de94db84b4a4f6d977c033932 authored almost 5 years agoGenerated with: //scripts/unification/move_fidl_library.py fuchsia.fshost
Bug: 36547
Change-Id:...
Test: hardware probe on VS680 EVK, enumeration test
Change-Id: Icfd7829da1d0da5e34718f9abcf8802...
3bae2d29fac303224da7daff4bd423b152047b37 authored almost 5 years ago
Print the ISA IRQ redirection table. Also make a no lock equivalent to
the routine to use from i...
TLB operations may be reordered past any load or store, unless there is
a DSB. This means the ex...
This change adds support for the MMC discard operation, which will be
initially disabled until t...
Makes it so that only a single root_presenter presentation is possible at a time.
Trying to pres...
The prevailing pattern for banjo is to not check for null unless the
parameter is optional.
Tes...
38be6ecd112bf35668b5bf5324dbb210f92938d0 authored almost 5 years ago
The encoder firmware file contains multiple firmware blobs for
different pieces of hardware. Par...
Implement fuchsia.ultrasound.Factory/CreateCapturer as a new subclass of
BaseCapturer. Ultrasoun...
The audio_driver_tests binary directly connects to audio drivers. A
subset of its test cases (16...
Now watchdog will print timeouts if Scenic is unresponsive
for 15s, 30s and 45s.
TEST=scenic_un...
8630d49c663f69adb085ba9e49d64a0341bb946d authored almost 5 years ago
Implement fuchsia.ultrasound.Factory/CreateRenderer as a new subclass of
BaseRenderer. Ultrasoun...
This CL implements IsPoweredUp() for IMX227 driver.
The clients of the sensor driver use this n...
619b5df8f4e594c98033b9bed7f945ba7541bcc2 authored almost 5 years ago
This addition ensures that the generated impl of each trait is
syntactically sound, ensuring tha...
Change the assertion about the size of RAX to be compile-time, as we
validate access_size at run...
Bug: fxb/1357
Test: The following bt-host-unittests:
DiscoverAllPrimaryByUUIDByResponseTooShort...
Only allow guest CPL 0 to make a hypercall. If anything other than the
guest kernel attempts a V...
Maintains the old c-binding interface for compatibility with the legacy C++
MLME.
Bug: 40006
Te...
Affected libraries:
//zircon/system/ulib/devmgr-integration-test
scripts/unification/verify_ele...
eda97f2fd22cc8c6f280e27e1eb2ba1ed1017b43 authored almost 5 years ago
I dropped support for Scenic’s focus event while adding support for core
input.
Change-Id: I8bc...
83b5fb380515925b255ecd1b8ef57e0c55619264 authored almost 5 years agoCFG traversal to eliminate empty methods, until fixed point is reached.
Test: fx test //tools/f...
dc3765a6032fff688c57eabfbf389dc1b4d41899 authored almost 5 years ago
Add two accessor functions retrieve a clone of the current target
delegate or volume control del...
Fixed: 50428
Change-Id: Ia44cdcf3ff904ce1286fbe394f0fe8f81854e3ce
Reviewed-on: https://fuchsia-r...
Use two new env vars to determine which names to upload under when
uploading test results to the...
The single-char option names are less readable.
The change is based on the docs at third_party/...
1cd57cea8af80853f8e7719d8159db62a355e7bc authored almost 5 years agoThis will help us see if it gets stuck, and if so at which point.
Bug: 50876
Change-Id: I1b3ca...
cf6b9a38db2919947203d927bc72669b766cc9c1 authored almost 5 years ago
I'm not sure why, but pinging my workstation with payloads larger than
1858 bytes (1866 total by...
There were a few types that didn't have appropriate name hacks added for
them. Kazoo errors out ...
Deprecate the scan_type argument in ConnectCommand. Instead, have SME
make internal decision on ...
- Define fuchsia.net.name/DnsServerWatcher.
- Add fuchsia.net.stack/Stack.GetDnsServerWatcher.
-...
Adds support for reading the TX Power Level, if requested, in the HCI layer.
- Note: This CL d...
Bug: 37048
Change-Id: Ibfbb2bdf61f647c02d0951cab5c4aa1402d1acc2
Reviewed-on: https://fuchsia-re...
It's already handled in the base class.
Change-Id: I2f9d1ae954630be316ba7b5b7d40a4863ebe86f2
Re...
We're seeing some hangs on startup, so it would be useful to know when
and if sysmem_connector g...
This CL makes fidlgen backends omit FIDL declarations based on the
BindingsDenylist attribute. T...
This patch fixes a division by zero error in usb-video
which could have allowed a misconfigured ...
Change-Id: I1f2a80816f3aef1463e9bb7ef6e4de577beae182
Reviewed-on: https://fuchsia-review.googles...
Test: No behavior change
Change-Id: I746b7d74139b634e42f25c68127da9da6d5a201d
Reviewed-on: http...
* Adds flags to the gen_commands macro so that optional flags can be
included with commands.
* ...
3039b6a0aeb80a717d4bad255e886f6b52953b4a authored almost 5 years ago
Change-Id: I57e6416bc808d34d7a19f304a3cf93c21c5a2a9c
Reviewed-on: https://fuchsia-review.googles...
The semantics of Start/StopStream()
include the legality of starting/stopping a stream which has...
The vim2 boot loader sources are now open. Update link in docs
to describe where to find the sou...
Change-Id: I2abb6b7151a138141b92286ba8cb4085aad4bc17
Reviewed-on: https://fuchsia-review.googles...
Use new components visual language for diagrams in "everything between
power on and your compone...
This saves another 400Kb.
Bug: 50950
Change-Id: Iec5832f4b4d1baaa84f9007fe912160215ca8d12
Revie...
This CL removes an unnecessary level of indirection by moving the body
of each test into its tes...
Infra now supports a simpler syntax for test multipliers that doesn't
require CL owners to const...
This change fixes several clang-tidy warnings under //src/camera/bin.
Notably, the change fixes ...
Change-Id: I2529b3e0bd0115edd550deaba5c5775db9cda1f1
Reviewed-on: https://fuchsia-review.googles...
Change-Id: Iad186ebacaad0867374d8251289d0c528b46cc1f
Reviewed-on: https://fuchsia-review.googles...
The kazoo tool is used to generate Zircon syscall bindings.
It is used by the ZN build extensive...
This reverts commit c8fd6f60301daf51661f0dd18b6cb4db92600236.
Reason for revert: Broke environm...
c6718692bc209596d10f811f515a87bebe59ad22 authored almost 5 years ago
For APs that support WiFi Simple Configuration (WSC), the AP metadata
may be found in the WSC el...
Bug: 41325
Test: CQ
Change-Id: I0034a56470e64354a9eae570eb4f47c3e3a87f14
Reviewed-on: https://fu...
Factors out the current test setup from the mount tests into a separate
file. This will allow th...
In Infra, TMPDIR points to a directory that is explicitly cleaned
between builds, and also exist...
Change-Id: Ice492c42c7da65e26b2e90ec03b1c8a96a4007f3
Reviewed-on: https://fuchsia-review.googles...
This matches how qemu is run on bots that use instrumentation.
So make botanist's default settin...
Most uses were repeating the work of ->user_in and ->user_out locally.
Instead, just use them. ...
Fixed: 50913
Change-Id: I4d1405b768d8f56cdd5507b4a8a09c0ffd2ac66a
Reviewed-on: https://fuchsia-r...
Change-Id: I288e0fab4c2a620a187c56a737d58047bec2869d
Reviewed-on: https://fuchsia-review.googles...
This CL fixes a bug in regen.sh which prevented it from generating
libfuzzer goldens. It is only...
These tests just make sure that the mock paver behaves as expected.
Change-Id: Ic025d67d70eb6c4...
a6fb786fec16ccab1743387e5c39ee8ea4da1e95 authored almost 5 years agoThese prebuilts no longer need to be listed in this file.
Bug: 50582
Change-Id: I51a5e516e42e83...
component_id_index --input_manifest <input_manifest> --output_file <output_file>
-i, --input...
* this is meant to replace GetData()
* this better conveys what this method is for as "data" was...
Move the cpp streams implementation to a 'cpp'
subdirectory. This is a preperatory step before
m...
This CL introduces the MMIO_PTR macro which can be used for decorating
pointers to indicate they...
Specifically, this enables support for `log.Lshortfile` and
`log.Llongfile`. We needed to refact...
LazyReader keeps track of blocks that have been read from persistent
storage and works with mapp...
These classes make it a bit easier to manipulate buffers and ensure
mutations are flushed.
Chan...
7e69471fb7f309d9c53e2b0390b8d498032302b1 authored almost 5 years ago
This CL fixes a kernel panic in zircon, in which the
`zx_thread_write_state` syscall could overw...
Change-Id: I3273bf80c2a371283eb67328bd06a153eb570448
Reviewed-on: https://fuchsia-review.googles...
This CL addresses the following issues, which otherwise prevent
opus playback from working:
1) T...
Parse a new driver_gain_db field from the output device configuration
and include it in the devi...
The mock paver is useful in other places, so split it into its own
library to avoid duplicating ...
* All cobalt related files under `utils/` move into
`utils/cobalt/`.
* All Cobalt related object...
Instead of forcing callers to manually pair Lock/Unlock calls, use RAII
to automatically unlock ...