Commit Graph

711 Commits

Author SHA1 Message Date
Jeremy Soller
d8d400d4ed Update edk2 2021-09-09 11:51:52 -06:00
Jeremy Soller
bbe219dab3 Update submodules 2021-09-09 09:20:07 -06:00
leviport
3fac9d61ca Also update chip.txt for galp4 and lemp9 2021-08-20 15:18:03 -06:00
leviport
75b2a26627 Update chip.txt for darp5 2021-08-20 15:18:03 -06:00
Jeremy Soller
93c2809b7d Add realtek-coeffs script 2021-07-20 16:32:32 -06:00
Jeremy Soller
c2cfab23d4 Add gaze16 2021-07-20 16:32:32 -06:00
smth-0
9b096dc283 Replace "out of stock" Amazon link and add AliExpress one (#202) 2021-06-18 09:47:24 -06:00
Tim Crawford
d7813dae8e Add missing ccache/xxd deps 2021-05-14 12:48:48 -06:00
Tim Crawford
2f1069d381 Clean up Arch deps
- Sort deps
- Remove duplicates
- Replace libgudev with systemd-libs for `libudev.so`
2021-05-14 12:48:48 -06:00
Tim Crawford
bc684170d0 Drop qt5 as a dep
It is only needed for building UEFITool/UEFIExtract, but cmake can just
be used by itself for that.
2021-05-14 12:48:48 -06:00
Tim Crawford
dde58209de gaze14: Add coreboot configs 2021-05-12 13:59:50 -06:00
Tim Crawford
3fe5ccbc8c gaze14: Reduce from 4 variants to 2 2021-05-12 13:59:50 -06:00
Tim Crawford
ab1ba075a2 Update coreboot
- Fixes building KBL boards
- Adds config to disable IME
- Reduces gaze14 to from 4 to 2 variants
2021-05-12 13:59:50 -06:00
Jeremy Soller
4328777136 Fixes for python 3.9 2021-05-12 11:11:25 -06:00
Tim Crawford
0905c82add Fix USB-C on galp3-c
Update coreboot to pull in changes that fix USB-C on galp3-c.

Remove darp5/galp3-c from the changelog as they have not been released.
2021-04-23 08:03:48 -06:00
Tim Crawford
971416091d scripts: Use PAD_CFG_GPO if there is no pull 2021-04-15 11:56:23 -06:00
Tim Crawford
7fb3203a01 Add chip.txt for addw1 and darp7
- addw1 uses a MX25L12873F, the same as oryp7
- darp7 uses a GD25B127D, the same as darp6
2021-04-08 14:14:24 -06:00
Jeremy Soller
236914e8e8 darp7, galp5, lemp10: Update microcode 2021-04-07 14:54:16 -06:00
Tim Crawford
adce54fe9a scripts: Remove extra indent when generating coreboot GPIO data 2021-04-05 13:06:00 -06:00
Jeremy Soller
f0dd4b2ba1 Add additional supported models 2021-04-05 13:05:41 -06:00
Jeremy Soller
5eeae00e3a Actually update changelog 2021-04-02 14:35:44 -06:00
Jeremy Soller
4a88f78546 Update EC and changelog 2021-04-02 13:43:52 -06:00
Aram Hamo
dd78a6ce5c Update deps.sh to support Arch 2021-03-27 10:38:42 -06:00
Jeremy Soller
af2fbdf34b gaze15: Add ELAN touchpad settings 2021-03-19 11:12:14 -06:00
Tim Crawford
57c3682201 docs: Use devicetree.py for dt values 2021-03-18 08:01:52 -06:00
Tim Crawford
c6ea487b77 Add Python script to produce the dt values 2021-03-18 08:01:52 -06:00
Tim Crawford
2e371d49fb Update apps for toolchain fix
rustup conflicts with itself when a component is installed via the
toolchain file vs rustup directly. Update the apps so submodules do not
attempt to (re)install components using rustup.
2021-03-18 08:01:19 -06:00
Jeremy Soller
7c3e89e122 oryp6, oryp7: Fix buzzing at lowest fan speed 2021-03-16 18:53:18 -06:00
Tim Crawford
0a98ce8c93 scripts: Check coreboot config is correct
If a board in models/ does not exist in coreboot, coreboot will emit a
warning and select the first available board for the vendor instead.

This may result in building and being able to flash coreboot with an
addw1 configuration on another board.
2021-03-15 10:12:23 -06:00
Tim Crawford
7d6a15e63c Convert toolchain file to TOML syntax
rustup 1.23.0 (2020-11-27) introduced support for TOML syntax for the
toolchain file. Use this and specify required compoenents.

To ensure you are using a new enough rustup, run:

    rustup self update
2021-03-15 10:10:03 -06:00
Jeremy Soller
50eedc20d2 lemp9: Fix backlight ACPI issues and TPM interrupt 2021-03-11 15:21:06 -07:00
Jeremy Soller
abfba25b93 Update firmware-update 2021-03-11 09:11:49 -07:00
Jeremy Soller
a065fdbb31 Update ec and changelog 2021-03-08 15:56:11 -07:00
Jeremy Soller
b8e602e14e Fix some readme issues 2021-03-05 15:08:37 -07:00
Jeremy Soller
a768d9bd7e Add changelog 2021-03-05 15:06:45 -07:00
Tim Crawford
99e0b46092 Fix building on Debian
Debian does not export /usr/bin in PATH for users like every other
distro so builds fail to find mkfs and parted.
2021-03-05 11:29:53 -07:00
Tim Crawford
19f50c00c4 readme: Add newer supported models 2021-03-04 16:21:45 -07:00
Jeremy Soller
dadad22a64 Update submodules 2021-03-03 15:10:14 -07:00
Tim Crawford
9373a7ff15 docs: Commands to collect some devicetree values
These values were originally comments in every devicetree. Add them here
for now.
2021-03-01 13:22:14 -07:00
Jeremy Soller
bb639eff50 Update submodules 2021-02-26 15:56:43 -07:00
Jeremy Soller
45d7645df9 oryp7 2021-02-26 15:56:43 -07:00
Jeremy Soller
83b35f6870 Revert "scripts: Check coreboot config is correct"
This reverts commit af5041f90b.
2021-02-26 15:28:05 -07:00
Tim Crawford
af5041f90b scripts: Check coreboot config is correct
If a board in models/ does not exist in coreboot, coreboot will emit a
warning and select the first available board for the vendor instead.

This may result in building and being able to flash coreboot with an
addw1 configuration on another board.
2021-02-26 12:43:29 -07:00
Tim Crawford
c59c6e7fa4 docs: Add note about IME state on TGL-U
Explain why we ship galp5/lemp10 with the IME enabled.
2021-02-26 10:17:14 -07:00
Tim Crawford
541f4f3f13 deps: Skip installing Rust if rustup is available
Saves time and prevents errors with trying to install rustup twice or
potentially overriding the user's default toolchain.
2021-02-22 15:43:29 -07:00
Tim Crawford
07dfef8cb9 scripts: Fix installing deps
- Remove extra `then` to fix running this script
- Update messages for system dependencies
- Add `--progress` for submodule clones, which can get slow
2021-02-22 15:16:03 -07:00
Neal Gompa
7a7bc80b8f scripts/deps.sh: Use os-release(5) to select correct package manager
Fedora has apt packaged, which causes this script to do the wrong
thing if it is installed. Instead of checking for the package manager
binary, use os-release(5) data to select the correct package manager
to use.
2021-02-22 08:30:22 -07:00
Jeremy Soller
09e2a550ea Raise HDMI data rate for darp7 and galp5 2021-02-15 10:05:39 -07:00
Jeremy Soller
0e7fe5866a Update coreboot 2021-02-15 10:05:24 -07:00
Jeremy Soller
65b2b4d015 Update coreboot 2021-02-09 07:54:48 -07:00