Patrick Rudolph has uploaded this change for review. ( https://review.coreboot.org/25926
Change subject: lenovo: Add various vbt.bin ......................................................................
lenovo: Add various vbt.bin
Add the Video Bios Table to improve user experience when running coreboot's blob free graphics init. As it's not a binary blob it should not be added to the blobs repo.
This is taken from vendor BIOS and contains purely documented configuration data, so it should not be subjected to copyright.
Extracted using intelvbttool with applied patch I8cbde042c7f5632f36648419becd23e248ba6f76 "util/intelvbttool: Rewrite tool"
Change-Id: I15573ddd37ee9738df1f7178f967131687a50f48 Signed-off-by: Patrick Rudolph siro@das-labor.org --- A src/mainboard/lenovo/t400/vbt.bin A src/mainboard/lenovo/t420/vbt.bin A src/mainboard/lenovo/t420s/vbt.bin A src/mainboard/lenovo/t430/vbt.bin A src/mainboard/lenovo/t430s/vbt.bin A src/mainboard/lenovo/t520/vbt.bin A src/mainboard/lenovo/t530/vbt.bin A src/mainboard/lenovo/x220/vbt.bin A src/mainboard/lenovo/x230/vbt.bin 9 files changed, 0 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/26/25926/1
diff --git a/src/mainboard/lenovo/t400/vbt.bin b/src/mainboard/lenovo/t400/vbt.bin new file mode 100644 index 0000000..fee6e4c --- /dev/null +++ b/src/mainboard/lenovo/t400/vbt.bin Binary files differ diff --git a/src/mainboard/lenovo/t420/vbt.bin b/src/mainboard/lenovo/t420/vbt.bin new file mode 100644 index 0000000..ba867b7 --- /dev/null +++ b/src/mainboard/lenovo/t420/vbt.bin Binary files differ diff --git a/src/mainboard/lenovo/t420s/vbt.bin b/src/mainboard/lenovo/t420s/vbt.bin new file mode 100644 index 0000000..528e794 --- /dev/null +++ b/src/mainboard/lenovo/t420s/vbt.bin Binary files differ diff --git a/src/mainboard/lenovo/t430/vbt.bin b/src/mainboard/lenovo/t430/vbt.bin new file mode 100644 index 0000000..7593154 --- /dev/null +++ b/src/mainboard/lenovo/t430/vbt.bin Binary files differ diff --git a/src/mainboard/lenovo/t430s/vbt.bin b/src/mainboard/lenovo/t430s/vbt.bin new file mode 100644 index 0000000..7593154 --- /dev/null +++ b/src/mainboard/lenovo/t430s/vbt.bin Binary files differ diff --git a/src/mainboard/lenovo/t520/vbt.bin b/src/mainboard/lenovo/t520/vbt.bin new file mode 100644 index 0000000..fcfd3c2 --- /dev/null +++ b/src/mainboard/lenovo/t520/vbt.bin Binary files differ diff --git a/src/mainboard/lenovo/t530/vbt.bin b/src/mainboard/lenovo/t530/vbt.bin new file mode 100644 index 0000000..2974332 --- /dev/null +++ b/src/mainboard/lenovo/t530/vbt.bin Binary files differ diff --git a/src/mainboard/lenovo/x220/vbt.bin b/src/mainboard/lenovo/x220/vbt.bin new file mode 100644 index 0000000..2b5bc1e --- /dev/null +++ b/src/mainboard/lenovo/x220/vbt.bin Binary files differ diff --git a/src/mainboard/lenovo/x230/vbt.bin b/src/mainboard/lenovo/x230/vbt.bin new file mode 100644 index 0000000..0f50d70 --- /dev/null +++ b/src/mainboard/lenovo/x230/vbt.bin Binary files differ