Tim Crawford

Results 152 issues of Tim Crawford

Move the linker option from `.cargo/config.toml` to `build.rs` using the `rustc-link-arg-bins` directive. Then users only needs to specific `extra-link-arg` to rustc, instead of copying the files from this repo to...

The B variant is nearly identical to the original, but uses DDR5 RAM instead of DDR4 RAM.

S0ix does not require eSPI, and eSPI does not mandate S0ix. Enable S0ix for: - darp7 (TGL-U) - darp8 (ADL-P) - galp5 (TGL-U) - galp6 (ADL-P) - lemp10 (TGL-U) -...

oryp9-b has the same GPIO config as oryp9.

Change the condition, which is currently a level *at* which charging will start/stop. Per [sysfs](https://www.kernel.org/doc/Documentation/ABI/testing/sysfs-class-power), these values are a level: - *below* which charging will begin - *above* which charging...

Add a new target to generate LVFS MetaInfo and a Microsoft cabinet. Not actually usable, since we currently ship EC updates as part of a monolithic system update, have no...

- Feature name: `persistent-configs` - Start date: 2021-11-12 - Status: Proposed # Summary Implement a data format and API for persistent run-time configuration data. # Motivation Allow users to set...

Implement a FnLock toggle and a custom key for it. - When disabled, `F1`-`F12` behave normally - When enabled, `F1`-`F12` behave as the alternate function Set it to `Fn+CapsLock` by...

The power button should be disabled when a machine is unplugged with the lid closed. On darp7, `LID_SW#` can take >200ms at init to reflect the correct state of the...