Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/disk/
H A Dpart_amiga.c32 static struct bootcode_block bootcode = {0}; variable
195 memcpy(&bootcode, boot, sizeof(struct bootcode_block)); in get_bootcode()
196 return &bootcode; in get_bootcode()
213 struct bootcode_block *bootcode; in part_test_amiga() local
220 bootcode = get_bootcode(dev_desc); in part_test_amiga()
221 if (bootcode) in part_test_amiga()
/rk3399_rockchip-uboot/arch/x86/cpu/
H A Du-boot-64.lds19 . = CONFIG_SYS_TEXT_BASE; /* Location of bootcode in flash */
H A Du-boot-spl.lds19 . = CONFIG_SPL_TEXT_BASE; /* Location of bootcode in flash */
H A Du-boot.lds19 . = CONFIG_SYS_TEXT_BASE; /* Location of bootcode in flash */