https://github.com/system76/gop-policy
Implementation of Platform GOP Policy for Intel GOP Driver
https://github.com/system76/gop-policy
Last synced: about 1 year ago
JSON representation
Implementation of Platform GOP Policy for Intel GOP Driver
- Host: GitHub
- URL: https://github.com/system76/gop-policy
- Owner: system76
- License: gpl-3.0
- Created: 2019-05-03T19:47:09.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2025-02-22T03:13:58.000Z (over 1 year ago)
- Last Synced: 2025-03-23T17:45:49.463Z (about 1 year ago)
- Language: Rust
- Size: 38.1 KB
- Stars: 4
- Watchers: 12
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# System76 Platform GOP Policy
A VBT file is required for building.
```
FIRMWARE_OPEN_VBT=../lemp9.vbt make
```
The `qemu` target will use the target directory as a pseudo-drive so the
driver files can be viewed.
```
FIRMWARE_OPEN_VBT=../lemp9.vbt make qemu
```
In QEMU, the driver can be loaded using the UEFI Shell `load` command.
```
Shell> fs0:
FS0:\> load release\system76_gop_policy.efi
```