Máté Kukri

Results 30 comments of Máté Kukri

I agree, it's not useful behaviour. I came across it when comparing the output of chibicc to my own implementation of macro expansion and noticed the difference.

UPDATE: Now I have a version that works with libusb1. [libusb support] https://github.com/kukrimate/flashrom/commit/bad99299204aa239c900cf9c9723003a5c1802b6)

@keszybz would you prefer a linear search on the section table directly?

@diogo-ivo We are having an internal event this week, but my plan was to implement just that, with roughly the following logic: - Collect all `.dtb` sections from the UKI...

@jan-kiszka there is no official link between the dtb compatible string and the SMBIOS model. However I believe we plan on using this to select a compatible device tree on...

@jan-kiszka The ThinkPad X13s is unfortunately already using a DTB despite it very much being an ACPI only machine when running Windows. Of course in an ideal world, I'd much...

@xnox What do you think about introducing a new field for matching against the SMBIOS? Is that something that's reasonable / feasible for us to do?

(centos 8 cifail is some 404s, seemingly unrelated to this)

@diogo-ivo You might very well have, I just cherry picked a version of your commit i saw in `git log` in my local checkout. I guess I'll just fixup that...

I can definitely do that split-up next week. The initial PR should be tested by each interested party to see if actually works on their platform. Also any general code...