dsdt-override.txt 529 B

123456789101112131415
  1. Linux supports two methods of overriding the BIOS DSDT:
  2. CONFIG_ACPI_CUSTOM_DSDT builds the image into the kernel.
  3. CONFIG_ACPI_CUSTOM_DSDT_INITRD adds the image to the initrd.
  4. When to use these methods is described in detail on the
  5. Linux/ACPI home page:
  6. http://www.lesswatts.org/projects/acpi/overridingDSDT.php
  7. Note that if both options are used, the DSDT supplied
  8. by the INITRD method takes precedence.
  9. Documentation/initramfs-add-dsdt.sh is provided for convenience
  10. for use with the CONFIG_ACPI_CUSTOM_DSDT_INITRD method.