On 08/13/2013 08:09 AM, Graeme Gregory wrote:
I applied patches 1 & 2, pending questions on 3 - 5
Thanks
Graeme
On 13/08/13 00:10, al.stone@linaro.org wrote:
From: Al Stone ahs3@redhat.com
These are mostly minor fixups to mab: -- report usage properly -- do not segfault if missing the -p <paddr> parameter -- if the XSDT did not have enough room for tables, it would not discover that or notify anyone unless it was being verbose; now it will always report that error if found -- and just because it wasn't verbose enough, add the final relocated address of the table to the output -- update the version number
Al Stone (5): mab: minor cleanup of usage output mab: if -p <paddr> is not given, we would segfault; die more gracefully now mab: update version number mab: report an XSDT error regardless of whether we're verbose or not mab: add final relocated address to verbose output
tools/mab/mab.c | 52 ++++++++++++++++++++++++++++++++++++---------------- tools/mab/mab.h | 4 +++- 2 files changed, 39 insertions(+), 17 deletions(-)
Ack -- 3-5 need to be redone and resubmitted as a new patch series. I'm on it.