Home
last modified time | relevance | path

Searched refs:elf (Results 1 – 25 of 25) sorted by relevance

/rk3399_rockchip-uboot/arch/arm/mach-rockchip/
H A Ddecode_bl31.py19 elf = file.read()
20 if elf[0:7] != b'\x7fELF\x02\x01\x01' or elf[18:20] != b'\xb7\x00':
23 e_entry, e_phoff = struct.unpack_from('<2Q', elf, 0x18)
24 e_phentsize, e_phnum = struct.unpack_from('<2H', elf, 0x36)
29 p_type, p_flags, p_offset = struct.unpack_from('<LLQ', elf, offset)
31 p_paddr, p_filesz = struct.unpack_from('<2Q', elf, offset + 0x18)
33 p_data = elf[p_offset:p_offset + p_filesz]
H A Dmake_fit_atf.py15 from elftools.elf.elffile import ELFFile
16 from elftools.elf.sections import SymbolTableSection
17 from elftools.elf.segments import Segment, InterpSegment, NoteSegment
H A DKconfig1267 This enable saving linux debug data to a reserved memory as a elf file.
1277 hex "The max size of minidump elf"
1281 This is used to judge the elf program size and section size.
/rk3399_rockchip-uboot/tools/
H A Dmips-relocs.c212 void *elf; in main() local
228 elf = mmap(NULL, st.st_size, PROT_READ | PROT_WRITE, MAP_SHARED, fd, 0); in main()
229 if (elf == MAP_FAILED) { in main()
235 ehdr32 = elf; in main()
236 ehdr64 = elf; in main()
289 phdr32 = elf + ehdr_field(e_phoff); in main()
290 phdr64 = elf + ehdr_field(e_phoff); in main()
291 shdr32 = elf + ehdr_field(e_shoff); in main()
292 shdr64 = elf + ehdr_field(e_shoff); in main()
293 shstrtab = elf + shdr_field(ehdr_field(e_shstrndx), sh_offset); in main()
[all …]
/rk3399_rockchip-uboot/board/cobra5272/bdm/
H A Dreset1 m68k-bdm-elf-gdb -n -x bdm/gdbinit.reset
H A Dload-cobra_uboot1 m68k-bdm-elf-gdb -n -x board/cobra5272/bdm/cobra5272_uboot.gdb u-boot
/rk3399_rockchip-uboot/board/freescale/m5253evbe/
H A DREADME36 export CROSS_COMPILE=/usr/local/freescale-coldfire-4.1-elf/bin/m68k-elf-
99 compiler set (freescale-coldfire-4.1-elf) from www.codesourcery.com was used.
/rk3399_rockchip-uboot/arch/nios2/
H A Dconfig.mk10 CROSS_COMPILE := nios2-elf-
/rk3399_rockchip-uboot/arch/m68k/
H A Dconfig.mk9 CROSS_COMPILE := m68k-elf-
/rk3399_rockchip-uboot/board/rockchip/evb_rk3399/
H A DREADME44 Get bl31.elf in this step, copy it to U-Boot root dir:
45 > cp bl31.elf ../u-boot/
88 > cp arm-trusted-firmware/build/rk3399/release/bl31.elf rkbin/rk33
/rk3399_rockchip-uboot/doc/
H A DREADME.bedbug44 ./include/bedbug/elf.h [obsoleted by new include/elf.h]
H A DREADME.m68k165 To create U-Boot the gcc-2.95.3 compiler set (m68k-elf-20030314) from uClinux.org was used.
166 You can download it from: http://www.uclinux.org/pub/uClinux/m68k-elf-tools/
H A DREADME.bcm7xxx37 BOLT> boot -bsu -elf flash0.u-boot1
H A DREADME.nios291 $ export CROSS_COMPILE=nios2-elf- (or nios2-linux-gnu-)
H A DREADME.x86128 * refcode.elf - Additional Reference code
637 178176 memtest86+.elf
821 => tftp bios.bin.elf;bootelf
830 bios.bin.elf is the SeaBIOS image built from SeaBIOS source tree.
843 Creating out/bios.bin.elf
/rk3399_rockchip-uboot/board/theobroma-systems/lion_rk3368/
H A DREADME20 > make CROSS_COMPILE=aarch64-unknown-elf- ARCH=arm
27 > make CROSS_COMPILE=aarch64-unknown-elf- ARCH=arm u-boot.itb
/rk3399_rockchip-uboot/
H A Dmake.sh149 ''|loader|trust|uboot|debug*|itb|env|fit|map|sym|elf*|nm)
224 cp $2 ${REP_DIR}/bl31.elf
414 elf|nm)
555 rm bl31.elf tee.bin -rf
556 cp ${RKBIN}/${BL31_ELF} bl31.elf
H A D.gitignore18 *.elf
H A DMakefile811 ALL-$(CONFIG_REMAKE_ELF) += u-boot.elf
1264 quiet_cmd_u-boot-elf ?= LD $@
1265 cmd_u-boot-elf ?= $(LD) u-boot-elf.o -o $@ \
1268 u-boot.elf: u-boot.bin
1269 $(Q)$(OBJCOPY) -I binary $(PLATFORM_ELFFLAGS) $< u-boot-elf.o
1270 $(call if_changed,u-boot-elf)
/rk3399_rockchip-uboot/examples/standalone/
H A DREADME.smc91111_eeprom50 a) Loading the elf file via the serial port
52 Loading the elf is very easy - just ensure that the location
88 u-boot_1.1.1/examples> bfin-elf-objdump -d smc91111_eeprom |less
100 of the elf file.
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/
H A Du-boot-nand.lds14 /* Do we need any of these for elf?
/rk3399_rockchip-uboot/board/cobra5272/
H A DREADME153 If the m68k-elf-toolchain & the m68k-bdm-gdb is installed you can run the RAM
156 in ./u-boot-x-x-x/ the RAM version u-boot (elf format) has to be available.
/rk3399_rockchip-uboot/board/amlogic/odroid-c2/
H A DREADME28 > export CROSS_COMPILE=aarch64-none-elf-
/rk3399_rockchip-uboot/cmd/
H A DMakefile59 obj-$(CONFIG_CMD_ELF) += elf.o
/rk3399_rockchip-uboot/tools/buildman/
H A DREADME173 aarch64: /opt/linaro/gcc-linaro-aarch64-none-elf-4.8-2013.10_linux
382 h8300 : /toolchains/gcc-4.9.0-nolibc/h8300-elf/bin/h8300-elf-gcc
453 blackfin-toolchain-elf-gcc-4.5-2014R1_45-RC2.x86_64.tar.bz2
463 ftp://ocuser:ocuser@openrisc.opencores.org/toolchain/gcc-or1k-elf-4.8.1-x86.tar.bz2.