Coreboot payload for booting the system super fast

Clone this repo:
  1. 066e299 ui: display: Add multiple URLs for error messages by Tomasz Michalec · 2 hours ago main
  2. 17e8111 fastboot: Add fastboot log module by Tomasz Michalec · 3 hours ago
  3. 1c31463 Revert "board/bluey: Temporarily tear down display before handoff" by Subrata Banik · 16 hours ago
  4. 7791e79 boot/android_dtboimg: Support fw_config matching with DTBO v2 by Yu-Ping Wu · 2 days ago
  5. 3ccd92a boot/android_dtboimg: Decouple DTBO matching logic from DT entry by Yu-Ping Wu · 2 days ago

Depthcharge

Depthcharge is a bootloader for ChromeOS devices. It is responsible for initializing hardware, setting up the boot environment, and loading the operating system.

Key Features

  • Hardware Initialization: Initializes and configures the system's hardware components, including memory, storage, and peripherals.
  • Boot Environment Setup: Sets up the necessary environment for the operating system to boot, including memory, storage, and other peripherals.
  • Booting the Operating System: Loads and executes the operating system kernel.
  • Security Features: Implements various security features, such as secure boot and verified boot, using the vboot library.

Project Structure

  • src/: Contains the source code for the depthcharge bootloader.
  • board/: Contains the board-specific configuration files.
  • src/drivers/: Contains the device drivers.

Build Instructions

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`!