the following patch was just integrated into master: commit 1665bb3896e49f84a28e24176734f447f3a0899b Author: Stefan Reinauer stefan.reinauer@coreboot.org Date: Mon Jan 7 13:39:43 2013 -0800
cbmem utility: drop obsolete python based implementation
The first version of the cbmem utility was written in python, but it had issues with 64bit systems and other little hick ups. Since the C version has much fewer dependencies (no python needed on target system), and it works in all corner cases, drop the python version.
Change-Id: Ida3d6c9bb46f6d826f45538e4ceaa4fc1e771ff5 Signed-off-by: Stefan Reinauer reinauer@google.com Reviewed-on: http://review.coreboot.org/2115 Reviewed-by: Vadim Bendebury vbendeb@chromium.org Tested-by: build bot (Jenkins)
Build-Tested: build bot (Jenkins) at Mon Jan 7 23:53:31 2013, giving +1 See http://review.coreboot.org/2115 for details.
-gerrit