User Details
- User Since
- Aug 2 2014, 8:08 AM (615 w, 2 d)
Sat, May 16
@imp : ping?
Install the 64-bit library pkg-config file as well
Fri, May 15
Wed, May 13
Fri, May 8
@guest-seuros : could you please reply to my comments?
Thu, May 7
@sunpoet updated the component in the interim. Abandoning...
Wed, May 6
Use __diagused instead of diagnostic popping, etc.
Tue, May 5
hkey_sound_mute calls ACPI_SERIAL_ASSERT(..), which I assume is where things panic. This is a pretty straightforward change.
Thu, Apr 30
Add an MMIO guard at the top of asmc_key_dump(): delegate to asmc_key_dump_by_index() + asmc_key_read() for MMIO devices, consistent with the rest of the T2 code paths.
Having a more explicit statement for T2 Macs vs non-T2 Macs would be a good idea.
This hints at needing the patches/driver available in https://github.com/t2linux/linux-t2-patches/tree/main (please note that the driver isn't technically GPLv2; I can add more details later if needed).
Tue, Apr 28
Mon, Apr 27
Please note that the new version requires _rust_. That's a pretty large dependency to require for CI, which doesn't exist already today.
This is part of the reason why I was more keen on doing python+pytest integration: python is more common in CI and pytest is on the docket for kyua integration (it's on my TODO list because I want the atf_python stuff to go away...).
Sat, Apr 25
@khorben : yes! Sorry for not accepting this sooner!
Fri, Apr 24
Thu, Apr 23
This is good, but I would consider breaking down pkgconf into separate components, e.g., the library, the pkgconf tool, and the bomtool. All of these things are dependent on one another, but some folks might not want nor need to have pkgconf in base in order to build custom versions of pkgconf, et al.
Abandoning in favor of D56589.