OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BIOS
(Results
1 - 3
of
3
) sorted by null
/external/vboot_reference/tests/futility/
test_load_fmap.sh
14
BIOS
=${TMP}.
bios
.bin
16
cp ${IN} ${
BIOS
}
21
${FUTILITY} dump_fmap -x ${
BIOS
} ${AREAS}
33
${FUTILITY} load_fmap ${
BIOS
} ${CMDS}
36
${FUTILITY} dump_fmap -x ${
BIOS
} ${AREAS}
/external/vboot_reference/utility/
vbutil_what_keys
11
Given a ChromiumOS disk (or
BIOS
) image, try to figure out how it's signed.
16
images (using sudo), extract the
BIOS
from /usr/sbin/chromeos-firmwareupdate,
152
showbios "$TMPDIR/
bios
.bin" " "
dev_debug_vboot
42
it will attempt to read the current
BIOS
, extract the firmware keys, and use
52
-b FILE, --
bios
FILE Specify the
BIOS
image to use
186
TEMP=$(getopt -o hvb:i:k:cf --long help,
bios
:,image:,kernel:,cleanup,force \
193
-b|--
bios
)
287
info "Extracting
BIOS
components..."
304
if log flashrom -p host -r
bios
.rom ; then
305
log futility dump_fmap -x
bios
.rom
308
logdie "Can't read
BIOS
at all. Giving up."
Completed in 1170 milliseconds