Create moxoe variant Create a depthcharge target moxoe. BUG=b:481186489 TEST=FW_NAME=moxoe emerge-brask depthcharge Change-Id: I5f2a5839964e79a43b7a67335689e356445186d9 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/depthcharge/+/7532431 Reviewed-by: Derek Huang <derekhuang@google.com> Reviewed-by: Oscar Liu <oscarliu@google.com> Tested-by: David Wu <david_wu@quanta.corp-partner.google.com> Commit-Queue: David Wu <david_wu@quanta.corp-partner.google.com>
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`!