User Details
- User Since
- Aug 2 2014, 8:08 AM (613 w, 3 h)
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.
This works, but I would consider an alternate approach potentially, like using WARNS?= 3 in the Makefiles and removing all of the -W flags.
Wed, Apr 22
LGTM. Just some drive-by comments after the fact.
Tue, Apr 21
Mon, Apr 20
I'll work on getting this over the finish line.
Sat, Apr 18
I incorporated similar changes in different commits.
Thu, Apr 16
I'll try this change out on my '17 MBP.