Skip to content

Commit

Permalink
amd_hsmp: Update the README to reflect the module restructuring
Browse files Browse the repository at this point in the history
  • Loading branch information
sumachidanand committed Dec 2, 2024
1 parent adbb852 commit f2cecec
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,14 @@ To clean the kernel module build directory:
Loading
-------

If the HSMP module was installed you should use the modprobe command to
If the HSMP modules are installed in standard path you should use the modprobe command to
load the module.

#> sudo modprobe amd_hsmp

The HSMP module can also be loaded using insmod if the module was not
installed:
To load hsmp modules on platforms with ACPI supported BIOS (Family 0x1A, model 0x00-0x1F and future platforms):
#> sudo modprobe hsmp_acpi

#> sudo insmod ./amd_hsmp.ko
To load hsmp module on non-ACPI BIOS(Family 0x19, model 0x00-0x1F, 0x30-0x3F, 0x90-0x9F, 0xA0-0xAF):
#> sudo modprobe amd_hsmp


DKMS support
Expand Down

0 comments on commit f2cecec

Please sign in to comment.