Home
last modified time | relevance | path

Searched refs:binman_sym_declare (Results 1 – 8 of 8) sorted by relevance

/u-boot/tools/binman/test/
A Du_boot_binman_syms.c11 binman_sym_declare(unsigned long, u_boot_spl, offset);
12 binman_sym_declare(unsigned long long, u_boot_spl2, offset);
13 binman_sym_declare(unsigned long, u_boot_any, image_pos);
14 binman_sym_declare(unsigned long, u_boot_any, size);
A Du_boot_binman_syms_bad.c11 binman_sym_declare(unsigned long, u_boot_spl, offset);
12 binman_sym_declare(unsigned long long, u_boot_spl2, offset);
13 binman_sym_declare(unsigned long, u_boot_any, image_pos);
14 binman_sym_declare(unsigned long, u_boot_any, size);
A Du_boot_binman_syms_x86.c11 binman_sym_declare(unsigned long, u_boot_spl, offset);
12 binman_sym_declare(unsigned long long, u_boot_spl2, offset);
13 binman_sym_declare(unsigned long, u_boot_any, image_pos);
14 binman_sym_declare(unsigned long, u_boot_any, size);
A Du_boot_binman_syms_size.c11 binman_sym_declare(char, u_boot_spl, pos);
/u-boot/include/
A Dbinman_sym.h35 #define binman_sym_declare(_type, _entry_name, _prop_name) \ macro
82 #define binman_sym_declare(_type, _entry_name, _prop_name) macro
/u-boot/arch/x86/lib/fsp2/
A Dfsp_init.c46 binman_sym_declare(ulong, intel_fsp_m, image_pos);
47 binman_sym_declare(ulong, intel_fsp_m, size);
/u-boot/common/spl/
A Dspl.c49 binman_sym_declare(ulong, u_boot_any, image_pos);
50 binman_sym_declare(ulong, u_boot_any, size);
53 binman_sym_declare(ulong, spl, image_pos);
54 binman_sym_declare(ulong, spl, size);
/u-boot/tools/binman/
A DREADME789 binman_sym_declare(ulong, u_boot_any, image_pos);

Completed in 8 milliseconds