Re: [Qemu-devel] [SeaBIOS] [RFC][PATCH 1/2] acpi: add ASL for Embedded Controller

2013-04-17 Thread li guang
在 2013-04-17三的 07:46 -0600,Marc Jones写道: > What EC is this for? The device and interface is defined by the spec, > but the offsets and methods are custom for every EC. > > you're mostly right, the specific content ACPI space will vary for different boards, this one just for a common case > >

Re: [Qemu-devel] [SeaBIOS] [RFC][PATCH 1/2] acpi: add ASL for Embedded Controller

2013-04-17 Thread Marc Jones
What EC is this for? The device and interface is defined by the spec, but the offsets and methods are custom for every EC. Marc On Wed, Apr 17, 2013 at 1:22 AM, liguang wrote: > defined at ACPI SPEC v5 chapter 12: > "ACPI Embedded Controller Interface Specification" > > Signed-off-by: liguang