| /rk3399_rockchip-uboot/arch/arm/mach-rockchip/ |
| H A D | decode_bl31.py | 19 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 D | make_fit_atf.py | 15 from elftools.elf.elffile import ELFFile 16 from elftools.elf.sections import SymbolTableSection 17 from elftools.elf.segments import Segment, InterpSegment, NoteSegment
|
| H A D | Kconfig | 1267 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 D | mips-relocs.c | 212 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 D | reset | 1 m68k-bdm-elf-gdb -n -x bdm/gdbinit.reset
|
| H A D | load-cobra_uboot | 1 m68k-bdm-elf-gdb -n -x board/cobra5272/bdm/cobra5272_uboot.gdb u-boot
|
| /rk3399_rockchip-uboot/board/freescale/m5253evbe/ |
| H A D | README | 36 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 D | config.mk | 10 CROSS_COMPILE := nios2-elf-
|
| /rk3399_rockchip-uboot/arch/m68k/ |
| H A D | config.mk | 9 CROSS_COMPILE := m68k-elf-
|
| /rk3399_rockchip-uboot/board/rockchip/evb_rk3399/ |
| H A D | README | 44 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 D | README.bedbug | 44 ./include/bedbug/elf.h [obsoleted by new include/elf.h]
|
| H A D | README.m68k | 165 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 D | README.bcm7xxx | 37 BOLT> boot -bsu -elf flash0.u-boot1
|
| H A D | README.nios2 | 91 $ export CROSS_COMPILE=nios2-elf- (or nios2-linux-gnu-)
|
| H A D | README.x86 | 128 * 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 D | README | 20 > 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 D | make.sh | 149 ''|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 | .gitignore | 18 *.elf
|
| H A D | Makefile | 811 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 D | README.smc91111_eeprom | 50 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 D | u-boot-nand.lds | 14 /* Do we need any of these for elf?
|
| /rk3399_rockchip-uboot/board/cobra5272/ |
| H A D | README | 153 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 D | README | 28 > export CROSS_COMPILE=aarch64-none-elf-
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | Makefile | 59 obj-$(CONFIG_CMD_ELF) += elf.o
|
| /rk3399_rockchip-uboot/tools/buildman/ |
| H A D | README | 173 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.
|