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_config.h.in b/meson_config.h.in
index d4470a0..de8bd07 100644
--- a/meson_config.h.in
+++ b/meson_config.h.in
@@ -4,3 +4,5 @@
 inline static const std::string hostInstances = @INSTANCES@;
 
 inline static const size_t postCodeSize = @POST_CODE_BYTES@;
+
+inline static const size_t debugCardFrameSize = @DEBUG_CARD_FRAME_SIZE@;