Home
last modified time | relevance | path

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

/u-boot/tools/binman/test/
A Du_boot_binman_syms.c13 binman_sym_declare(unsigned long, u_boot_spl_any, offset);
14 binman_sym_declare(unsigned long long, u_boot_spl2, offset);
15 binman_sym_declare(unsigned long, u_boot_any, image_pos);
16 binman_sym_declare(unsigned long, u_boot_any, size);
A Du_boot_binman_syms_bad.c13 binman_sym_declare(unsigned long, u_boot_spl_any, offset);
14 binman_sym_declare(unsigned long long, u_boot_spl2, offset);
15 binman_sym_declare(unsigned long, u_boot_any, image_pos);
16 binman_sym_declare(unsigned long, u_boot_any, size);
A Du_boot_binman_syms_x86.c13 binman_sym_declare(unsigned long, u_boot_spl_any, offset);
14 binman_sym_declare(unsigned long long, u_boot_spl2, offset);
15 binman_sym_declare(unsigned long, u_boot_any, image_pos);
16 binman_sym_declare(unsigned long, u_boot_any, size);
A Dblob_syms.c15 binman_sym_declare(unsigned long, inset, offset);
18 binman_sym_declare(unsigned long, inset, size);
A Du_boot_binman_syms_size.c13 binman_sym_declare(char, u_boot_spl, pos);
/u-boot/drivers/ddr/imx/phy/
A Dhelper.c28 binman_sym_declare(ulong, ddr_1d_imem_fw, image_pos);
29 binman_sym_declare(ulong, ddr_1d_imem_fw, size);
31 binman_sym_declare(ulong, ddr_1d_dmem_fw, image_pos);
32 binman_sym_declare(ulong, ddr_1d_dmem_fw, size);
35 binman_sym_declare(ulong, ddr_2d_imem_fw, image_pos);
36 binman_sym_declare(ulong, ddr_2d_imem_fw, size);
38 binman_sym_declare(ulong, ddr_2d_dmem_fw, image_pos);
39 binman_sym_declare(ulong, ddr_2d_dmem_fw, size);
/u-boot/include/
A Dbinman_sym.h37 #define binman_sym_declare(_type, _entry_name, _prop_name) \ macro
119 #define binman_sym_declare(_type, _entry_name, _prop_name) macro
/u-boot/arch/x86/lib/fsp2/
A Dfsp_init.c48 binman_sym_declare(ulong, intel_fsp_m, image_pos);
49 binman_sym_declare(ulong, intel_fsp_m, size);
/u-boot/common/spl/
A Dspl.c56 binman_sym_declare(ulong, u_boot_any, image_pos);
57 binman_sym_declare(ulong, u_boot_any, size);
60 binman_sym_declare(ulong, u_boot_spl_any, image_pos);
61 binman_sym_declare(ulong, u_boot_spl_any, size);
65 binman_sym_declare(ulong, u_boot_vpl_any, image_pos);
66 binman_sym_declare(ulong, u_boot_vpl_any, size);
A DKconfig.vpl238 binman_sym_declare(type, entry, prop) macro and accessed by the
A DKconfig.tpl18 binman_sym_declare(type, entry, prop) macro and accessed by the
A DKconfig201 binman_sym_declare(type, entry, prop) macro and accessed by the
/u-boot/tools/binman/
A DREADME.rst468 binman_sym_declare(ulong, u_boot_any, image_pos);
A Dbinman.rst468 binman_sym_declare(ulong, u_boot_any, image_pos);
/u-boot/doc/develop/package/
A Dbinman.rst468 binman_sym_declare(ulong, u_boot_any, image_pos);

Completed in 31 milliseconds