Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1295808 > unrolled thread

Re: overriding ACPI _CRS method

Started byJon Masters <jonathan@jonmasters.org>
First post2015-12-21 09:00 +0100
Last post2015-12-21 09:00 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: overriding ACPI _CRS method Jon Masters <jonathan@jonmasters.org> - 2015-12-21 09:00 +0100

#1295808 — Re: overriding ACPI _CRS method

FromJon Masters <jonathan@jonmasters.org>
Date2015-12-21 09:00 +0100
SubjectRe: overriding ACPI _CRS method
Message-ID<qI3xU-3Em-15@gated-at.bofh.it>
On 11/29/15, 10:23 PM, Daniel J Blueman wrote:
> On Mon, Nov 30, 2015 at 11:09 AM, Zheng, Lv <lv.zheng@intel.com> wrote:
>> Hi,
>>
>> IMO, if you want the new _CRS to be applied during the Linux early
>> boot stage, you can override the table using initrd override or DSDT
>> override mechanism.
>> Please see Documentation/acpi/initrd_table_override.txt or
>> Documentation/acpi/dsdt-override.txt.
>>
>> If you want the new _CRS to be applied during Linux runtime, you can
>> override it using method customization mechanism.
>> Please see Documentation/acpi/method-customizing.txt
>
> The reason I'm trying to adjust this in firmware, is to deliver the
> right behaviour with pre-built/distro kernels, so I can't use that
> approach.

The initrd method prepends an override initrd so you can use the stock 
distro one (obviously any such modification might impact whether a 
system vendor will support you in any case). This is in fact why I use 
an initrd override method on ARM servers to test ACPI fixes.

The other option you have is to use the "acpi" command in GRUB to 
provide an override set of tables pre-OS boot. Depending upon your OS, 
you might need to regenerate your (dracut) initramfs with that via the 
GRUB configuration file(s).

Jon.

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web