| /u-boot/tools/binman/ |
| A D | elf_test.py | 14 from binman import elf 125 if not elf.ELF_TOOLS: 152 if not elf.ELF_TOOLS: 168 if not elf.ELF_TOOLS: 181 if not elf.ELF_TOOLS: 215 if not elf.ELF_TOOLS: 236 if not elf.ELF_TOOLS: 263 if not elf.ELF_TOOLS: 272 if not elf.ELF_TOOLS: 292 if not elf.ELF_TOOLS: [all …]
|
| A D | elf.py | 22 from elftools.elf.elffile import ELFFile 23 from elftools.elf.elffile import ELFError 91 def _GetFileOffset(elf, addr): argument 101 for seg in elf.iter_segments(): 120 elf = ELFFile(fd) 136 elf = ELFFile(fd) 159 elf = ELFFile(fd) 263 elf = ELFFile(fd) 443 elf = ELFFile(fd) 534 elf = ELFFile(inf) [all …]
|
| /u-boot/tools/binman/test/ |
| A D | 260_symbols_elf.dts | 11 u-boot-spl-elf { 18 type = "u-boot-spl-elf"; 21 u-boot-tpl-elf { 24 u-boot-vpl-elf {
|
| A D | 274_offset_from_elf.dts | 12 elf-filename = "blob_syms"; 13 elf-base-sym = "__my_start_sym"; 18 offset-from-elf = <&blob>, "val3", <0>; 25 offset-from-elf = <&blob>, "val3", <4>;
|
| A D | 096_elf.dts | 9 u-boot-elf { 11 u-boot-spl-elf { 13 u-boot-tpl-elf {
|
| A D | 097_elf_strip.dts | 9 u-boot-elf { 12 u-boot-spl-elf {
|
| A D | 273_blob_symbol.dts | 13 elf-filename = "blob_syms"; 14 elf-base-sym = "__my_start_sym";
|
| A D | 226_fit_split_elf.dts | 24 fit,operation = "split-elf"; 42 fit,operation = "split-elf";
|
| /u-boot/scripts/ |
| A D | event_dump.py | 17 from binman import elf 53 func_name = elf.GetSymbolFromAddress(fname, func_addr) 64 id_ofs = elf.GetFileOffset(fname, id_addr) 91 syms = elf.GetSymbolFileOffset(fname, [PREFIX]) 112 show_event_spy_list(args.elf, args.endian)
|
| /u-boot/tools/ |
| A D | mips-relocs.c | 209 void *elf; in main() local 226 if (elf == MAP_FAILED) { in main() 232 ehdr32 = elf; in main() 233 ehdr64 = elf; in main() 286 shdr32 = elf + ehdr_field(e_shoff); in main() 287 shdr64 = elf + ehdr_field(e_shoff); in main() 288 shstrtab = elf + shdr_field(ehdr_field(e_shstrndx), sh_offset); in main() 370 err = parse_fn(elf + sh_offset + (j * sh_entsize)); in main() 384 buf = buf_start = elf + shdr_field(i_rel_shdr, sh_offset); in main() 406 err = msync(elf, st.st_size, MS_SYNC); in main() [all …]
|
| A D | zynqmpbif.c | 555 ehdr = (void *)elf; in elf2flat64() 582 char *src = elf + le64_to_cpu(shdr->sh_offset); in elf2flat64() 603 ehdr = (void *)elf; in elf2flat32() 630 char *src = elf + le32_to_cpu(shdr->sh_offset); in elf2flat32() 647 char *elf; in bif_add_elf() local 653 elf = read_full_file(bf->filename, &elf_size); in bif_add_elf() 654 if (!elf) in bif_add_elf() 657 ehdr32 = (void *)elf; in bif_add_elf() 658 ehdr64 = (void *)elf; in bif_add_elf() 662 flat = elf2flat32(elf, &size, &load_addr); in bif_add_elf() [all …]
|
| /u-boot/arch/sandbox/dts/ |
| A D | sandbox_vpl.dtsi | 7 u-boot-tpl-elf { 10 u-boot-vpl-elf { 39 u-boot-spl-elf { 54 u-boot-elf {
|
| /u-boot/board/Marvell/db-xc3-24g4xg/ |
| A D | README | 1 To generate binary.0 from Marvell's bin_hdr.elf use the following command 3 arm-softfloat-linux-gnueabi-objcopy -S -O binary bin_hdr.elf \
|
| /u-boot/tools/binman/etype/ |
| A D | u_boot_spl_bss_pad.py | 10 from binman import elf 40 bss_size = elf.GetSymbolAddress(fname, '__bss_size')
|
| A D | u_boot_vpl_bss_pad.py | 10 from binman import elf 40 bss_size = elf.GetSymbolAddress(fname, '__bss_size')
|
| A D | u_boot_tpl_bss_pad.py | 10 from binman import elf 40 bss_size = elf.GetSymbolAddress(fname, '__bss_size')
|
| A D | tee_os.py | 10 from binman import elf 73 if elf.is_valid(self.data):
|
| /u-boot/doc/board/amlogic/ |
| A D | radxa-zero2.rst | 27 $ export CROSS_COMPILE=aarch64-none-elf- 55 …media/Files/downloads/gnu-a/10.3-2021.07/binrel/gcc-arm-10.3-2021.07-x86_64-aarch64-none-elf.tar.xz 56 $ sudo tar xvf gcc-arm-10.3-2021.07-x86_64-aarch64-none-elf.tar.xz -C /opt 58 $ export CROSS_COMPILE=/opt/gcc-arm-10.2-2020.11-x86_64-aarch64-none-elf/bin/aarch64-none-elf-
|
| A D | radxa-zero.rst | 27 $ export CROSS_COMPILE=aarch64-none-elf- 55 …media/Files/downloads/gnu-a/10.3-2021.07/binrel/gcc-arm-10.3-2021.07-x86_64-aarch64-none-elf.tar.xz 56 $ sudo tar xvf gcc-arm-10.3-2021.07-x86_64-aarch64-none-elf.tar.xz -C /opt 58 $ export CROSS_COMPILE=/opt/gcc-arm-10.2-2020.11-x86_64-aarch64-none-elf/bin/aarch64-none-elf-
|
| A D | khadas-vim.rst | 26 $ export CROSS_COMPILE=aarch64-none-elf- 48 …ro.org/archive/13.11/components/toolchain/binaries/gcc-linaro-aarch64-none-elf-4.8-2013.11_linux.t… 50 $ tar xvfJ gcc-linaro-aarch64-none-elf-4.8-2013.11_linux.tar.xz 52 …$ export PATH=$PWD/gcc-linaro-aarch64-none-elf-4.8-2013.11_linux/bin:$PWD/gcc-linaro-arm-none-eabi… 56 $ make CROSS_COMPILE=aarch64-none-elf-
|
| /u-boot/board/synopsys/axs10x/ |
| A D | config.mk | 18 --elf $(srctree)/u-boot 25 --elf $(srctree)/u-boot
|
| /u-boot/board/rockchip/evb_rk3399/ |
| A D | README | 46 Get bl31.elf in this step, copy it to U-Boot root dir: 47 > cp build/rk3399/release/bl31/bl31.elf ../u-boot/ 49 Or you can get the bl31.elf directly from Rockchip: 50 > cp rkbin/rk33/rk3399_bl31_v1.00.elf ../u-boot/bl31.elf 94 > cp arm-trusted-firmware/build/rk3399/release/bl31.elf rkbin/rk33
|
| /u-boot/board/synopsys/hsdk/ |
| A D | config.mk | 13 --elf $(srctree)/u-boot 27 --elf $(srctree)/u-boot
|
| /u-boot/doc/board/qualcomm/ |
| A D | dragonboard410c.rst | 25 This will build ``u-boot.elf`` in the configured output directory. 32 To "sign" ``u-boot.elf`` you can use e.g. `qtestsign`_:: 34 $ ./qtestsign.py aboot u-boot.elf
|
| /u-boot/board/cobra5272/bdm/ |
| A D | reset | 1 m68k-bdm-elf-gdb -n -x bdm/gdbinit.reset
|