ACPICA: Intepreter: Add object extensions to Concatenate operand
authorBob Moore <robert.moore@intel.com>
Thu, 24 Mar 2016 01:39:51 +0000 (09:39 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 5 Apr 2016 01:53:31 +0000 (03:53 +0200)
commit890b090ef5ab6f0a125b8668c49d734442333d3c
tree212c2ab30fe2370ae6c9133e0bd9a3d313d4ee23
parent28a9a69bdf36f639df9820592eb2ce2e99002338
ACPICA: Intepreter: Add object extensions to Concatenate operand

ACPICA commit 60d9cfd403a9824199b971597c930f6f563e5c71

Allows all object types to be used with Concatenate. Objects
other than Int/Str/Buf are convert to a string that contains
the type of the object. Improves the utility of the Printf
and Fprintf macros.

Adds a new file, exconcat.c

Link: https://github.com/acpica/acpica/commit/60d9cfd4
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Lv Zheng <lv.zheng@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/acpica/Makefile
drivers/acpi/acpica/exconcat.c [new file with mode: 0644]
drivers/acpi/acpica/exmisc.c