Edward O'Callaghan (eocallaghan@alterapraxis.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/7338
-gerrit
commit 24473a18bc5bd45edad0c3261b92d1df7e27ee46 Author: Edward O'Callaghan eocallaghan@alterapraxis.com Date: Wed Nov 5 18:07:45 2014 +1100
TESTing
Change-Id: Ifc5fda36a5fe64b197f2020da99c698e75574667 Signed-off-by: Edward O'Callaghan eocallaghan@alterapraxis.com --- src/lib/reg_script.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/lib/reg_script.c b/src/lib/reg_script.c index 503c6c0..5670c69 100644 --- a/src/lib/reg_script.c +++ b/src/lib/reg_script.c @@ -42,13 +42,13 @@ #endif
struct reg_script_context { - device_t dev; + pci_devfn_t dev; struct resource *res; const struct reg_script *step; };
static inline void reg_script_set_dev(struct reg_script_context *ctx, - device_t dev) + pci_devfn_t dev) { ctx->dev = dev; ctx->res = NULL;