Home
last modified time | relevance | path

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

/system/core/fastboot/
Dfastboot.cpp97 static boot_img_hdr_v2 g_boot_img_hdr = {}; variable
507 if (g_boot_img_hdr.header_version != 2) { in LoadBootableImage()
509 g_boot_img_hdr.header_version); in LoadBootableImage()
520 dtb_data, g_base_addr, g_boot_img_hdr, &out); in LoadBootableImage()
1782 g_boot_img_hdr.kernel_addr = 0x00008000; in Main()
1783 g_boot_img_hdr.ramdisk_addr = 0x01000000; in Main()
1784 g_boot_img_hdr.second_addr = 0x00f00000; in Main()
1785 g_boot_img_hdr.tags_addr = 0x00000100; in Main()
1786 g_boot_img_hdr.page_size = 2048; in Main()
1787 g_boot_img_hdr.dtb_addr = 0x01100000; in Main()
[all …]