aboutsummaryrefslogtreecommitdiff
path: root/configs/milan/milan-x1c.nix
diff options
context:
space:
mode:
Diffstat (limited to 'configs/milan/milan-x1c.nix')
-rw-r--r--configs/milan/milan-x1c.nix16
1 files changed, 16 insertions, 0 deletions
diff --git a/configs/milan/milan-x1c.nix b/configs/milan/milan-x1c.nix
new file mode 100644
index 000000000000..251bc379e95b
--- /dev/null
+++ b/configs/milan/milan-x1c.nix
@@ -0,0 +1,16 @@
+{ lib, ... }:
+
+{
+ imports = [
+ ./milan.nix
+ ../boards/x1c.nix
+ ];
+
+ corenix.corebootConfig = {
+ CONFIG_LINEAR_FRAMEBUFFER_MAX_WIDTH = "1600";
+ CONFIG_LINEAR_FRAMEBUFFER_MAX_HEIGHT = "900";
+ CONFIG_CBFS_SIZE = "0x6f0000";
+ };
+
+ tianocore.enable = true;
+}