vpnor: Add patch location

Look for the requested partition in the designated patch location
(/usr/local/share/pnor/). If the partition is not found there,
continue with the existing logic of looking in the other partition
directories.
This allows users to use patches in the virtual pnor implementation.

Resolves openbmc/openbmc#1551

Change-Id: I7f27dfc9cd69a3f8ab88cb6fa77b2c1096e32841
Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
diff --git a/mboxd_pnor_partition_table.h b/mboxd_pnor_partition_table.h
index 452a871..738524b 100644
--- a/mboxd_pnor_partition_table.h
+++ b/mboxd_pnor_partition_table.h
@@ -13,6 +13,7 @@
     char ro_loc[PATH_MAX];
     char rw_loc[PATH_MAX];
     char prsv_loc[PATH_MAX];
+    char patch_loc[PATH_MAX];
 };
 
 #ifdef __cplusplus