Am 06.06.2012 12:06 schrieb Carl-Daniel Hailfinger:
The buffer management of the Bus Pirate driver has been revamped to use grow-only buffers with a reasonable initial default size so realloc() will not have to be called in normal operation. A side effect is the ability to switch to a static buffer without major hassle. Handle OOM gracefully.
Signed-off-by: Carl-Daniel Hailfinger c-d.hailfinger.devel.2006@gmx.net
I got an ack on IRC in #coreboot : Acked-by: Patrick Georgi patrick@georgi-clan.de
Thanks for the review. Committed in r1541.
Regards, Carl-Daniel