Commit Graph

2 Commits

Author SHA1 Message Date
Kai Kang
b544906e29 pmtools: support huge ACPI table
For some servers such as Canoe Pass or Thunder Ridge, they have much
more entries in ACPI table, so original 1K buffer is insufficient.

Switch to dynamic buffer for this situation.

Remove 'protocol' field in SRC_URI as well which cause warning:

| WARNING: Failed to fetch URL git://github.com/anyc/pmtools.git;protocol=https,
| attempting MIRRORS if available

Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2015-12-20 14:31:37 -08:00
Jagadeesh Krishnanjanappa
14c8b506ca pmtools: add new recipe
pmtools contains small collection of power management test and
investigation tools,
   acpidump - dump a system’s ACPI tables to an ASCII file
   acpixtract - convert ASCII acpidump output to raw binary table
   madt -  parser for ACPI table

Signed-off-by: Jagadeesh Krishnanjanappa <jkrishnanjanappa@mvista.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-08-31 19:43:44 +02:00