cf8fc87a52
Upstream boot-deploy (me, lol) removed generate_gummiboot, and now generate_systemd_boot is used to configure both gummiboot and systemd boot. [ci:skip-build]: already built successfully in CI
25 lines
853 B
Text
25 lines
853 B
Text
# Reference: <https://postmarketos.org/deviceinfo>
|
|
# Please use double quotes only. You can source this file in shell
|
|
# scripts.
|
|
|
|
deviceinfo_format_version="0"
|
|
deviceinfo_name="Valve Steam Deck"
|
|
deviceinfo_manufacturer="Valve"
|
|
deviceinfo_codename="valve-jupiter"
|
|
deviceinfo_year="2022"
|
|
deviceinfo_arch="x86_64"
|
|
deviceinfo_gpu_accelerated="true"
|
|
|
|
# Device related
|
|
deviceinfo_chassis="tablet"
|
|
deviceinfo_keyboard="false"
|
|
deviceinfo_external_storage="true"
|
|
deviceinfo_screen_width="1280"
|
|
deviceinfo_screen_height="800"
|
|
deviceinfo_framebuffer_landscape="true"
|
|
deviceinfo_kernel_cmdline="console=tty1 fbcon=rotate:1 fbcon=vc:4-6 spi_amd.speed_dev=1 amdgpu.gttsize=8128 amd_iommu=off tsc=directsync"
|
|
# Bootloader related
|
|
deviceinfo_flash_method="none"
|
|
deviceinfo_generate_systemd_boot="true"
|
|
deviceinfo_partition_type="gpt"
|
|
deviceinfo_boot_filesystem="fat32"
|