OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SGDISK
(Results
1 - 4
of
4
) sorted by null
/device/linaro/hikey/l-loader/
generate_ptable.sh
12
SGDISK
=${
SGDISK
:-
sgdisk
}
45
fakeroot ${
SGDISK
} -U -R -v ${TEMP_FILE}
46
fakeroot ${
SGDISK
} -n 1:2048:4095 -t 1:0700 -u 1:F9F21F01-A8D4-5F0E-9746-594869AEC3E4 -c 1:"vrl" -p ${TEMP_FILE}
47
fakeroot ${
SGDISK
} -n 2:4096:6143 -t 2:0700 -u 2:F9F21F02-A8D4-5F04-9746-594869AEC3E4 -c 2:"vrl_backup" -p ${TEMP_FILE}
51
fakeroot ${
SGDISK
} -U 2CB85345-6A91-4043-8203-723F0D28FBE8 -v ${TEMP_FILE}
53
fakeroot ${
SGDISK
} -n 1:0:+1M -t 1:0700 -u 1:496847AB-56A1-4CD5-A1AD-47F4ACF055C9 -c 1:"vrl" ${TEMP_FILE}
55
fakeroot ${
SGDISK
} -n 2:0:+1M -t 2:0700 -u 2:61A36FC1-8EFB-4899-84D8-B61642EFA723 -c 2:"vrl_backup" ${TEMP_FILE}
57
fakeroot ${
SGDISK
} -n 3:0:+1M -t 3:0700 -u 3:65007411-962D-4781-9B2C-51DD7DF22CC3 -c 3:"mcuimage" ${TEMP_FILE
[
all
...]
hikey960.mk
13
PTABLE=$${ptable} SECTOR_SIZE=4096
SGDISK
=./
sgdisk
bash -x generate_ptable.sh;\
/device/generic/goldfish/tools/
mk_qemu_image.sh
33
${
SGDISK
:-
sgdisk
} --clear $target
34
${
SGDISK
:-
sgdisk
} --new=1:2048:$end --type=1:8300 --change-name=1:$label $target
/build/make/core/
Makefile
[
all
...]
Completed in 107 milliseconds