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
UEFI BIOS | |
Version: 03.01 | |
Release Date: 07/08/2024 | |
EC Firmware | |
Total: 256 | |
Offset: 8 | |
checksum_size: 8 | |
data.len(): 0 | |
Checksum of | |
00000000: 0300 0400 0000 0000 ........ |
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
#include <sys/sysctl.h> | |
#include <errno.h> | |
#include <stdlib.h> | |
#include <stdio.h> | |
#include <assert.h> | |
int tot = 0; | |
/* | |
dev.hidraw.8 | |
dev.hidraw.8.%iommu | |
dev.hidraw.8.%parent |
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
From 0de28d4b7f7d990d93e61203b903434ac6c6d6c7 Mon Sep 17 00:00:00 2001 | |
From: SHENGYI HONG <[email protected]> | |
Date: Mon, 31 Mar 2025 16:38:13 +0800 | |
Subject: [PATCH] hwpstate: add CPPC support for pstate driver on AMD | |
Subscribers: imp | |
Differential Revision: https://reviews.freebsd.org/D49587 | |
--- | |
sys/x86/cpufreq/hwpstate_amd.c | 201 +++++++++++++++++++++++++++++++-- |