34908d3fee
Note that only the "linux-edge" kernel is used, and it's likely that this kernel is still missing some functionality. I'd like to avoid using a downstream/forked kernel if at all possible... I chose to use gummiboot for now, since it's really simple to configure. This can be moved to a more "standard" EFI boot mechanism once pmOS figures that out. [ci:skip-build]: already built successfully in CI
26 lines
1.1 KiB
Text
26 lines
1.1 KiB
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_modules_initfs="amd-pmc amd-sfh-hid ahci ehci_hcd ehci_pci hid_generic jbd2 libahci libata mbcache mmc_block mmc_core pwm_vibra scsi_mod sd sd_mod sdhci sdhci-pci sdhci_acpi sg uas usb usb_storage usbhid xhci_hcd xhci_pci"
|
|
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_gummiboot="true"
|
|
deviceinfo_partition_type="gpt"
|
|
deviceinfo_boot_filesystem="fat32"
|