Tim Crawford

Results 210 comments of Tim Crawford

The problem right now is that `PWM_DUTY` is used in the fan tables (`__code`), so it must be a fixed value (which obviously means it can't read from the register)....

nits: - Any legacy interfaces/types from/for EFI 1.10 should still use "EFI". - Any user-facing interfaces/names that use "EFI" should continue to do so (e.g., "EFI System Partition"/"ESP" if it's...

Initial attempt done in [`fan-temp-hyst`](https://github.com/system76/ec/commits/fan-temp-hyst/).

> Holding down the power button (even for several minutes uninterrupted) does not reboot the EC or shut down the laptop at all. PWRSW WDT 2 was enabled on boards...

> Define "known working"? A version that doesn't crash. ACPI interactions and EC commands should never trigger a crash. At worst, they should time out, but the EC should otherwise...

WDT gets triggered when keyboard is enabled. It is hanging on...`kbscan_set_column`? kbscan_set_column ```asm ;------------------------------------------------------------ ;Allocation info for local variables in function 'kbscan_set_column' ;------------------------------------------------------------ ;col Allocated with name '_kbscan_set_column_col_65536_78' ;colbit Allocated...

Changes to darp10-b need to be copied to darp10.

Evalualtion of commits from 24.02 base. - U: Commit exists in upstream `main` (but not necessarily in the 24.05 tag) - F: Commit is or should be applied as a...

### Pick from `main` - a8fdafa427f3 ("cpu/x86/pae/pgtbl.c: remove dead paging_identity_map_addr()") - 62a6188da508 ("soc/intel/meteorlake: Add PsysPL2 configuration") - bfc92cb94414 ("device: drop unnecessary CHECK_REV_IN_OPROM_NAME option") - 8ed95c3d2b34 ("device/pci_rom: handle non-remapped VGA_BIOS_ID") -...