Files
kata-containers/src/dragonball/dbs_boot
Xiaofan Xxf 88d892a77f dragonball: Allow guest VM to load tdshim firmware for booting
Added a firmware module to dbs_boot crate, and guest VM is allowed
to load tdshim into memory, which serves as a prerequisite for
booting TDX VM. And other sections (including kernel payload and
cmdline) are also loaded into correct guest physical addresses
according to the design of tdshim layout.

Signed-off-by: Xiaofan Xxf <xiaofan.xxf@antgroup.com>
2026-05-14 10:04:39 +08:00
..
2025-02-19 21:20:30 +08:00
2026-03-19 10:22:54 +00:00
2025-02-19 21:20:30 +08:00

dbs-boot

Design

The dbs-boot crate is a collection of constants, structs and utilities used to boot virtual machines.

Submodule List

This repository contains the following submodules:

Name Arch Description
bootparam x86_64 Magic addresses externally used to lay out x86_64 VMs
fdt aarch64 Create FDT for Aarch64 systems
layout x86_64 x86_64 layout constants
layout aarch64 aarch64 layout constants
mptable x86_64 MP Table configurations used for defining VM boot status

Acknowledgement

Part of the code is derived from the Firecracker project.

License

This project is licensed under Apache License, Version 2.0.