Jeremy Linton

Results 115 comments of Jeremy Linton

This landed today too: https://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git/commit/?h=next&id=22510bcd5547f6847c821c12785b4ed435c61662 So the only thing remaining is the edk2 set.

The edk portions are merged for the SD/Wifi, so that leaves the BT bits, i'm going to change the title.

Ok, so the key to bluetooth continues to be that it needs to be running on the PL011 if booted in ACPI mode. This tended to somewhat work until the...

Can you put earlycon on the boot command line and attach the output. Which ISO is this?

The other problem here, which I suspect is the issue and is partially noted in the readme, is that you don't yet get persistent variable support while the OS is...

Also, I guess as a further note, the CM4 carrier boards, and various HATs have RTC's on the rpi's. I have a TODO to get at least the cm4 IO...

Well, I suspect once the variable support code has a bit of review and is merged this will be fixed. Well, fixed enough that it persists the last shutdown time.

See: https://github.com/jlinton/edk2-platforms/tree/cppc6-various-fixes-vc4aml-mailboxspinlock-xhcipci-clocktweaks-spiv5 where I hooked the existing ds1307 driver up to the pi's I2C1 pins.

Well, I don't know what happens WRT DT in that particular case, but this has been a debian specific issue AFAIK because its not symlinking/providing the firmware. AKA the wifi...

There are usually binary images checked into those branches ex: https://github.com/jlinton/edk2-platforms/blob/cppc6-various-fixes-vc4aml-mailboxspinlock-xhcipci-clocktweaks-spiv6-FPDT-GPUHACKING/RPI_EFI.fd But they can also be built with the standard edk2 build instructions. I have another repo https://github.com/jlinton/rpi_efi_build which has...