Coreboot payload for booting the system super fast

Clone this repo:
  1. 4a25411 vboot/widevine: Add support for GSC counter key derivation for QTEE by Subrata Banik · 23 hours ago main
  2. 3b648ba Ruby: Enable PDC FW auto update by Luca Lai · 28 hours ago
  3. 00b11c6 config/ocelot: Use correct PID value for RTK PDCs in Ocelot by Pranava Y N · 2 days ago
  4. a8148d5 board/ocelot: Select correct RTK PDC firmware for each ocelot variant by Pranava Y N · 2 days ago
  5. 6bd9882 fastboot: Split main fastboot function by Tomasz Michalec · 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`!