Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:boot
(Results
1 - 25
of
32
) sorted by relevance
1
2
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/
H
A
D
module_config.mk
5
BOOT_INC := -I$(MAIN_TOPDIR)/
boot
/flashboot/fixed/include \
6
-I$(MAIN_TOPDIR)/
boot
/flashboot/upg \
7
-I$(MAIN_TOPDIR)/
boot
/flashboot/include \
8
-I$(MAIN_TOPDIR)/
boot
/flashboot/drivers/lsadc \
9
-I$(MAIN_TOPDIR)/
boot
/flashboot/drivers/gpio \
10
-I$(MAIN_TOPDIR)/
boot
/flashboot/drivers/io \
11
-I$(MAIN_TOPDIR)/
boot
/flashboot/drivers/efuse \
12
-I$(MAIN_TOPDIR)/
boot
/flashboot/include/lzma \
13
-I$(MAIN_TOPDIR)/
boot
/flashboot/lib/lzma \
14
-I$(MAIN_TOPDIR)/
boot
/flashboo
[all...]
H
A
D
Makefile
25
OBJ_SRCS += $(MAIN_TOPDIR)/third_party/u-
boot
-v2019.07/u-
boot
-v2019.07/lib/crc32.c \
26
$(MAIN_TOPDIR)/third_party/u-
boot
-v2019.07/u-
boot
-v2019.07/lib/lzma/LzmaDec.c \
27
$(MAIN_TOPDIR)/third_party/u-
boot
-v2019.07/u-
boot
-v2019.07/lib/lzma/LzmaTools.c
/device/board/hihope/dayu210/uboot/
H
A
D
make.sh
91
echo " ./make.sh --spl --- pack loader with u-
boot
-spl.bin"
92
echo " ./make.sh --tpl --- pack loader with u-
boot
-tpl.bin"
93
echo " ./make.sh --tpl --spl --- pack loader with u-
boot
-tpl.bin and u-
boot
-spl.bin"
102
echo " ./make.sh map --- cat u-
boot
.map"
103
echo " ./make.sh sym --- cat u-
boot
.sym"
156
# fit: pack non-secure uboot.img &&
boot
.img
188
--no-uboot) # FIT: pack uboot.img without u-
boot
196
ARG_TPL_BIN="tpl/u-
boot
-tpl.bin"
200
ARG_SPL_BIN="spl/u-
boot
[all...]
/device/board/hisilicon/hispark_taurus/uboot/
H
A
D
Makefile
21
UBOOT_VER:=u-
boot
-2020.01
23
UBOOT:=u-
boot
-$(CHIP).bin
31
NORMAL_UBOOT_DIR:=$(OSDRV_DIR)/../../../../../third_party/u-
boot
47
mkdir $(OSDRV_DIR)/out/
boot
-p
53
@echo "---------task [1] build
boot
"
59
pushd $(NORMAL_UBOOT_DIR)/$(UBOOT_VER);make ARCH=arm CROSS_COMPILE=$(OSDRV_CROSS)- u-
boot
-z.bin >/dev/null;popd
60
cp $(NORMAL_UBOOT_DIR)/$(UBOOT_VER)/u-
boot
-$(CHIP).bin $(OSDRV_DIR)/out/
boot
61
cp $(NORMAL_UBOOT_DIR)/$(UBOOT_VER)/u-
boot
-$(CHIP).bin $(OSDRV_DIR)/secureboot_release
65
@echo "---------
boot
clea
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/win_scripts/
H
A
D
build_patch.sh
23
if [ ! -d $CROOT/third_party/u-
boot
-v2019.07/u-
boot
-v2019.07/ ]; then
24
tar -zxf u-
boot
-v2019.07.tar.gz
25
cd u-
boot
-v2019.07
35
patch -p1 < ./../hisilicon_patch/hisilicon-u-
boot
-v2019.07.patch
/device/soc/hisilicon/hi3861v100/sdk_liteos/
H
A
D
build_patch.sh
22
if [ ! -d $CROOT/third_party/u-
boot
-v2019.07/u-
boot
-v2019.07/ ]; then
23
tar -zxf u-
boot
-v2019.07.tar.gz
24
cd u-
boot
-v2019.07
34
patch -p1 < ./../hisilicon_patch/hisilicon-u-
boot
-v2019.07.patch
H
A
D
factory.mk
20
U_BOOT_DIR = $(MAIN_TOPDIR)/third_party/u-
boot
-v2019.07
32
COMPILE_MODULE +=
boot
loaderboot
101
if [ ! -d $(MAIN_TOPDIR)/third_party/u-
boot
-v2019.07/u-
boot
-v2019.07/ ]; \
103
cd $(THIRD_DIR)/u-
boot
-v2019.07; \
104
tar -xvf u-
boot
-v2019.07.tar.gz; \
105
cd $(U_BOOT_DIR)/u-
boot
-v2019.07; \
115
patch -p1 < ./../hisilicon_patch/hisilicon-u-
boot
-v2019.07.patch ; \
127
$(RM) $(MAIN_TOPDIR)/third_party/u-
boot
-v2019.07/u-
boot
[all...]
H
A
D
non_factory.mk
20
U_BOOT_DIR = $(MAIN_TOPDIR)/third_party/u-
boot
-v2019.07
31
COMPILE_MODULE +=
boot
loaderboot
130
if [ ! -d $(MAIN_TOPDIR)/third_party/u-
boot
-v2019.07/u-
boot
-v2019.07/ ]; \
132
cd $(THIRD_DIR)/u-
boot
-v2019.07; \
133
tar -xvf u-
boot
-v2019.07.tar.gz; \
134
cd $(U_BOOT_DIR)/u-
boot
-v2019.07; \
144
patch -p1 < ./../hisilicon_patch/hisilicon-u-
boot
-v2019.07.patch ; \
167
$(RM) $(MAIN_TOPDIR)/third_party/u-
boot
-v2019.07/u-
boot
[all...]
/device/board/hisilicon/hispark_aries/uboot/
H
A
D
Makefile
21
UBOOT_VER:=u-
boot
-2020.01
23
UBOOT:=u-
boot
-$(CHIP).bin
47
mkdir $(OSDRV_DIR)/out/
boot
-p
53
@echo "---------task [1] build
boot
"
59
pushd $(NORMAL_UBOOT_DIR)/$(UBOOT_VER);make ARCH=arm CROSS_COMPILE=$(OSDRV_CROSS)- u-
boot
-z.bin >/dev/null;popd
60
cp $(NORMAL_UBOOT_DIR)/$(UBOOT_VER)/u-
boot
-$(CHIP).bin $(OSDRV_DIR)/out/
boot
61
cp $(NORMAL_UBOOT_DIR)/$(UBOOT_VER)/u-
boot
-$(CHIP).bin $(OSDRV_DIR)/secureboot_release
65
@echo "---------
boot
clean"
/device/soc/rockchip/rk3588/kernel/scripts/
H
A
D
mkimg
54
KERNEL_IMAGE_PATH=${objtree}/arch/${ARCH}/
boot
/Image
57
DTB_PATH=${objtree}/arch/arm/
boot
/dts/${DTB}
60
DTB_PATH=vendor/arch/arm64/
boot
/dts/rockchip/${DTB}
63
KERNEL_ZIMAGE_PATH=${objtree}/arch/${ARCH}/
boot
/${ZIMAGE}
73
ITS=${OUT}/
boot
.its
86
-o
boot
.img && \
87
echo " Image:
boot
.img (with Image ${RAMDISK_IMG} resource.img) is ready";
103
-o
boot
.img &&
104
echo " Image:
boot
.img (${BOOT_IMG} + Image) is ready";
151
TMP_ITB=${OUT}/
boot
[all...]
/device/soc/rockchip/common/sdk_linux/arch/arm64/
H
A
D
Makefile
152
boot
:= arch/arm64/
boot
macro
153
KBUILD_IMAGE := $(
boot
)/Image.gz
159
$(Q)$(MAKE) $(build)=$(
boot
) $(
boot
)/$@
162
$(Q)$(MAKE) $(build)=$(
boot
) $(
boot
)/$@
165
$(Q)$(MAKE) $(build)=$(
boot
) $@
175
$(Q)$(MAKE) $(clean)=$(
boot
)
193
echo '* Image.gz - Compressed kernel image (arch/$(ARCH)/
boot
/Imag
[all...]
/device/soc/rockchip/common/sdk_linux/scripts/
H
A
D
mkimg
54
KERNEL_IMAGE_PATH=${objtree}/arch/${ARCH}/
boot
/Image
57
DTB_PATH=${objtree}/arch/arm/
boot
/dts/${DTB}
58
KERNEL_ZIMAGE_PATH=${objtree}/arch/arm/
boot
/zImage
62
DTB_PATH=${objtree}/arch/arm64/
boot
/dts/rockchip/${DTB}
63
KERNEL_ZIMAGE_ARG="--kernel ${objtree}/arch/arm64/
boot
/Image.lz4"
74
ITS=${OUT}/
boot
.its
87
-o
boot
.img && \
88
echo " Image:
boot
.img (with Image ${RAMDISK_IMG} resource.img) is ready";
104
-o
boot
.img &&
105
echo " Image:
boot
[all...]
H
A
D
repack-bootimg
13
--boot_img BOOT_IMG path to the original
boot
image
84
echo "No
boot
img"
100
default_kernel=arch/arm64/
boot
/Image.lz4
102
default_kernel=arch/arm64/
boot
/Image
106
default_kernel=arch/arm/
boot
/zImage
108
default_kernel=arch/arm/
boot
/Image
123
version=$(grep -a "^
boot
image header version: " $log | sed "s/^
boot
image header version: //")
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/
H
A
D
module_config.mk
5
BOOT_INC := -I$(MAIN_TOPDIR)/
boot
/loaderboot/include \
6
-I$(MAIN_TOPDIR)/
boot
/loaderboot/fixed/include \
7
-I$(MAIN_TOPDIR)/
boot
/loaderboot/secure \
8
-I$(MAIN_TOPDIR)/
boot
/commonboot
H
A
D
Makefile
25
OBJ_SRCS += $(MAIN_TOPDIR)/third_party/u-
boot
-v2019.07/u-
boot
-v2019.07/lib/crc32.c \
26
$(MAIN_TOPDIR)/third_party/u-
boot
-v2019.07/u-
boot
-v2019.07/lib/lzma/LzmaDec.c \
27
$(MAIN_TOPDIR)/third_party/u-
boot
-v2019.07/u-
boot
-v2019.07/lib/lzma/LzmaTools.c
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/win_scripts/boot/flashboot/
H
A
D
Makefile
25
OBJ_SRCS += $(MAIN_TOPDIR)/third_party/u-
boot
-v2019.07/u-
boot
-v2019.07/lib/crc32.c \
26
$(MAIN_TOPDIR)/third_party/u-
boot
-v2019.07/u-
boot
-v2019.07/lib/lzma/LzmaDec.c \
27
$(MAIN_TOPDIR)/third_party/u-
boot
-v2019.07/u-
boot
-v2019.07/lib/lzma/LzmaTools.c
/device/board/hisilicon/hispark_aries/uboot/secureboot_release/
H
A
D
Makefile
23
all:prepare ddrinit rsa2048pem_gen rsa4096pem_gen u-
boot
-rsa.bin aeskey2reg
24
#all:prepare rsa2048pem_gen rsa4096pem_gen u-
boot
-rsa.bin aeskey2reg
29
pushd ddr_init;make;./mkddrinit.sh u-
boot
-original.bin;popd
40
u-
boot
-rsa.bin: prepare ddrinit rsa2048pem_gen rsa4096pem_gen
41
#u-
boot
-rsa.bin: prepare rsa2048pem_gen rsa4096pem_gen
/device/board/hisilicon/hispark_aries/uboot/secureboot_release/ddr_init/
H
A
D
linker.lds.mk
33
boot
/start.o (.text)
34
boot
/uart.o (.text)
35
boot
/init_regs.o (.text)
36
boot
/lowlevel_init_v300.o (.text)
H
A
D
Makefile
55
make -C
boot
/
69
echo " rm
boot
/*.o"
70
make -C
boot
/ clean
/device/board/hisilicon/hispark_taurus/uboot/secureboot_release/ddr_init/
H
A
D
linker.lds.mk
33
boot
/start.o (.text)
34
boot
/uart.o (.text)
35
boot
/init_regs.o (.text)
36
boot
/lowlevel_init_v300.o (.text)
H
A
D
Makefile
55
make -C
boot
/
69
echo " rm
boot
/*.o"
70
make -C
boot
/ clean
/device/board/hihope/dayu210/kernel/
H
A
D
make-ohos.sh
112
dtb_path=vendor/arch/arm/
boot
/dts
114
dtb_path=vendor/arch/arm64/
boot
/dts/rockchip
125
cp -f ${OBJ_PATH}arch/${arch}/
boot
/${image} ${EXTLINUX_PATH}/
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/make_scripts/
H
A
D
config.mk
5
boot_dir :=
boot
/flashboot
6
loaderboot_dir :=
boot
/loaderboot
11
boot_libs :=
boot
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/win_scripts/build/make_scripts/
H
A
D
config.mk
5
boot_dir :=
boot
/flashboot
6
loaderboot_dir :=
boot
/loaderboot
11
boot_libs :=
boot
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/system/upg/
H
A
D
upg_check_boot_bin.c
110
upg_print("[upg check
boot
subk attr] die id err:0x%x \r\n", ret);
in upg_check_boot_subk_attr()
134
upg_print("[upg check
boot
sub key]attr err:0x%x \r\n", ret);
in upg_check_boot_sub_key()
185
/* data: total
boot
bin. data_len: length of
boot
bin. */
254
upg_print("[upg check
boot
code]sha256 err:0x%x \r\n", ret);
in upg_check_boot_from_mem()
279
upg_print("[upg check
boot
code]verify ret:0x%x \r\n", ret);
in upg_check_boot_from_mem()
286
upg_print("[upg check encrpt
boot
]addr-len:0x%x-0x%x \r\n", boot_addr, boot_len);
in upg_check_encrpt_boot_code()
287
hi_u8 *
boot
= hi_malloc(HI_MOD_ID_UPG, boot_len);
in upg_check_encrpt_boot_code()
local
288
if (
boot
== HI_NULL) {
in upg_check_encrpt_boot_code()
289
upg_print("[upg check encrpt
boot
]mallo
in upg_check_encrpt_boot_code()
[all...]
Completed in 8 milliseconds
1
2