Skip to content

Instantly share code, notes, and snippets.

View aokblast's full-sized avatar

aokblast

  • Taiwan
  • 22:08 (UTC +08:00)
View GitHub Profile
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 ........
#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
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 +++++++++++++++++++++++++++++++--