configs/builder: Add Sandy/Ivy Bridge Thinkpad configurations

The coreboot builder makes use of the pre defined configuration
files by executing abuild with -d option. These configuration
files contain a basic configuration.

Change-Id: I41470fe7aaa0fdae545ad9d702326a202d0d2312
Signed-off-by: Philipp Deppenwiese <zaolin@das-labor.org>
Reviewed-on: https://review.coreboot.org/18161
Tested-by: build bot (Jenkins)
Reviewed-by: Martin Roth <martinroth@google.com>
diff --git a/configs/builder/config.lenovo_t530 b/configs/builder/config.lenovo_t530
new file mode 100644
index 0000000..f1da9ea
--- /dev/null
+++ b/configs/builder/config.lenovo_t530
@@ -0,0 +1,19 @@
+CONFIG_USE_OPTION_TABLE=y
+CONFIG_USE_BLOBS=y
+CONFIG_VENDOR_LENOVO=y
+CONFIG_VGA_BIOS=y
+CONFIG_VGA_BIOS_FILE="site-local/pci8086,0106.rom"
+CONFIG_HAVE_IFD_BIN=y
+CONFIG_HAVE_ME_BIN=y
+CONFIG_DRIVERS_PS2_KEYBOARD=y
+CONFIG_IFD_BIN_PATH="site-local/descriptor.bin"
+CONFIG_ME_BIN_PATH="site-local/me.bin"
+CONFIG_HAVE_GBE_BIN=y
+CONFIG_BOARD_LENOVO_T530=y
+CONFIG_NO_POST=y
+CONFIG_GBE_BIN_PATH="site-local/gbe.bin"
+CONFIG_PCIEXP_CLK_PM=y
+CONFIG_PCIEXP_L1_SUB_STATE=y
+CONFIG_LPC_TPM=y
+CONFIG_CONSOLE_CBMEM_BUFFER_SIZE=0x80000
+CONFIG_PAYLOAD_NONE=y