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_size
(Results
1 - 2
of
2
) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/scripts/
H
A
D
make_upg_file.py
669
boot_size
= 0x8000
679
bin_total_size =
boot_size
+ ftm1_size + ftm2_size + nv_file_size + nv_file_size + nv_file_size + len(upg_file_bin)
682
boot_nv_kernel_bin[boot_st_addr:boot_st_addr +
boot_size
] = flash_boot_bin
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/system/upg/
H
A
D
upg_common.c
901
hi_u32
boot_size
= partiton->table[HI_FLASH_PARTITON_BOOT].size;
in upg_refresh_boot()
local
908
if ((total_size == 0) || (total_size >
boot_size
)) {
in upg_refresh_boot()
918
ret = hi_flash_erase(boot_addr,
boot_size
);
in upg_refresh_boot()
919
upg_print("[upg erase]ret-addr-size-end:0x%x-0x%x-0x%x-%d\r\n", ret, boot_addr,
boot_size
, hi_get_milli_seconds());
in upg_refresh_boot()
Completed in 5 milliseconds