* [Devel] [PATCH v5 0/3] ACPICA: iASL: Add tables support.
@ 2013-01-22 6:48 Lv Zheng
0 siblings, 0 replies; only message in thread
From: Lv Zheng @ 2013-01-22 6:48 UTC (permalink / raw)
To: devel
[-- Attachment #1: Type: text/plain, Size: 1464 bytes --]
MID tables can be found in the recent ACPI BIOS enabled Intel MID
platforms. These tables include: 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. Remove iASL support for RASF as it is not needed.
3. Update VRTC/MTMR table templates.
4. Remove SFI from table namings.
v5:
1. Fix content of MTMR table template.
2. Fix spellings in patch descriptions.
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 | 27 +++++++++++
source/include/acdisasm.h | 12 +++++
source/include/actbl2.h | 57 +++++++++++++++++++++++
source/include/actbl3.h | 59 ++++++++++++++++++++----
9 files changed, 356 insertions(+), 10 deletions(-)
--
1.7.10
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-01-22 6:48 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-22 6:48 [Devel] [PATCH v5 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.