| commit | 17760ac4f6ef6943f9808860c2d4e55341c2f7e1 | [log] [tgz] |
|---|---|---|
| author | Tomasz Michalec <tmichalec@google.com> | Wed Jul 02 12:50:14 2025 |
| committer | Chromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Aug 07 09:06:51 2025 |
| tree | e841d1b06da79e5b352778070217eeb6c0bf8188 | |
| parent | 942d924e302f0d51c9c73823a2895177cafd1f70 [diff] |
tests/base/android_misc: Add tests for misc operations Add unit tests for Android misc partition operations on BCB and fastboot commandline. BRANCH=main BUG=None TEST=FEATURES=test USE="avb test" FW_NAME=kano emerge-brya depthcharge Change-Id: I329cd3a2273d891d5de802bf742ae24e79217bae Signed-off-by: Tomasz Michalec <tmichalec@google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/depthcharge/+/6695821 Reviewed-by: Julius Werner <jwerner@chromium.org>
Depthcharge is a bootloader for ChromeOS devices. It is responsible for initializing hardware, setting up the boot environment, and loading the operating system.
src/: Contains the source code for the depthcharge bootloader.board/: Contains the board-specific configuration files.src/drivers/: Contains the device drivers.To build depthcharge, you will need a ChromeOS development environment. Within the chroot:
emerge-$BOARD sys-boot/depthcharge Remember to build it before you build `chromeos-bootimage`!