aboutsummaryrefslogtreecommitdiff
path: root/infra/corenix/configs/boards/t440p.nix
diff options
context:
space:
mode:
Diffstat (limited to 'infra/corenix/configs/boards/t440p.nix')
-rw-r--r--infra/corenix/configs/boards/t440p.nix12
1 files changed, 12 insertions, 0 deletions
diff --git a/infra/corenix/configs/boards/t440p.nix b/infra/corenix/configs/boards/t440p.nix
new file mode 100644
index 000000000000..c61f438e00aa
--- /dev/null
+++ b/infra/corenix/configs/boards/t440p.nix
@@ -0,0 +1,12 @@
+{ ... }:
+
+{
+ corenix.corebootConfig = {
+ CONFIG_VENDOR_LENOVO = "y";
+ CONFIG_BOARD_LENOVO_THINKPAD_T440P = "y";
+ };
+
+ seabios.ps2Timeout = 5000;
+
+ # TODO: fetch mrc.bin
+}