Coreboot payload for booting the system super fast

Clone this repo:
  1. 2e723e1 Revert "quartz: Enable EC software sync" by Jayvik Desai · 10 hours ago main
  2. ac28472 Revert "quenbi: Enable EC software sync" by Jayvik Desai · 10 hours ago
  3. 7b5a61e base/gpt: Erase first 256MiB of partition by Tomasz Michalec · 16 hours ago
  4. 1d82710 vboot/widevine: Rename widevine HoK and RoT register functions by Subrata Banik · 30 hours ago
  5. c498b84 vboot: Refactor Widevine provision config for OPTEE specificity by Subrata Banik · 30 hours 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`!