594fe30620
Make use of stock depthcharge bootloader to not deal with U-Boot issues: - broken USB - broken eMMC - broken latest version of U-Boot Use extlinux instead of Grub for users with U-Boot to simplify process. Also, some of old U-Boot builds may not support EFI. [ci:skip-build] already built successfully in CI
30 lines
1.1 KiB
Text
30 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="ASUS Chromebook Flip C100"
|
|
deviceinfo_manufacturer="ASUS"
|
|
deviceinfo_codename="google-veyron-minnie"
|
|
deviceinfo_year="2015"
|
|
deviceinfo_arch="armv7"
|
|
deviceinfo_dtb="rk3288-veyron-minnie"
|
|
deviceinfo_modules_initfs="pwm-bl rockchipdrm dw-mipi-dsi drm-kms-helper gpu-sched phy-rockchip-dp pwm-rockchip dw-wdt videobuf2-dma-sg analogix-dp drm-dp-aux-bus panel-edp gpio-charger sbs-battery cros-ec cros-ec-spi cros-ec-keyb elants-i2c"
|
|
|
|
# Device related
|
|
deviceinfo_chassis="convertible"
|
|
deviceinfo_keyboard="true"
|
|
deviceinfo_external_storage="true"
|
|
deviceinfo_screen_width="1280"
|
|
deviceinfo_screen_height="800"
|
|
deviceinfo_gpu_accelerated="true"
|
|
|
|
# Bootloader related
|
|
deviceinfo_flash_method="none"
|
|
deviceinfo_kernel_cmdline="console=null"
|
|
deviceinfo_cgpt_kpart="/boot/vmlinuz.kpart"
|
|
deviceinfo_cgpt_kpart_start="24576"
|
|
deviceinfo_cgpt_kpart_size="32768"
|
|
deviceinfo_depthcharge_board="minnie"
|
|
deviceinfo_generate_depthcharge_image="true"
|
|
deviceinfo_generate_extlinux_config="true"
|