/openbmc/openbmc/poky/documentation/ref-manual/ |
H A D | images.rst | 10 image you want. 14 Building an image without GNU General Public License Version 3 17 is only tested for core-image-minimal image. Furthermore, if you would like to 18 build an image and verify that it does not include GPLv3 and similarly licensed 19 components, you must make the following changes in the image recipe 20 file before using the BitBake command to build the image: 27 INCOMPATIBLE_LICENSE:pn-your-image-name = "GPL-3.0* LGPL-3.0*" 31 that contain image recipe files:: 37 - ``build-appliance-image``: An example virtual machine that contains 39 as the build system itself. You can boot and run the image using [all …]
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/images/firmware-image-juno/ |
H A D | images-r0.txt | 6 NOR0UPDATE: AUTO ;Image Update:NONE/AUTO/FORCE 7 NOR0ADDRESS: 0x00000000 ;Image Flash Address 8 NOR0FILE: \SOFTWARE\fip.bin ;Image File Name 9 NOR0LOAD: 00000000 ;Image Load Address 10 NOR0ENTRY: 00000000 ;Image Entry Point 12 NOR1UPDATE: AUTO ;Image Update:NONE/AUTO/FORCE 13 NOR1ADDRESS: 0x03EC0000 ;Image Flash Address 14 NOR1FILE: \SOFTWARE\bl1.bin ;Image File Name 15 NOR1LOAD: 00000000 ;Image Load Address 16 NOR1ENTRY: 00000000 ;Image Entry Point [all …]
|
H A D | images-r2.txt | 6 NOR0UPDATE: AUTO ;Image Update:NONE/AUTO/FORCE 7 NOR0ADDRESS: 0x00000000 ;Image Flash Address 8 NOR0FILE: \SOFTWARE\fip.bin ;Image File Name 9 NOR0LOAD: 00000000 ;Image Load Address 10 NOR0ENTRY: 00000000 ;Image Entry Point 12 NOR1UPDATE: AUTO ;Image Update:NONE/AUTO/FORCE 13 NOR1ADDRESS: 0x03EC0000 ;Image Flash Address 14 NOR1FILE: \SOFTWARE\bl1.bin ;Image File Name 15 NOR1LOAD: 00000000 ;Image Load Address 16 NOR1ENTRY: 00000000 ;Image Entry Point [all …]
|
H A D | images-r1.txt | 6 NOR0UPDATE: AUTO ;Image Update:NONE/AUTO/FORCE 7 NOR0ADDRESS: 0x00000000 ;Image Flash Address 8 NOR0FILE: \SOFTWARE\fip.bin ;Image File Name 9 NOR0LOAD: 00000000 ;Image Load Address 10 NOR0ENTRY: 00000000 ;Image Entry Point 12 NOR1UPDATE: AUTO ;Image Update:NONE/AUTO/FORCE 13 NOR1ADDRESS: 0x03EC0000 ;Image Flash Address 14 NOR1FILE: \SOFTWARE\bl1.bin ;Image File Name 15 NOR1LOAD: 00000000 ;Image Load Address 16 NOR1ENTRY: 00000000 ;Image Entry Point [all …]
|
/openbmc/openbmc-test-automation/docs/ |
H A D | code_update.md | 11 For BMC code update, download the system type \*.ubi.mdt.tar image from 20 …$ robot -v OPENBMC_HOST:x.x.x.x -v IMAGE_FILE_PATH:<image path>/obmc-phosphor-image-witherspoon.ub… 25 …$ robot -v OPENBMC_HOST:x.x.x.x -v IMAGE_FILE_PATH:<image path>/obmc-phosphor-image-witherspoon.ub… 28 For host code update, download the system type \*.pnor.squashfs.tar image from 37 …$ robot -v OPENBMC_HOST:x.x.x.x -v IMAGE_FILE_PATH:<image path>/witherspoon.pnor.squashfs.tar --in… 42 …$ robot -v OPENBMC_HOST:x.x.x.x -v IMAGE_FILE_PATH:<image path>/witherspoon.pnor.squashfs.tar --in… 53 For BMC code update, download the system type \*.ubi.mdt.tar image from 60 …$ robot -v OPENBMC_HOST:x.x.x.x -v IMAGE_FILE_PATH:<image path>/obmc-phosphor-image-witherspoon.ub… 63 For host code update, download the system type \*.pnor.squashfs.tar image from 70 …$ robot -v OPENBMC_HOST:x.x.x.x -v IMAGE_FILE_PATH:<image path>/witherspoon.pnor.squashfs.tar --in… [all …]
|
/openbmc/u-boot/doc/ |
H A D | mkimage.1 | 4 mkimage \- Generate image for U-Boot 10 .RB [\fIoptions\fP] " \-f [" "image tree source file" "]" " [" "uimage file name" "]" 23 system image, firmware images etc., either separate or combined. 29 .I legacy image 30 format concatenates the individual parts (for example, kernel image, 31 device tree blob and ramdisk image) and adds a 64 bytes header 33 image type, compression method, entry points, time stamp, checksums, 37 .I FIT (Flattened Image Tree) format 44 .B List image information: 48 mkimage lists the information contained in the header of an existing U-Boot image. [all …]
|
H A D | README.ti-secure | 4 Secure TI devices require a boot image that is authenticated by ROM 6 device is essentially useless. In order to create a valid boot image for 7 a secure device from TI, the initial public software image must be signed 10 Information on the details on the complete boot image format can be obtained 27 viable boot image. The build process will look for the environment 32 bootable image was not created. 34 Within the SECDEV package exists an image creation script: 36 ${TI_SECURE_DEV_PKG}/scripts/create-boot-image.sh 39 boot image formats and requirements differ between secure SOC from TI, 44 package for creating a bootable SPL image for secure TI devices. [all …]
|
/openbmc/linux/arch/x86/kernel/ |
H A D | machine_kexec_32.c | 43 static void machine_kexec_free_page_tables(struct kimage *image) in machine_kexec_free_page_tables() argument 45 free_pages((unsigned long)image->arch.pgd, PGD_ALLOCATION_ORDER); in machine_kexec_free_page_tables() 46 image->arch.pgd = NULL; in machine_kexec_free_page_tables() 48 free_page((unsigned long)image->arch.pmd0); in machine_kexec_free_page_tables() 49 image->arch.pmd0 = NULL; in machine_kexec_free_page_tables() 50 free_page((unsigned long)image->arch.pmd1); in machine_kexec_free_page_tables() 51 image->arch.pmd1 = NULL; in machine_kexec_free_page_tables() 53 free_page((unsigned long)image->arch.pte0); in machine_kexec_free_page_tables() 54 image->arch.pte0 = NULL; in machine_kexec_free_page_tables() 55 free_page((unsigned long)image->arch.pte1); in machine_kexec_free_page_tables() [all …]
|
/openbmc/openbmc-test-automation/redfish/update_service/ |
H A D | test_firmware_tftp_upload_image.robot | 2 Documentation Firmware image (BMC and Host) upload test using TFTP protocol. 6 # IMAGE_FILE_NAME The BMC or Host image file name. 9 # Enabled -> Image is installed and either functional or active. 10 # Disabled -> Image installation failed or ready for activation. 11 # Updating -> Image installation currently in progress. 34 [Documentation] Download image to BMC using TFTP with OnReset policy and verify installation. 43 [Documentation] Download image to BMC using TFTP with Immediate policy and verify installation. 52 … [Documentation] Download image to BMC using ImageURI with OnReset policy and verify installation. 61 …[Documentation] Download image to BMC using ImageURI with Immediate policy and verify installatio… 69 Install Same Image Two Times [all …]
|
H A D | test_redfish_image_upload.robot | 2 Documentation Test upload image with invalid images. 3 ... This test expects the following bad tarball image files 13 # openbmc/openbmc-test-automation/blob/master/docs/code_update.md#generating-bad-firmware-image-for… 19 # BAD_IMAGES_DIR_PATH The path to the directory which contains the bad image files. 45 Redfish Failure To Upload BMC Image With Bad Manifest 50 # Image File Name 54 Redfish Failure To Upload Empty BMC Image 55 [Documentation] Upload a BMC firmware with no kernel image. 59 # Image File Name 63 Redfish Failure To Upload Host Image With Bad Manifest [all …]
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | imagefeatures.py | 24 …Expected: 1. Connection to the image via ssh using root user without providing a password should b… 25 …2. Connection to the image via ssh using tester user without providing a password should be allowe… 36 # Build a core-image-minimal 37 bitbake('core-image-minimal') 39 with runqemu("core-image-minimal") as qemu: 50 …Expected: 1. Connection to the image via ssh using root user without providing a password should N… 51 …2. Connection to the image via ssh using tester user without providing a password should be allowe… 62 # Build a core-image-minimal 63 bitbake('core-image-minimal') 65 with runqemu("core-image-minimal") as qemu: [all …]
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 178.out.qcow2 | 9 qemu-img: --image-opts, -f, and -l require a filename argument. 10 qemu-img: --image-opts, -f, and -l require a filename argument. 11 qemu-img: --image-opts, -f, and -l require a filename argument. 16 qemu-img: Invalid image size specified. Must be between 0 and 9223372036854775807. 33 qemu-img: The image size is too large (try using a larger cluster size) 35 == Empty qcow2 input image (human) == 42 converted image file size in bytes: 196608 44 == qcow2 input image with data (human) == 60 converted image file size in bytes: 524288 62 == qcow2 input image with internal snapshot (human) == [all …]
|
H A D | 159.out | 3 == Creating image == 5 No errors were found on the image. 9 == Converting the image with dd with a block size of 5 == 10 No errors were found on the image. 15 == Creating image == 17 No errors were found on the image. 21 == Converting the image with dd with a block size of 512 == 22 No errors were found on the image. 27 == Creating image == 29 No errors were found on the image. [all …]
|
H A D | 082.out | 7 image: TEST_DIR/t.IMGFMT 14 image: TEST_DIR/t.IMGFMT 28 image: TEST_DIR/t.IMGFMT 42 image: TEST_DIR/t.IMGFMT 51 backing_file=<str> - File name of a base image 52 backing_fmt=<str> - Image format of the base image 55 compression_type=<str> - Compression method used for image cluster compression 57 data_file_raw=<bool (on/off)> - The external data file must stay valid as a raw image 60 encrypt.format=<str> - Encrypt the image, format choices: 'aes', 'luks' 66 …encryption=<bool (on/off)> - Encrypt the image with format 'aes'. (Deprecated in favor of encrypt.… [all …]
|
/openbmc/qemu/hw/core/ |
H A D | uboot_image.h | 99 * Image Types 114 * (Linux) kernel image and one or more data images like 117 * server provides just a single image file, but you want to get 118 * for instance an OS kernel and a RAMDisk image. 120 * "Multi-File Images" start with a list of image sizes, each 121 * image size (in bytes) specified by an "uint32_t" in network 142 IH_TYPE_INVALID = 0, /* Invalid Image */ 144 IH_TYPE_KERNEL, /* OS Kernel Image */ 145 IH_TYPE_RAMDISK, /* RAMDisk Image */ 146 IH_TYPE_MULTI, /* Multi-File Image */ [all …]
|
/openbmc/google-misc/subprojects/libcr51sign/src/ |
H A D | libcr51sign_mauv.c | 33 // Verify BLOB magic bytes in payload's image descriptor at the expected offset 35 // @param[in] ctx context which describes the image and holds opaque private 40 // payload's image descriptor 76 // Find offset of Image MAUV data in payload BLOB inside the image descriptor 78 // @param[in] ctx context which describes the image and holds opaque private 83 // payload BLOB magic bytes in image 85 // @param[in] payload_blob_size Size of payload BLOB as per its image 87 // @param[out] payload_image_mauv_data_offset Absolute offset of Image MAUV 88 // data in payload's image 90 // @param[out] payload_image_mauv_data_size Size of Image MAUV data embedded in [all …]
|
/openbmc/linux/kernel/ |
H A D | kexec_file.c | 41 static int kexec_calculate_store_digests(struct kimage *image); 51 int kexec_image_probe_default(struct kimage *image, void *buf, in kexec_image_probe_default() argument 60 image->fops = *fops; in kexec_image_probe_default() 68 static void *kexec_image_load_default(struct kimage *image) in kexec_image_load_default() argument 70 if (!image->fops || !image->fops->load) in kexec_image_load_default() 73 return image->fops->load(image, image->kernel_buf, in kexec_image_load_default() 74 image->kernel_buf_len, image->initrd_buf, in kexec_image_load_default() 75 image->initrd_buf_len, image->cmdline_buf, in kexec_image_load_default() 76 image->cmdline_buf_len); in kexec_image_load_default() 79 int kexec_image_post_load_cleanup_default(struct kimage *image) in kexec_image_post_load_cleanup_default() argument [all …]
|
/openbmc/qemu/docs/tools/ |
H A D | qemu-img.rst | 2 QEMU disk image utility 14 all image formats supported by QEMU. 17 machine or any other process; this may destroy the image. Also, be aware that 18 querying an image that is being modified by another process may encounter 46 *FILENAME* is a disk image filename. 48 *FMT* is the disk image format. It is guessed automatically in most 51 *SIZE* is the disk image size in bytes. Optional suffixes ``k`` or 55 *OUTPUT_FILENAME* is the destination disk image filename. 79 .. option:: --image-opts 85 .. option:: --target-image-opts [all …]
|
/openbmc/openbmc/poky/documentation/dev-manual/ |
H A D | wic.rst | 6 Creating an image for a particular hardware target using the 8 image as is on your device. Physical devices accept and boot images in 10 information about the hardware can tell you what image format the device 12 flash, or an HDD, you can use the OpenEmbedded Image Creator, Wic, to 13 create the properly partitioned image. 16 OpenEmbedded build artifacts. Image generation is driven by partitioning 21 ":ref:`dev-manual/wic:generate an image using an existing kickstart file`" 23 result is an image or set of images that can be directly written onto media and 50 - The name "Wic" is derived from OpenEmbedded Image Creator (oeic). The 54 - Wic is loosely based on the Meego Image Creator (``mic``) framework. [all …]
|
/openbmc/u-boot/tools/binman/ |
H A D | control.py | 15 from image import Image 24 """Read the image descriptions from the /binman node 26 This normally produces a single Image object called 'image'. But if 32 OrderedDict of Image objects, each of which describes an image 37 images[node.name] = Image(node.name, node) 39 images['image'] = Image('image', binman_node) 88 # Try to figure out which device tree contains our image description 130 if options.image: 132 for name, image in images.iteritems(): 133 if name not in options.image: [all …]
|
/openbmc/openbmc/poky/meta/lib/oeqa/manual/ |
H A D | build-appliance.json | 4 … "@alias": "build-appliance.build-appliance.Build_core-image-minimal_with_build-appliance-image", 13 … "action": "Build with AUTOREV or download from Autobuilder an image for Yocto Build Appliance. ", 17 "action": "Boot the image under VMWare Player. ", 21 …"action": "Build qemux86 core-image-minimal using bitbake command line in the build-appliance-imag… 25 "action": "Launch the image just built using runqemu. ", 26 "expected_results": "core-image-minimal should build and boot. " 29 "summary": "Build_core-image-minimal_with_build-appliance-image" 44 … "expected_results": "User could build a image without error and the added package is in the image" 51 …"action": "Install a new package to the image, for example, acpid. Set the following line in conf/… 55 … "action": "Build a image using bitbake command line, for example, bitbake core-image-minimal", [all …]
|
/openbmc/linux/arch/arm64/boot/ |
H A D | Makefile | 19 targets := Image Image.bz2 Image.gz Image.lz4 Image.lzma Image.lzo Image.zst 21 $(obj)/Image: vmlinux FORCE 24 $(obj)/Image.bz2: $(obj)/Image FORCE 27 $(obj)/Image.gz: $(obj)/Image FORCE 30 $(obj)/Image.lz4: $(obj)/Image FORCE 33 $(obj)/Image.lzma: $(obj)/Image FORCE 36 $(obj)/Image.lzo: $(obj)/Image FORCE 39 $(obj)/Image.zst: $(obj)/Image FORCE 42 EFI_ZBOOT_PAYLOAD := Image
|
/openbmc/linux/drivers/staging/vme_user/ |
H A D | vme_user.c | 49 * 0 = /dev/bus/vme/m0 First master image 50 * 1 = /dev/bus/vme/m1 Second master image 51 * 2 = /dev/bus/vme/m2 Third master image 52 * 3 = /dev/bus/vme/m3 Fourth master image 53 * 4 = /dev/bus/vme/s0 First slave image 54 * 5 = /dev/bus/vme/s1 Second slave image 55 * 6 = /dev/bus/vme/s2 Third slave image 56 * 7 = /dev/bus/vme/s3 Fourth slave image 86 #define PCI_BUF_SIZE 0x20000 /* Size of one slave image buffer */ 89 * Structure to handle image related parameters. [all …]
|
/openbmc/qemu/docs/ |
H A D | image-fuzzer.txt | 19 Image fuzzer 25 The goal of the image fuzzer is to catch crashes of qemu-io/qemu-img 38 generated test image. 44 The runner uses an external image fuzzer to generate test images. An image 66 Each sublist can have one or two strings defining image structure elements. 79 - $off for an offset in the fuzzed image 83 disk of the generated image. 98 Qcow2 image generator 102 a single public API. See details in 'Test runner/image fuzzer' chapter of 107 'fuzz.py' contains all fuzzing functions, one per image field. It's assumed [all …]
|
/openbmc/openbmc/poky/scripts/lib/devtool/ |
H A D | build_image.py | 1 # Development tool - build-image plugin 8 """Devtool plugin containing the build-image subcommand.""" 36 """Entry point for the devtool 'build-image' subcommand.""" 38 image = args.imagename 40 if not image: 43 image = sdk_targets[0] 45 if not image: 46 raise DevtoolError('Unable to determine image to build, please specify one') 53 result, outputdir = build_image_task(config, basepath, workspace, image, add_packages) 56 raise DevtoolError('Unable to determine image to build, please specify one') [all …]
|