aboutsummaryrefslogtreecommitdiff
path: root/infra/corenix/configs/milan/milan-x1c.nix
diff options
context:
space:
mode:
Diffstat (limited to 'infra/corenix/configs/milan/milan-x1c.nix')
-rw-r--r--infra/corenix/configs/milan/milan-x1c.nix13
1 files changed, 13 insertions, 0 deletions
diff --git a/infra/corenix/configs/milan/milan-x1c.nix b/infra/corenix/configs/milan/milan-x1c.nix
new file mode 100644
index 000000000000..9e49e54b6432
--- /dev/null
+++ b/infra/corenix/configs/milan/milan-x1c.nix
@@ -0,0 +1,13 @@
+{ lib, ... }:
+
+{
+ imports = [ ./common.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;
+}