linux-acpi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* APEI: ERST table in ACPI NVS not supported
@ 2013-01-29 18:08 Max Asbock
  2013-02-04  9:20 ` Chen Gong
  0 siblings, 1 reply; 4+ messages in thread
From: Max Asbock @ 2013-01-29 18:08 UTC (permalink / raw)
  To: gong.chen, ying.huang; +Cc: linux-acpi, masbock

Hi,

we have systems that declare the memory range for ERST in ACPI NVS.
Because ACPI NVS is marked 'busy' by e820_reserve_resources() the call 
to request_mem_region(erst_erange.base, erst_erange.size, "APEI ERST") 
made from erst_init() fails and we get:
ERST: Can not request iomem region <0x        7e91f000-0x        
7e920c00> for ERST.

I did notice that quite some effort was made to add code to avoid 
resource conflicts between APEI and ACPI NVS. But ERST still goes 
straight to request_mem_region() which is bound to fail. I am assuming 
this should go through apei_resources_request() instead or I am missing 
something?

thanks,
Max


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-02-05  1:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-29 18:08 APEI: ERST table in ACPI NVS not supported Max Asbock
2013-02-04  9:20 ` Chen Gong
2013-02-04 17:06   ` Max Asbock
2013-02-05  1:56     ` Chen Gong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).