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 sarien | |||||||
sarien | 13310.93.0 85.0.4183.133 | 13421.102.0 86.0.4240.199 | 13505.100.0 87.0.4280.142 | 13597.94.0 88.0.4324.186 | 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 76 77 78 79 80 81 83 84 85 86 87 | Dell Latitude 5300 2-in-1 Chromebook Enterprise ● Dell Latitude 5400 Chromebook Enterprise |
Manufacturer | Model | Codename | Board Name | Baseboard |
---|---|---|---|---|
Dell | Dell Latitude 5300 2-in-1 Chromebook Enterprise | sarien | arcada | sarien |
Dell | Dell Latitude 5400 Chromebook Enterprise | sarien | sarien | sarien |
USE=""
USE="${USE} sarien"
USE="${USE} unibuild"
USE="${USE} diagnostics"
USE="${USE} racc"
USE="${USE} fwupd"
USE="${USE} modemfwd"
USE="${USE} wilco_ec"
USE="${USE} cros_ish touchview"
USE="${USE} builtin_fw_guc_g9"
USE="${USE} builtin_fw_huc_g9"
USE="${USE} drm_dp_aux_chardev"
USE="${USE} drm_atomic"
USE="${USE} has_keyboard_backlight"
USE="${USE} keyboard_convertible_no_side_buttons"
USE="${USE} background_blur"
USE="${USE} eclog"
USE="${USE} physical_presence_power"
USE="${USE} ime_addons"
USE="${USE} dlc_test"
USE="${USE} ondevice_handwriting"
USE="${USE} ondevice_text_suggestions"
USE="${USE} fsverity"
(chromium_source_tree)/src/overlays/overlay-sarien
.
├── chromeos-base
│ ├── chromeos-bsp-sarien
│ │ ├── chromeos-bsp-sarien-0.0.3-r6.ebuild
│ │ ├── chromeos-bsp-sarien-9999.ebuild
│ │ ├── files
│ │ │ ├── 81-sarien-keyboard.hwdb
│ │ │ ├── 81-sarien-keyboard.rules
│ │ │ ├── arcada
│ │ │ │ ├── audio
│ │ │ │ │ ├── cras-config
│ │ │ │ │ │ ├── dsp.ini
│ │ │ │ │ │ └── HDA Intel PCH
│ │ │ │ │ └── ucm-config
│ │ │ │ │ └── HDA Intel PCH
│ │ │ │ │ ├── HDA Intel PCH.conf
│ │ │ │ │ └── HiFi.conf
│ │ │ │ └── get_board_specific_wacom_hwid.sh
│ │ │ ├── board_hardware_features
│ │ │ ├── chromeos-version.sh
│ │ │ ├── common
│ │ │ │ ├── audio
│ │ │ │ │ ├── alsa-module-config
│ │ │ │ │ │ ├── alsa-sarien.conf
│ │ │ │ │ │ └── sarien_alsa.fw
│ │ │ │ │ └── ucm-config
│ │ │ │ │ └── HDA Intel PCH
│ │ │ │ │ ├── HDA Intel PCH.conf
│ │ │ │ │ └── HiFi.conf
│ │ │ │ └── bluetooth
│ │ │ │ └── main.conf
│ │ │ ├── hardware_features.xml
│ │ │ └── sarien
│ │ │ └── audio
│ │ │ ├── cras-config
│ │ │ │ ├── dsp.ini
│ │ │ │ └── HDA Intel PCH
│ │ │ └── ucm-config
│ │ │ └── HDA Intel PCH
│ │ │ ├── HDA Intel PCH.conf
│ │ │ └── HiFi.conf
│ │ └── metadata.xml
│ ├── chromeos-config-bsp-sarien
│ │ ├── chromeos-config-bsp-sarien-0.0.2-r7.ebuild
│ │ ├── chromeos-config-bsp-sarien-9999.ebuild
│ │ └── files
│ │ ├── chromeos-version.sh
│ │ └── model.yaml
│ ├── chromeos-ec-driver-init
│ │ ├── chromeos-ec-driver-init-0.0.2-r1.ebuild
│ │ ├── chromeos-ec-driver-init-9999.ebuild
│ │ └── files
│ │ ├── chromeos-version.sh
│ │ └── init
│ │ └── cros-ec-driver.conf
│ └── chromeos-ish
│ ├── chromeos-ish-0.0.2-r48.ebuild
│ ├── chromeos-ish-9999.ebuild
│ └── files
│ ├── chromeos-ish-ec-glibc-strsignal.patch
│ ├── chromeos-ish-ec-warning-06a82155ef.patch
│ └── chromeos-version.sh
├── metadata
│ └── layout.conf
├── prebuilt.conf
├── profiles
│ └── base
│ ├── make.defaults
│ └── parent
├── scripts
│ ├── build_kernel_image.sh
│ └── disk_layout.json
├── toolchain.conf
└── virtual
├── chromeos-bsp
│ ├── chromeos-bsp-2.ebuild
│ └── chromeos-bsp-2-r3.ebuild
├── chromeos-config-bsp
│ ├── chromeos-config-bsp-2.ebuild
│ └── chromeos-config-bsp-2-r2.ebuild
└── chromeos-ec-driver-init
├── chromeos-ec-driver-init-2.ebuild
└── chromeos-ec-driver-init-2-r1.ebuild
34 directories, 48 files