If this section is empty, it indicates that the board is a generic board that the ChromiumOS team does not maintain upstream builds on or does not provide over-the-air (OTA) updates.
Stable | Beta | Dev | Canary | Devices Based on samus | |||||||
samus | 13310.93.0 85.0.4183.133 | 13421.102.0 86.0.4240.199 | 13505.111.0 87.0.4280.152 | 13597.105.0 88.0.4324.208 | 13729.45.0 89.0.4389.82 | 13729.45.0 89.0.4389.82 | 13816.12.0 90.0.4430.19 | 13816.6.0 90.0.4430.11 | 13836.0.0 91.0.4439.0 | 75 77 78 79 80 81 83 84 85 86 87 | Google Chromebook Pixel (2015) |
Manufacturer | Model | Codename | Board Name | Baseboard |
---|---|---|---|---|
Google Chromebook Pixel (2015) | samus | Samus | samus |
U_BOOT_CONFIG_USE="coreboot"
U_BOOT_FDT_USE="samus"
USE=""
USE="${USE} containers"
USE="${USE} als has_keyboard_backlight highdpi"
USE="${USE} natural_scroll_default samus watchdog"
USE="${USE} -acpi_ac"
USE="${USE} allow_consumer_kiosk"
USE="${USE} cros_ec"
USE="${USE} tpm_slb9655"
USE="${USE} pd_sync"
USE="${USE} direncryption"
USE="${USE} arc_transition_m_to_n"
USE="${USE} -unibuild"
USE="${USE} background_blur"
USE="${USE} kvm_host crosvm-gpu virtio_gpu"
USE="${USE} disable_instant_tethering"
USE="${USE} dlc_test"
(chromium_source_tree)/src/overlays/overlay-samus
.
├── chromeos-base
│ ├── chromeos-bsp-samus
│ │ ├── chromeos-bsp-samus-0.0.2.ebuild
│ │ ├── chromeos-bsp-samus-0.0.2-r33.ebuild
│ │ └── files
│ │ ├── audio-config
│ │ │ ├── cras-config
│ │ │ │ ├── get_device_config_dir
│ │ │ │ ├── post_mp_a
│ │ │ │ │ ├── bdw-rt5677
│ │ │ │ │ ├── board.ini
│ │ │ │ │ └── dsp.ini
│ │ │ │ └── pre_mp_a
│ │ │ │ ├── bdw-rt5677
│ │ │ │ ├── board.ini
│ │ │ │ └── dsp.ini
│ │ │ └── ucm-config
│ │ │ └── bdw-rt5677
│ │ │ ├── bdw-rt5677.conf
│ │ │ └── HiFi.conf
│ │ ├── cpufreq-config
│ │ │ └── cpufreq.conf
│ │ ├── ec-report-panic-data.conf
│ │ ├── powerd_prefs
│ │ │ ├── battery_stabilized_after_line_power_connected_ms
│ │ │ ├── battery_stabilized_after_line_power_disconnected_ms
│ │ │ ├── battery_stabilized_after_resume_ms
│ │ │ ├── battery_stabilized_after_startup_ms
│ │ │ ├── charging_ports
│ │ │ ├── dark_resume_devices
│ │ │ ├── dark_resume_sources
│ │ │ ├── detect_hover
│ │ │ ├── disable_dark_resume
│ │ │ ├── internal_backlight_als_steps
│ │ │ ├── low_battery_shutdown_percent
│ │ │ ├── low_battery_shutdown_time_s
│ │ │ ├── max_charge_samples
│ │ │ ├── max_current_samples
│ │ │ └── power_supply_full_factor
│ │ └── rt5677_elf_vad
│ ├── chromeos-touch-config-samus
│ │ ├── chromeos-touch-config-samus-0.0.2.ebuild
│ │ ├── chromeos-touch-config-samus-0.0.2-r3.ebuild
│ │ └── files
│ │ ├── 2952t.raw
│ │ ├── 2954t2.raw
│ │ └── 337t.raw
│ └── genius-app-data-samus
│ ├── files
│ │ └── warranty
│ │ ├── images
│ │ │ ├── image00.png
│ │ │ ├── image01.png
│ │ │ └── image02.png
│ │ ├── index.html
│ │ ├── OpenSansFallback.woff2
│ │ └── OpenSansLatin.woff2
│ ├── genius-app-data-samus-0.0.1.ebuild
│ └── genius-app-data-samus-0.0.1-r1.ebuild
├── metadata
│ └── layout.conf
├── profiles
│ └── base
│ ├── make.defaults
│ ├── package.use.mask
│ └── parent
├── scripts
│ ├── build_kernel_image.sh
│ └── disk_layout.json
├── toolchain.conf
└── virtual
└── chromeos-bsp
├── chromeos-bsp-2.ebuild
└── chromeos-bsp-2-r1.ebuild
23 directories, 51 files