Add extra postcode and remove critical sensor/SEL
1.Add 4-byte postcode support for AMD platform.
2.Remove critical sensor and SEL support.
Change-Id: Icb14afb4424ad03410a3a1b749036f1e6b3f3842
Signed-off-by: Peter Yin <peter.yin@quantatw.com>
diff --git a/meson.options b/meson.options
index fbcbabb..61a698a 100644
--- a/meson.options
+++ b/meson.options
@@ -1,6 +1,7 @@
option('tests', type: 'feature', description: 'Build tests')
option('bic', type: 'feature', description: 'Enable bic handlers')
option('post-code-bytes', type: 'integer', description: 'Post code byte size.', value: 1)
+option('debug-card-frame-size', type: 'integer', description: 'debug card frame size.', value: 2)
option(
'host-instances',
type: 'string',