Home
last modified time | relevance | path

Searched refs:g_boot_img_hdr (Results 1 – 1 of 1) sorted by relevance

/aosp14/system/core/fastboot/
H A Dfastboot.cpp109 static boot_img_hdr_v2 g_boot_img_hdr = {}; variable
680 if (g_boot_img_hdr.header_version != 2) { in LoadBootableImage()
682 g_boot_img_hdr.header_version); in LoadBootableImage()
2222 g_boot_img_hdr.kernel_addr = 0x00008000; in Main()
2223 g_boot_img_hdr.ramdisk_addr = 0x01000000; in Main()
2224 g_boot_img_hdr.second_addr = 0x00f00000; in Main()
2225 g_boot_img_hdr.tags_addr = 0x00000100; in Main()
2226 g_boot_img_hdr.page_size = 2048; in Main()
2227 g_boot_img_hdr.dtb_addr = 0x01100000; in Main()
2279 ParseOsPatchLevel(&g_boot_img_hdr, optarg); in Main()
[all …]