| /rk3399_rockchip-uboot/ |
| H A D | .gitignore | 2 # NOTE! Don't add files that are generated in specific 32 # Top-level generic files 42 # git files that we don't want to ignore even it they are dot-files 48 # Generated files 57 # Generated include files 66 # quilt's files 70 # gdb files 73 # cscope files 76 # tags files 81 # gnu global files
|
| /rk3399_rockchip-uboot/scripts/ |
| H A D | Makefile.clean | 46 __clean-files := $(extra-y) $(extra-m) $(extra-) \ 47 $(always) $(targets) $(clean-files) \ 51 __clean-files := $(filter-out $(no-clean-files), $(__clean-files)) 57 __clean-files := $(wildcard \ 58 $(addprefix $(obj)/, $(filter-out $(objtree)/%, $(__clean-files))) \ 59 $(filter $(objtree)/%, $(__clean-files))) 70 cmd_clean = rm -f $(__clean-files) 76 ifneq ($(strip $(__clean-files)),)
|
| H A D | cleanpatch | 80 @files = (); 91 push(@files, $a); 95 foreach $f ( @files ) {
|
| H A D | .gitignore | 2 # Generated files
|
| /rk3399_rockchip-uboot/scripts/dtc/pylibfdt/ |
| H A D | setup.py | 87 files = makevars['LIBFDT_SRCS'].split() 88 files = [os.path.join(basedir, 'libfdt', fname) for fname in files] 89 files.append('pylibfdt/libfdt.i') 92 return swig_opts, version, files, cflags, objdir 96 files = os.environ.get('SOURCES', '').split() variable 105 if not all((swig_opts, version, files, cflags, objdir)): 106 swig_opts, version, files, cflags, objdir = GetEnvFromMakefiles() variable 110 sources = files,
|
| /rk3399_rockchip-uboot/fs/jffs2/ |
| H A D | LICENCE | 1 The files in this directory and elsewhere which refer to this LICENCE 20 As a special exception, if other files instantiate templates or use 21 macros or inline functions from these files, or you compile these 22 files and link them with other works to produce a work based on these 23 files, these files do not by themselves cause the resulting work to be 25 these files must still be made available in accordance with section (3)
|
| /rk3399_rockchip-uboot/lib/lzma/ |
| H A D | README.txt | 10 * copies the files LzmaDec.h, Types.h, LzmaDec.c, history.txt, 17 Notice: The files from lzma sdk are _not modified_ by this script! 19 The files LzmaTools.{c,h} are provided to export the lzmaBuffToBuffDecompress() 24 The directory U-BOOT/include/lzma contains stubs files that permit to use the 26 files.
|
| H A D | lzma.txt | 4 LZMA SDK provides the documentation, samples, header files, libraries, 63 C/ - C files 73 Types.h - Basic types for another .c files 80 Archive - files related to archiving 83 CPP/ -- CPP files 85 Common - common files for C++ projects 86 Windows - common files for Windows related code 88 7zip - files related to 7-Zip Project 90 Common - common files for 7-Zip 92 Compress - files related to compression/decompression [all …]
|
| /rk3399_rockchip-uboot/lib/optee_clientApi/ |
| H A D | tabinary_to_img.py | 35 files = glob.glob(path) 36 for f in files: 42 ta_num = len(files) 48 for f in files: 68 for f in files:
|
| /rk3399_rockchip-uboot/scripts/kconfig/ |
| H A D | kxgettext.c | 87 struct file_line *files; member 100 self->files = file_line__new(file, lineno); in message__new() 101 if (self->files == NULL) in message__new() 113 free(self->files); in message__new() 142 fl->next = self->files; in message__add_file_line() 143 self->files = fl; in message__add_file_line() 191 struct file_line *fl = self->files; in message__print_file_lineno()
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | feature-removal-schedule.txt | 1 The following is a list of files and features that are going to be 35 Why: Over time, a couple of files have sneaked in into the U-Boot 39 Such files shall be removed from the U-Boot source tree. 40 See http://www.denx.de/wiki/pub/U-Boot/TaskGplCleanup/u-boot-1.1.2-files 41 for an old and probably incomplete list of such files.
|
| H A D | README.SPL | 9 has been created. With this framework almost all source files for a board 16 The object files for SPL are built separately and placed in the "spl" directory. 21 Source files can therefore be compiled for SPL with different settings. 82 to gcc will produce '.su' files (such as arch/arm/cpu/armv7/syslib.su) that 88 2) Perform the following shell command to generate a list of C files used in 95 the config files and picks functions based on #ifdef. Parsing the '.i' 96 files instead introduces another set of headaches. These warnings are
|
| H A D | README.pxe | 19 follows PXELINUX's rules for retrieving configuration files from a tftp 27 pxe files while they're being processed. Up to 16 config files may be 28 held in memory at once. The exact number and size of the files varies with 47 'pxe get' repeatedly tries to download config files until it either 74 directory that all other paths to files retrieved by 'pxe boot' will use. 75 If no bootfile is specified, paths used in pxe files will be used as is. 78 address of the tftp server from which other files will be retrieved. 101 The size of pxe files and the number of labels is only limited by the amount 103 they're parsed, and memory for pxe files is statically allocated, and its 105 not aware of the size of the pxefile memory and will outgrow it if pxe files [all …]
|
| H A D | README.socfpga | 20 Generating the handoff header files for U-Boot SPL 55 Generate BSP handoff files 107 Now that the handoff files are generated, U-Boot can be used to process 108 the handoff files generated by the bsp-editor. For this, please use the 117 Process QTS-generated files into U-Boot compatible ones. 127 This will generate (or update) the following 4 files: 134 These files should be copied into "qts" directory in the board directory
|
| H A D | README.TPL | 16 Keep consistent with SPL, with this framework almost all source files for a 25 The object files are built separately for SPL/TPL and placed in the 34 is set. Source files can be compiled for TPL with options choosed in the
|
| H A D | README.zfs | 13 zfsls - list files in a directory (default /) 15 2. To list the files in zfs pool, device or partition, execute
|
| /rk3399_rockchip-uboot/doc/device-tree-bindings/ |
| H A D | README | 7 adding the files here, U-Boot patches can clearly show thees additions. 11 The intent IS to commit these files to U-Boot. Hopefully at some point 12 the files will be stored in another repo (shared with Linux) which is
|
| /rk3399_rockchip-uboot/board/aries/m28evk/ |
| H A D | README | 8 arch/arm/include/asm/arch-mxs/ - Header files for the Freescale i.MX28 9 board/aries/m28evk/ - M28EVK board specific files
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | cbfs.c | 99 int files = 0; in do_cbfs_ls() local 161 files++; in do_cbfs_ls() 164 printf("\n%d file(s)\n\n", files); in do_cbfs_ls()
|
| /rk3399_rockchip-uboot/test/image/ |
| H A D | test-imagetools.sh | 93 local files="${SRCDIR}/${DATAFILE0}:${SRCDIR}/${DATAFILE1}" 94 files+=":${SRCDIR}/${DATAFILE2}" 98 -d ${files} ${IMAGE_MULTI}
|
| /rk3399_rockchip-uboot/Licenses/ |
| H A D | Exceptions | 10 The header files "include/image.h" and "arch/*/include/asm/u-boot.h" 12 files in another file is considered normal use of U-Boot, and does
|
| /rk3399_rockchip-uboot/board/microchip/pic32mzda/ |
| H A D | README | 14 required files for booting) from either uSD card, or ethernet, or from USB 17 To boot Linux following three files are mandatory - uEnv.txt (custom U-Boot
|
| /rk3399_rockchip-uboot/scripts/kconfig/lxdialog/ |
| H A D | .gitignore | 2 # Generated files
|
| /rk3399_rockchip-uboot/arch/nios2/dts/ |
| H A D | Makefile | 15 clean-files := *.dtb
|
| /rk3399_rockchip-uboot/arch/microblaze/dts/ |
| H A D | Makefile | 15 clean-files := *.dtb
|