Naresh,
Minor point: you probably want to change the copyright info to use your name -- you should get proper credit for work that you have done, not me :).
On 12/11/2013 06:32 AM, Naresh Bhat wrote:
Hi Graeme,
On 11 December 2013 16:43, Graeme Gregory graeme.gregory@linaro.org wrote:
Hi Naresh,
I have a problem with putting these in acpi-asl on the default branch as they require a "special" version of IASL which I think is not approved upstream?
ok; It is required to sync up with acpica git repo before merging these patches or may be we should wait till next acpica official release.
This will cause us endless trouble as external developers and LAVA machines have dificulty with this issue.
Maybe we should put this on a branch which you can keep rebased?
I am ok with it; Since Al Stone is maintaining repo. Will check with him once.
Which repo? The Linaro acpica-tools one? That's mostly a mirror of upstream plus patches for packaging. So even there, these patches would be ahead of upstream.
experiental-asl or something?
sounds ok.
Hrm. Yeah, I guess this is one step ahead of the official ACPICA bits. I hadn't thought that through.
I like the idea of the experimental branch; it could then be merged into the main once ACPICA releases the code and it would minimize any sort of confusion.
Graeme
On Wed, Dec 11, 2013 at 04:17:21PM +0530, naresh.bhat@linaro.org wrote:
From: Naresh Bhat naresh.bhat@linaro.org
The DBG2 table support in iASL compiler is completed which will be available in next release of acpica https://github.com/acpica/acpica/commit/278cbb119f090d3aad0480381126c1ae8e59... the following set of patches support the DBG2 table in acpi-asl tool.
Naresh Bhat (4): ACPI / ASL: Add DBG2 table across platforms DBG2: Update platforms manifest DBG2: Update xsdt entries across platforms DBG2: Support DBG2 table compilation
platforms/exynos5250-arndale.acpi/dbg2.asl | 106 ++++++++++++++++++++ .../exynos5250-arndale.manifest | 1 + platforms/exynos5250-arndale.acpi/xsdt.asl | 1 + platforms/foundation-v8.acpi/dbg2.asl | 106 ++++++++++++++++++++ .../foundation-v8.acpi/foundation-v8.manifest | 1 + platforms/foundation-v8.acpi/xsdt.asl | 1 + platforms/rtsm_ve-aemv8a.acpi/dbg2.asl | 106 ++++++++++++++++++++ .../rtsm_ve-aemv8a.acpi/rtsm_ve-aemv8a.manifest | 1 + platforms/rtsm_ve-aemv8a.acpi/xsdt.asl | 1 + tools/common/build_aml.c | 1 + tools/common/check_aml.c | 1 + tools/common/include/check_aml.h | 1 + 12 files changed, 327 insertions(+) create mode 100644 platforms/exynos5250-arndale.acpi/dbg2.asl create mode 100644 platforms/foundation-v8.acpi/dbg2.asl create mode 100644 platforms/rtsm_ve-aemv8a.acpi/dbg2.asl
-- 1.7.9.5
Linaro-acpi mailing list Linaro-acpi@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-acpi
Linaro-acpi mailing list Linaro-acpi@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-acpi