Home
last modified time | relevance | path

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

/u-boot/disk/
A Dpart_amiga.c33 static struct bootcode_block bootcode = {0}; variable
196 memcpy(&bootcode, boot, sizeof(struct bootcode_block)); in get_bootcode()
197 return &bootcode; in get_bootcode()
214 struct bootcode_block *bootcode; in part_test_amiga() local
221 bootcode = get_bootcode(dev_desc); in part_test_amiga()
222 if (bootcode) in part_test_amiga()
/u-boot/arch/x86/cpu/
A Du-boot-64.lds18 . = CONFIG_SYS_TEXT_BASE; /* Location of bootcode in flash */
A Du-boot.lds18 . = CONFIG_SYS_TEXT_BASE; /* Location of bootcode in flash */
A Du-boot-spl.lds18 . = IMAGE_TEXT_BASE; /* Location of bootcode in flash */

Completed in 9 milliseconds