Searched refs:binman_sym (Results 1 – 11 of 11) sorted by relevance
/u-boot/include/ |
A D | binman_sym.h | 77 #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 D | u_boot_binman_syms_bad.lds | 24 KEEP(*(SORT(.binman_sym*)));
|
A D | u_boot_binman_syms.lds | 25 KEEP(*(SORT(.binman_sym*)));
|
A D | u_boot_binman_syms_x86.lds | 25 KEEP(*(SORT(.binman_sym*)));
|
/u-boot/arch/x86/lib/fsp2/ |
A D | fsp_init.c | 156 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 D | spl_ram.c | 54 ulong u_boot_pos = binman_sym(ulong, u_boot_any, image_pos); in spl_ram_load_image()
|
A D | spl.c | 137 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 D | u-boot-spl.lds | 51 KEEP(*(SORT(.binman_sym*)));
|
/u-boot/arch/arm/cpu/ |
A D | u-boot-spl.lds | 42 KEEP(*(SORT(.binman_sym*)));
|
/u-boot/arch/x86/cpu/ |
A D | u-boot-spl.lds | 44 KEEP(*(SORT(.binman_sym*)));
|
/u-boot/tools/binman/ |
A D | README | 795 ulong u_boot_offset = binman_sym(ulong, u_boot_any, image_pos);
|
Completed in 12 milliseconds