Hi,
attached patch is updated to current trunk, with some minor cleanup in the MSR routines (no need to explicitely cast to unsigned long long).
With this patch, it's easier to build flashrom with libpayload, but some crucial parts are still missing, most notably the frontend. Once flashrom is a library, it will be relatively easy to use.
Signed-off-by: Patrick Georgi patrick.georgi@coresystems.de
On 30.09.2010 17:06, Patrick Georgi wrote:
Hi,
attached patch is updated to current trunk, with some minor cleanup in the MSR routines (no need to explicitely cast to unsigned long long).
With this patch, it's easier to build flashrom with libpayload, but some crucial parts are still missing, most notably the frontend. Once flashrom is a library, it will be relatively easy to use.
Signed-off-by: Patrick Georgi patrick.georgi@coresystems.de
Acked-by: Carl-Daniel Hailfinger c-d.hailfinger.devel.2006@gmx.net Can you commit?
Regards, Carl-Daniel
Am 30.09.2010 18:26, schrieb Carl-Daniel Hailfinger:
Signed-off-by: Patrick Georgi patrick.georgi@coresystems.de
Acked-by: Carl-Daniel Hailfinger c-d.hailfinger.devel.2006@gmx.net
It's in: r1184.
Thanks, Patrick