1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
|
Source: vboot-utils
Section: admin
Priority: optional
Maintainer: Sophie Brun <sophie@freexian.com>
Uploaders: Raphaƫl Hertzog <hertzog@debian.org>
Build-Depends: debhelper (>= 9),
liblzma-dev,
libssl-dev,
libyaml-dev,
pkg-config,
uuid-dev,
# tests/bitmaps/TestBmpBlock.py
python,
# tests/external_rsa_signer.sh
openssl
Standards-Version: 4.1.3
Vcs-Git: https://salsa.debian.org/debian/vboot-utils.git
Vcs-Browser: https://salsa.debian.org/debian/vboot-utils
Homepage: https://chromium.googlesource.com/chromiumos/platform/vboot_reference
Package: vboot-utils
Architecture: amd64 arm64 armel armhf i386
Multi-Arch: foreign
Depends: vboot-kernel-utils, ${misc:Depends}, ${shlibs:Depends}
Recommends: cgpt
Pre-Depends: ${misc:Pre-Depends}
Description: Chrome OS verified u-boot utilities
This package contains a set of tools to deal with Chromebook internals,
and the verified version of u-boot. Namely:
bmpblk_font bmpblk_utility chromeos-tpm-recovery crossystem dev_debug_vboot
dev_make_keypair dumpRSAPublicKey eficompress efidecompress enable_dev_usb_boot
load_kernel_test pad_digest_utility signature_digest_utility tpm-nvsize
tpm_init_temp_fix tpmc vbutil_what_key verify_data.
.
The programs previously included in this package: dump_fmap dump_kernel_config
futility gbb_utility vbutil_firmware vbutil_key vbutil_keyblock, are now
grouped in the futility program in the package vboot-kernel-utils.
.
Most users don't need this package, and should look for the cgpt and
vboot-kernel-utils packages instead.
Package: cgpt
Provides: crossystem
Architecture: amd64 arm64 armel armhf i386
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: GPT manipulation tool with support for Chromium OS extensions
Cgpt is a tool to manipulate GUID Partition Table from command line. It also
supports Chromium OS extensions enabling you to change priority for kernel
partitions.
Package: vboot-kernel-utils
Architecture: amd64 arm64 armel armhf i386
Depends: ${misc:Depends}, ${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: Chrome OS verified boot utils required to sign kernels
This package provides the futility program (including the vbutil_kernel
program required to sign custom kernels in order to get them booted by Chrome
OS devices (i.e. Chromebooks)).
|