Hector Martin

Results 160 comments of Hector Martin

ARM64 atomics have been broken until last year, when I found the issue and got it fixed (it was breaking workqueues which was causing problems with TTYs for me, but...

> I had hoped we could have both /boot and / encrypted with luks and only the EFI partition would remain unencrypted. It doesn't really matter how you do it,...

The idea is that 1) the kernel has that path added to the load list, 2) the bootloader loads the cpio as an additional initrd, 3) the initramfs has a...

As for why: most people want their keyboard to work in the initramfs (e.g. typing in unlock passphrases), and the xHCI controller used for some USB ports on some Apple...

Of note: these firmware files are not redistributable (so they can't go in the initramfs directly, not if you plan to ship it to users / use it in an...

Sorry, ARM is currently not supported for the tracer. The tracing functions are currently written for SSE2 x86 (32-bit and 64-bit) only. I would like to eventually write a NEON...

Yeah, it's starting to sound like that byte has nothing to do with it and the fix for the extra connector is something else... but it seems somewhat random and...

That might explain why I thought that byte was it; I probably flashed a different SBR, saw it not work, diffed with the fujitsu one, saw the changed byte, flashed...

So two things. One, you should make sure to `./lsirec 0000:01:00.0 halt` before reading the SBR, as I found that the MegaRAID firmware will try to use the I2C bus...

Only for 128-bit keys and only CBC mode (unless you go by single blocks), but yes.