Searched refs:g_boot_img_hdr (Results 1 – 1 of 1) sorted by relevance
95 static boot_img_hdr_v2 g_boot_img_hdr = {}; variable483 if (g_boot_img_hdr.header_version < 2) { in LoadBootableImage()485 g_boot_img_hdr.header_version); in LoadBootableImage()496 dtb_data, g_base_addr, g_boot_img_hdr, &out); in LoadBootableImage()1602 g_boot_img_hdr.kernel_addr = 0x00008000; in Main()1603 g_boot_img_hdr.ramdisk_addr = 0x01000000; in Main()1604 g_boot_img_hdr.second_addr = 0x00f00000; in Main()1605 g_boot_img_hdr.tags_addr = 0x00000100; in Main()1606 g_boot_img_hdr.page_size = 2048; in Main()1607 g_boot_img_hdr.dtb_addr = 0x01100000; in Main()[all …]