45 Commits

Author SHA1 Message Date
5cb29de51a edk2: Rebase on edk2-stable202405
The following new edk2 options are set:

- BOOTSPLASH_IMAGE: Enable boot logo and add it to BGRT
- BOOT_MANAGER_ESCAPE: Use Esc instead of F2 to enter firmware setup
- SD_MMC_TIMEOUT: Reduce SD card timeout from 1s to 100ms
- SIO_BUS_ENABLE: Keep PS/2 keyboard working
- VARIABLE_SUPPORT: Set to emulated until coreboot SMMSTORE support is
  implemented

Signed-off-by: Tim Crawford <tcrawford@system76.com>
2024-06-06 12:23:22 -06:00
b4bee5765e Update Rust toolchain to nightly-2024-05-11
Update toolchain to match the version used in Redox.

firmware-setup is still stuck on nightly-2023-01-21.

Signed-off-by: Tim Crawford <tcrawford@system76.com>
2024-05-28 15:58:23 -06:00
5002c9ad95 coreboot: Update VBTs for TGL systems
Signed-off-by: Tim Crawford <tcrawford@system76.com>
2024-05-28 11:28:53 -06:00
1cc79f251a tgl: Update VBT to version 250
Signed-off-by: Tim Crawford <tcrawford@system76.com>
2024-05-28 11:28:53 -06:00
a50ccb32cc tgl: Update Intel GOP driver to 17.0.1077
Signed-off-by: Tim Crawford <tcrawford@system76.com>
2024-05-28 11:28:53 -06:00
a9e791c905 scripts: Allow flashing EC only
As somewhat of a hack, allow flashing only the EC by deleting the
`firmware.rom` file before running `flash.sh`.

Signed-off-by: Tim Crawford <tcrawford@system76.com>
2024-05-20 07:54:21 -06:00
67e7019cf1 docs: Update info about flashing
`flash.sh` was changed from internally flashing to using the UEFI
application (firmware-update). The option `--without-ec` was removed as
part of this.

Signed-off-by: Tim Crawford <tcrawford@system76.com>
2024-05-20 07:54:21 -06:00
8f6d22b801 Add lemp13-b 2024-05-17 08:36:29 -06:00
3de6462f61 changelog: Add darp10, darp10-b
Signed-off-by: Tim Crawford <tcrawford@system76.com>
2024-05-07 15:26:31 -06:00
1cfc7f4744 Add darp10-b 2024-05-07 15:26:31 -06:00
1636f5cfda scripts/extract: fix capitalization of uefiextract binary 2024-05-07 15:26:31 -06:00
9ef787dd5a darp10: Update coreboot, ec, firmware-update
Signed-off-by: Tim Crawford <tcrawford@system76.com>
2024-05-07 15:26:31 -06:00
16172c99d9 darp10: Update CSME
- Disable Boot Guard
- Disable PTT
- Disable locking the descriptor at EOM

Signed-off-by: Tim Crawford <tcrawford@system76.com>
2024-05-07 15:26:31 -06:00
3edfa21e97 darp10: Add Darter Pro 10
Signed-off-by: Tim Crawford <tcrawford@system76.com>
2024-05-07 15:26:31 -06:00
fe17aa2047 scripts: Update VBT path for Linux 6.8
The path to the VBT has seemingly changed on the new kernel.

Signed-off-by: Tim Crawford <tcrawford@system76.com>
2024-05-07 15:26:31 -06:00
6dbf9ca5ca models: Remove old FSP links
Fixes: 1cbe7576ee ("Remove old RPL FSPs")
Signed-off-by: Tim Crawford <tcrawford@system76.com>
2024-05-07 15:26:31 -06:00
15016a0ccd coreboot: Fix CMOS options checksum
Caching ramtop does not update the checksum, causing CMOS options to not
work. Fixes CSME not being disabled on first boot.

Signed-off-by: Tim Crawford <tcrawford@system76.com>
2024-04-29 08:36:02 -06:00
4b32a3e9f5 Add Debian and Fedora dependencies (#541)
Add Debian (pkgconf/libssl-dev) and Fedora (openssl-devel) dependencies for firmware build.
2024-04-17 11:40:51 -06:00
2c6913bc0a lemp13: Update coreboot to fix power LED flicker 2024-03-25 14:30:56 -06:00
0456f19d21 lemp13: Update coreboot to fix security screen 2024-03-22 10:32:59 -06:00
bf2eee4fea Update firmware-update 2024-03-21 18:56:18 -06:00
263c8ffd1e oryp12: Fix certification issues
- coreboot: Disable AER on TBT port to avoid UnsupReq error
- ec: Select the correct smart charger to fix charging issue

Signed-off-by: Tim Crawford <tcrawford@system76.com>
2024-03-21 14:40:50 -06:00
f18364f358 lemp13: Update coreboot to fix memory init 2024-03-21 11:48:02 -06:00
ce7315a0f9 oryp12: Enable security
Signed-off-by: Tim Crawford <tcrawford@system76.com>
2024-03-19 17:50:58 -06:00
bb2d84c152 jenkins: Add addw4, lemp13, oryp12
Signed-off-by: Tim Crawford <tcrawford@system76.com>
2024-03-19 15:38:57 -06:00
c1e0662679 oryp12: Update coreboot, ec
Signed-off-by: Tim Crawford <tcrawford@system76.com>
2024-03-19 15:38:57 -06:00
d5af945751 oryp12: Update CSME
- Disable Boot Guard
- Disable PTT
- Disable locking the descriptor

Signed-off-by: Tim Crawford <tcrawford@system76.com>
2024-03-19 15:38:57 -06:00
241570f50a oryp12: Add Oryx Pro 12
Signed-off-by: Tim Crawford <tcrawford@system76.com>
2024-03-19 15:38:57 -06:00
14aee2d11a Add lemp13 2024-03-19 13:28:33 -06:00
bd4d0333b6 Use rsync to transfer firmware to spipi 2024-03-19 13:28:33 -06:00
0c0980f11b Add intel-spi submodule 2024-03-19 13:28:33 -06:00
f8ba050684 Update submodules 2024-03-19 13:28:33 -06:00
604f6629bc scripts: Remove explicit rustup self update
Commit 7d6a15e63c ("Convert toolchain file to TOML syntax") switched
from the bare toolchain file to the TOML-based one for better management
of the toolchain and components used.

Commit cf7fc2c540 ("scripts: Update rustup or inform user of env
vars") added an explicit `rustup self update` because there were still
cases, a year later, of people not having a rustup new enough to support
the TOML-based toolchain file.

Now 2 years after that, it should be safe to drop the explicit self
update. The TOML format has widespread adoption and rustup now self
updates by default. This should allow distro-provided rustup, which
disables the self update feature, to work if it is already installed in
place of the one downloaded from https://rustup.rs.

Signed-off-by: Tim Crawford <tcrawford@system76.com>
2024-03-18 14:20:15 -06:00
4e3ade88d5 Update EC to improve fan curve for addw4 2024-03-11 08:55:52 -06:00
6f9bda722f addw4: Update coreboot, ec
Signed-off-by: Tim Crawford <tcrawford@system76.com>
2024-03-08 07:59:48 -07:00
869f48eb66 apps: Update firmware-setup
Signed-off-by: Tim Crawford <tcrawford@system76.com>
2024-03-08 07:59:43 -07:00
b8f5c020dd apps: Update gop-policy
Signed-off-by: Tim Crawford <tcrawford@system76.com>
2024-03-08 07:57:06 -07:00
13a2646415 apps: Update firmware-update
- Do cold reboot on success instead of shutting down
- Reboot on success after flashing all components
- Do not boot to firmware setup after MeSet
- Flash full EC ROM size instead of hard-coding to 128K
- Add addw4, lemp13, oryp12

Signed-off-by: Tim Crawford <tcrawford@system76.com>
2024-03-08 07:57:06 -07:00
a5437552e7 addw4: Update CSME
- Disable Boot Guard
- Disable PTT
- Disable locking the descriptor

Signed-off-by: Tim Crawford <tcrawford@system76.com>
2024-03-08 07:57:06 -07:00
9fe3a51ae3 addw4: Add Adder WS 4
Signed-off-by: Tim Crawford <tcrawford@system76.com>
2024-03-08 07:57:06 -07:00
7a60055f68 docs: Update CSME note about S0ix/TGL-U
CSME should be enabled when S0ix is used for power savings during
suspend. TGL-U is just one case where we default as our TGL-U models
do not support S3. Other models may use S0ix as well, such as darp8 and
darp9 due to new batches just not working with S3 anymore [1].

[1]: https://github.com/system76/firmware-open/issues/507

Signed-off-by: Tim Crawford <tcrawford@system76.com>
2024-03-01 12:36:53 -07:00
120c2fd271 coreboot: Fix RTC being reset on boot
Cherry-pick the following upstream commits:

- coreboot/coreboot@fb401e74da: soc/intel/alderlake: Sync UPD Usb4CmMode with Kconfig
- coreboot/coreboot@961ed9fe27: soc/intel/adl: Set slp-s0 counter frequency
- coreboot/coreboot@377845a9d4: soc/intel/tigerlake: Fix processor hang while plug unplug of TBT device
- coreboot/coreboot@354a54ac84: soc/intel/tigerlake: Remove IOM Mctp command from TCSS ASL
- coreboot/coreboot@adf042f6c6: lib/rtc: Fix off-by-one error in February day count in leap year

This also brings in the WIP addw4, but that will documented in the PR
that adds full support for the board.

Signed-off-by: Tim Crawford <tcrawford@system76.com>
2024-03-01 08:49:37 -07:00
0c3997ffb7 gaze16-3060-b: Fix CSME CLKOUT config
The CLKOUT config in FIT was misconfigured using the gaze16-3050 config.

Signed-off-by: Tim Crawford <tcrawford@system76.com>
2024-03-01 08:30:11 -07:00
7ab8b93ef3 gaze16-3060-b: Disable coreboot logging to EC
The config has been enabled since the board was added.

Signed-off-by: Tim Crawford <tcrawford@system76.com>
2024-03-01 08:30:11 -07:00
6aa0c14bbf models: Remove bonw14 HDA header
Commit 77581d11fc ("models: Remove generated C files") removed the HDA
and GPIO files, but bonw14 had an odd named file that was not removed
with the `find` command.

Signed-off-by: Tim Crawford <tcrawford@system76.com>
2024-02-29 08:11:41 -07:00
215 changed files with 40291 additions and 109 deletions

4
.gitmodules vendored
View File

@ -42,3 +42,7 @@
path = tools/apobtool path = tools/apobtool
url = https://github.com/system76/apobtool.git url = https://github.com/system76/apobtool.git
branch = master branch = master
[submodule "tools/intel-spi"]
path = tools/intel-spi
url = https://github.com/system76/intel-spi.git
branch = master

View File

@ -8,6 +8,33 @@ features apply to your model and firmware version, see the
## unreleased ## unreleased
- tgl: Updated Intel GOP driver to 17.0.1077
- tgl: Updated VBT to 250
- Updated Rust toolchain to nightly-2024-05-11
## 2024-05-17
- lemp13-b: Added initial release of open firmware with System76 EC
## 2024-05-07
- darp10: Added initial release of open firmware with System76 EC
- darp10-b: Added initial release of open firmware with System76 EC
## 2024-04-29
- Fixed CMOS options not working due to invalid checksum
## 2024-03-25
- lemp13: Added initial release of open firmware with System76 EC
## 2024-03-21
- oryp12: Added initial release of open firmware with System76 EC
## 2024-03-11
- Updated coreboot to 24.02 - Updated coreboot to 24.02
- adl-p: Updated FSP to C.1.75.10 - adl-p: Updated FSP to C.1.75.10
- adl-s: Updated FSP to C.0.75.10 - adl-s: Updated FSP to C.0.75.10
@ -21,6 +48,11 @@ features apply to your model and firmware version, see the
- adl: Fixed PCIe 4.0 drives in PCIe 3.0 slot failing to initialize on resume - adl: Fixed PCIe 4.0 drives in PCIe 3.0 slot failing to initialize on resume
- rpl: Fixed PCIe 4.0 drives in PCIe 3.0 slot failing to initialize on resume - rpl: Fixed PCIe 4.0 drives in PCIe 3.0 slot failing to initialize on resume
- rpl: Fixed TCSS ACPI access - rpl: Fixed TCSS ACPI access
- adl: Fixed `SLP_S0#` counter frequency
- rpl: Fixed `SLP_S0#` counter frequency
- tgl: Fixed TBT ACPI
- Fixed RTC being reset on boot during February 29th
- addw4: Added initial release of open firmware with System76 EC
## 2024-01-18 ## 2024-01-18

2
Jenkinsfile vendored
View File

@ -7,7 +7,7 @@
// - Pipeline (https://plugins.jenkins.io/workflow-aggregator/) // - Pipeline (https://plugins.jenkins.io/workflow-aggregator/)
// - Slack Notification (https://plugins.jenkins.io/slack/) // - Slack Notification (https://plugins.jenkins.io/slack/)
def all_models = 'addw2 addw3 bonw14 bonw15 darp5 darp6 darp7 darp8 darp9 galp3-c galp4 galp5 galp6 galp7 gaze15 gaze16-3050 gaze16-3060 gaze16-3060-b gaze16-3050 gaze16-3060-b gaze17-3050 gaze17-3060-b gaze18 lemp9 lemp10 lemp11 lemp12 oryp5 oryp6 oryp7 oryp8 oryp9 oryp10 oryp11 serw13' def all_models = 'addw2 addw3 addw4 bonw14 bonw15 darp5 darp6 darp7 darp8 darp9 darp10 darp10-b galp3-c galp4 galp5 galp6 galp7 gaze15 gaze16-3050 gaze16-3060 gaze16-3060-b gaze16-3050 gaze16-3060-b gaze17-3050 gaze17-3060-b gaze18 lemp9 lemp10 lemp11 lemp12 lemp13 oryp5 oryp6 oryp7 oryp8 oryp9 oryp10 oryp11 oryp12 serw13'
void setBuildStatus(String state, String message) { void setBuildStatus(String state, String message) {
// FIXME: https://www.jenkins.io/doc/book/pipeline/jenkinsfile/#string-interpolation // FIXME: https://www.jenkins.io/doc/book/pipeline/jenkinsfile/#string-interpolation

View File

@ -13,16 +13,44 @@ coreboot's `cbmem` tool can be used to verify this. The call to
`FspMemoryInit()` can report 20+ seconds on the first boot, and a few hundred `FspMemoryInit()` can report 20+ seconds on the first boot, and a few hundred
milliseconds on subsequent boots. milliseconds on subsequent boots.
## UEFI application
This is the default method for flashing firmware (using firmware-update). When
used from this repo, it only works with systems running System76 open firmware.
```
./scripts/flash.sh <model>
```
By default the script will attempt to flash both the BIOS and the EC. Their
respective file can be deleted to skip flashing them.
If the EC is flashed, the system will immediately power off.
## Internal programmer ## Internal programmer
Use this method for flashing a system already running System76 Open Firmware. ### Availability
This method is only possible when firmware is unlocked. Firmware is unlocked by
one of two methods:
- The EC feature `CONFIG_SECURITY` is unset/disabled
- The EC is unlock for a single boot (via firmware-update or ectool)
The current state can be determined using ectool:
``` ```
./scripts/flash.sh <model> [--without-ec] ./ec/scripts/ectool.sh security
``` ```
By default the script will attempt to flash the EC. If the EC is flashed, the - `Lock`: This method can't be used
system will immediately power off. - `Unlock`: This method can be used
### flashrom
```
sudo flashrom -p internal -w build/<model>/firmware.rom
```
## External programmer ## External programmer
@ -31,13 +59,14 @@ Use one of these methods for first-time flashing or flashing a bricked system.
### Identifying the BIOS chip ### Identifying the BIOS chip
The packaging and protocol can be determined by `board_info.txt` in coreboot. The packaging and protocol can be determined by `board_info.txt` in coreboot.
Pin 1 is marked by a small dot indent and a white paint mark. The silkscreen Pin 1 is sometimes marked by a small dot indent and a white paint mark. The
may also indicate pin 1. silkscreen may also indicate pin 1.
### CH341A USB programmer - slower, but easier to set up ### CH341A USB programmer - slower, but easier to set up
These can be purchased from many places for around 15 USD. Make sure that the These can be purchased from many places for around 15 USD. Make sure that the
one you get has a ROM clip. Here are some examples: one you get has a ROM clip. Here are some examples:
- [Amazon.com, Organizer.](https://www.amazon.com/Organizer-Socket-Adpter-Programmer-CH341A/dp/B07R5LPTYM) - [Amazon.com, Organizer.](https://www.amazon.com/Organizer-Socket-Adpter-Programmer-CH341A/dp/B07R5LPTYM)
- [Amazon.com, KeeYees.](https://www.amazon.com/KeeYees-SOIC8-EEPROM-CH341A-Programmer/dp/B07SHSL9X9) - [Amazon.com, KeeYees.](https://www.amazon.com/KeeYees-SOIC8-EEPROM-CH341A-Programmer/dp/B07SHSL9X9)
- [AliExpress.com, TZT.](https://aliexpress.com/item/32725360255.html) - [AliExpress.com, TZT.](https://aliexpress.com/item/32725360255.html)

View File

@ -55,15 +55,18 @@ ME: Current Operation Mode : 0
ME: Error Code : 0 ME: Error Code : 0
``` ```
## Tiger Lake-U ## S0ix
Models using TGL-U processors default to having the IME enabled. TGL-U removes S0ix (Modern Standby, s2idle) requires all CPU, PCH, and PCIe devices to have
support for S3 and requires S0ix. This requires all CPU, PCH, and PCIe devices ACPI defined low power states. The CPU has numerous states for low power, with
to have ACPI defined low power states. With S0ix, the CPU has numerous states the lowest being C10. In order to reach this C10 state, the CSME must report
for low power, with the lowest being C10. In order to reach this C10 state, the that it is in a low power state.
IME must report that it is in a low power state. Disabling the ME with the HAP
bit keeps the CPU in the C8 state. This nearly triples the power usage in S0ix Disabling the CSME with the HAP bit or HECI command keeps the CPU in the C8
suspend, from around 1 watt to around 3 watts. state. This nearly triples the power usage in S0ix suspend, from around 1 watt
to around 3 watts.
TGL-U removed support for S3 and requires S0ix.
[wiki]: https://en.wikipedia.org/wiki/Intel_Management_Engine [wiki]: https://en.wikipedia.org/wiki/Intel_Management_Engine

2
ec

Submodule ec updated: 01be30f107...fc3bad29a2

2
edk2

Submodule edk2 updated: 88f5720e16...242dcee217

View File

@ -5,8 +5,11 @@
- [addw1](./addw1) - System76 Adder Workstation (addw1) - [addw1](./addw1) - System76 Adder Workstation (addw1)
- [addw2](./addw2) - System76 Adder WS (addw2) - [addw2](./addw2) - System76 Adder WS (addw2)
- [addw3](./addw3) - System76 Adder WS (addw3) - [addw3](./addw3) - System76 Adder WS (addw3)
- [addw4](./addw4) - System76 Adder WS (addw4)
- [bonw14](./bonw14) - System76 Bonobo WS (bonw14) - [bonw14](./bonw14) - System76 Bonobo WS (bonw14)
- [bonw15](./bonw15) - System76 Bonobo WS (bonw15) - [bonw15](./bonw15) - System76 Bonobo WS (bonw15)
- [darp10](./darp10) - System76 Darter Pro (darp10)
- [darp10-b](./darp10-b) - System76 Darter Pro (darp10-b)
- [darp5](./darp5) - System76 Darter Pro (darp5) - [darp5](./darp5) - System76 Darter Pro (darp5)
- [darp6](./darp6) - System76 Darter Pro (darp6) - [darp6](./darp6) - System76 Darter Pro (darp6)
- [darp7](./darp7) - System76 Darter Pro (darp7) - [darp7](./darp7) - System76 Darter Pro (darp7)
@ -32,9 +35,11 @@
- [lemp10](./lemp10) - System76 Lemur Pro (lemp10) - [lemp10](./lemp10) - System76 Lemur Pro (lemp10)
- [lemp11](./lemp11) - System76 Lemur Pro (lemp11) - [lemp11](./lemp11) - System76 Lemur Pro (lemp11)
- [lemp12](./lemp12) - System76 Lemur Pro (lemp12) - [lemp12](./lemp12) - System76 Lemur Pro (lemp12)
- [lemp13](./lemp13) - System76 Lemur Pro (lemp13)
- [lemp9](./lemp9) - System76 Lemur Pro (lemp9) - [lemp9](./lemp9) - System76 Lemur Pro (lemp9)
- [oryp10](./oryp10) - System76 Oryx Pro (oryp10) - [oryp10](./oryp10) - System76 Oryx Pro (oryp10)
- [oryp11](./oryp11) - System76 Oryx Pro (oryp11) - [oryp11](./oryp11) - System76 Oryx Pro (oryp11)
- [oryp12](./oryp12) - System76 Oryx Pro (oryp12)
- [oryp5](./oryp5) - System76 Oryx Pro (oryp5) - [oryp5](./oryp5) - System76 Oryx Pro (oryp5)
- [oryp6](./oryp6) - System76 Oryx Pro (oryp6) - [oryp6](./oryp6) - System76 Oryx Pro (oryp6)
- [oryp7](./oryp7) - System76 Oryx Pro (oryp7) - [oryp7](./oryp7) - System76 Oryx Pro (oryp7)

View File

@ -1,9 +1,14 @@
BOOTLOADER=COREBOOT BOOTLOADER=COREBOOT
BOOTSPLASH_IMAGE=TRUE
BOOT_MANAGER_ESCAPE=TRUE
DISABLE_SERIAL_TERMINAL=TRUE DISABLE_SERIAL_TERMINAL=TRUE
PLATFORM_BOOT_TIMEOUT=2 PLATFORM_BOOT_TIMEOUT=2
PS2_KEYBOARD_ENABLE=TRUE PS2_KEYBOARD_ENABLE=TRUE
SD_MMC_TIMEOUT=100000
SECURE_BOOT_ENABLE=TRUE SECURE_BOOT_ENABLE=TRUE
SERIAL_DRIVER_ENABLE=FALSE SERIAL_DRIVER_ENABLE=FALSE
SHELL_TYPE=NONE SHELL_TYPE=NONE
SIO_BUS_ENABLE=TRUE
TPM_ENABLE=TRUE TPM_ENABLE=TRUE
VARIABLE_SUPPORT=EMU
#SYSTEM76_EC_LOGGING=TRUE #SYSTEM76_EC_LOGGING=TRUE

View File

@ -1,9 +1,14 @@
BOOTLOADER=COREBOOT BOOTLOADER=COREBOOT
BOOTSPLASH_IMAGE=TRUE
BOOT_MANAGER_ESCAPE=TRUE
DISABLE_SERIAL_TERMINAL=TRUE DISABLE_SERIAL_TERMINAL=TRUE
PLATFORM_BOOT_TIMEOUT=2 PLATFORM_BOOT_TIMEOUT=2
PS2_KEYBOARD_ENABLE=TRUE PS2_KEYBOARD_ENABLE=TRUE
SD_MMC_TIMEOUT=100000
SECURE_BOOT_ENABLE=TRUE SECURE_BOOT_ENABLE=TRUE
SERIAL_DRIVER_ENABLE=FALSE SERIAL_DRIVER_ENABLE=FALSE
SHELL_TYPE=NONE SHELL_TYPE=NONE
SIO_BUS_ENABLE=TRUE
TPM_ENABLE=TRUE TPM_ENABLE=TRUE
VARIABLE_SUPPORT=EMU
#SYSTEM76_EC_LOGGING=TRUE #SYSTEM76_EC_LOGGING=TRUE

View File

@ -1,9 +1,14 @@
BOOTLOADER=COREBOOT BOOTLOADER=COREBOOT
BOOTSPLASH_IMAGE=TRUE
BOOT_MANAGER_ESCAPE=TRUE
DISABLE_SERIAL_TERMINAL=TRUE DISABLE_SERIAL_TERMINAL=TRUE
PLATFORM_BOOT_TIMEOUT=2 PLATFORM_BOOT_TIMEOUT=2
PS2_KEYBOARD_ENABLE=TRUE PS2_KEYBOARD_ENABLE=TRUE
SD_MMC_TIMEOUT=100000
SECURE_BOOT_ENABLE=TRUE SECURE_BOOT_ENABLE=TRUE
SERIAL_DRIVER_ENABLE=FALSE SERIAL_DRIVER_ENABLE=FALSE
SHELL_TYPE=NONE SHELL_TYPE=NONE
SIO_BUS_ENABLE=TRUE
TPM_ENABLE=TRUE TPM_ENABLE=TRUE
VARIABLE_SUPPORT=EMU
#SYSTEM76_EC_LOGGING=TRUE #SYSTEM76_EC_LOGGING=TRUE

BIN
models/addw4/IntelGopDriver.efi (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -0,0 +1,9 @@
[Defines]
INF_VERSION = 0x00010005
BASE_NAME = IntelGopDriver
FILE_GUID = 767222f4-a9f4-41ba-9faa-edaa1405a486
MODULE_TYPE = UEFI_DRIVER
VERSION_STRING = 1.0
[Binaries.X64]
PE32|IntelGopDriver.efi|*

12
models/addw4/README.md Normal file
View File

@ -0,0 +1,12 @@
# System76 Adder WS (addw4)
## Contents
- [EC](./ec.rom)
- *Read Error: No such file or directory (os error 2)*
- [FD](./fd.rom)
- Size: 4 KB
- HAP: false
- [ME](./me.rom)
- Size: 3944 KB
- Version: 16.1.30.2330

View File

@ -0,0 +1 @@
# System76 Adder WS (addw4)

1
models/addw4/chip.txt Normal file
View File

@ -0,0 +1 @@
GD25Q256D

View File

@ -0,0 +1,326 @@
## PCI ##
PCI Device: 0000:00:00.0: Class 0x00060000, Vendor 0x8086, Device 0xA702, Revision 0x01
PCI Device: 0000:00:01.0: Class 0x00060400, Vendor 0x8086, Device 0xA70D, Revision 0x01
PCI Device: 0000:00:02.0: Class 0x00030000, Vendor 0x8086, Device 0xA788, Revision 0x04
PCI Device: 0000:00:04.0: Class 0x00118000, Vendor 0x8086, Device 0xA71D, Revision 0x01
PCI Device: 0000:00:08.0: Class 0x00088000, Vendor 0x8086, Device 0xA74F, Revision 0x01
PCI Device: 0000:00:0a.0: Class 0x00118000, Vendor 0x8086, Device 0xA77D, Revision 0x01
PCI Device: 0000:00:0e.0: Class 0x00010400, Vendor 0x8086, Device 0xA77F, Revision 0x00
PCI Device: 0000:00:14.0: Class 0x000C0330, Vendor 0x8086, Device 0x7A60, Revision 0x11
PCI Device: 0000:00:14.2: Class 0x00050000, Vendor 0x8086, Device 0x7A27, Revision 0x11
PCI Device: 0000:00:14.3: Class 0x00028000, Vendor 0x8086, Device 0x7A70, Revision 0x11
PCI Device: 0000:00:15.0: Class 0x000C8000, Vendor 0x8086, Device 0x7A4C, Revision 0x11
PCI Device: 0000:00:15.1: Class 0x000C8000, Vendor 0x8086, Device 0x7A4D, Revision 0x11
PCI Device: 0000:00:15.3: Class 0x000C8000, Vendor 0x8086, Device 0x7A4F, Revision 0x11
PCI Device: 0000:00:16.0: Class 0x00078000, Vendor 0x8086, Device 0x7A68, Revision 0x11
PCI Device: 0000:00:1c.0: Class 0x00060400, Vendor 0x8086, Device 0x7A3A, Revision 0x11
PCI Device: 0000:00:1f.0: Class 0x00060100, Vendor 0x8086, Device 0x7A0C, Revision 0x11
PCI Device: 0000:00:1f.3: Class 0x00040380, Vendor 0x8086, Device 0x7A50, Revision 0x11
PCI Device: 0000:00:1f.4: Class 0x000C0500, Vendor 0x8086, Device 0x7A23, Revision 0x11
PCI Device: 0000:00:1f.5: Class 0x000C8000, Vendor 0x8086, Device 0x7A24, Revision 0x11
PCI Device: 0000:01:00.0: Class 0x00030000, Vendor 0x10DE, Device 0x2820, Revision 0xA1
PCI Device: 0000:01:00.1: Class 0x00040300, Vendor 0x10DE, Device 0x22BD, Revision 0xA1
PCI Device: 0000:02:00.0: Class 0x00020000, Vendor 0x10EC, Device 0x8168, Revision 0x15
PCI Device: 10000:e0:1d.0: Class 0x00088000, Vendor 0x8086, Device 0x09AB, Revision 0x00
PCI Device: 10000:e0:1d.4: Class 0x00060400, Vendor 0x8086, Device 0x7A34, Revision 0x11
PCI Device: 10000:e1:00.0: Class 0x00010802, Vendor 0x144D, Device 0xA80A, Revision 0x00
## GPIO ##
600 Series PCH
GPP_I0 (0x6E,0x00) 0x84000200 0x00000018 0x00000000 0x00000000
GPP_I1 (0x6E,0x02) 0x82000500 0x00000019 0x00000000 0x00000000
GPP_I2 (0x6E,0x04) 0x86880100 0x0000001a 0x00000000 0x00000000
GPP_I3 (0x6E,0x06) 0x82000502 0x0000001b 0x00000000 0x00000000
GPP_I4 (0x6E,0x08) 0x84000200 0x0000001c 0x00000000 0x00000000
GPP_I5 (0x6E,0x0A) 0x44000200 0x0000001d 0x00000000 0x00000000
GPP_I6 (0x6E,0x0C) 0x44000200 0x0000001e 0x00000000 0x00000000
GPP_I7 (0x6E,0x0E) 0x44000200 0x00000020 0x00000000 0x00000000
GPP_I8 (0x6E,0x10) 0x44000102 0x00000021 0x00000000 0x00000000
GPP_I9 (0x6E,0x12) 0x44000200 0x00000022 0x00000000 0x00000000
GPP_I10 (0x6E,0x14) 0x44000200 0x00000023 0x00000000 0x00000000
GPP_I11 (0x6E,0x16) 0x44000102 0x00000024 0x00000000 0x00000000
GPP_I12 (0x6E,0x18) 0x44000102 0x00000025 0x00000000 0x00000000
GPP_I13 (0x6E,0x1A) 0x44000902 0x00000026 0x00000000 0x00000000
GPP_I14 (0x6E,0x1C) 0x44000902 0x00000027 0x00000000 0x00000000
GPP_I15 (0x6E,0x1E) 0x44000200 0x00000028 0x00000000 0x00000000
GPP_I16 (0x6E,0x20) 0x44000200 0x00000029 0x00000000 0x00000000
GPP_I17 (0x6E,0x22) 0x44000200 0x0000002a 0x00000000 0x00000000
GPP_I18 (0x6E,0x24) 0x44000200 0x0000002b 0x00000000 0x00000000
GPP_I19 (0x6E,0x26) 0x44000200 0x0000002c 0x00000000 0x00000000
GPP_I20 (0x6E,0x28) 0x44000200 0x0000002d 0x00000000 0x00000000
GPP_I21 (0x6E,0x2A) 0x44000200 0x0000002e 0x00000000 0x00000000
GPP_I22 (0x6E,0x2C) 0x44000200 0x00000030 0x00000000 0x00000000
GPP_R0 (0x6E,0x32) 0x44000600 0x00000031 0x00000000 0x00000000
GPP_R1 (0x6E,0x34) 0x44000600 0x00003c32 0x00000000 0x00000000
GPP_R2 (0x6E,0x36) 0x44000600 0x00003c33 0x00000000 0x00000000
GPP_R3 (0x6E,0x38) 0x44000500 0x00003c34 0x00000000 0x00000000
GPP_R4 (0x6E,0x3A) 0x44000600 0x00000035 0x00000000 0x00000000
GPP_R5 (0x6E,0x3C) 0x44000200 0x00000036 0x00000000 0x00000000
GPP_R6 (0x6E,0x3E) 0x44000200 0x00000037 0x00000000 0x00000000
GPP_R7 (0x6E,0x40) 0x44000200 0x00000038 0x00000000 0x00000000
GPP_R8 (0x6E,0x42) 0x44000100 0x00000039 0x00000000 0x00000000
GPP_R9 (0x6E,0x44) 0x44000702 0x0000003a 0x00000000 0x00000000
GPP_R10 (0x6E,0x46) 0x44000200 0x0000003b 0x00000000 0x00000000
GPP_R11 (0x6E,0x48) 0x44000200 0x0000003c 0x00000000 0x00000000
GPP_R12 (0x6E,0x4A) 0x44000200 0x0000003d 0x00000000 0x00000000
GPP_R13 (0x6E,0x4C) 0x44000200 0x0000003e 0x00000000 0x00000000
GPP_R14 (0x6E,0x4E) 0x44000200 0x0000003f 0x00000000 0x00000000
GPP_R15 (0x6E,0x50) 0x44000200 0x00000040 0x00000000 0x00000000
GPP_R16 (0x6E,0x52) 0x44000200 0x00000041 0x00000000 0x00000000
GPP_R17 (0x6E,0x54) 0x44000200 0x00000042 0x00000000 0x00000000
GPP_R18 (0x6E,0x56) 0x44000200 0x00000043 0x00000000 0x00000000
GPP_R19 (0x6E,0x58) 0x44000102 0x00000044 0x00000000 0x00000000
GPP_R20 (0x6E,0x5A) 0x44000200 0x00000045 0x00000000 0x00000000
GPP_R21 (0x6E,0x5C) 0x44000200 0x00000046 0x00000000 0x00000000
GPP_J0 (0x6E,0x60) 0x44000500 0x00000047 0x00000000 0x00000000
GPP_J1 (0x6E,0x62) 0x44000700 0x00000048 0x00000000 0x00000000
GPP_J2 (0x6E,0x64) 0x44000500 0x00000049 0x00000000 0x00000000
GPP_J3 (0x6E,0x66) 0x44000502 0x0000304a 0x00000000 0x00000000
GPP_J4 (0x6E,0x68) 0x44000500 0x0000004b 0x00000000 0x00000000
GPP_J5 (0x6E,0x6A) 0x44000500 0x0000304c 0x00000000 0x00000000
GPP_J6 (0x6E,0x6C) 0x44000500 0x0000004d 0x00000000 0x00000000
GPP_J7 (0x6E,0x6E) 0x44000500 0x0000004e 0x00000000 0x00000000
GPP_J8 (0x6E,0x70) 0x44000102 0x00000050 0x00000000 0x00000000
GPP_J9 (0x6E,0x72) 0x44000200 0x00000051 0x00000000 0x00000000
GPP_J10 (0x6E,0x74) 0x44000200 0x00000052 0x00000000 0x00000000
GPP_J11 (0x6E,0x76) 0x44000200 0x00000053 0x00000000 0x00000000
GPP_B0 (0x6D,0x00) 0x40100102 0x00003050 0x00000000 0x00000000
GPP_B1 (0x6D,0x02) 0x44000102 0x00000051 0x00000000 0x00000000
GPP_B2 (0x6D,0x04) 0x44000102 0x00000052 0x00000000 0x00000000
GPP_B3 (0x6D,0x06) 0x84000201 0x00000053 0x00000000 0x00000000
GPP_B4 (0x6D,0x08) 0x44000200 0x00000054 0x00000000 0x00000000
GPP_B5 (0x6D,0x0A) 0x44000200 0x00000055 0x00000000 0x00000000
GPP_B6 (0x6D,0x0C) 0x44000200 0x00000056 0x00000000 0x00000000
GPP_B7 (0x6D,0x0E) 0x44000200 0x00000057 0x00000000 0x00000000
GPP_B8 (0x6D,0x10) 0x44000200 0x00000058 0x00000000 0x00000000
GPP_B9 (0x6D,0x12) 0x44000200 0x00000059 0x00000000 0x00000000
GPP_B10 (0x6D,0x14) 0x44000200 0x0000005a 0x00000000 0x00000000
GPP_B11 (0x6D,0x16) 0x44000200 0x0000005b 0x00000000 0x00000000
GPP_B12 (0x6D,0x18) 0x44000200 0x0000005c 0x00000000 0x00000000
GPP_B13 (0x6D,0x1A) 0x44000700 0x0000005d 0x00000000 0x00000000
GPP_B14 (0x6D,0x1C) 0x44000500 0x0000005e 0x00000000 0x00000000
GPP_B15 (0x6D,0x1E) 0x44000200 0x0000005f 0x00000000 0x00000000
GPP_B16 (0x6D,0x20) 0x44000200 0x00000060 0x00000000 0x00000000
GPP_B17 (0x6D,0x22) 0x44000200 0x00000061 0x00000000 0x00000000
GPP_B18 (0x6D,0x24) 0x04000702 0x00000062 0x00000000 0x00000000
GPP_B19 (0x6D,0x26) 0x44000201 0x00000063 0x00000000 0x00000000
GPP_B20 (0x6D,0x28) 0x44000200 0x00000064 0x00000000 0x00000000
GPP_B21 (0x6D,0x2A) 0x44000200 0x00000065 0x00000000 0x00000000
GPP_B22 (0x6D,0x2C) 0x44000200 0x00000066 0x00000000 0x00000000
GPP_B23 (0x6D,0x2E) 0x44000102 0x00000067 0x00000800 0x00000000
GPP_G0 (0x6D,0x30) 0x44000200 0x00000068 0x00000000 0x00000000
GPP_G1 (0x6D,0x32) 0x44000200 0x00000069 0x00000000 0x00000000
GPP_G2 (0x6D,0x34) 0x44000200 0x0000006a 0x00000000 0x00000000
GPP_G3 (0x6D,0x36) 0x44000102 0x0000006b 0x00000000 0x00000000
GPP_G4 (0x6D,0x38) 0x44000102 0x0000006c 0x00000000 0x00000000
GPP_G5 (0x6D,0x3A) 0x44000600 0x0000006d 0x00000000 0x00000000
GPP_G6 (0x6D,0x3C) 0x44000100 0x0000006e 0x00000000 0x00000000
GPP_G7 (0x6D,0x3E) 0x44000100 0x0000006f 0x00000000 0x00000000
GPP_H0 (0x6D,0x40) 0x44000102 0x00000070 0x00000000 0x00000000
GPP_H1 (0x6D,0x42) 0x44000200 0x00000071 0x00000000 0x00000000
GPP_H2 (0x6D,0x44) 0x44000102 0x00000072 0x00000000 0x00000000
GPP_H3 (0x6D,0x46) 0x44000300 0x00000073 0x00000000 0x00000000
GPP_H4 (0x6D,0x48) 0x44000700 0x00000074 0x00000000 0x00000000
GPP_H5 (0x6D,0x4A) 0x44000702 0x00000075 0x00000000 0x00000000
GPP_H6 (0x6D,0x4C) 0x44000702 0x00000076 0x00000000 0x00000000
GPP_H7 (0x6D,0x4E) 0x44000700 0x00000077 0x00000000 0x00000000
GPP_H8 (0x6D,0x50) 0x44000702 0x00000018 0x00000000 0x00000000
GPP_H9 (0x6D,0x52) 0x44000700 0x00000019 0x00000000 0x00000000
GPP_H10 (0x6D,0x54) 0x44000200 0x00000020 0x00000000 0x00000000
GPP_H11 (0x6D,0x56) 0x44000200 0x00000021 0x00000000 0x00000000
GPP_H12 (0x6D,0x58) 0x44000200 0x00000022 0x00000000 0x00000000
GPP_H13 (0x6D,0x5A) 0x44000200 0x00000023 0x00000000 0x00000000
GPP_H14 (0x6D,0x5C) 0x44000200 0x00000024 0x00000000 0x00000000
GPP_H15 (0x6D,0x5E) 0x44000200 0x00000025 0x00000000 0x00000000
GPP_H16 (0x6D,0x60) 0x44000200 0x00000026 0x00000000 0x00000000
GPP_H17 (0x6D,0x62) 0x44000200 0x00000027 0x00000000 0x00000000
GPP_H18 (0x6D,0x64) 0x44000200 0x00000028 0x00000000 0x00000000
GPP_H19 (0x6D,0x66) 0x44000200 0x00000029 0x00000000 0x00000000
GPP_H20 (0x6D,0x68) 0x44000200 0x0000002a 0x00000000 0x00000000
GPP_H21 (0x6D,0x6A) 0x44000200 0x0000002b 0x00000000 0x00000000
GPP_H22 (0x6D,0x6C) 0x44000200 0x0000002c 0x00000000 0x00000000
GPP_H23 (0x6D,0x6E) 0x44000200 0x0000002d 0x00000000 0x00000000
GPD0 (0x6C,0x00) 0x04000702 0x00003060 0x00000000 0x00000000
GPD1 (0x6C,0x02) 0x04000702 0x00003c61 0x00000000 0x00000000
GPD2 (0x6C,0x04) 0x44000200 0x00000062 0x00000000 0x00000000
GPD3 (0x6C,0x06) 0x04000702 0x00003063 0x00000010 0x00000000
GPD4 (0x6C,0x08) 0x04000600 0x00000064 0x00000000 0x00000000
GPD5 (0x6C,0x0A) 0x04000600 0x00000065 0x00000000 0x00000000
GPD6 (0x6C,0x0C) 0x44000600 0x00000066 0x00000000 0x00000000
GPD7 (0x6C,0x0E) 0x44000200 0x00000067 0x00000800 0x00000000
GPD8 (0x6C,0x10) 0x04000700 0x00000068 0x00000000 0x00000000
GPD9 (0x6C,0x12) 0x04000200 0x00000069 0x00000000 0x00000000
GPD10 (0x6C,0x14) 0x44000600 0x0000006a 0x00000000 0x00000000
GPD11 (0x6C,0x16) 0x44000200 0x0000006b 0x00000000 0x00000000
GPD12 (0x6C,0x18) 0x44000200 0x0000006c 0x00000000 0x00000000
GPP_A0 (0x6B,0x12) 0x44000700 0x00003018 0x00000000 0x00000000
GPP_A1 (0x6B,0x14) 0x44000702 0x00003019 0x00000000 0x00000000
GPP_A2 (0x6B,0x16) 0x44000700 0x00003020 0x00000000 0x00000000
GPP_A3 (0x6B,0x18) 0x44000700 0x00003021 0x00000000 0x00000000
GPP_A4 (0x6B,0x1A) 0x44000700 0x00003022 0x00000000 0x00000000
GPP_A5 (0x6B,0x1C) 0x44000700 0x00001023 0x00000000 0x00000000
GPP_A6 (0x6B,0x1E) 0x44000700 0x00000024 0x00000000 0x00000000
GPP_A7 (0x6B,0x20) 0x44000200 0x00000025 0x00000000 0x00000000
GPP_A8 (0x6B,0x22) 0x44000200 0x00000026 0x00000000 0x00000000
GPP_A9 (0x6B,0x24) 0x44000200 0x00000027 0x00000000 0x00000000
GPP_A10 (0x6B,0x26) 0x44000702 0x00003028 0x00000000 0x00000000
GPP_A11 (0x6B,0x28) 0x44000102 0x00003029 0x00000000 0x00000000
GPP_A12 (0x6B,0x2A) 0x44000200 0x0000002a 0x00000000 0x00000000
GPP_A13 (0x6B,0x2C) 0x44000200 0x0000002b 0x00000000 0x00000000
GPP_A14 (0x6B,0x2E) 0x44000200 0x0000002c 0x00000000 0x00000000
GPP_C0 (0x6B,0x32) 0x44000502 0x0000002d 0x00000000 0x00000000
GPP_C1 (0x6B,0x34) 0x44000502 0x0000002e 0x00000000 0x00000000
GPP_C2 (0x6B,0x36) 0x44000102 0x0000002f 0x00000800 0x00000000
GPP_C3 (0x6B,0x38) 0x44000d02 0x00000030 0x00000000 0x00000000
GPP_C4 (0x6B,0x3A) 0x44000d02 0x00000031 0x00000000 0x00000000
GPP_C5 (0x6B,0x3C) 0x44000200 0x00000032 0x00000000 0x00000000
GPP_C6 (0x6B,0x3E) 0x44000902 0x00000033 0x00000000 0x00000000
GPP_C7 (0x6B,0x40) 0x44000902 0x00000034 0x00000000 0x00000000
GPP_C8 (0x6B,0x42) 0x44000102 0x00000035 0x00000000 0x00000000
GPP_C9 (0x6B,0x44) 0x44000200 0x00000036 0x00000000 0x00000000
GPP_C10 (0x6B,0x46) 0x44000200 0x00000037 0x00000000 0x00000000
GPP_C11 (0x6B,0x48) 0x44000200 0x00000038 0x00000000 0x00000000
GPP_C12 (0x6B,0x4A) 0x44000200 0x00000039 0x00000000 0x00000000
GPP_C13 (0x6B,0x4C) 0x44000200 0x0000003a 0x00000000 0x00000000
GPP_C14 (0x6B,0x4E) 0x44000200 0x0000003b 0x00000000 0x00000000
GPP_C15 (0x6B,0x50) 0x44000200 0x0000003c 0x00000000 0x00000000
GPP_C16 (0x6B,0x52) 0x44000502 0x0000003d 0x00000000 0x00000000
GPP_C17 (0x6B,0x54) 0x44000502 0x0000003e 0x00000000 0x00000000
GPP_C18 (0x6B,0x56) 0x44000502 0x0000003f 0x00000000 0x00000000
GPP_C19 (0x6B,0x58) 0x44000502 0x00000040 0x00000000 0x00000000
GPP_C20 (0x6B,0x5A) 0x44000200 0x00000041 0x00000000 0x00000000
GPP_C21 (0x6B,0x5C) 0x44000200 0x00000042 0x00000000 0x00000000
GPP_C22 (0x6B,0x5E) 0x44000200 0x00000043 0x00000000 0x00000000
GPP_C23 (0x6B,0x60) 0x44000200 0x00000044 0x00000000 0x00000000
GPP_S0 (0x6A,0x00) 0x44000200 0x01800030 0x00000000 0x00000000
GPP_S1 (0x6A,0x02) 0x44000200 0x01800031 0x00000000 0x00000000
GPP_S2 (0x6A,0x04) 0x44000200 0x01800032 0x00000000 0x00000000
GPP_S3 (0x6A,0x06) 0x44000200 0x01800033 0x00000000 0x00000000
GPP_S4 (0x6A,0x08) 0x44000a00 0x01800034 0x00000000 0x00000000
GPP_S5 (0x6A,0x0A) 0x44000900 0x01800035 0x00000000 0x00000000
GPP_S6 (0x6A,0x0C) 0x44000200 0x01800036 0x00000000 0x00000000
GPP_S7 (0x6A,0x0E) 0x44000200 0x01800037 0x00000000 0x00000000
GPP_E0 (0x6A,0x10) 0x44000200 0x00000038 0x00000000 0x00000000
GPP_E1 (0x6A,0x12) 0x44000200 0x00000039 0x00000000 0x00000000
GPP_E2 (0x6A,0x14) 0x44000102 0x0000003a 0x00000000 0x00000000
GPP_E3 (0x6A,0x16) 0x44000102 0x0000003b 0x00000000 0x00000000
GPP_E4 (0x6A,0x18) 0x44000200 0x0000003c 0x00000000 0x00000000
GPP_E5 (0x6A,0x1A) 0x44000200 0x0000003d 0x00000000 0x00000000
GPP_E6 (0x6A,0x1C) 0x44000200 0x0000003e 0x00000000 0x00000000
GPP_E7 (0x6A,0x1E) 0x80100102 0x0000003f 0x00000000 0x00000000
GPP_E8 (0x6A,0x20) 0x44000600 0x00000040 0x00000000 0x00000000
GPP_E9 (0x6A,0x22) 0x44000102 0x00000041 0x00000800 0x00000000
GPP_E10 (0x6A,0x24) 0x44000102 0x00000042 0x00000800 0x00000000
GPP_E11 (0x6A,0x26) 0x44000102 0x00000043 0x00000800 0x00000000
GPP_E12 (0x6A,0x28) 0x44000102 0x00000044 0x00000000 0x00000000
GPP_E13 (0x6A,0x2A) 0x44000200 0x00000045 0x00000000 0x00000000
GPP_E14 (0x6A,0x2C) 0x44000200 0x00000046 0x00000000 0x00000000
GPP_E15 (0x6A,0x2E) 0x44000200 0x00000047 0x00000000 0x00000000
GPP_E16 (0x6A,0x30) 0x44000200 0x00000048 0x00000000 0x00000000
GPP_E17 (0x6A,0x32) 0x44000102 0x00000049 0x00000000 0x00000000
GPP_E18 (0x6A,0x34) 0x44000201 0x0000004a 0x00000000 0x00000000
GPP_E19 (0x6A,0x36) 0x44000200 0x0000004b 0x00000000 0x00000000
GPP_E20 (0x6A,0x38) 0x44000200 0x0000004c 0x00000000 0x00000000
GPP_E21 (0x6A,0x3A) 0x44000200 0x0000004d 0x00000000 0x00000000
GPP_K0 (0x6A,0x3E) 0x42800102 0x0000004e 0x00000000 0x00000000
GPP_K1 (0x6A,0x40) 0x44000200 0x00000050 0x00000000 0x00000000
GPP_K2 (0x6A,0x42) 0x44000200 0x00000051 0x00000000 0x00000000
GPP_K3 (0x6A,0x44) 0x84000201 0x00000052 0x00000000 0x00000000
GPP_K4 (0x6A,0x46) 0x44000200 0x00003053 0x00000000 0x00000000
GPP_K5 (0x6A,0x48) 0x44000200 0x00000054 0x00000000 0x00000000
GPP_K6 (0x6A,0x4A) 0x44000a02 0x00000055 0x00000000 0x00000000
GPP_K7 (0x6A,0x4C) 0x44000a02 0x00000056 0x00000000 0x00000000
GPP_K8 (0x6A,0x4E) 0x44000700 0x00000057 0x00000000 0x00000000
GPP_K9 (0x6A,0x50) 0x44000700 0x00000058 0x00000000 0x00000000
GPP_K10 (0x6A,0x52) 0x44000a02 0x00000059 0x00000000 0x00000000
GPP_K11 (0x6A,0x54) 0x44000200 0x0000005a 0x00000000 0x00000000
GPP_F0 (0x6A,0x5C) 0x44000300 0x0000005b 0x00000000 0x00000000
GPP_F1 (0x6A,0x5E) 0x44000200 0x0000005c 0x00000000 0x00000000
GPP_F2 (0x6A,0x60) 0x44000200 0x0000005d 0x00000000 0x00000000
GPP_F3 (0x6A,0x62) 0x44000200 0x0000005e 0x00000000 0x00000000
GPP_F4 (0x6A,0x64) 0x44000200 0x00000060 0x00000000 0x00000000
GPP_F5 (0x6A,0x66) 0x44000300 0x00000061 0x00000000 0x00000000
GPP_F6 (0x6A,0x68) 0x44000200 0x00000062 0x00000000 0x00000000
GPP_F7 (0x6A,0x6A) 0x80100100 0x00000063 0x00000000 0x00000000
GPP_F8 (0x6A,0x6C) 0x84000100 0x00000064 0x00000000 0x00000000
GPP_F9 (0x6A,0x6E) 0x44000200 0x00000065 0x00000000 0x00000000
GPP_F10 (0x6A,0x70) 0x44000102 0x00000066 0x00000000 0x00000000
GPP_F11 (0x6A,0x72) 0x44000200 0x00000067 0x00000000 0x00000000
GPP_F12 (0x6A,0x74) 0x44000200 0x00000068 0x00000000 0x00000000
GPP_F13 (0x6A,0x76) 0x44000200 0x00000069 0x00000000 0x00000000
GPP_F14 (0x6A,0x78) 0x44000200 0x0000006a 0x00000000 0x00000000
GPP_F15 (0x6A,0x7A) 0x44000100 0x0000006b 0x00000000 0x00000000
GPP_F16 (0x6A,0x7C) 0x80100100 0x0000006c 0x00000000 0x00000000
GPP_F17 (0x6A,0x7E) 0x44000102 0x0000006d 0x00000000 0x00000000
GPP_F18 (0x6A,0x80) 0x44000200 0x0000006e 0x00000000 0x00000000
GPP_F19 (0x6A,0x82) 0x44000700 0x0000006f 0x00000000 0x00000000
GPP_F20 (0x6A,0x84) 0x44000700 0x00000070 0x00000000 0x00000000
GPP_F21 (0x6A,0x86) 0x44000700 0x00000071 0x00000000 0x00000000
GPP_F22 (0x6A,0x88) 0x44000200 0x00000072 0x00000000 0x00000000
GPP_F23 (0x6A,0x8A) 0x44000200 0x00000073 0x00000000 0x00000000
GPP_D0 (0x69,0x20) 0x44000200 0x00000026 0x00000000 0x00000000
GPP_D1 (0x69,0x22) 0x44000200 0x00000027 0x00000000 0x00000000
GPP_D2 (0x69,0x24) 0x44000200 0x00000028 0x00000000 0x00000000
GPP_D3 (0x69,0x26) 0x44000200 0x00000029 0x00000000 0x00000000
GPP_D4 (0x69,0x28) 0x44000200 0x0000002a 0x00000000 0x00000000
GPP_D5 (0x69,0x2A) 0x44000200 0x0000002b 0x00000000 0x00000000
GPP_D6 (0x69,0x2C) 0x44000200 0x0000002c 0x00000000 0x00000000
GPP_D7 (0x69,0x2E) 0x44000200 0x0000002d 0x00000000 0x00000000
GPP_D8 (0x69,0x30) 0x40000300 0x00000000 0x00000000 0x00000000
GPP_D9 (0x69,0x32) 0x40000702 0x00003c00 0x00000000 0x00000000
GPP_D10 (0x69,0x34) 0x40000700 0x00003c00 0x00000000 0x00000000
GPP_D11 (0x69,0x36) 0x40000700 0x00003c00 0x00000000 0x00000000
GPP_D12 (0x69,0x38) 0x40000702 0x00003c00 0x00000000 0x00000000
GPP_D13 (0x69,0x3A) 0x40000702 0x00003c00 0x00000000 0x00000000
GPP_D14 (0x69,0x3C) 0x40000702 0x00003c00 0x00000000 0x00000000
GPP_D15 (0x69,0x3E) 0x40000700 0x00003c00 0x00000000 0x00000000
GPP_D16 (0x69,0x40) 0x40000700 0x00003c00 0x00000800 0x00000000
GPP_D17 (0x69,0x42) 0x40000700 0x00003c00 0x00000000 0x00000000
GPP_D18 (0x69,0x44) 0x40000700 0x00003c00 0x00000000 0x00000000
GPP_D19 (0x69,0x46) 0x40000700 0x00003c00 0x00000000 0x00000000
GPP_D20 (0x69,0x48) 0x40000700 0x00000000 0x00000000 0x00000000
GPP_D21 (0x69,0x4A) 0x40000700 0x00000000 0x00000000 0x00000000
GPP_D22 (0x69,0x4C) 0x40000700 0x00000000 0x00000000 0x00000000
GPP_D23 (0x69,0x4E) 0x40000700 0x00000000 0x00000000 0x00000000
## HDAUDIO ##
hdaudioC0D0
vendor_name: Realtek
chip_name: ALC245
vendor_id: 0x10ec0245
subsystem_id: 0x15580353
revision_id: 0x100001
0x12: 0x90a60130
0x13: 0x40000000
0x14: 0x90170110
0x17: 0x411111f0
0x18: 0x411111f0
0x19: 0x411111f0
0x1a: 0x411111f0
0x1b: 0x411111f0
0x1d: 0x40689b2d
0x1e: 0x411111f0
0x21: 0x04211020
hdaudioC0D2
vendor_name: Intel
chip_name: Raptorlake HDMI
vendor_id: 0x80862818
subsystem_id: 0x80860101
revision_id: 0x100000
0x04: 0x18560010
0x06: 0x18560010
0x08: 0x18560010
0x0a: 0x18560010
0x0b: 0x18560010
0x0c: 0x18560010
0x0d: 0x18560010
0x0e: 0x18560010
0x0f: 0x18560010
hdaudioC1D0
vendor_name: Nvidia
chip_name: GPU a6 HDMI/DP
vendor_id: 0x10de00a6
subsystem_id: 0x10de0000
revision_id: 0x100100
0x04: 0x185600f0
0x05: 0x585600f0
0x06: 0x585600f0
0x07: 0x585600f0

View File

@ -0,0 +1,19 @@
CONFIG_VENDOR_SYSTEM76=y
CONFIG_BOARD_SYSTEM76_ADDW4=y
CONFIG_CCACHE=y
CONFIG_CONSOLE_SERIAL=n
CONFIG_CPU_MICROCODE_CBFS_DEFAULT_BINS=y
CONFIG_HAVE_IFD_BIN=y
CONFIG_HAVE_ME_BIN=y
CONFIG_IFD_BIN_PATH="$(FIRMWARE_OPEN_MODEL_DIR)/fd.rom"
CONFIG_ME_BIN_PATH="$(FIRMWARE_OPEN_MODEL_DIR)/me.rom"
CONFIG_PAYLOAD_ELF=y
CONFIG_PAYLOAD_FILE="$(FIRMWARE_OPEN_UEFIPAYLOAD)"
CONFIG_PCIEXP_HOTPLUG_MEM=0x2000000
CONFIG_PCIEXP_HOTPLUG_PREFETCH_MEM=0x20000000
CONFIG_POST_IO=n
CONFIG_SMMSTORE=y
CONFIG_SMMSTORE_V2=y
CONFIG_USE_OPTION_TABLE=y
CONFIG_VALIDATE_INTEL_DESCRIPTOR=y
#CONFIG_CONSOLE_SYSTEM76_EC=y

1
models/addw4/ec.config Normal file
View File

@ -0,0 +1 @@
BOARD=system76/addw4

89
models/addw4/ecspy.txt Normal file
View File

@ -0,0 +1,89 @@
id 5570 rev 7
A0: data 1 mirror 1 pot 0 control 00
A1: data 0 mirror 0 pot 0 control 80
A2: data 0 mirror 0 pot 0 control 00
A3: data 1 mirror 1 pot 0 control 80
A4: data 0 mirror 0 pot 0 control 00
A5: data 0 mirror 0 pot 0 control 00
A6: data 0 mirror 0 pot 0 control 00
A7: data 1 mirror 0 pot 0 control 00
B0: data 0 mirror 0 pot 0 control 84
B1: data 1 mirror 1 pot 0 control 84
B2: data 1 mirror 1 pot 0 control 80
B3: data 1 mirror 1 pot 0 control 80
B4: data 1 mirror 1 pot 0 control 40
B5: data 0 mirror 0 pot 0 control 80
B6: data 1 mirror 1 pot 0 control 44
B7: data 1 mirror 1 pot 0 control 80
C0: data 1 mirror 1 pot 0 control 80
C1: data 1 mirror 1 pot 0 control 04
C2: data 1 mirror 1 pot 0 control 04
C3: data 1 mirror 1 pot 0 control 04
C4: data 0 mirror 0 pot 0 control 84
C5: data 1 mirror 1 pot 0 control 04
C6: data 1 mirror 1 pot 0 control 40
C7: data 1 mirror 1 pot 0 control 44
D0: data 1 mirror 1 pot 0 control 44
D1: data 1 mirror 1 pot 0 control 44
D2: data 1 mirror 1 pot 0 control 00
D3: data 0 mirror 0 pot 0 control 40
D4: data 0 mirror 0 pot 0 control 80
D5: data 1 mirror 1 pot 0 control 44
D6: data 1 mirror 1 pot 0 control 02
D7: data 1 mirror 1 pot 0 control 02
E0: data 1 mirror 1 pot 0 control 04
E1: data 1 mirror 1 pot 0 control 44
E2: data 0 mirror 0 pot 0 control 84
E3: data 1 mirror 1 pot 0 control 40
E4: data 1 mirror 1 pot 0 control 42
E5: data 1 mirror 1 pot 0 control 40
E6: data 0 mirror 0 pot 0 control 80
E7: data 1 mirror 1 pot 0 control 04
F0: data 0 mirror 0 pot 0 control 44
F1: data 1 mirror 1 pot 0 control 44
F2: data 1 mirror 1 pot 0 control 44
F3: data 1 mirror 1 pot 0 control 40
F4: data 1 mirror 1 pot 0 control 04
F5: data 1 mirror 1 pot 0 control 04
F6: data 0 mirror 0 pot 0 control 40
F7: data 0 mirror 0 pot 0 control 40
G0: data 1 mirror 1 pot 0 control 40
G1: data 1 mirror 1 pot 0 control 44
G2: data 1 mirror 1 pot 0 control 80
G3: data 0 mirror 0 pot 0 control 00
G4: data 0 mirror 0 pot 0 control 00
G5: data 0 mirror 0 pot 0 control 00
G6: data 0 mirror 0 pot 0 control 40
G7: data 0 mirror 0 pot 0 control 00
H0: data 1 mirror 1 pot 0 control 80
H1: data 0 mirror 0 pot 0 control 82
H2: data 0 mirror 0 pot 0 control 40
H3: data 1 mirror 1 pot 0 control 44
H4: data 1 mirror 1 pot 0 control 80
H5: data 1 mirror 1 pot 0 control 40
H6: data 1 mirror 1 pot 0 control 80
H7: data 1 mirror 1 pot 0 control 80
I0: data 0 mirror 0 pot 0 control 00
I1: data 0 mirror 0 pot 0 control 00
I2: data 0 mirror 0 pot 0 control 80
I3: data 0 mirror 0 pot 0 control 00
I4: data 0 mirror 0 pot 0 control 00
I5: data 0 mirror 0 pot 0 control 00
I6: data 0 mirror 0 pot 0 control 00
I7: data 0 mirror 0 pot 0 control 00
J0: data 0 mirror 0 pot 0 control 40
J1: data 1 mirror 1 pot 0 control 40
J2: data 0 mirror 0 pot 0 control 40
J3: data 0 mirror 0 pot 0 control 82
J4: data 1 mirror 1 pot 0 control 40
J5: data 1 mirror 1 pot 0 control 80
J6: data 0 mirror 0 pot 0 control 44
J7: data 1 mirror 1 pot 0 control 40
M0: data 0 mirror 0 control 06
M1: data 0 mirror 1 control 06
M2: data 1 mirror 1 control 06
M3: data 1 mirror 1 control 06
M4: data 0 mirror 1 control 06
M5: data 0 mirror 0 control 00
M6: data 1 mirror 1 control 86
M7: data 0 mirror 0 control 00

14
models/addw4/edk2.config Normal file
View File

@ -0,0 +1,14 @@
BOOTLOADER=COREBOOT
BOOTSPLASH_IMAGE=TRUE
BOOT_MANAGER_ESCAPE=TRUE
DISABLE_SERIAL_TERMINAL=TRUE
PLATFORM_BOOT_TIMEOUT=2
PS2_KEYBOARD_ENABLE=TRUE
SD_MMC_TIMEOUT=100000
SECURE_BOOT_ENABLE=TRUE
SERIAL_DRIVER_ENABLE=FALSE
SHELL_TYPE=NONE
SIO_BUS_ENABLE=TRUE
TPM_ENABLE=TRUE
VARIABLE_SUPPORT=EMU
#SYSTEM76_EC_LOGGING=TRUE

BIN
models/addw4/fd.rom (Stored with Git LFS) Normal file

Binary file not shown.

BIN
models/addw4/me.rom (Stored with Git LFS) Normal file

Binary file not shown.

BIN
models/addw4/vbt.rom (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,9 +1,14 @@
BOOTLOADER=COREBOOT BOOTLOADER=COREBOOT
BOOTSPLASH_IMAGE=TRUE
BOOT_MANAGER_ESCAPE=TRUE
DISABLE_SERIAL_TERMINAL=TRUE DISABLE_SERIAL_TERMINAL=TRUE
PLATFORM_BOOT_TIMEOUT=2 PLATFORM_BOOT_TIMEOUT=2
PS2_KEYBOARD_ENABLE=TRUE PS2_KEYBOARD_ENABLE=TRUE
SD_MMC_TIMEOUT=100000
SECURE_BOOT_ENABLE=TRUE SECURE_BOOT_ENABLE=TRUE
SERIAL_DRIVER_ENABLE=FALSE SERIAL_DRIVER_ENABLE=FALSE
SHELL_TYPE=NONE SHELL_TYPE=NONE
SIO_BUS_ENABLE=TRUE
TPM_ENABLE=TRUE TPM_ENABLE=TRUE
VARIABLE_SUPPORT=EMU
#SYSTEM76_EC_LOGGING=TRUE #SYSTEM76_EC_LOGGING=TRUE

View File

@ -1,40 +0,0 @@
/* SPDX-License-Identifier: GPL-2.0-only */
#ifndef HDA_VERB_H
#define HDA_VERB_H
#include <device/azalia_device.h>
const u32 cim_verb_data[] = {
/* Realtek, ALC1220 */
0x10ec1220, /* Vendor ID */
0x15587714, /* Subsystem ID */
12, /* Number of entries */
AZALIA_SUBVENDOR(0, 0x15587714),
AZALIA_PIN_CFG(0, 0x12, 0x90a60130),
AZALIA_PIN_CFG(0, 0x14, 0x40000000),
AZALIA_PIN_CFG(0, 0x15, 0x411111f0),
AZALIA_PIN_CFG(0, 0x16, 0x411111f0),
AZALIA_PIN_CFG(0, 0x17, 0x411111f0),
AZALIA_PIN_CFG(0, 0x18, 0x04a11040),
AZALIA_PIN_CFG(0, 0x19, 0x411111f0),
AZALIA_PIN_CFG(0, 0x1a, 0x411111f0),
AZALIA_PIN_CFG(0, 0x1b, 0x90170110),
AZALIA_PIN_CFG(0, 0x1d, 0x4094022d),
AZALIA_PIN_CFG(0, 0x1e, 0x04451120),
/* Nvidia, GPU92HDMI/DP */
0x10de0092, /* Vendor ID */
0x15587714, /* Subsystem ID */
5, /* Number of entries */
AZALIA_SUBVENDOR(0, 0x15587714),
AZALIA_PIN_CFG(0, 0x04, 0x185600f0),
AZALIA_PIN_CFG(0, 0x05, 0x185600f0),
AZALIA_PIN_CFG(0, 0x06, 0x185600f0),
AZALIA_PIN_CFG(0, 0x07, 0x185600f0),
};
const u32 pc_beep_verbs[] = {};
AZALIA_ARRAY_SIZES;
#endif

View File

@ -1 +0,0 @@
../addw3/AlderLakeFspBinPkg

View File

@ -1,9 +1,14 @@
BOOTLOADER=COREBOOT BOOTLOADER=COREBOOT
BOOTSPLASH_IMAGE=TRUE
BOOT_MANAGER_ESCAPE=TRUE
DISABLE_SERIAL_TERMINAL=TRUE DISABLE_SERIAL_TERMINAL=TRUE
PLATFORM_BOOT_TIMEOUT=2 PLATFORM_BOOT_TIMEOUT=2
PS2_KEYBOARD_ENABLE=TRUE PS2_KEYBOARD_ENABLE=TRUE
SD_MMC_TIMEOUT=100000
SECURE_BOOT_ENABLE=TRUE SECURE_BOOT_ENABLE=TRUE
SERIAL_DRIVER_ENABLE=FALSE SERIAL_DRIVER_ENABLE=FALSE
SHELL_TYPE=NONE SHELL_TYPE=NONE
SIO_BUS_ENABLE=TRUE
TPM_ENABLE=TRUE TPM_ENABLE=TRUE
VARIABLE_SUPPORT=EMU
#SYSTEM76_EC_LOGGING=TRUE #SYSTEM76_EC_LOGGING=TRUE

BIN
models/darp10-b/IntelGopDriver.efi (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -0,0 +1,9 @@
[Defines]
INF_VERSION = 0x00010005
BASE_NAME = IntelGopDriver
FILE_GUID = 767222f4-a9f4-41ba-9faa-edaa1405a486
MODULE_TYPE = UEFI_DRIVER
VERSION_STRING = 1.0
[Binaries.X64]
PE32|IntelGopDriver.efi|*

View File

@ -0,0 +1 @@
../lemp13/MeteorLakeFspBinPkg

12
models/darp10-b/README.md Normal file
View File

@ -0,0 +1,12 @@
# System76 Darter Pro (darp10-b)
## Contents
- [EC](./ec.rom)
- *Read Error: No such file or directory (os error 2)*
- [FD](./fd.rom)
- Size: 16 KB
- HAP: true
- [ME](./me.rom)
- Size: 10640 KB
- Version: 18.0.5.2098

View File

@ -0,0 +1 @@
# System76 Darter Pro (darp10-b)

1
models/darp10-b/chip.txt Normal file
View File

@ -0,0 +1 @@
XM25QU256C

View File

@ -0,0 +1,260 @@
## PCI ##
PCI Device: 0000:00:00.0: Class 0x00060000, Vendor 0x8086, Device 0x7D01, Revision 0x04
PCI Device: 0000:00:02.0: Class 0x00030000, Vendor 0x8086, Device 0x7D55, Revision 0x08
PCI Device: 0000:00:04.0: Class 0x00118000, Vendor 0x8086, Device 0x7D03, Revision 0x04
PCI Device: 0000:00:07.0: Class 0x00060400, Vendor 0x8086, Device 0x7EC4, Revision 0x10
PCI Device: 0000:00:08.0: Class 0x00088000, Vendor 0x8086, Device 0x7E4C, Revision 0x20
PCI Device: 0000:00:0a.0: Class 0x00118000, Vendor 0x8086, Device 0x7D0D, Revision 0x01
PCI Device: 0000:00:0b.0: Class 0x00120000, Vendor 0x8086, Device 0x7D1D, Revision 0x04
PCI Device: 0000:00:0d.0: Class 0x000C0330, Vendor 0x8086, Device 0x7EC0, Revision 0x10
PCI Device: 0000:00:0d.2: Class 0x000C0340, Vendor 0x8086, Device 0x7EC2, Revision 0x10
PCI Device: 0000:00:0e.0: Class 0x00010400, Vendor 0x8086, Device 0x7D0B, Revision 0x00
PCI Device: 0000:00:14.0: Class 0x000C0330, Vendor 0x8086, Device 0x7E7D, Revision 0x20
PCI Device: 0000:00:14.2: Class 0x00050000, Vendor 0x8086, Device 0x7E7F, Revision 0x20
PCI Device: 0000:00:14.3: Class 0x00028000, Vendor 0x8086, Device 0x7E40, Revision 0x20
PCI Device: 0000:00:15.0: Class 0x000C8000, Vendor 0x8086, Device 0x7E78, Revision 0x20
PCI Device: 0000:00:15.1: Class 0x000C8000, Vendor 0x8086, Device 0x7E79, Revision 0x20
PCI Device: 0000:00:15.3: Class 0x000C8000, Vendor 0x8086, Device 0x7E7B, Revision 0x20
PCI Device: 0000:00:16.0: Class 0x00078000, Vendor 0x8086, Device 0x7E70, Revision 0x20
PCI Device: 0000:00:16.3: Class 0x00070002, Vendor 0x8086, Device 0x7E73, Revision 0x20
PCI Device: 0000:00:1c.0: Class 0x00060400, Vendor 0x8086, Device 0x7E3D, Revision 0x20
PCI Device: 0000:00:1f.0: Class 0x00060100, Vendor 0x8086, Device 0x7E02, Revision 0x20
PCI Device: 0000:00:1f.3: Class 0x00040380, Vendor 0x8086, Device 0x7E28, Revision 0x20
PCI Device: 0000:00:1f.4: Class 0x000C0500, Vendor 0x8086, Device 0x7E22, Revision 0x20
PCI Device: 0000:00:1f.5: Class 0x000C8000, Vendor 0x8086, Device 0x7E23, Revision 0x20
PCI Device: 0000:00:1f.6: Class 0x00020000, Vendor 0x8086, Device 0x550A, Revision 0x20
PCI Device: 0000:2b:00.0: Class 0x00080501, Vendor 0x1217, Device 0x8621, Revision 0x01
PCI Device: 10000:e0:06.0: Class 0x00088000, Vendor 0x8086, Device 0x09AB, Revision 0x00
PCI Device: 10000:e0:06.2: Class 0x00060400, Vendor 0x8086, Device 0x7ECB, Revision 0x10
PCI Device: 10000:e1:00.0: Class 0x00010802, Vendor 0x144D, Device 0xA80A, Revision 0x00
## GPIO ##
MTL-H/U PCH
GPP_V0 (0xD1,0x00) 0x40000700 0x0003c000 0x00000000 0x00000000
GPP_V1 (0xD1,0x02) 0x40000700 0x0003c000 0x00000000 0x00000000
GPP_V2 (0xD1,0x04) 0x40000702 0x0003c000 0x00000000 0x00000000
GPP_V3 (0xD1,0x06) 0x40000700 0x0003c000 0x00000000 0x00000000
GPP_V4 (0xD1,0x08) 0x40000702 0x0003c000 0x00000000 0x00000000
GPP_V5 (0xD1,0x0A) 0x44000702 0x0003f018 0x00000000 0x00000000
GPP_V6 (0xD1,0x0C) 0x44000702 0x0003fc19 0x00000000 0x00000000
GPP_V7 (0xD1,0x0E) 0x44000702 0x0003fc1a 0x00000000 0x00000000
GPP_V8 (0xD1,0x10) 0x44000702 0x0003f01b 0x00000000 0x00000000
GPP_V9 (0xD1,0x12) 0x44000600 0x0003c01c 0x00000000 0x00000000
GPP_V10 (0xD1,0x14) 0x44000600 0x0003c01d 0x00000000 0x00000000
GPP_V11 (0xD1,0x16) 0x44000600 0x0003c01e 0x00000000 0x00000000
GPP_V12 (0xD1,0x18) 0x44000200 0x0000001f 0x00000000 0x00000000
GPP_V13 (0xD1,0x1A) 0x44000600 0x0003c020 0x00000000 0x00000000
GPP_V14 (0xD1,0x1C) 0x44000600 0x0003c021 0x00000000 0x00000000
GPP_V15 (0xD1,0x1E) 0x44000600 0x0003c022 0x00000000 0x00000000
GPP_V16 (0xD1,0x20) 0x44000600 0x0003c023 0x00000000 0x00000000
GPP_V17 (0xD1,0x22) 0x44000602 0x0003c024 0x00000000 0x00000000
GPP_V18 (0xD1,0x24) 0x44000200 0x00000025 0x00000000 0x00000000
GPP_V19 (0xD1,0x26) 0x44000602 0x0003c026 0x00000000 0x00000000
GPP_V20 (0xD1,0x28) 0x44000200 0x00000027 0x00000000 0x00000000
GPP_V21 (0xD1,0x2A) 0x44000200 0x00000028 0x00000000 0x00000000
GPP_V22 (0xD1,0x2C) 0x44000200 0x00000029 0x00000000 0x00000000
GPP_V23 (0xD1,0x2E) 0x44000200 0x0000002a 0x00000000 0x00000000
GPP_C0 (0xD1,0x30) 0x44000600 0x0003c02b 0x00000000 0x00000000
GPP_C1 (0xD1,0x32) 0x44000602 0x0003c02c 0x00000000 0x00000000
GPP_C2 (0xD1,0x34) 0x44000600 0x0003c02d 0x00000000 0x00000000
GPP_C3 (0xD1,0x36) 0x44000200 0x0003c02e 0x00000000 0x00000000
GPP_C4 (0xD1,0x38) 0x44000200 0x0003c02f 0x00000000 0x00000000
GPP_C5 (0xD1,0x3A) 0x44000702 0x0003f030 0x00000000 0x00000000
GPP_C6 (0xD1,0x3C) 0x44000702 0x0003f031 0x00000000 0x00000000
GPP_C7 (0xD1,0x3E) 0x44000200 0x00000032 0x00000800 0x00000000
GPP_C8 (0xD1,0x40) 0x44000702 0x0003c033 0x00000000 0x00000000
GPP_C9 (0xD1,0x42) 0x44000702 0x0003c034 0x00000000 0x00000000
GPP_C10 (0xD1,0x44) 0x44000200 0x00000035 0x00000000 0x00000000
GPP_C11 (0xD1,0x46) 0x04000702 0x0003c036 0x00000000 0x00000000
GPP_C12 (0xD1,0x48) 0x04000702 0x0003c037 0x00000000 0x00000000
GPP_C13 (0xD1,0x4A) 0x44000200 0x00000038 0x00000000 0x00000000
GPP_C14 (0xD1,0x4C) 0x44000200 0x00000039 0x00000000 0x00000000
GPP_C15 (0xD1,0x4E) 0x44000200 0x0000003a 0x00000000 0x00000000
GPP_C16 (0xD1,0x50) 0x44000702 0x0000003b 0x00000000 0x00000000
GPP_C17 (0xD1,0x52) 0x44000702 0x0000003c 0x00000000 0x00000000
GPP_C18 (0xD1,0x54) 0x44000200 0x0000003d 0x00000000 0x00000000
GPP_C19 (0xD1,0x56) 0x44000200 0x0000003e 0x00000000 0x00000000
GPP_C20 (0xD1,0x58) 0x44000200 0x0000003f 0x00000000 0x00000000
GPP_C21 (0xD1,0x5A) 0x44000700 0x00024040 0x00000000 0x00000000
GPP_C22 (0xD1,0x5C) 0x44000700 0x00024041 0x00000000 0x00000000
GPP_C23 (0xD1,0x5E) 0x44000200 0x00000042 0x00000000 0x00000000
GPP_A0 (0xD2,0x00) 0x44000700 0x0003f048 0x00000000 0x00000000
GPP_A1 (0xD2,0x02) 0x44000702 0x0003f049 0x00000000 0x00000000
GPP_A2 (0xD2,0x04) 0x44000700 0x0003f04a 0x00000000 0x00000000
GPP_A3 (0xD2,0x06) 0x44000700 0x0003f04b 0x00000000 0x00000000
GPP_A4 (0xD2,0x08) 0x44000700 0x0003f04c 0x00000000 0x00000000
GPP_A5 (0xD2,0x0A) 0x44000700 0x0003f04d 0x00000000 0x00000000
GPP_A6 (0xD2,0x0C) 0x44000700 0x0003c04e 0x00000000 0x00000000
GPP_A7 (0xD2,0x0E) 0x44000200 0x0000004f 0x00000000 0x00000000
GPP_A8 (0xD2,0x10) 0x44000200 0x00000050 0x00000000 0x00000000
GPP_A9 (0xD2,0x12) 0x44000200 0x00000051 0x00000000 0x00000000
GPP_A10 (0xD2,0x14) 0x44000200 0x00000052 0x00000000 0x00000000
GPP_A11 (0xD2,0x16) 0x44000200 0x00000053 0x00000000 0x00000000
GPP_A12 (0xD2,0x18) 0x44000102 0x00000054 0x00000000 0x00000000
GPP_A13 (0xD2,0x1A) 0x84000201 0x00003055 0x00000000 0x00000000
GPP_A14 (0xD2,0x1C) 0x44000200 0x00000056 0x00000000 0x00000000
GPP_A15 (0xD2,0x1E) 0x44000200 0x00000057 0x00000000 0x00000000
GPP_A16 (0xD2,0x20) 0x44000702 0x0003f058 0x00000000 0x00000000
GPP_A17 (0xD2,0x22) 0x44000200 0x00000059 0x00000000 0x00000000
GPP_A18 (0xD2,0x24) 0x44000200 0x0000005a 0x00000000 0x00000000
GPP_A19 (0xD2,0x26) 0x44000200 0x0000005b 0x00000000 0x00000000
GPP_A20 (0xD2,0x28) 0x44000200 0x0000005c 0x00000000 0x00000000
GPP_A21 (0xD2,0x2A) 0x44000702 0x0003fc5d 0x00000000 0x00000000
GPP_E0 (0xD2,0x32) 0x44000200 0x00000060 0x00000000 0x00000000
GPP_E1 (0xD2,0x34) 0x40100102 0x00003061 0x00000000 0x00000000
GPP_E2 (0xD2,0x36) 0x44000102 0x00000062 0x00000000 0x00000000
GPP_E3 (0xD2,0x38) 0x44000102 0x00000063 0x00000000 0x00000000
GPP_E4 (0xD2,0x3A) 0x44000200 0x00000064 0x00000000 0x00000000
GPP_E5 (0xD2,0x3C) 0x44000200 0x00000065 0x00000000 0x00000000
GPP_E6 (0xD2,0x3E) 0x44000200 0x00000066 0x00000800 0x00000000
GPP_E7 (0xD2,0x40) 0x44000200 0x00000067 0x00000000 0x00000000
GPP_E8 (0xD2,0x42) 0x44000200 0x00000068 0x00000000 0x00000000
GPP_E9 (0xD2,0x44) 0x44000102 0x00000069 0x00000800 0x00000000
GPP_E10 (0xD2,0x46) 0x44000200 0x0000006a 0x00000000 0x00000000
GPP_E11 (0xD2,0x48) 0x44000102 0x0000006b 0x00000000 0x00000000
GPP_E12 (0xD2,0x4A) 0x44000200 0x0000006c 0x00000000 0x00000000
GPP_E13 (0xD2,0x4C) 0x44000200 0x0000006d 0x00000000 0x00000000
GPP_E14 (0xD2,0x4E) 0x44000700 0x0002406e 0x00000000 0x00000000
GPP_E15 (0xD2,0x50) 0x44000200 0x0000006f 0x00000000 0x00000000
GPP_E16 (0xD2,0x52) 0x44000b02 0x0003c070 0x00000000 0x00000000
GPP_E17 (0xD2,0x54) 0x44000200 0x00000071 0x00000000 0x00000000
GPP_E18 (0xD2,0x56) 0x44000200 0x00000072 0x00000000 0x00000000
GPP_E19 (0xD2,0x58) 0x44000200 0x00000073 0x00000000 0x00000000
GPP_E20 (0xD2,0x5A) 0x44000200 0x00000074 0x00000000 0x00000000
GPP_E21 (0xD2,0x5C) 0x44000200 0x00000075 0x00000000 0x00000000
GPP_E22 (0xD2,0x5E) 0x44000200 0x00000076 0x00000000 0x00000000
GPP_H0 (0xD3,0x00) 0x44000200 0x00000018 0x00000000 0x00000000
GPP_H1 (0xD3,0x02) 0x44000200 0x00000019 0x00000000 0x00000000
GPP_H2 (0xD3,0x04) 0x44000200 0x0000001a 0x00000000 0x00000000
GPP_H3 (0xD3,0x06) 0x44000200 0x0000001b 0x00000000 0x00000000
GPP_H4 (0xD3,0x08) 0x44000200 0x0000001c 0x00000000 0x00000000
GPP_H5 (0xD3,0x0A) 0x44000200 0x0000001d 0x00000000 0x00000000
GPP_H6 (0xD3,0x0C) 0x44000600 0x0000001e 0x00000000 0x00000000
GPP_H7 (0xD3,0x0E) 0x44000600 0x0000001f 0x00000000 0x00000000
GPP_H8 (0xD3,0x10) 0x44000200 0x00000020 0x00000000 0x00000000
GPP_H9 (0xD3,0x12) 0x44000200 0x00000021 0x00000000 0x00000000
GPP_H10 (0xD3,0x14) 0x44000200 0x00000022 0x00000000 0x00000000
GPP_H11 (0xD3,0x16) 0x44000200 0x00000023 0x00000000 0x00000000
GPP_H12 (0xD3,0x18) 0x44000200 0x00000024 0x00000000 0x00000000
GPP_H13 (0xD3,0x1A) 0x44000600 0x0003c025 0x00000000 0x00000000
GPP_H14 (0xD3,0x1C) 0x44000200 0x00000026 0x00000000 0x00000000
GPP_H15 (0xD3,0x1E) 0x44000200 0x00000027 0x00000000 0x00000000
GPP_H16 (0xD3,0x20) 0x44000200 0x00000028 0x00000000 0x00000000
GPP_H17 (0xD3,0x22) 0x44000200 0x00000029 0x00000000 0x00000000
GPP_H18 (0xD3,0x24) 0x44000200 0x0000002a 0x00000000 0x00000000
GPP_H19 (0xD3,0x26) 0x44000702 0x0000002b 0x00000000 0x00000000
GPP_H20 (0xD3,0x28) 0x44000702 0x0000002c 0x00000000 0x00000000
GPP_H21 (0xD3,0x2A) 0x44000702 0x0000002d 0x00000000 0x00000000
GPP_H22 (0xD3,0x2C) 0x44000602 0x0000002e 0x00000000 0x00000000
GPP_F0 (0xD3,0x34) 0x44000700 0x0003c030 0x00000000 0x00000000
GPP_F1 (0xD3,0x36) 0x44000702 0x0003f031 0x00000000 0x00000000
GPP_F2 (0xD3,0x38) 0x44000700 0x0003c032 0x00000000 0x00000000
GPP_F3 (0xD3,0x3A) 0x44000702 0x0003f033 0x00000000 0x00000000
GPP_F4 (0xD3,0x3C) 0x44000700 0x0003c034 0x00000000 0x00000000
GPP_F5 (0xD3,0x3E) 0x44000d00 0x0003c035 0x00000000 0x00000000
GPP_F6 (0xD3,0x40) 0x44000200 0x00000036 0x00000000 0x00000000
GPP_F7 (0xD3,0x42) 0x44000200 0x00000037 0x00000000 0x00000000
GPP_F8 (0xD3,0x44) 0x44000200 0x00000038 0x00000000 0x00000000
GPP_F9 (0xD3,0x46) 0x44000102 0x00000039 0x00000000 0x00000000
GPP_F10 (0xD3,0x48) 0x44000200 0x0000003a 0x00000000 0x00000000
GPP_F11 (0xD3,0x4A) 0x44000200 0x0000003b 0x00000000 0x00000000
GPP_F12 (0xD3,0x4C) 0x44002102 0x0000003c 0x00000000 0x00000000
GPP_F13 (0xD3,0x4E) 0x44002102 0x0000003d 0x00000000 0x00000000
GPP_F14 (0xD3,0x50) 0x44000200 0x0000003e 0x00000000 0x00000000
GPP_F15 (0xD3,0x52) 0x44000200 0x0000003f 0x00000000 0x00000000
GPP_F16 (0xD3,0x54) 0x44000200 0x00000040 0x00000000 0x00000000
GPP_F17 (0xD3,0x56) 0x44000200 0x00000041 0x00000000 0x00000000
GPP_F18 (0xD3,0x58) 0x44000200 0x00000042 0x00000000 0x00000000
GPP_F19 (0xD3,0x5A) 0x44000200 0x00000043 0x00000000 0x00000000
GPP_F20 (0xD3,0x5C) 0x44000200 0x00000044 0x00000000 0x00000000
GPP_F21 (0xD3,0x5E) 0x44000200 0x00000045 0x00000800 0x00000000
GPP_F22 (0xD3,0x60) 0x44000200 0x00000046 0x00000000 0x00000000
GPP_F23 (0xD3,0x62) 0x44000200 0x00000047 0x00000000 0x00000000
GPP_S0 (0xD4,0x00) 0x44000200 0x01800050 0x00000000 0x00000000
GPP_S1 (0xD4,0x02) 0x44000200 0x01800051 0x00000000 0x00000000
GPP_S2 (0xD4,0x04) 0x44000200 0x01800052 0x00000000 0x00000000
GPP_S3 (0xD4,0x06) 0x44000200 0x01800053 0x00000000 0x00000000
GPP_S4 (0xD4,0x08) 0x44000200 0x01800054 0x00000000 0x00000000
GPP_S5 (0xD4,0x0A) 0x44000200 0x01800055 0x00000000 0x00000000
GPP_S6 (0xD4,0x0C) 0x44000200 0x01800056 0x00000000 0x00000000
GPP_S7 (0xD4,0x0E) 0x44000200 0x01800057 0x00000000 0x00000000
GPP_B0 (0xD5,0x00) 0x80800102 0x00000058 0x00000000 0x00000000
GPP_B1 (0xD5,0x02) 0x44000200 0x00000059 0x00000000 0x00000000
GPP_B2 (0xD5,0x04) 0x44000200 0x0000005a 0x00000000 0x00000000
GPP_B3 (0xD5,0x06) 0x44000200 0x0000005b 0x00000000 0x00000000
GPP_B4 (0xD5,0x08) 0x44000200 0x0000005c 0x00000000 0x00000000
GPP_B5 (0xD5,0x0A) 0x44000200 0x0000005d 0x00000000 0x00000000
GPP_B6 (0xD5,0x0C) 0x44000200 0x0000005e 0x00000000 0x00000000
GPP_B7 (0xD5,0x0E) 0x44000200 0x0000005f 0x00000000 0x00000000
GPP_B8 (0xD5,0x10) 0x44000200 0x00000060 0x00000000 0x00000000
GPP_B9 (0xD5,0x12) 0x44000200 0x00000061 0x00000000 0x00000000
GPP_B10 (0xD5,0x14) 0x44000200 0x00000062 0x00000000 0x00000000
GPP_B11 (0xD5,0x16) 0x44000b02 0x00024063 0x00000000 0x00000000
GPP_B12 (0xD5,0x18) 0x44000700 0x0003c064 0x00000000 0x00000000
GPP_B13 (0xD5,0x1A) 0x44000700 0x0003c065 0x00000000 0x00000000
GPP_B14 (0xD5,0x1C) 0x44000102 0x00000066 0x00000000 0x00000000
GPP_B15 (0xD5,0x1E) 0x44000102 0x00000067 0x00000000 0x00000000
GPP_B16 (0xD5,0x20) 0x44000200 0x00000068 0x00000000 0x00000000
GPP_B17 (0xD5,0x22) 0x44000200 0x00000069 0x00000000 0x00000000
GPP_B18 (0xD5,0x24) 0x44000201 0x0000006a 0x00000000 0x00000000
GPP_B19 (0xD5,0x26) 0x44000201 0x0000006b 0x00000000 0x00000000
GPP_B20 (0xD5,0x28) 0x44000200 0x0000006c 0x00000000 0x00000000
GPP_B21 (0xD5,0x2A) 0x84000200 0x0000006d 0x00000000 0x00000000
GPP_B22 (0xD5,0x2C) 0x44000200 0x0000006e 0x00000000 0x00000000
GPP_B23 (0xD5,0x2E) 0x44000200 0x0000006f 0x00000000 0x00000000
GPP_D0 (0xD5,0x32) 0x44000201 0x00000070 0x00000000 0x00000000
GPP_D1 (0xD5,0x34) 0x44000201 0x00000071 0x00000000 0x00000000
GPP_D2 (0xD5,0x36) 0x44000201 0x00000072 0x00000000 0x00000000
GPP_D3 (0xD5,0x38) 0x44000200 0x00000073 0x00000000 0x00000000
GPP_D4 (0xD5,0x3A) 0x44000200 0x00000074 0x00000000 0x00000000
GPP_D5 (0xD5,0x3C) 0x44000201 0x00000075 0x00000000 0x00000000
GPP_D6 (0xD5,0x3E) 0x44000200 0x00000076 0x00000000 0x00000000
GPP_D7 (0xD5,0x40) 0x44000200 0x00000077 0x00000000 0x00000000
GPP_D8 (0xD5,0x42) 0x44000200 0x00000018 0x00000000 0x00000000
GPP_D9 (0xD5,0x44) 0x44000200 0x00000019 0x00000000 0x00000000
GPP_D10 (0xD5,0x46) 0x44000600 0x0003c01a 0x00000000 0x00000000
GPP_D11 (0xD5,0x48) 0x44000700 0x0003fc1b 0x00000000 0x00000000
GPP_D12 (0xD5,0x4A) 0x44000600 0x0003fc1c 0x00000000 0x00000000
GPP_D13 (0xD5,0x4C) 0x44000700 0x0003fc1d 0x00000000 0x00000000
GPP_D14 (0xD5,0x4E) 0x44000200 0x0000001e 0x00000000 0x00000000
GPP_D15 (0xD5,0x50) 0x44000200 0x0000001f 0x00000000 0x00000000
GPP_D16 (0xD5,0x52) 0x44000200 0x00000020 0x00000000 0x00000000
GPP_D17 (0xD5,0x54) 0x44000700 0x0003c021 0x00000000 0x00000000
GPP_D18 (0xD5,0x56) 0x44000700 0x00000022 0x00000000 0x00000000
GPP_D19 (0xD5,0x58) 0x44000700 0x00000023 0x00000000 0x00000000
GPP_D20 (0xD5,0x5A) 0x44000702 0x00000024 0x00000000 0x00000000
GPP_D21 (0xD5,0x5C) 0x44000b02 0x00000025 0x00000000 0x00000000
GPP_D22 (0xD5,0x5E) 0x44000700 0x0003fc26 0x00000000 0x00000000
GPP_D23 (0xD5,0x60) 0x44000702 0x0003fc27 0x00000000 0x00000000
## HDAUDIO ##
hdaudioC0D0
vendor_name: Realtek
chip_name: ALC245
vendor_id: 0x10ec0245
subsystem_id: 0x1558a743
revision_id: 0x100001
0x12: 0x90a60130
0x13: 0x40000000
0x14: 0x90170110
0x17: 0x411111f0
0x18: 0x411111f0
0x19: 0x411111f0
0x1a: 0x411111f0
0x1b: 0x411111f0
0x1d: 0x40789b2d
0x1e: 0x411111f0
0x21: 0x04211020
hdaudioC0D2
vendor_name: Intel
chip_name: Meteor Lake HDMI
vendor_id: 0x8086281d
subsystem_id: 0x80860101
revision_id: 0x100000
0x04: 0x18560010
0x06: 0x18560010
0x08: 0x18560010
0x0a: 0x18560010
0x0b: 0x18560010
0x0c: 0x18560010
0x0d: 0x18560010
0x0e: 0x18560010
0x0f: 0x18560010

View File

@ -0,0 +1,26 @@
CONFIG_VENDOR_SYSTEM76=y
CONFIG_BOARD_SYSTEM76_DARP10_B=y
CONFIG_CCACHE=y
CONFIG_CONSOLE_SERIAL=n
CONFIG_CPU_MICROCODE_CBFS_EXTERNAL_BINS=y
CONFIG_CPU_UCODE_BINARIES="$(FIRMWARE_OPEN_MODEL_DIR)/microcode.rom"
CONFIG_HAVE_GBE_BIN=y
CONFIG_GBE_BIN_PATH="$(FIRMWARE_OPEN_MODEL_DIR)/gbe.rom"
CONFIG_HAVE_IFD_BIN=y
CONFIG_IFD_BIN_PATH="$(FIRMWARE_OPEN_MODEL_DIR)/fd.rom"
CONFIG_HAVE_ME_BIN=y
CONFIG_ME_BIN_PATH="$(FIRMWARE_OPEN_MODEL_DIR)/me.rom"
CONFIG_PAYLOAD_ELF=y
CONFIG_PAYLOAD_FILE="$(FIRMWARE_OPEN_UEFIPAYLOAD)"
CONFIG_POST_IO=n
CONFIG_SMMSTORE=y
CONFIG_SMMSTORE_V2=y
CONFIG_USE_OPTION_TABLE=y
CONFIG_VALIDATE_INTEL_DESCRIPTOR=y
#CONFIG_CONSOLE_SYSTEM76_EC=y
# Custom FSP
CONFIG_ADD_FSP_BINARIES=y
CONFIG_FSP_FULL_FD=y
CONFIG_FSP_FD_PATH="$(FIRMWARE_OPEN_MODEL_DIR)/MeteorLakeFspBinPkg/Fsp.fd"
CONFIG_FSP_HEADER_PATH="$(FIRMWARE_OPEN_MODEL_DIR)/MeteorLakeFspBinPkg/Include"

View File

@ -0,0 +1 @@
BOARD=system76/darp10-b

113
models/darp10-b/ecspy.txt Normal file
View File

@ -0,0 +1,113 @@
id 5570 rev 7
A0: data 1 mirror 1 pot 0 control 80
A1: data 1 mirror 1 pot 0 control 80
A2: data 0 mirror 0 pot 0 control 00
A3: data 0 mirror 0 pot 0 control 00
A4: data 1 mirror 1 pot 0 control 80
A5: data 0 mirror 0 pot 0 control 00
A6: data 0 mirror 0 pot 0 control 00
A7: data 0 mirror 0 pot 0 control 00
B0: data 0 mirror 0 pot 0 control 84
B1: data 1 mirror 1 pot 0 control 84
B2: data 1 mirror 1 pot 0 control 84
B3: data 1 mirror 1 pot 0 control 80
B4: data 1 mirror 1 pot 0 control 40
B5: data 1 mirror 1 pot 0 control 80
B6: data 1 mirror 1 pot 0 control 40
B7: data 1 mirror 1 pot 0 control 80
C0: data 1 mirror 1 pot 0 control 80
C1: data 1 mirror 1 pot 0 control 04
C2: data 1 mirror 1 pot 0 control 04
C3: data 0 mirror 0 pot 0 control 04
C4: data 0 mirror 0 pot 0 control 84
C5: data 0 mirror 0 pot 0 control 04
C6: data 0 mirror 0 pot 0 control 80
C7: data 1 mirror 1 pot 0 control 44
D0: data 1 mirror 1 pot 0 control 40
D1: data 1 mirror 1 pot 0 control 44
D2: data 1 mirror 1 pot 0 control 00
D3: data 1 mirror 1 pot 0 control 80
D4: data 1 mirror 1 pot 0 control 40
D5: data 1 mirror 1 pot 0 control 40
D6: data 1 mirror 1 pot 0 control 02
D7: data 1 mirror 1 pot 0 control 02
E0: data 1 mirror 1 pot 0 control 04
E1: data 1 mirror 1 pot 0 control 40
E2: data 1 mirror 1 pot 0 control 80
E3: data 1 mirror 1 pot 0 control 44
E4: data 1 mirror 1 pot 0 control 40
E5: data 1 mirror 1 pot 0 control 40
E6: data 0 mirror 0 pot 0 control 80
E7: data 1 mirror 1 pot 0 control 04
F0: data 0 mirror 0 pot 0 control 44
F1: data 1 mirror 1 pot 0 control 40
F2: data 1 mirror 1 pot 0 control 44
F3: data 1 mirror 1 pot 0 control 44
F4: data 1 mirror 1 pot 0 control 04
F5: data 1 mirror 1 pot 0 control 04
F6: data 0 mirror 0 pot 0 control 00
F7: data 1 mirror 1 pot 1 control 44
G0: data 1 mirror 1 pot 0 control 80
G1: data 1 mirror 1 pot 0 control 80
G2: data 1 mirror 1 pot 0 control 80
G3: data 0 mirror 0 pot 0 control 00
G4: data 0 mirror 0 pot 0 control 00
G5: data 0 mirror 0 pot 0 control 00
G6: data 0 mirror 0 pot 0 control 40
G7: data 0 mirror 0 pot 0 control 00
H0: data 1 mirror 1 pot 0 control 80
H1: data 1 mirror 1 pot 0 control 80
H2: data 0 mirror 0 pot 0 control 44
H3: data 1 mirror 1 pot 0 control 80
H4: data 1 mirror 1 pot 0 control 80
H5: data 0 mirror 0 pot 0 control 40
H6: data 1 mirror 1 pot 0 control 80
H7: data 1 mirror 1 pot 0 control 80
I0: data 0 mirror 0 pot 0 control 00
I1: data 0 mirror 0 pot 0 control 00
I2: data 1 mirror 1 pot 0 control 84
I3: data 0 mirror 0 pot 0 control 00
I4: data 0 mirror 0 pot 0 control 00
I5: data 0 mirror 0 pot 0 control 40
I6: data 0 mirror 0 pot 0 control 00
I7: data 0 mirror 0 pot 0 control 00
J0: data 1 mirror 1 pot 0 control 40
J1: data 1 mirror 1 pot 0 control 40
J2: data 0 mirror 0 pot 0 control 00
J3: data 0 mirror 0 pot 0 control 80
J4: data 1 mirror 1 pot 0 control 40
J5: data 0 mirror 0 pot 0 control 80
J6: data 0 mirror 0 pot 0 control 44
J7: data 0 mirror 0 pot 0 control 84
M0: data 1 mirror 1 control 06
M1: data 1 mirror 1 control 06
M2: data 1 mirror 1 control 06
M3: data 1 mirror 1 control 06
M4: data 1 mirror 1 control 06
M5: data 0 mirror 0 control 00
M6: data 1 mirror 1 control 86
M7: data 0 mirror 0 control 00
GCR: 0x04
GCR1: 0x00
GCR2: 0x00
GCR3: 0x40
GCR4: 0x00
GCR5: 0x00
GCR6: 0x00
GCR7: 0x00
GCR8: 0x10
GCR9: 0x20
GCR10: 0x02
GCR11: 0x00
GCR12: 0x00
GCR13: 0x00
GCR14: 0x00
GCR15: 0x10
GCR16: 0x00
GCR17: 0x00
GCR18: 0x00
GCR19: 0x81
GCR20: 0x80
GCR21: 0x66
GCR22: 0x80
GCR23: 0x01

View File

@ -0,0 +1,14 @@
BOOTLOADER=COREBOOT
BOOTSPLASH_IMAGE=TRUE
BOOT_MANAGER_ESCAPE=TRUE
DISABLE_SERIAL_TERMINAL=TRUE
PLATFORM_BOOT_TIMEOUT=2
PS2_KEYBOARD_ENABLE=TRUE
SD_MMC_TIMEOUT=100000
SECURE_BOOT_ENABLE=TRUE
SERIAL_DRIVER_ENABLE=FALSE
SHELL_TYPE=NONE
SIO_BUS_ENABLE=TRUE
TPM_ENABLE=TRUE
VARIABLE_SUPPORT=EMU
#SYSTEM76_EC_LOGGING=TRUE

BIN
models/darp10-b/fd.rom (Stored with Git LFS) Normal file

Binary file not shown.

BIN
models/darp10-b/gbe.rom (Stored with Git LFS) Normal file

Binary file not shown.

BIN
models/darp10-b/me.rom (Stored with Git LFS) Normal file

Binary file not shown.

BIN
models/darp10-b/microcode.rom (Stored with Git LFS) Normal file

Binary file not shown.

BIN
models/darp10-b/vbt.rom (Stored with Git LFS) Normal file

Binary file not shown.

BIN
models/darp10/IntelGopDriver.efi (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -0,0 +1,9 @@
[Defines]
INF_VERSION = 0x00010005
BASE_NAME = IntelGopDriver
FILE_GUID = 767222f4-a9f4-41ba-9faa-edaa1405a486
MODULE_TYPE = UEFI_DRIVER
VERSION_STRING = 1.0
[Binaries.X64]
PE32|IntelGopDriver.efi|*

View File

@ -0,0 +1 @@
../lemp13/MeteorLakeFspBinPkg

12
models/darp10/README.md Normal file
View File

@ -0,0 +1,12 @@
# System76 Darter Pro (darp10)
## Contents
- [EC](./ec.rom)
- *Read Error: No such file or directory (os error 2)*
- [FD](./fd.rom)
- Size: 16 KB
- HAP: true
- [ME](./me.rom)
- Size: 10640 KB
- Version: 18.0.5.2098

View File

@ -0,0 +1 @@
# System76 Darter Pro (darp10)

1
models/darp10/chip.txt Normal file
View File

@ -0,0 +1 @@
XM25QU256C

View File

@ -0,0 +1,262 @@
## PCI ##
PCI Device: 0000:00:00.0: Class 0x00060000, Vendor 0x8086, Device 0x7D14, Revision 0x04
PCI Device: 0000:00:02.0: Class 0x00030000, Vendor 0x8086, Device 0x7D55, Revision 0x08
PCI Device: 0000:00:04.0: Class 0x00118000, Vendor 0x8086, Device 0x7D03, Revision 0x04
PCI Device: 0000:00:07.0: Class 0x00060400, Vendor 0x8086, Device 0x7EC4, Revision 0x10
PCI Device: 0000:00:08.0: Class 0x00088000, Vendor 0x8086, Device 0x7E4C, Revision 0x20
PCI Device: 0000:00:0a.0: Class 0x00118000, Vendor 0x8086, Device 0x7D0D, Revision 0x01
PCI Device: 0000:00:0b.0: Class 0x00120000, Vendor 0x8086, Device 0x7D1D, Revision 0x04
PCI Device: 0000:00:0d.0: Class 0x000C0330, Vendor 0x8086, Device 0x7EC0, Revision 0x10
PCI Device: 0000:00:0d.2: Class 0x000C0340, Vendor 0x8086, Device 0x7EC2, Revision 0x10
PCI Device: 0000:00:0e.0: Class 0x00010400, Vendor 0x8086, Device 0x7D0B, Revision 0x00
PCI Device: 0000:00:14.0: Class 0x000C0330, Vendor 0x8086, Device 0x7E7D, Revision 0x20
PCI Device: 0000:00:14.2: Class 0x00050000, Vendor 0x8086, Device 0x7E7F, Revision 0x20
PCI Device: 0000:00:14.3: Class 0x00028000, Vendor 0x8086, Device 0x7E40, Revision 0x20
PCI Device: 0000:00:15.0: Class 0x000C8000, Vendor 0x8086, Device 0x7E78, Revision 0x20
PCI Device: 0000:00:15.1: Class 0x000C8000, Vendor 0x8086, Device 0x7E79, Revision 0x20
PCI Device: 0000:00:15.3: Class 0x000C8000, Vendor 0x8086, Device 0x7E7B, Revision 0x20
PCI Device: 0000:00:16.0: Class 0x00078000, Vendor 0x8086, Device 0x7E70, Revision 0x20
PCI Device: 0000:00:16.3: Class 0x00070002, Vendor 0x8086, Device 0x7E73, Revision 0x20
PCI Device: 0000:00:1c.0: Class 0x00060400, Vendor 0x8086, Device 0x7E3D, Revision 0x20
PCI Device: 0000:00:1f.0: Class 0x00060100, Vendor 0x8086, Device 0x7E02, Revision 0x20
PCI Device: 0000:00:1f.3: Class 0x00040380, Vendor 0x8086, Device 0x7E28, Revision 0x20
PCI Device: 0000:00:1f.4: Class 0x000C0500, Vendor 0x8086, Device 0x7E22, Revision 0x20
PCI Device: 0000:00:1f.5: Class 0x000C8000, Vendor 0x8086, Device 0x7E23, Revision 0x20
PCI Device: 0000:00:1f.6: Class 0x00020000, Vendor 0x8086, Device 0x550A, Revision 0x20
PCI Device: 0000:2b:00.0: Class 0x00080501, Vendor 0x1217, Device 0x8621, Revision 0x01
PCI Device: 10000:e0:06.0: Class 0x00088000, Vendor 0x8086, Device 0x09AB, Revision 0x00
PCI Device: 10000:e0:06.1: Class 0x00060400, Vendor 0x8086, Device 0x7ECA, Revision 0x10
PCI Device: 10000:e0:06.2: Class 0x00060400, Vendor 0x8086, Device 0x7ECB, Revision 0x10
PCI Device: 10000:e1:00.0: Class 0x00010802, Vendor 0x144D, Device 0xA80A, Revision 0x00
PCI Device: 10000:e2:00.0: Class 0x00010802, Vendor 0x144D, Device 0xA80A, Revision 0x00
## GPIO ##
MTL-H/U PCH
GPP_V0 (0xD1,0x00) 0x40000700 0x0003c000 0x00000000 0x00000000
GPP_V1 (0xD1,0x02) 0x40000700 0x0003c000 0x00000000 0x00000000
GPP_V2 (0xD1,0x04) 0x40000702 0x0003c000 0x00000000 0x00000000
GPP_V3 (0xD1,0x06) 0x40000700 0x0003c000 0x00000000 0x00000000
GPP_V4 (0xD1,0x08) 0x40000702 0x0003c000 0x00000000 0x00000000
GPP_V5 (0xD1,0x0A) 0x44000702 0x0003f018 0x00000000 0x00000000
GPP_V6 (0xD1,0x0C) 0x44000702 0x0003fc19 0x00000000 0x00000000
GPP_V7 (0xD1,0x0E) 0x44000702 0x0003fc1a 0x00000000 0x00000000
GPP_V8 (0xD1,0x10) 0x44000702 0x0003f01b 0x00000000 0x00000000
GPP_V9 (0xD1,0x12) 0x44000600 0x0003c01c 0x00000000 0x00000000
GPP_V10 (0xD1,0x14) 0x44000600 0x0003c01d 0x00000000 0x00000000
GPP_V11 (0xD1,0x16) 0x44000600 0x0003c01e 0x00000000 0x00000000
GPP_V12 (0xD1,0x18) 0x44000200 0x0000001f 0x00000000 0x00000000
GPP_V13 (0xD1,0x1A) 0x44000600 0x0003c020 0x00000000 0x00000000
GPP_V14 (0xD1,0x1C) 0x44000600 0x0003c021 0x00000000 0x00000000
GPP_V15 (0xD1,0x1E) 0x44000600 0x0003c022 0x00000000 0x00000000
GPP_V16 (0xD1,0x20) 0x44000600 0x0003c023 0x00000000 0x00000000
GPP_V17 (0xD1,0x22) 0x44000602 0x0003c024 0x00000000 0x00000000
GPP_V18 (0xD1,0x24) 0x44000200 0x00000025 0x00000000 0x00000000
GPP_V19 (0xD1,0x26) 0x44000602 0x0003c026 0x00000000 0x00000000
GPP_V20 (0xD1,0x28) 0x44000200 0x00000027 0x00000000 0x00000000
GPP_V21 (0xD1,0x2A) 0x44000200 0x00000028 0x00000000 0x00000000
GPP_V22 (0xD1,0x2C) 0x44000200 0x00000029 0x00000000 0x00000000
GPP_V23 (0xD1,0x2E) 0x44000200 0x0000002a 0x00000000 0x00000000
GPP_C0 (0xD1,0x30) 0x44000600 0x0003c02b 0x00000000 0x00000000
GPP_C1 (0xD1,0x32) 0x44000602 0x0003c02c 0x00000000 0x00000000
GPP_C2 (0xD1,0x34) 0x44000600 0x0003c02d 0x00000000 0x00000000
GPP_C3 (0xD1,0x36) 0x44000200 0x0003c02e 0x00000000 0x00000000
GPP_C4 (0xD1,0x38) 0x44000200 0x0003c02f 0x00000000 0x00000000
GPP_C5 (0xD1,0x3A) 0x44000702 0x0003f030 0x00000000 0x00000000
GPP_C6 (0xD1,0x3C) 0x44000702 0x0003f031 0x00000000 0x00000000
GPP_C7 (0xD1,0x3E) 0x44000200 0x00000032 0x00000800 0x00000000
GPP_C8 (0xD1,0x40) 0x44000702 0x0003c033 0x00000000 0x00000000
GPP_C9 (0xD1,0x42) 0x44000702 0x0003c034 0x00000000 0x00000000
GPP_C10 (0xD1,0x44) 0x44000200 0x00000035 0x00000000 0x00000000
GPP_C11 (0xD1,0x46) 0x04000702 0x0003c036 0x00000000 0x00000000
GPP_C12 (0xD1,0x48) 0x04000702 0x0003c037 0x00000000 0x00000000
GPP_C13 (0xD1,0x4A) 0x44000200 0x00000038 0x00000000 0x00000000
GPP_C14 (0xD1,0x4C) 0x44000200 0x00000039 0x00000000 0x00000000
GPP_C15 (0xD1,0x4E) 0x44000200 0x0000003a 0x00000000 0x00000000
GPP_C16 (0xD1,0x50) 0x44000702 0x0000003b 0x00000000 0x00000000
GPP_C17 (0xD1,0x52) 0x44000702 0x0000003c 0x00000000 0x00000000
GPP_C18 (0xD1,0x54) 0x44000200 0x0000003d 0x00000000 0x00000000
GPP_C19 (0xD1,0x56) 0x44000200 0x0000003e 0x00000000 0x00000000
GPP_C20 (0xD1,0x58) 0x44000200 0x0000003f 0x00000000 0x00000000
GPP_C21 (0xD1,0x5A) 0x44000700 0x00024040 0x00000000 0x00000000
GPP_C22 (0xD1,0x5C) 0x44000700 0x00024041 0x00000000 0x00000000
GPP_C23 (0xD1,0x5E) 0x44000200 0x00000042 0x00000000 0x00000000
GPP_A0 (0xD2,0x00) 0x44000700 0x0003f048 0x00000000 0x00000000
GPP_A1 (0xD2,0x02) 0x44000702 0x0003f049 0x00000000 0x00000000
GPP_A2 (0xD2,0x04) 0x44000700 0x0003f04a 0x00000000 0x00000000
GPP_A3 (0xD2,0x06) 0x44000700 0x0003f04b 0x00000000 0x00000000
GPP_A4 (0xD2,0x08) 0x44000700 0x0003f04c 0x00000000 0x00000000
GPP_A5 (0xD2,0x0A) 0x44000700 0x0003f04d 0x00000000 0x00000000
GPP_A6 (0xD2,0x0C) 0x44000700 0x0003c04e 0x00000000 0x00000000
GPP_A7 (0xD2,0x0E) 0x44000200 0x0000004f 0x00000000 0x00000000
GPP_A8 (0xD2,0x10) 0x44000200 0x00000050 0x00000000 0x00000000
GPP_A9 (0xD2,0x12) 0x44000200 0x00000051 0x00000000 0x00000000
GPP_A10 (0xD2,0x14) 0x44000200 0x00000052 0x00000000 0x00000000
GPP_A11 (0xD2,0x16) 0x44000200 0x00000053 0x00000000 0x00000000
GPP_A12 (0xD2,0x18) 0x44000102 0x00000054 0x00000000 0x00000000
GPP_A13 (0xD2,0x1A) 0x84000201 0x00003055 0x00000000 0x00000000
GPP_A14 (0xD2,0x1C) 0x44000200 0x00000056 0x00000000 0x00000000
GPP_A15 (0xD2,0x1E) 0x44000200 0x00000057 0x00000000 0x00000000
GPP_A16 (0xD2,0x20) 0x44000702 0x0003f058 0x00000000 0x00000000
GPP_A17 (0xD2,0x22) 0x44000200 0x00000059 0x00000000 0x00000000
GPP_A18 (0xD2,0x24) 0x44000200 0x0000005a 0x00000000 0x00000000
GPP_A19 (0xD2,0x26) 0x44000200 0x0000005b 0x00000000 0x00000000
GPP_A20 (0xD2,0x28) 0x44000200 0x0000005c 0x00000000 0x00000000
GPP_A21 (0xD2,0x2A) 0x44000702 0x0003fc5d 0x00000000 0x00000000
GPP_E0 (0xD2,0x32) 0x44000200 0x00000060 0x00000000 0x00000000
GPP_E1 (0xD2,0x34) 0x40100102 0x00003061 0x00000000 0x00000000
GPP_E2 (0xD2,0x36) 0x44000100 0x00000062 0x00000000 0x00000000
GPP_E3 (0xD2,0x38) 0x44000102 0x00000063 0x00000000 0x00000000
GPP_E4 (0xD2,0x3A) 0x44000200 0x00000064 0x00000000 0x00000000
GPP_E5 (0xD2,0x3C) 0x44000200 0x00000065 0x00000000 0x00000000
GPP_E6 (0xD2,0x3E) 0x44000200 0x00000066 0x00000800 0x00000000
GPP_E7 (0xD2,0x40) 0x44000200 0x00000067 0x00000000 0x00000000
GPP_E8 (0xD2,0x42) 0x44000200 0x00000068 0x00000000 0x00000000
GPP_E9 (0xD2,0x44) 0x44000102 0x00000069 0x00000800 0x00000000
GPP_E10 (0xD2,0x46) 0x44000200 0x0000006a 0x00000000 0x00000000
GPP_E11 (0xD2,0x48) 0x44000102 0x0000006b 0x00000000 0x00000000
GPP_E12 (0xD2,0x4A) 0x44000200 0x0000006c 0x00000000 0x00000000
GPP_E13 (0xD2,0x4C) 0x44000200 0x0000006d 0x00000000 0x00000000
GPP_E14 (0xD2,0x4E) 0x44000700 0x0002406e 0x00000000 0x00000000
GPP_E15 (0xD2,0x50) 0x44000200 0x0000006f 0x00000000 0x00000000
GPP_E16 (0xD2,0x52) 0x44000b02 0x0003c070 0x00000000 0x00000000
GPP_E17 (0xD2,0x54) 0x44000200 0x00000071 0x00000000 0x00000000
GPP_E18 (0xD2,0x56) 0x44000200 0x00000072 0x00000000 0x00000000
GPP_E19 (0xD2,0x58) 0x44000200 0x00000073 0x00000000 0x00000000
GPP_E20 (0xD2,0x5A) 0x44000200 0x00000074 0x00000000 0x00000000
GPP_E21 (0xD2,0x5C) 0x44000200 0x00000075 0x00000000 0x00000000
GPP_E22 (0xD2,0x5E) 0x44000200 0x00000076 0x00000000 0x00000000
GPP_H0 (0xD3,0x00) 0x44000200 0x00000018 0x00000000 0x00000000
GPP_H1 (0xD3,0x02) 0x44000200 0x00000019 0x00000000 0x00000000
GPP_H2 (0xD3,0x04) 0x44000200 0x0000001a 0x00000000 0x00000000
GPP_H3 (0xD3,0x06) 0x44000200 0x0000001b 0x00000000 0x00000000
GPP_H4 (0xD3,0x08) 0x44000200 0x0000001c 0x00000000 0x00000000
GPP_H5 (0xD3,0x0A) 0x44000200 0x0000001d 0x00000000 0x00000000
GPP_H6 (0xD3,0x0C) 0x44000600 0x0000001e 0x00000000 0x00000000
GPP_H7 (0xD3,0x0E) 0x44000600 0x0000001f 0x00000000 0x00000000
GPP_H8 (0xD3,0x10) 0x44000200 0x00000020 0x00000000 0x00000000
GPP_H9 (0xD3,0x12) 0x44000200 0x00000021 0x00000000 0x00000000
GPP_H10 (0xD3,0x14) 0x44000200 0x00000022 0x00000000 0x00000000
GPP_H11 (0xD3,0x16) 0x44000200 0x00000023 0x00000000 0x00000000
GPP_H12 (0xD3,0x18) 0x44000200 0x00000024 0x00000000 0x00000000
GPP_H13 (0xD3,0x1A) 0x44000600 0x0003c025 0x00000000 0x00000000
GPP_H14 (0xD3,0x1C) 0x44000200 0x00000026 0x00000000 0x00000000
GPP_H15 (0xD3,0x1E) 0x44000200 0x00000027 0x00000000 0x00000000
GPP_H16 (0xD3,0x20) 0x44000200 0x00000028 0x00000000 0x00000000
GPP_H17 (0xD3,0x22) 0x44000200 0x00000029 0x00000000 0x00000000
GPP_H18 (0xD3,0x24) 0x44000200 0x0000002a 0x00000000 0x00000000
GPP_H19 (0xD3,0x26) 0x44000702 0x0000002b 0x00000000 0x00000000
GPP_H20 (0xD3,0x28) 0x44000702 0x0000002c 0x00000000 0x00000000
GPP_H21 (0xD3,0x2A) 0x44000702 0x0000002d 0x00000000 0x00000000
GPP_H22 (0xD3,0x2C) 0x44000602 0x0000002e 0x00000000 0x00000000
GPP_F0 (0xD3,0x34) 0x44000700 0x0003c030 0x00000000 0x00000000
GPP_F1 (0xD3,0x36) 0x44000702 0x0003f031 0x00000000 0x00000000
GPP_F2 (0xD3,0x38) 0x44000700 0x0003c032 0x00000000 0x00000000
GPP_F3 (0xD3,0x3A) 0x44000700 0x0003f033 0x00000000 0x00000000
GPP_F4 (0xD3,0x3C) 0x44000700 0x0003c034 0x00000000 0x00000000
GPP_F5 (0xD3,0x3E) 0x44000d00 0x0003c035 0x00000000 0x00000000
GPP_F6 (0xD3,0x40) 0x44000200 0x00000036 0x00000000 0x00000000
GPP_F7 (0xD3,0x42) 0x44000200 0x00000037 0x00000000 0x00000000
GPP_F8 (0xD3,0x44) 0x44000200 0x00000038 0x00000000 0x00000000
GPP_F9 (0xD3,0x46) 0x44000102 0x00000039 0x00000000 0x00000000
GPP_F10 (0xD3,0x48) 0x44000200 0x0000003a 0x00000000 0x00000000
GPP_F11 (0xD3,0x4A) 0x44000200 0x0000003b 0x00000000 0x00000000
GPP_F12 (0xD3,0x4C) 0x44002102 0x0000003c 0x00000000 0x00000000
GPP_F13 (0xD3,0x4E) 0x44002102 0x0000003d 0x00000000 0x00000000
GPP_F14 (0xD3,0x50) 0x44000200 0x0000003e 0x00000000 0x00000000
GPP_F15 (0xD3,0x52) 0x44000200 0x0000003f 0x00000000 0x00000000
GPP_F16 (0xD3,0x54) 0x44000200 0x00000040 0x00000000 0x00000000
GPP_F17 (0xD3,0x56) 0x44000200 0x00000041 0x00000000 0x00000000
GPP_F18 (0xD3,0x58) 0x44000200 0x00000042 0x00000000 0x00000000
GPP_F19 (0xD3,0x5A) 0x44000200 0x00000043 0x00000000 0x00000000
GPP_F20 (0xD3,0x5C) 0x44000200 0x00000044 0x00000000 0x00000000
GPP_F21 (0xD3,0x5E) 0x44000200 0x00000045 0x00000800 0x00000000
GPP_F22 (0xD3,0x60) 0x44000200 0x00000046 0x00000000 0x00000000
GPP_F23 (0xD3,0x62) 0x44000200 0x00000047 0x00000000 0x00000000
GPP_S0 (0xD4,0x00) 0x44000200 0x01800050 0x00000000 0x00000000
GPP_S1 (0xD4,0x02) 0x44000200 0x01800051 0x00000000 0x00000000
GPP_S2 (0xD4,0x04) 0x44000200 0x01800052 0x00000000 0x00000000
GPP_S3 (0xD4,0x06) 0x44000200 0x01800053 0x00000000 0x00000000
GPP_S4 (0xD4,0x08) 0x44000200 0x01800054 0x00000000 0x00000000
GPP_S5 (0xD4,0x0A) 0x44000200 0x01800055 0x00000000 0x00000000
GPP_S6 (0xD4,0x0C) 0x44000200 0x01800056 0x00000000 0x00000000
GPP_S7 (0xD4,0x0E) 0x44000200 0x01800057 0x00000000 0x00000000
GPP_B0 (0xD5,0x00) 0x80800102 0x00000058 0x00000000 0x00000000
GPP_B1 (0xD5,0x02) 0x44000200 0x00000059 0x00000000 0x00000000
GPP_B2 (0xD5,0x04) 0x44000200 0x0000005a 0x00000000 0x00000000
GPP_B3 (0xD5,0x06) 0x44000200 0x0000005b 0x00000000 0x00000000
GPP_B4 (0xD5,0x08) 0x44000200 0x0000005c 0x00000000 0x00000000
GPP_B5 (0xD5,0x0A) 0x44000200 0x0000005d 0x00000000 0x00000000
GPP_B6 (0xD5,0x0C) 0x44000200 0x0000005e 0x00000000 0x00000000
GPP_B7 (0xD5,0x0E) 0x44000200 0x0000005f 0x00000000 0x00000000
GPP_B8 (0xD5,0x10) 0x44000200 0x00000060 0x00000000 0x00000000
GPP_B9 (0xD5,0x12) 0x44000200 0x00000061 0x00000000 0x00000000
GPP_B10 (0xD5,0x14) 0x44000200 0x00000062 0x00000000 0x00000000
GPP_B11 (0xD5,0x16) 0x44000b02 0x00024063 0x00000000 0x00000000
GPP_B12 (0xD5,0x18) 0x44000700 0x0003c064 0x00000000 0x00000000
GPP_B13 (0xD5,0x1A) 0x44000700 0x0003c065 0x00000000 0x00000000
GPP_B14 (0xD5,0x1C) 0x44000102 0x00000066 0x00000000 0x00000000
GPP_B15 (0xD5,0x1E) 0x44000102 0x00000067 0x00000000 0x00000000
GPP_B16 (0xD5,0x20) 0x44000200 0x00000068 0x00000000 0x00000000
GPP_B17 (0xD5,0x22) 0x44000200 0x00000069 0x00000000 0x00000000
GPP_B18 (0xD5,0x24) 0x44000201 0x0000006a 0x00000000 0x00000000
GPP_B19 (0xD5,0x26) 0x44000201 0x0000006b 0x00000000 0x00000000
GPP_B20 (0xD5,0x28) 0x44000200 0x0000006c 0x00000000 0x00000000
GPP_B21 (0xD5,0x2A) 0x84000200 0x0000006d 0x00000000 0x00000000
GPP_B22 (0xD5,0x2C) 0x44000200 0x0000006e 0x00000000 0x00000000
GPP_B23 (0xD5,0x2E) 0x44000200 0x0000006f 0x00000000 0x00000000
GPP_D0 (0xD5,0x32) 0x44000201 0x00000070 0x00000000 0x00000000
GPP_D1 (0xD5,0x34) 0x44000201 0x00000071 0x00000000 0x00000000
GPP_D2 (0xD5,0x36) 0x44000201 0x00000072 0x00000000 0x00000000
GPP_D3 (0xD5,0x38) 0x44000200 0x00000073 0x00000000 0x00000000
GPP_D4 (0xD5,0x3A) 0x44000200 0x00000074 0x00000000 0x00000000
GPP_D5 (0xD5,0x3C) 0x44000201 0x00000075 0x00000000 0x00000000
GPP_D6 (0xD5,0x3E) 0x44000200 0x00000076 0x00000000 0x00000000
GPP_D7 (0xD5,0x40) 0x44000200 0x00000077 0x00000000 0x00000000
GPP_D8 (0xD5,0x42) 0x44000200 0x00000018 0x00000000 0x00000000
GPP_D9 (0xD5,0x44) 0x44000200 0x00000019 0x00000000 0x00000000
GPP_D10 (0xD5,0x46) 0x44000600 0x0003c01a 0x00000000 0x00000000
GPP_D11 (0xD5,0x48) 0x44000700 0x0003fc1b 0x00000000 0x00000000
GPP_D12 (0xD5,0x4A) 0x44000600 0x0003fc1c 0x00000000 0x00000000
GPP_D13 (0xD5,0x4C) 0x44000700 0x0003fc1d 0x00000000 0x00000000
GPP_D14 (0xD5,0x4E) 0x44000200 0x0000001e 0x00000000 0x00000000
GPP_D15 (0xD5,0x50) 0x44000200 0x0000001f 0x00000000 0x00000000
GPP_D16 (0xD5,0x52) 0x44000200 0x00000020 0x00000000 0x00000000
GPP_D17 (0xD5,0x54) 0x44000700 0x0003c021 0x00000000 0x00000000
GPP_D18 (0xD5,0x56) 0x44000700 0x00000022 0x00000000 0x00000000
GPP_D19 (0xD5,0x58) 0x44000702 0x00000023 0x00000000 0x00000000
GPP_D20 (0xD5,0x5A) 0x44000700 0x00000024 0x00000000 0x00000000
GPP_D21 (0xD5,0x5C) 0x44000b02 0x00000025 0x00000000 0x00000000
GPP_D22 (0xD5,0x5E) 0x44000700 0x0003fc26 0x00000000 0x00000000
GPP_D23 (0xD5,0x60) 0x44000702 0x0003fc27 0x00000000 0x00000000
## HDAUDIO ##
hdaudioC0D0
vendor_name: Realtek
chip_name: ALC245
vendor_id: 0x10ec0245
subsystem_id: 0x1558a763
revision_id: 0x100001
0x12: 0x90a60130
0x13: 0x40000000
0x14: 0x90170110
0x17: 0x411111f0
0x18: 0x411111f0
0x19: 0x411111f0
0x1a: 0x411111f0
0x1b: 0x411111f0
0x1d: 0x40789b2d
0x1e: 0x411111f0
0x21: 0x04211020
hdaudioC0D2
vendor_name: Intel
chip_name: Meteor Lake HDMI
vendor_id: 0x8086281d
subsystem_id: 0x80860101
revision_id: 0x100000
0x04: 0x18560010
0x06: 0x18560010
0x08: 0x18560010
0x0a: 0x18560010
0x0b: 0x18560010
0x0c: 0x18560010
0x0d: 0x18560010
0x0e: 0x18560010
0x0f: 0x18560010

View File

@ -0,0 +1,26 @@
CONFIG_VENDOR_SYSTEM76=y
CONFIG_BOARD_SYSTEM76_DARP10=y
CONFIG_CCACHE=y
CONFIG_CONSOLE_SERIAL=n
CONFIG_CPU_MICROCODE_CBFS_EXTERNAL_BINS=y
CONFIG_CPU_UCODE_BINARIES="$(FIRMWARE_OPEN_MODEL_DIR)/microcode.rom"
CONFIG_HAVE_GBE_BIN=y
CONFIG_GBE_BIN_PATH="$(FIRMWARE_OPEN_MODEL_DIR)/gbe.rom"
CONFIG_HAVE_IFD_BIN=y
CONFIG_IFD_BIN_PATH="$(FIRMWARE_OPEN_MODEL_DIR)/fd.rom"
CONFIG_HAVE_ME_BIN=y
CONFIG_ME_BIN_PATH="$(FIRMWARE_OPEN_MODEL_DIR)/me.rom"
CONFIG_PAYLOAD_ELF=y
CONFIG_PAYLOAD_FILE="$(FIRMWARE_OPEN_UEFIPAYLOAD)"
CONFIG_POST_IO=n
CONFIG_SMMSTORE=y
CONFIG_SMMSTORE_V2=y
CONFIG_USE_OPTION_TABLE=y
CONFIG_VALIDATE_INTEL_DESCRIPTOR=y
#CONFIG_CONSOLE_SYSTEM76_EC=y
# Custom FSP
CONFIG_ADD_FSP_BINARIES=y
CONFIG_FSP_FULL_FD=y
CONFIG_FSP_FD_PATH="$(FIRMWARE_OPEN_MODEL_DIR)/MeteorLakeFspBinPkg/Fsp.fd"
CONFIG_FSP_HEADER_PATH="$(FIRMWARE_OPEN_MODEL_DIR)/MeteorLakeFspBinPkg/Include"

1
models/darp10/ec.config Normal file
View File

@ -0,0 +1 @@
BOARD=system76/darp10

113
models/darp10/ecspy.txt Normal file
View File

@ -0,0 +1,113 @@
id 5570 rev 7
A0: data 1 mirror 1 pot 0 control 40
A1: data 1 mirror 1 pot 0 control 80
A2: data 0 mirror 1 pot 0 control 00
A3: data 1 mirror 1 pot 0 control 00
A4: data 1 mirror 1 pot 0 control 80
A5: data 0 mirror 0 pot 0 control 00
A6: data 0 mirror 0 pot 0 control 00
A7: data 0 mirror 0 pot 0 control 00
B0: data 0 mirror 0 pot 0 control 84
B1: data 1 mirror 1 pot 0 control 84
B2: data 1 mirror 1 pot 0 control 84
B3: data 1 mirror 1 pot 0 control 80
B4: data 1 mirror 1 pot 0 control 40
B5: data 1 mirror 1 pot 0 control 80
B6: data 1 mirror 1 pot 0 control 40
B7: data 1 mirror 1 pot 0 control 80
C0: data 1 mirror 1 pot 0 control 80
C1: data 1 mirror 1 pot 0 control 04
C2: data 1 mirror 1 pot 0 control 04
C3: data 0 mirror 0 pot 0 control 04
C4: data 0 mirror 0 pot 0 control 84
C5: data 0 mirror 0 pot 0 control 04
C6: data 0 mirror 0 pot 0 control 80
C7: data 1 mirror 1 pot 0 control 44
D0: data 1 mirror 1 pot 0 control 40
D1: data 1 mirror 1 pot 0 control 44
D2: data 1 mirror 1 pot 0 control 00
D3: data 1 mirror 1 pot 0 control 80
D4: data 1 mirror 1 pot 0 control 40
D5: data 1 mirror 1 pot 0 control 40
D6: data 0 mirror 0 pot 0 control 02
D7: data 0 mirror 1 pot 0 control 02
E0: data 1 mirror 1 pot 0 control 04
E1: data 1 mirror 1 pot 0 control 40
E2: data 1 mirror 1 pot 0 control 80
E3: data 1 mirror 1 pot 0 control 44
E4: data 1 mirror 1 pot 0 control 40
E5: data 1 mirror 1 pot 0 control 40
E6: data 0 mirror 0 pot 0 control 80
E7: data 1 mirror 1 pot 0 control 04
F0: data 0 mirror 0 pot 0 control 44
F1: data 1 mirror 1 pot 0 control 40
F2: data 1 mirror 1 pot 0 control 44
F3: data 1 mirror 1 pot 0 control 44
F4: data 0 mirror 0 pot 0 control 04
F5: data 1 mirror 1 pot 0 control 04
F6: data 0 mirror 0 pot 0 control 00
F7: data 1 mirror 1 pot 1 control 44
G0: data 1 mirror 1 pot 0 control 80
G1: data 1 mirror 1 pot 0 control 80
G2: data 1 mirror 1 pot 0 control 80
G3: data 0 mirror 0 pot 0 control 00
G4: data 0 mirror 0 pot 0 control 00
G5: data 0 mirror 0 pot 0 control 00
G6: data 0 mirror 0 pot 0 control 40
G7: data 0 mirror 0 pot 0 control 00
H0: data 1 mirror 1 pot 0 control 80
H1: data 1 mirror 1 pot 0 control 80
H2: data 0 mirror 0 pot 0 control 44
H3: data 1 mirror 1 pot 0 control 80
H4: data 1 mirror 1 pot 0 control 80
H5: data 0 mirror 0 pot 0 control 40
H6: data 1 mirror 1 pot 0 control 80
H7: data 1 mirror 1 pot 0 control 80
I0: data 0 mirror 0 pot 0 control 00
I1: data 0 mirror 0 pot 0 control 00
I2: data 1 mirror 1 pot 0 control 84
I3: data 0 mirror 0 pot 0 control 00
I4: data 0 mirror 0 pot 0 control 00
I5: data 0 mirror 0 pot 0 control 40
I6: data 0 mirror 0 pot 0 control 00
I7: data 0 mirror 0 pot 0 control 00
J0: data 1 mirror 1 pot 0 control 40
J1: data 1 mirror 1 pot 0 control 40
J2: data 0 mirror 0 pot 0 control 00
J3: data 0 mirror 0 pot 0 control 80
J4: data 1 mirror 1 pot 0 control 40
J5: data 0 mirror 0 pot 0 control 80
J6: data 0 mirror 0 pot 0 control 44
J7: data 1 mirror 1 pot 0 control 84
M0: data 1 mirror 1 control 06
M1: data 1 mirror 1 control 06
M2: data 1 mirror 1 control 06
M3: data 1 mirror 1 control 06
M4: data 0 mirror 1 control 06
M5: data 0 mirror 0 control 00
M6: data 1 mirror 1 control 86
M7: data 0 mirror 0 control 00
GCR: 0x04
GCR1: 0x00
GCR2: 0x00
GCR3: 0x40
GCR4: 0x00
GCR5: 0x00
GCR6: 0x00
GCR7: 0x00
GCR8: 0x10
GCR9: 0x20
GCR10: 0x02
GCR11: 0x00
GCR12: 0x00
GCR13: 0x00
GCR14: 0x00
GCR15: 0x10
GCR16: 0x00
GCR17: 0x00
GCR18: 0x00
GCR19: 0x81
GCR20: 0x80
GCR21: 0x66
GCR22: 0x80
GCR23: 0x01

14
models/darp10/edk2.config Normal file
View File

@ -0,0 +1,14 @@
BOOTLOADER=COREBOOT
BOOTSPLASH_IMAGE=TRUE
BOOT_MANAGER_ESCAPE=TRUE
DISABLE_SERIAL_TERMINAL=TRUE
PLATFORM_BOOT_TIMEOUT=2
PS2_KEYBOARD_ENABLE=TRUE
SD_MMC_TIMEOUT=100000
SECURE_BOOT_ENABLE=TRUE
SERIAL_DRIVER_ENABLE=FALSE
SHELL_TYPE=NONE
SIO_BUS_ENABLE=TRUE
TPM_ENABLE=TRUE
VARIABLE_SUPPORT=EMU
#SYSTEM76_EC_LOGGING=TRUE

BIN
models/darp10/fd.rom (Stored with Git LFS) Normal file

Binary file not shown.

BIN
models/darp10/gbe.rom (Stored with Git LFS) Normal file

Binary file not shown.

BIN
models/darp10/me.rom (Stored with Git LFS) Normal file

Binary file not shown.

BIN
models/darp10/microcode.rom (Stored with Git LFS) Normal file

Binary file not shown.

BIN
models/darp10/vbt.rom (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,9 +1,14 @@
BOOTLOADER=COREBOOT BOOTLOADER=COREBOOT
BOOTSPLASH_IMAGE=TRUE
BOOT_MANAGER_ESCAPE=TRUE
DISABLE_SERIAL_TERMINAL=TRUE DISABLE_SERIAL_TERMINAL=TRUE
PLATFORM_BOOT_TIMEOUT=2 PLATFORM_BOOT_TIMEOUT=2
PS2_KEYBOARD_ENABLE=TRUE PS2_KEYBOARD_ENABLE=TRUE
SD_MMC_TIMEOUT=100000
SECURE_BOOT_ENABLE=TRUE SECURE_BOOT_ENABLE=TRUE
SERIAL_DRIVER_ENABLE=FALSE SERIAL_DRIVER_ENABLE=FALSE
SHELL_TYPE=NONE SHELL_TYPE=NONE
SIO_BUS_ENABLE=TRUE
TPM_ENABLE=TRUE TPM_ENABLE=TRUE
VARIABLE_SUPPORT=EMU
#SYSTEM76_EC_LOGGING=TRUE #SYSTEM76_EC_LOGGING=TRUE

View File

@ -1,9 +1,14 @@
BOOTLOADER=COREBOOT BOOTLOADER=COREBOOT
BOOTSPLASH_IMAGE=TRUE
BOOT_MANAGER_ESCAPE=TRUE
DISABLE_SERIAL_TERMINAL=TRUE DISABLE_SERIAL_TERMINAL=TRUE
PLATFORM_BOOT_TIMEOUT=2 PLATFORM_BOOT_TIMEOUT=2
PS2_KEYBOARD_ENABLE=TRUE PS2_KEYBOARD_ENABLE=TRUE
SD_MMC_TIMEOUT=100000
SECURE_BOOT_ENABLE=TRUE SECURE_BOOT_ENABLE=TRUE
SERIAL_DRIVER_ENABLE=FALSE SERIAL_DRIVER_ENABLE=FALSE
SHELL_TYPE=NONE SHELL_TYPE=NONE
SIO_BUS_ENABLE=TRUE
TPM_ENABLE=TRUE TPM_ENABLE=TRUE
VARIABLE_SUPPORT=EMU
#SYSTEM76_EC_LOGGING=TRUE #SYSTEM76_EC_LOGGING=TRUE

BIN
models/darp7/IntelGopDriver.efi (Stored with Git LFS)

Binary file not shown.

View File

@ -1,9 +1,14 @@
BOOTLOADER=COREBOOT BOOTLOADER=COREBOOT
BOOTSPLASH_IMAGE=TRUE
BOOT_MANAGER_ESCAPE=TRUE
DISABLE_SERIAL_TERMINAL=TRUE DISABLE_SERIAL_TERMINAL=TRUE
PLATFORM_BOOT_TIMEOUT=2 PLATFORM_BOOT_TIMEOUT=2
PS2_KEYBOARD_ENABLE=TRUE PS2_KEYBOARD_ENABLE=TRUE
SD_MMC_TIMEOUT=100000
SECURE_BOOT_ENABLE=TRUE SECURE_BOOT_ENABLE=TRUE
SERIAL_DRIVER_ENABLE=FALSE SERIAL_DRIVER_ENABLE=FALSE
SHELL_TYPE=NONE SHELL_TYPE=NONE
SIO_BUS_ENABLE=TRUE
TPM_ENABLE=TRUE TPM_ENABLE=TRUE
VARIABLE_SUPPORT=EMU
#SYSTEM76_EC_LOGGING=TRUE #SYSTEM76_EC_LOGGING=TRUE

BIN
models/darp7/vbt.rom (Stored with Git LFS)

Binary file not shown.

View File

@ -1,9 +1,14 @@
BOOTLOADER=COREBOOT BOOTLOADER=COREBOOT
BOOTSPLASH_IMAGE=TRUE
BOOT_MANAGER_ESCAPE=TRUE
DISABLE_SERIAL_TERMINAL=TRUE DISABLE_SERIAL_TERMINAL=TRUE
PLATFORM_BOOT_TIMEOUT=2 PLATFORM_BOOT_TIMEOUT=2
PS2_KEYBOARD_ENABLE=TRUE PS2_KEYBOARD_ENABLE=TRUE
SD_MMC_TIMEOUT=100000
SECURE_BOOT_ENABLE=TRUE SECURE_BOOT_ENABLE=TRUE
SERIAL_DRIVER_ENABLE=FALSE SERIAL_DRIVER_ENABLE=FALSE
SHELL_TYPE=NONE SHELL_TYPE=NONE
SIO_BUS_ENABLE=TRUE
TPM_ENABLE=TRUE TPM_ENABLE=TRUE
VARIABLE_SUPPORT=EMU
#SYSTEM76_EC_LOGGING=TRUE #SYSTEM76_EC_LOGGING=TRUE

View File

@ -1 +0,0 @@
../oryp11/AlderLakeFspBinPkg

View File

@ -1,9 +1,14 @@
BOOTLOADER=COREBOOT BOOTLOADER=COREBOOT
BOOTSPLASH_IMAGE=TRUE
BOOT_MANAGER_ESCAPE=TRUE
DISABLE_SERIAL_TERMINAL=TRUE DISABLE_SERIAL_TERMINAL=TRUE
PLATFORM_BOOT_TIMEOUT=2 PLATFORM_BOOT_TIMEOUT=2
PS2_KEYBOARD_ENABLE=TRUE PS2_KEYBOARD_ENABLE=TRUE
SD_MMC_TIMEOUT=100000
SECURE_BOOT_ENABLE=TRUE SECURE_BOOT_ENABLE=TRUE
SERIAL_DRIVER_ENABLE=FALSE SERIAL_DRIVER_ENABLE=FALSE
SHELL_TYPE=NONE SHELL_TYPE=NONE
SIO_BUS_ENABLE=TRUE
TPM_ENABLE=TRUE TPM_ENABLE=TRUE
VARIABLE_SUPPORT=EMU
#SYSTEM76_EC_LOGGING=TRUE #SYSTEM76_EC_LOGGING=TRUE

View File

@ -1,9 +1,14 @@
BOOTLOADER=COREBOOT BOOTLOADER=COREBOOT
BOOTSPLASH_IMAGE=TRUE
BOOT_MANAGER_ESCAPE=TRUE
DISABLE_SERIAL_TERMINAL=TRUE DISABLE_SERIAL_TERMINAL=TRUE
PLATFORM_BOOT_TIMEOUT=2 PLATFORM_BOOT_TIMEOUT=2
PS2_KEYBOARD_ENABLE=TRUE PS2_KEYBOARD_ENABLE=TRUE
SD_MMC_TIMEOUT=100000
SECURE_BOOT_ENABLE=TRUE SECURE_BOOT_ENABLE=TRUE
SERIAL_DRIVER_ENABLE=FALSE SERIAL_DRIVER_ENABLE=FALSE
SHELL_TYPE=NONE SHELL_TYPE=NONE
SIO_BUS_ENABLE=TRUE
TPM_ENABLE=TRUE TPM_ENABLE=TRUE
VARIABLE_SUPPORT=EMU
#SYSTEM76_EC_LOGGING=TRUE #SYSTEM76_EC_LOGGING=TRUE

View File

@ -1,9 +1,14 @@
BOOTLOADER=COREBOOT BOOTLOADER=COREBOOT
BOOTSPLASH_IMAGE=TRUE
BOOT_MANAGER_ESCAPE=TRUE
DISABLE_SERIAL_TERMINAL=TRUE DISABLE_SERIAL_TERMINAL=TRUE
PLATFORM_BOOT_TIMEOUT=2 PLATFORM_BOOT_TIMEOUT=2
PS2_KEYBOARD_ENABLE=TRUE PS2_KEYBOARD_ENABLE=TRUE
SD_MMC_TIMEOUT=100000
SECURE_BOOT_ENABLE=TRUE SECURE_BOOT_ENABLE=TRUE
SERIAL_DRIVER_ENABLE=FALSE SERIAL_DRIVER_ENABLE=FALSE
SHELL_TYPE=NONE SHELL_TYPE=NONE
SIO_BUS_ENABLE=TRUE
TPM_ENABLE=TRUE TPM_ENABLE=TRUE
VARIABLE_SUPPORT=EMU
#SYSTEM76_EC_LOGGING=TRUE #SYSTEM76_EC_LOGGING=TRUE

View File

@ -1,9 +1,14 @@
BOOTLOADER=COREBOOT BOOTLOADER=COREBOOT
BOOTSPLASH_IMAGE=TRUE
BOOT_MANAGER_ESCAPE=TRUE
DISABLE_SERIAL_TERMINAL=TRUE DISABLE_SERIAL_TERMINAL=TRUE
PLATFORM_BOOT_TIMEOUT=2 PLATFORM_BOOT_TIMEOUT=2
PS2_KEYBOARD_ENABLE=TRUE PS2_KEYBOARD_ENABLE=TRUE
SD_MMC_TIMEOUT=100000
SECURE_BOOT_ENABLE=TRUE SECURE_BOOT_ENABLE=TRUE
SERIAL_DRIVER_ENABLE=FALSE SERIAL_DRIVER_ENABLE=FALSE
SHELL_TYPE=NONE SHELL_TYPE=NONE
SIO_BUS_ENABLE=TRUE
TPM_ENABLE=TRUE TPM_ENABLE=TRUE
VARIABLE_SUPPORT=EMU
#SYSTEM76_EC_LOGGING=TRUE #SYSTEM76_EC_LOGGING=TRUE

View File

@ -1,9 +1,14 @@
BOOTLOADER=COREBOOT BOOTLOADER=COREBOOT
BOOTSPLASH_IMAGE=TRUE
BOOT_MANAGER_ESCAPE=TRUE
DISABLE_SERIAL_TERMINAL=TRUE DISABLE_SERIAL_TERMINAL=TRUE
PLATFORM_BOOT_TIMEOUT=2 PLATFORM_BOOT_TIMEOUT=2
PS2_KEYBOARD_ENABLE=TRUE PS2_KEYBOARD_ENABLE=TRUE
SD_MMC_TIMEOUT=100000
SECURE_BOOT_ENABLE=TRUE SECURE_BOOT_ENABLE=TRUE
SERIAL_DRIVER_ENABLE=FALSE SERIAL_DRIVER_ENABLE=FALSE
SHELL_TYPE=NONE SHELL_TYPE=NONE
SIO_BUS_ENABLE=TRUE
TPM_ENABLE=TRUE TPM_ENABLE=TRUE
VARIABLE_SUPPORT=EMU
#SYSTEM76_EC_LOGGING=TRUE #SYSTEM76_EC_LOGGING=TRUE

View File

@ -1,9 +1,14 @@
BOOTLOADER=COREBOOT BOOTLOADER=COREBOOT
BOOTSPLASH_IMAGE=TRUE
BOOT_MANAGER_ESCAPE=TRUE
DISABLE_SERIAL_TERMINAL=TRUE DISABLE_SERIAL_TERMINAL=TRUE
PLATFORM_BOOT_TIMEOUT=2 PLATFORM_BOOT_TIMEOUT=2
PS2_KEYBOARD_ENABLE=TRUE PS2_KEYBOARD_ENABLE=TRUE
SD_MMC_TIMEOUT=100000
SECURE_BOOT_ENABLE=TRUE SECURE_BOOT_ENABLE=TRUE
SERIAL_DRIVER_ENABLE=FALSE SERIAL_DRIVER_ENABLE=FALSE
SHELL_TYPE=NONE SHELL_TYPE=NONE
SIO_BUS_ENABLE=TRUE
TPM_ENABLE=TRUE TPM_ENABLE=TRUE
VARIABLE_SUPPORT=EMU
#SYSTEM76_EC_LOGGING=TRUE #SYSTEM76_EC_LOGGING=TRUE

BIN
models/galp5/IntelGopDriver.efi (Stored with Git LFS)

Binary file not shown.

View File

@ -1,9 +1,14 @@
BOOTLOADER=COREBOOT BOOTLOADER=COREBOOT
BOOTSPLASH_IMAGE=TRUE
BOOT_MANAGER_ESCAPE=TRUE
DISABLE_SERIAL_TERMINAL=TRUE DISABLE_SERIAL_TERMINAL=TRUE
PLATFORM_BOOT_TIMEOUT=2 PLATFORM_BOOT_TIMEOUT=2
PS2_KEYBOARD_ENABLE=TRUE PS2_KEYBOARD_ENABLE=TRUE
SD_MMC_TIMEOUT=100000
SECURE_BOOT_ENABLE=TRUE SECURE_BOOT_ENABLE=TRUE
SERIAL_DRIVER_ENABLE=FALSE SERIAL_DRIVER_ENABLE=FALSE
SHELL_TYPE=NONE SHELL_TYPE=NONE
SIO_BUS_ENABLE=TRUE
TPM_ENABLE=TRUE TPM_ENABLE=TRUE
VARIABLE_SUPPORT=EMU
#SYSTEM76_EC_LOGGING=TRUE #SYSTEM76_EC_LOGGING=TRUE

BIN
models/galp5/vbt.rom (Stored with Git LFS)

Binary file not shown.

View File

@ -1,9 +1,14 @@
BOOTLOADER=COREBOOT BOOTLOADER=COREBOOT
BOOTSPLASH_IMAGE=TRUE
BOOT_MANAGER_ESCAPE=TRUE
DISABLE_SERIAL_TERMINAL=TRUE DISABLE_SERIAL_TERMINAL=TRUE
PLATFORM_BOOT_TIMEOUT=2 PLATFORM_BOOT_TIMEOUT=2
PS2_KEYBOARD_ENABLE=TRUE PS2_KEYBOARD_ENABLE=TRUE
SD_MMC_TIMEOUT=100000
SECURE_BOOT_ENABLE=TRUE SECURE_BOOT_ENABLE=TRUE
SERIAL_DRIVER_ENABLE=FALSE SERIAL_DRIVER_ENABLE=FALSE
SHELL_TYPE=NONE SHELL_TYPE=NONE
SIO_BUS_ENABLE=TRUE
TPM_ENABLE=TRUE TPM_ENABLE=TRUE
VARIABLE_SUPPORT=EMU
#SYSTEM76_EC_LOGGING=TRUE #SYSTEM76_EC_LOGGING=TRUE

View File

@ -1 +0,0 @@
../oryp11/AlderLakeFspBinPkg

View File

@ -1,9 +1,14 @@
BOOTLOADER=COREBOOT BOOTLOADER=COREBOOT
BOOTSPLASH_IMAGE=TRUE
BOOT_MANAGER_ESCAPE=TRUE
DISABLE_SERIAL_TERMINAL=TRUE DISABLE_SERIAL_TERMINAL=TRUE
PLATFORM_BOOT_TIMEOUT=2 PLATFORM_BOOT_TIMEOUT=2
PS2_KEYBOARD_ENABLE=TRUE PS2_KEYBOARD_ENABLE=TRUE
SD_MMC_TIMEOUT=100000
SECURE_BOOT_ENABLE=TRUE SECURE_BOOT_ENABLE=TRUE
SERIAL_DRIVER_ENABLE=FALSE SERIAL_DRIVER_ENABLE=FALSE
SHELL_TYPE=NONE SHELL_TYPE=NONE
SIO_BUS_ENABLE=TRUE
TPM_ENABLE=TRUE TPM_ENABLE=TRUE
VARIABLE_SUPPORT=EMU
#SYSTEM76_EC_LOGGING=TRUE #SYSTEM76_EC_LOGGING=TRUE

View File

@ -1,9 +1,14 @@
BOOTLOADER=COREBOOT BOOTLOADER=COREBOOT
BOOTSPLASH_IMAGE=TRUE
BOOT_MANAGER_ESCAPE=TRUE
DISABLE_SERIAL_TERMINAL=TRUE DISABLE_SERIAL_TERMINAL=TRUE
PLATFORM_BOOT_TIMEOUT=2 PLATFORM_BOOT_TIMEOUT=2
PS2_KEYBOARD_ENABLE=TRUE PS2_KEYBOARD_ENABLE=TRUE
SD_MMC_TIMEOUT=100000
SECURE_BOOT_ENABLE=TRUE SECURE_BOOT_ENABLE=TRUE
SERIAL_DRIVER_ENABLE=FALSE SERIAL_DRIVER_ENABLE=FALSE
SHELL_TYPE=NONE SHELL_TYPE=NONE
SIO_BUS_ENABLE=TRUE
TPM_ENABLE=TRUE TPM_ENABLE=TRUE
VARIABLE_SUPPORT=EMU
#SYSTEM76_EC_LOGGING=TRUE #SYSTEM76_EC_LOGGING=TRUE

View File

@ -1,9 +1,14 @@
BOOTLOADER=COREBOOT BOOTLOADER=COREBOOT
BOOTSPLASH_IMAGE=TRUE
BOOT_MANAGER_ESCAPE=TRUE
DISABLE_SERIAL_TERMINAL=TRUE DISABLE_SERIAL_TERMINAL=TRUE
PLATFORM_BOOT_TIMEOUT=2 PLATFORM_BOOT_TIMEOUT=2
PS2_KEYBOARD_ENABLE=TRUE PS2_KEYBOARD_ENABLE=TRUE
SD_MMC_TIMEOUT=100000
SECURE_BOOT_ENABLE=TRUE SECURE_BOOT_ENABLE=TRUE
SERIAL_DRIVER_ENABLE=FALSE SERIAL_DRIVER_ENABLE=FALSE
SHELL_TYPE=NONE SHELL_TYPE=NONE
SIO_BUS_ENABLE=TRUE
TPM_ENABLE=TRUE TPM_ENABLE=TRUE
VARIABLE_SUPPORT=EMU
#SYSTEM76_EC_LOGGING=TRUE #SYSTEM76_EC_LOGGING=TRUE

View File

@ -1,9 +1,14 @@
BOOTLOADER=COREBOOT BOOTLOADER=COREBOOT
BOOTSPLASH_IMAGE=TRUE
BOOT_MANAGER_ESCAPE=TRUE
DISABLE_SERIAL_TERMINAL=TRUE DISABLE_SERIAL_TERMINAL=TRUE
PLATFORM_BOOT_TIMEOUT=2 PLATFORM_BOOT_TIMEOUT=2
PS2_KEYBOARD_ENABLE=TRUE PS2_KEYBOARD_ENABLE=TRUE
SD_MMC_TIMEOUT=100000
SECURE_BOOT_ENABLE=TRUE SECURE_BOOT_ENABLE=TRUE
SERIAL_DRIVER_ENABLE=FALSE SERIAL_DRIVER_ENABLE=FALSE
SHELL_TYPE=NONE SHELL_TYPE=NONE
SIO_BUS_ENABLE=TRUE
TPM_ENABLE=TRUE TPM_ENABLE=TRUE
VARIABLE_SUPPORT=EMU
#SYSTEM76_EC_LOGGING=TRUE #SYSTEM76_EC_LOGGING=TRUE

BIN
models/gaze16-3050/IntelGopDriver.efi (Stored with Git LFS)

Binary file not shown.

View File

@ -1,9 +1,14 @@
BOOTLOADER=COREBOOT BOOTLOADER=COREBOOT
BOOTSPLASH_IMAGE=TRUE
BOOT_MANAGER_ESCAPE=TRUE
DISABLE_SERIAL_TERMINAL=TRUE DISABLE_SERIAL_TERMINAL=TRUE
PLATFORM_BOOT_TIMEOUT=2 PLATFORM_BOOT_TIMEOUT=2
PS2_KEYBOARD_ENABLE=TRUE PS2_KEYBOARD_ENABLE=TRUE
SD_MMC_TIMEOUT=100000
SECURE_BOOT_ENABLE=TRUE SECURE_BOOT_ENABLE=TRUE
SERIAL_DRIVER_ENABLE=FALSE SERIAL_DRIVER_ENABLE=FALSE
SHELL_TYPE=NONE SHELL_TYPE=NONE
SIO_BUS_ENABLE=TRUE
TPM_ENABLE=TRUE TPM_ENABLE=TRUE
VARIABLE_SUPPORT=EMU
#SYSTEM76_EC_LOGGING=TRUE #SYSTEM76_EC_LOGGING=TRUE

BIN
models/gaze16-3050/vbt.rom (Stored with Git LFS)

Binary file not shown.

BIN
models/gaze16-3060-b/IntelGopDriver.efi (Stored with Git LFS)

Binary file not shown.

View File

@ -16,4 +16,4 @@ CONFIG_SMMSTORE=y
CONFIG_SMMSTORE_V2=y CONFIG_SMMSTORE_V2=y
CONFIG_USE_OPTION_TABLE=y CONFIG_USE_OPTION_TABLE=y
CONFIG_VALIDATE_INTEL_DESCRIPTOR=y CONFIG_VALIDATE_INTEL_DESCRIPTOR=y
CONFIG_CONSOLE_SYSTEM76_EC=y #CONFIG_CONSOLE_SYSTEM76_EC=y

View File

@ -1,9 +1,14 @@
BOOTLOADER=COREBOOT BOOTLOADER=COREBOOT
BOOTSPLASH_IMAGE=TRUE
BOOT_MANAGER_ESCAPE=TRUE
DISABLE_SERIAL_TERMINAL=TRUE DISABLE_SERIAL_TERMINAL=TRUE
PLATFORM_BOOT_TIMEOUT=2 PLATFORM_BOOT_TIMEOUT=2
PS2_KEYBOARD_ENABLE=TRUE PS2_KEYBOARD_ENABLE=TRUE
SD_MMC_TIMEOUT=100000
SECURE_BOOT_ENABLE=TRUE SECURE_BOOT_ENABLE=TRUE
SERIAL_DRIVER_ENABLE=FALSE SERIAL_DRIVER_ENABLE=FALSE
SHELL_TYPE=NONE SHELL_TYPE=NONE
SIO_BUS_ENABLE=TRUE
TPM_ENABLE=TRUE TPM_ENABLE=TRUE
VARIABLE_SUPPORT=EMU
#SYSTEM76_EC_LOGGING=TRUE #SYSTEM76_EC_LOGGING=TRUE

BIN
models/gaze16-3060-b/me.rom (Stored with Git LFS)

Binary file not shown.

BIN
models/gaze16-3060-b/vbt.rom (Stored with Git LFS)

Binary file not shown.

BIN
models/gaze16-3060/IntelGopDriver.efi (Stored with Git LFS)

Binary file not shown.

View File

@ -1,9 +1,14 @@
BOOTLOADER=COREBOOT BOOTLOADER=COREBOOT
BOOTSPLASH_IMAGE=TRUE
BOOT_MANAGER_ESCAPE=TRUE
DISABLE_SERIAL_TERMINAL=TRUE DISABLE_SERIAL_TERMINAL=TRUE
PLATFORM_BOOT_TIMEOUT=2 PLATFORM_BOOT_TIMEOUT=2
PS2_KEYBOARD_ENABLE=TRUE PS2_KEYBOARD_ENABLE=TRUE
SD_MMC_TIMEOUT=100000
SECURE_BOOT_ENABLE=TRUE SECURE_BOOT_ENABLE=TRUE
SERIAL_DRIVER_ENABLE=FALSE SERIAL_DRIVER_ENABLE=FALSE
SHELL_TYPE=NONE SHELL_TYPE=NONE
SIO_BUS_ENABLE=TRUE
TPM_ENABLE=TRUE TPM_ENABLE=TRUE
VARIABLE_SUPPORT=EMU
#SYSTEM76_EC_LOGGING=TRUE #SYSTEM76_EC_LOGGING=TRUE

BIN
models/gaze16-3060/vbt.rom (Stored with Git LFS)

Binary file not shown.

View File

@ -1,9 +1,14 @@
BOOTLOADER=COREBOOT BOOTLOADER=COREBOOT
BOOTSPLASH_IMAGE=TRUE
BOOT_MANAGER_ESCAPE=TRUE
DISABLE_SERIAL_TERMINAL=TRUE DISABLE_SERIAL_TERMINAL=TRUE
PLATFORM_BOOT_TIMEOUT=2 PLATFORM_BOOT_TIMEOUT=2
PS2_KEYBOARD_ENABLE=TRUE PS2_KEYBOARD_ENABLE=TRUE
SD_MMC_TIMEOUT=100000
SECURE_BOOT_ENABLE=TRUE SECURE_BOOT_ENABLE=TRUE
SERIAL_DRIVER_ENABLE=FALSE SERIAL_DRIVER_ENABLE=FALSE
SHELL_TYPE=NONE SHELL_TYPE=NONE
SIO_BUS_ENABLE=TRUE
TPM_ENABLE=TRUE TPM_ENABLE=TRUE
VARIABLE_SUPPORT=EMU
#SYSTEM76_EC_LOGGING=TRUE #SYSTEM76_EC_LOGGING=TRUE

View File

@ -1,9 +1,14 @@
BOOTLOADER=COREBOOT BOOTLOADER=COREBOOT
BOOTSPLASH_IMAGE=TRUE
BOOT_MANAGER_ESCAPE=TRUE
DISABLE_SERIAL_TERMINAL=TRUE DISABLE_SERIAL_TERMINAL=TRUE
PLATFORM_BOOT_TIMEOUT=2 PLATFORM_BOOT_TIMEOUT=2
PS2_KEYBOARD_ENABLE=TRUE PS2_KEYBOARD_ENABLE=TRUE
SD_MMC_TIMEOUT=100000
SECURE_BOOT_ENABLE=TRUE SECURE_BOOT_ENABLE=TRUE
SERIAL_DRIVER_ENABLE=FALSE SERIAL_DRIVER_ENABLE=FALSE
SHELL_TYPE=NONE SHELL_TYPE=NONE
SIO_BUS_ENABLE=TRUE
TPM_ENABLE=TRUE TPM_ENABLE=TRUE
VARIABLE_SUPPORT=EMU
#SYSTEM76_EC_LOGGING=TRUE #SYSTEM76_EC_LOGGING=TRUE

View File

@ -1 +0,0 @@
../oryp11/AlderLakeFspBinPkg

Some files were not shown because too many files have changed in this diff Show More