Skip to content

Instantly share code, notes, and snippets.

## SPDX-License-Identifier: GPL-2.0-only
chip soc/intel/alderlake
# GPE configuration
# Note that GPE events called out in ASL code rely on this
# route. i.e. If this route changes then the affected GPE
# offset bits also need to be changed.
register "pmc_gpe0_dw0" = "GPP_B"
register "pmc_gpe0_dw1" = "GPP_D"
superiotool r
Found ITE IT8613E (id=0x8613, rev=0xc) at 0x2e
Register dump:
idx 20 21 22 23 24 2b
val 86 13 0c 40 00 48
def 86 13 05 40 00 48
LDN 0x01 (COM1)
idx 30 60 61 70 f0
val 00 03 f8 04 00
def 00 03 f8 04 00
@Nimayer
Nimayer / bash_aliases
Created October 21, 2018 16:56 — forked from ironicbadger/bash_aliases
Lets Encrypt Reverse Proxy Files
alias dcp='docker-compose -f /opt/docker-compose.yml '
alias dcpull='docker-compose -f /opt/docker-compose.yml pull --parallel'
alias dcplogs='docker-compose -f /opt/docker-compose.yml logs -tf --tail="50" '
alias df='df -h -x aufs -x tmpfs -x udev'
alias editle='sudo vi /opt/appdata/letsencrypt/nginx/site-confs/default'