Coreboot payload for booting the system super fast

Clone this repo:
  1. ec75759 boot/android_dtboimg: Fix parsing last DTB entry by Karthikeyan Ramasubramanian · 35 hours ago main
  2. e605a37 matsu: Set up NVMe and UFS based on FW config by Ivy Jian · 5 days ago
  3. ac7f989 config: Change FDT address for bluey, quenbi and quartz by Kirubakaran E · 5 days ago
  4. e680020 config: Enable SMEM driver and VPD_QCOM for Bluey by Venkateshwar S · 5 days ago
  5. 8c6d164 base/vpd_util: Add Qualcomm VPD implementation based on SMEM by Venkateshwar S · 5 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`!