pmaports/device/testing/device-google-smaug/deviceinfo
Clayton Craft 2355af6a59
device/*: stop using console=null (MR 5752)
I replaced "console=null" with "quiet loglevel=2",
based on the findings in #2989

fixes #3269

[ci:ignore-count]
[ci:skip-build]: already built successfully in CI
2024-11-06 13:15:13 -08:00

28 lines
846 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="Google Pixel C"
deviceinfo_manufacturer="Google"
deviceinfo_codename="google-smaug"
deviceinfo_year="2015"
deviceinfo_dtb="nvidia/tegra210-smaug"
deviceinfo_arch="aarch64"
# Device related
deviceinfo_chassis="tablet"
deviceinfo_keyboard="false"
deviceinfo_external_storage="true"
deviceinfo_screen_width="2560"
deviceinfo_screen_height="1800"
deviceinfo_disable_dhcpd="true"
# Bootloader related
deviceinfo_flash_method="fastboot"
deviceinfo_kernel_cmdline="quiet loglevel=2"
deviceinfo_cgpt_kpart="/boot/boot.img"
deviceinfo_cgpt_kpart_start="8192"
deviceinfo_cgpt_kpart_size="65536"
deviceinfo_depthcharge_board="smaug"
deviceinfo_generate_depthcharge_image="true"