This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## 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" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |