Home
last modified time | relevance | path

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

/external/u-boot/disk/
Dpart_amiga.c31 static struct bootcode_block bootcode = {0}; variable
194 memcpy(&bootcode, boot, sizeof(struct bootcode_block)); in get_bootcode()
195 return &bootcode; in get_bootcode()
212 struct bootcode_block *bootcode; in part_test_amiga() local
219 bootcode = get_bootcode(dev_desc); in part_test_amiga()
220 if (bootcode) in part_test_amiga()
/external/vboot_reference/cgpt/
Dcgpt_boot.c131 int n = read(fd, drive.pmbr.bootcode, sizeof(drive.pmbr.bootcode)); in CgptBoot()
Dcgpt.h34 uint8_t bootcode[424]; member
/external/u-boot/arch/x86/cpu/
Du-boot-64.lds18 . = CONFIG_SYS_TEXT_BASE; /* Location of bootcode in flash */
Du-boot-spl.lds18 . = CONFIG_SPL_TEXT_BASE; /* Location of bootcode in flash */
Du-boot.lds18 . = CONFIG_SYS_TEXT_BASE; /* Location of bootcode in flash */
/external/newfs_msdos/
Dmkfs_msdos.c197 static const u_int8_t bootcode[] = { variable
725 memcpy(img + x1, bootcode, sizeof(bootcode)); in mkfs_msdos()