Home
last modified time | relevance | path

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

/u-boot/include/
A Dbinman_sym.h77 #define binman_sym(_type, _entry_name, _prop_name) \ macro
88 #define binman_sym(_type, _entry_name, _prop_name) BINMAN_SYM_MISSING macro
/u-boot/tools/binman/test/
A Du_boot_binman_syms_bad.lds24 KEEP(*(SORT(.binman_sym*)));
A Du_boot_binman_syms.lds25 KEEP(*(SORT(.binman_sym*)));
A Du_boot_binman_syms_x86.lds25 KEEP(*(SORT(.binman_sym*)));
/u-boot/arch/x86/lib/fsp2/
A Dfsp_init.c156 entry->image_pos = binman_sym(ulong, intel_fsp_m, in fsp_locate_fsp()
158 entry->size = binman_sym(ulong, intel_fsp_m, size); in fsp_locate_fsp()
/u-boot/common/spl/
A Dspl_ram.c54 ulong u_boot_pos = binman_sym(ulong, u_boot_any, image_pos); in spl_ram_load_image()
A Dspl.c137 binman_sym(ulong, spl, image_pos) : in spl_get_image_pos()
138 binman_sym(ulong, u_boot_any, image_pos); in spl_get_image_pos()
144 binman_sym(ulong, spl, size) : in spl_get_image_size()
145 binman_sym(ulong, u_boot_any, size); in spl_get_image_size()
176 ulong u_boot_pos = binman_sym(ulong, u_boot_any, image_pos); in spl_set_header_raw_uboot()
/u-boot/arch/riscv/cpu/
A Du-boot-spl.lds51 KEEP(*(SORT(.binman_sym*)));
/u-boot/arch/arm/cpu/
A Du-boot-spl.lds42 KEEP(*(SORT(.binman_sym*)));
/u-boot/arch/x86/cpu/
A Du-boot-spl.lds44 KEEP(*(SORT(.binman_sym*)));
/u-boot/tools/binman/
A DREADME795 ulong u_boot_offset = binman_sym(ulong, u_boot_any, image_pos);

Completed in 15 milliseconds