Searched refs:ELF (Results 1 – 23 of 23) sorted by relevance
/u-boot/examples/standalone/ |
A D | Makefile | 16 ELF := $(strip $(extra-y)) macro 21 COBJS := $(ELF:=.o) 31 ELF := $(addprefix $(obj)/,$(ELF)) macro 60 $(ELF): $(obj)/%: $(obj)/%.o $(LIB) FORCE
|
A D | README.smc91111_eeprom | 34 -rwxr-xr-x 1 8806 2004-10-11 14:00 smc91111_eeprom <- ELF
|
/u-boot/tools/ |
A D | prelink-riscv.inc | 6 * Statically process runtime relocations on RISC-V ELF images 24 #define ELF_R_TYPE CONCAT3(ELF, PRELINK_INC_BITS, _R_TYPE) 25 #define ELF_R_SYM CONCAT3(ELF, PRELINK_INC_BITS, _R_SYM)
|
/u-boot/doc/board/coreboot/ |
A D | coreboot.rst | 18 attention to. coreboot supports loading an ELF executable and a 32-bit plain 32 If you want to use ELF as the coreboot payload, change U-Boot configuration to
|
/u-boot/doc/arch/ |
A D | mips.rst | 20 Cache will be disabled before entering the loaded ELF image without
|
/u-boot/board/freescale/m52277evb/ |
A D | README | 123 3.1 To create U-Boot the gcc-4.1-xx compiler set (ColdFire ELF or 188 bootelf - Boot from an ELF image in memory 191 bootvx - Boot vxWorks from an ELF image
|
/u-boot/doc/ |
A D | README.m54418twr | 111 3.1 To create U-Boot the gcc-4.x compiler set (ColdFire ELF version) 197 bootelf - Boot from an ELF image in memory 200 bootvx - Boot vxWorks from an ELF image
|
A D | README.arm-relocation | 9 These fixups are described in the ARM ELF documentation as type 23 100 How ELF relocations 23 and 2 work.
|
A D | README.bcm7xxx | 7 BOLT loads U-Boot as a generic ELF binary. Some U-Boot features such
|
/u-boot/doc/uImage.FIT/ |
A D | x86-fit-boot.txt | 41 ELF loader and supports device tree and ramdisks. The decision to duplicate 49 right place. Or just use ELF? 70 'vmlinux'. This is a standard ELF file and you can look at it if you like: 181 flat binary, not an ELF. So the steps needed to set things are are:
|
/u-boot/tools/binman/ |
A D | README.entries | 96 is not used, it supports compression and storing ELF files. 159 This is an ELF file that has been loaded (i.e. mapped to memory), so 160 appears in the CBFS as a flat binary. The input file must be an ELF 161 image, for example this puts "u-boot" (the ELF image) into a 'stage' 172 You can use your own ELF file with something like: 185 start addresses specified by the ELF. At present there is no option 884 Entry: u-boot-elf: U-Boot ELF image 890 This is the U-Boot ELF image. It does not include a device tree but can be 987 Entry: u-boot-spl-elf: U-Boot SPL ELF image 993 This is the U-Boot SPL ELF image. It does not include a device tree but can [all …]
|
/u-boot/board/freescale/m547xevb/ |
A D | README | 143 3.1 To create U-Boot the gcc-4.x compiler set (ColdFire ELF or uclinux 220 bootelf - Boot from an ELF image in memory 223 bootvx - Boot vxWorks from an ELF image
|
/u-boot/doc/board/intel/ |
A D | slimbootloader.rst | 149 Build Instruction to use ELF U-Boot 166 * Copy u-boot (ELF) to PayloadBins directory
|
/u-boot/doc/board/google/ |
A D | chromebook_samus.rst | 73 representation of an ELF file. You need the patch "Support decoding a stage
|
/u-boot/board/freescale/m5373evb/ |
A D | README | 128 3.1 To create U-Boot the gcc-4.1-xx compiler set (ColdFire ELF or 199 bootelf - Boot from an ELF image in memory 202 bootvx - Boot vxWorks from an ELF image
|
/u-boot/board/freescale/m54455evb/ |
A D | README | 190 4.1 To create U-Boot the gcc-4.1-32 compiler set (ColdFire ELF version) 280 bootelf - Boot from an ELF image in memory 283 bootvx - Boot vxWorks from an ELF image
|
/u-boot/board/freescale/m53017evb/ |
A D | README | 128 3.1 To create U-Boot the gcc-4.x-xx compiler set (ColdFire ELF or
|
/u-boot/board/sbc8349/ |
A D | README | 48 by using "Convert and Add file" on the ELF file from your build.
|
/u-boot/doc/board/emulation/ |
A D | qemu-mips.rst | 192 Before relocation, the addresses in the ELF file can be used without any problems
|
/u-boot/arch/mips/mach-bmips/ |
A D | Kconfig | 260 for booting from CFE via TFTP using an ELF image, but it can also be
|
/u-boot/doc/board/sipeed/ |
A D | maix.rst | 168 [ 0.000000] riscv: ELF capabilities acdfim
|
/u-boot/cmd/ |
A D | Kconfig | 326 Boot an ELF/vxWorks image from the memory.
|
/u-boot/ |
A D | README | 3047 - "u-boot" is an image in ELF binary format 3710 * build a standard "vmlinux" kernel image (in ELF binary format):
|
Completed in 23 milliseconds