summaryrefslogtreecommitdiffstats
path: root/resources/libreboot/patch/0022-New-mainboard-Lenovo-T500.patch
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-06-15 15:15:36 (EDT)
committer Francis Rowe <info@gluglug.org.uk>2015-06-15 23:36:26 (EDT)
commitbd95009839337576c1d7ac6d022228c4ec4248a5 (patch)
tree29622510346a315c5cb0fd766ac883147f3b4b15 /resources/libreboot/patch/0022-New-mainboard-Lenovo-T500.patch
parent9f8eced929a99b2ad7b10d1b8d237779afdd98d5 (diff)
downloadlibreboot-bd95009839337576c1d7ac6d022228c4ec4248a5.zip
libreboot-bd95009839337576c1d7ac6d022228c4ec4248a5.tar.gz
libreboot-bd95009839337576c1d7ac6d022228c4ec4248a5.tar.bz2
Update coreboot-libre
Rebase all patches. Remove the ones that are no longer needed. More CPU microcode updates were moved to coreboot's 3rdparty repository, so there are less blobs for libreboot to delete now (because the 3rdparty repository is not checked out in libreboot). Correct HDA verbs used for T400 (also R400, T500) (patch is in coreboot, merged).
Diffstat (limited to 'resources/libreboot/patch/0022-New-mainboard-Lenovo-T500.patch')
-rw-r--r--resources/libreboot/patch/0022-New-mainboard-Lenovo-T500.patch81
1 files changed, 0 insertions, 81 deletions
diff --git a/resources/libreboot/patch/0022-New-mainboard-Lenovo-T500.patch b/resources/libreboot/patch/0022-New-mainboard-Lenovo-T500.patch
deleted file mode 100644
index 96e2b4a..0000000
--- a/resources/libreboot/patch/0022-New-mainboard-Lenovo-T500.patch
+++ /dev/null
@@ -1,81 +0,0 @@
-From 0413e35202f8336418fd9bdd19eb6e9e599f9dfc Mon Sep 17 00:00:00 2001
-From: Francis Rowe <info@gluglug.org.uk>
-Date: Tue, 31 Mar 2015 22:51:22 +0100
-Subject: [PATCH 22/22] New mainboard: Lenovo T500
-
-Clone of Lenovo T400. It works/boots, but needs
-more testing.
-
-Change-Id: I7ace604ca7fede44ce78277561d31e3083fc6c8c
-Signed-off-by: Francis Rowe <info@gluglug.org.uk>
----
- src/mainboard/lenovo/Kconfig | 6 ++++++
- src/mainboard/lenovo/t400/Kconfig | 2 +-
- src/mainboard/lenovo/t500/Kconfig | 7 +++++++
- src/mainboard/lenovo/t500/board_info.txt | 6 ++++++
- 4 files changed, 20 insertions(+), 1 deletion(-)
- create mode 100644 src/mainboard/lenovo/t500/Kconfig
- create mode 100644 src/mainboard/lenovo/t500/board_info.txt
-
-diff --git a/src/mainboard/lenovo/Kconfig b/src/mainboard/lenovo/Kconfig
-index 4fc56cd..3dee443 100644
---- a/src/mainboard/lenovo/Kconfig
-+++ b/src/mainboard/lenovo/Kconfig
-@@ -47,6 +47,11 @@ config BOARD_LENOVO_T430S
- help
- Lenovo T430s laptop. Consult wiki for details.
-
-+config BOARD_LENOVO_T500
-+ bool "ThinkPad T500"
-+ help
-+ Lenovo T500 laptop. Consult wiki for details.
-+
- config BOARD_LENOVO_T520
- bool "ThinkPad T520"
- help
-@@ -85,6 +90,7 @@ source "src/mainboard/lenovo/x230/Kconfig"
- source "src/mainboard/lenovo/t400/Kconfig"
- source "src/mainboard/lenovo/t420s/Kconfig"
- source "src/mainboard/lenovo/t430s/Kconfig"
-+source "src/mainboard/lenovo/t500/Kconfig"
- source "src/mainboard/lenovo/t520/Kconfig"
- source "src/mainboard/lenovo/t530/Kconfig"
- source "src/mainboard/lenovo/t60/Kconfig"
-diff --git a/src/mainboard/lenovo/t400/Kconfig b/src/mainboard/lenovo/t400/Kconfig
-index 719f6e4..9afb8ce 100644
---- a/src/mainboard/lenovo/t400/Kconfig
-+++ b/src/mainboard/lenovo/t400/Kconfig
-@@ -1,4 +1,4 @@
--if BOARD_LENOVO_T400 || BOARD_LENOVO_R400
-+if BOARD_LENOVO_T400 || BOARD_LENOVO_R400 || BOARD_LENOVO_T500
-
- config BOARD_SPECIFIC_OPTIONS # dummy
- def_bool y
-diff --git a/src/mainboard/lenovo/t500/Kconfig b/src/mainboard/lenovo/t500/Kconfig
-new file mode 100644
-index 0000000..e1e8420
---- /dev/null
-+++ b/src/mainboard/lenovo/t500/Kconfig
-@@ -0,0 +1,7 @@
-+if BOARD_LENOVO_T500
-+
-+config MAINBOARD_PART_NUMBER
-+ string
-+ default "ThinkPad T500"
-+
-+endif
-diff --git a/src/mainboard/lenovo/t500/board_info.txt b/src/mainboard/lenovo/t500/board_info.txt
-new file mode 100644
-index 0000000..007ec6c
---- /dev/null
-+++ b/src/mainboard/lenovo/t500/board_info.txt
-@@ -0,0 +1,6 @@
-+Category: laptop
-+ROM package: SOIC-16 or SOIC-8
-+ROM protocol: SPI
-+ROM socketed: n
-+Flashrom support: n
-+Clone of: lenovo/t400
---
-1.9.1
-