* [Devel] [PATCH v3 0/2] ACPICA: iASL: Add MID table support.
@ 2013-01-04 6:37 Lv Zheng
0 siblings, 0 replies; only message in thread
From: Lv Zheng @ 2013-01-04 6:37 UTC (permalink / raw)
To: devel
[-- Attachment #1: Type: text/plain, Size: 971 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.
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.
Lv Zheng (2):
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 | 25 ++++++++++
source/include/acdisasm.h | 12 +++++
source/include/actbl2.h | 57 +++++++++++++++++++++++
8 files changed, 305 insertions(+)
--
1.7.10
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-01-04 6:37 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-04 6:37 [Devel] [PATCH v3 0/2] ACPICA: iASL: Add MID table 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.