All of lore.kernel.org
 help / color / mirror / Atom feed
* [Devel] [PATCH v4 0/3] ACPICA: iASL: Add tables support.
@ 2013-01-22  2:46 Lv Zheng
  0 siblings, 0 replies; only message in thread
From: Lv Zheng @ 2013-01-22  2:46 UTC (permalink / raw)
  To: devel

[-- Attachment #1: Type: text/plain, Size: 1314 bytes --]

MID tables can be found in the recent ACPI BIOS enabled Intel MID
platforms. These table includes: VRTC and MTMR.
This patch set introduces MID tables support into ACPICA.
This patch set also updates RASF table definition according to the
ACPI 5.0 specification.

History:
 v1:
   1. Add dump/compile support for VRTC in iASL.
 v2:
   1. Fix mistake in dmtable.c.
 v3:
   1. Fix coding style issue in actbl2.h.
   2. Add dump/compile support for MTMR in iASL.
 v4:
   1. Update RASF table definition.
   2. Update VRTC/MTMR table templates.
   3. Remove SFI from table namings.

Lv Zheng (3):
  ACPICA: Tables: Update RASF table definitions
  ACPICA: iASL: Add MTMR table support
  ACPICA: iASL: Add VRTC table support

 source/common/dmtable.c      |    2 +
 source/common/dmtbdump.c     |  104 ++++++++++++++++++++++++++++++++++++++++++
 source/common/dmtbinfo.c     |   45 ++++++++++++++++++
 source/compiler/dtcompiler.h |   10 ++++
 source/compiler/dttable.c    |   50 ++++++++++++++++++++
 source/compiler/dttemplate.h |   26 +++++++++++
 source/include/acdisasm.h    |   12 +++++
 source/include/actbl2.h      |   57 +++++++++++++++++++++++
 source/include/actbl3.h      |   59 ++++++++++++++++++++----
 9 files changed, 355 insertions(+), 10 deletions(-)

-- 
1.7.10


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-01-22  2:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-22  2:46 [Devel] [PATCH v4 0/3] ACPICA: iASL: Add tables support Lv Zheng

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.