Support OCP debug card postcode display

Description:
 - Meson option postcode display path is supported
 - Support OCP debug card postcode display

Example of test process:
   1. Set postcode-display-path as /sys/bus/i2c/devices/12-
      000f/postcode-display-slot in project layer
   2. Press OCP debug card uart button to the host to check
   3. Host power on
   4. The postcode should start displaying on the OCP debug card screen
      with user-readable string representation for those codes
Note:
 - The postcode-display-path was setting by CLD driver, which
   will though CPLD setting ocp-debug card
   (link: https://lore.kernel.org/lkml/20230117094425.19004-1-Delphine_CC_Chiu@Wiwynn.com/)

Signed-off-by: Delphine CC Chiu <Delphine_CC_Chiu@wiwynn.com>
Change-Id: I915c0ec29d763b8933835a9fdc8881648ca95d24
diff --git a/meson_options.txt b/meson_options.txt
index d877b97..763b30f 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,3 +1,4 @@
 option('max-boot-cycle-count', type:'integer', min:1, max: 100, description: 'Maximum boot cycles for which the post codes should be persisted', value:100)
 option('bios-post-code-log', type:'feature',description:'bios post code log',value:'disabled')
 option('max-post-code-size-per-cycle', type:'integer', min:64, max: 1024, description: 'Maximum post code file size per cycle', value:512)
+option('postcode-display-path', type:'string', description:'The sys path for postcode display on debug card')