Home
last modified time | relevance | path

Searched refs:loaded (Results 1 – 25 of 245) sorted by relevance

12345678910

/openbmc/openbmc/poky/meta/lib/oeqa/
H A Drunexported.py90 loaded = json.load(f)
93 loaded["target"]["ip"] = args.ip
95 loaded["target"]["server_ip"] = args.server_ip
98 for key in loaded["d"].keys():
99 d[key] = loaded["d"][key]
117 for key in loaded["target"].keys():
118 setattr(target, key, loaded["target"][key])
/openbmc/openbmc/poky/meta-selftest/lib/devtool/
H A Dbbpath.py21 print(kept_context.loaded)
31 context.loaded += 1
33 context.loaded = 1
/openbmc/openbmc/poky/bitbake/lib/toaster/orm/fixtures/
H A DREADME3 Fixtures are data dumps that can be loaded into Toaster's database to provide
6 In this directory we have the fixtures which are loaded the first time you start Toaster.
21 "custom.xml" in this directory. If present it will be loaded into the database.
23 All objects loaded with the same primary keys overwrite the existing data.
/openbmc/u-boot/doc/uImage.FIT/
H A Dsec_firmware_ppa.its5 * of SEC Firmware and multiple loadable images loaded by the u-boot.
6 * For booting PPA (SEC Firmware), "firmware" is searched and loaded.
8 * Multiple binaries will be loaded as "loadables" (if present) at their
H A Dmulti_spl.its5 * of multiple images loaded by the SPL.
6 * Several binaries will be loaded at their respective load addresses.
9 * is used to identify images to be loaded into memory. If falcon boot is
18 description = "multiple firmware blobs and U-Boot, loaded by SPL";
/openbmc/ibm-logging/
H A Dpolicy_table.hpp68 return loaded; in isLoaded()
127 bool loaded = false; member in ibm::logging::policy::Table
H A Dpolicy_table.cpp70 loaded = true; in load()
77 loaded = false; in load()
/openbmc/u-boot/board/efi/
H A DKconfig13 U-Boot is loaded as an application from EFI.
21 U-Boot is loaded as a payload from EFI.
/openbmc/u-boot/arch/arm/mach-bcmstb/
H A DKconfig9 acting as the third stage bootloader (TSBL), loaded by BOLT.
17 acting as the third stage bootloader (TSBL), loaded by BOLT.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/colord/colord/
H A D0001-Move-the-function-cd_icc_create_from_edid-to-avoid-u.patch47 + /* not loaded */
52 + "already loaded or generated");
117 - /* not loaded */
122 - "already loaded or generated");
/openbmc/qemu/docs/system/
H A Dgeneric-loader.rst38 loaded. If not specified the address space of the first CPU is used.
75 The loader device also allows files to be loaded into memory. It can load ELF,
82 A file to be loaded into memory
85 The memory address where the file should be loaded. This is required
91 memory address where the raw file is loaded or the entry point
H A Dguest-loader.rst27 In the above example the Xen hypervisor is loaded by the -kernel
29 is loaded into the areas of memory. Each blob will get
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libauthen/libauthen-radius-perl/
H A Dtest.pl-adjust-for-ptest.patch26 -END {print "not ok 1\n" unless $loaded;}
28 +END {print "\nFAIL: test1\n" unless $loaded;}
30 $loaded = 1;
/openbmc/u-boot/doc/
H A DREADME.mips21 Cache will be disabled before entering the loaded ELF image without
23 incoherency in most cases, unless the code gets loaded after U-Boot
H A DREADME.nokia_rx5156 * run scriptboot - Run loaded boot script
59 * run kernboot - Boot loaded kernel image
60 * run kerninitrdboot - Boot loaded kernel image with loaded initrd image
/openbmc/u-boot/board/buffalo/lsxl/
H A DREADME9 are loaded from the hard disk.
20 generated if no valid address could be loaded from the environment variable
73 the blinking blue LED changes to solid blue the kernel was loaded
101 Same as hdd expect, that the files are loaded from an attached USB mass
106 Same as usb expect, that the file are loaded from the network.
/openbmc/u-boot/board/work-microwave/work_92105/
H A DREADME25 This file can be loaded in SRAM through a JTAG
29 2. u-boot.bin The raw U-Boot image, which can be loaded in
36 SPL assumes (even when loaded through JTAG or
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/autofs/autofs/
H A D0004-autofs.init.in-remove-bashism.patch33 # Make sure autofs4 module is loaded
90 # Make sure autofs4 module is loaded
/openbmc/u-boot/board/warp7/
H A DKconfig21 The address the FDT file should be loaded to.
/openbmc/qemu/docs/system/arm/
H A Dsx1.rst9 - ROM and RAM memories (ROM firmware image can be loaded with
/openbmc/u-boot/Documentation/devicetree/bindings/ram/
H A Dfsl,mpc83xx-mem-controller.txt198 - sdmode: Initial value loaded into the DDR SDRAM mode
200 - esdmode: Initial value loaded into the DDR SDRAM extended
202 - esdmode2: Initial value loaded into the DDR SDRAM extended
204 - esdmode3: Initial value loaded into the DDR SDRAM extended
/openbmc/qemu/docs/devel/
H A Ds390-dasd-ipl.rst34 the real operating system is loaded into memory and we are ready to hand
48 The psw that was loaded into memory location ``0x0`` as part of the ipl process
49 should contain the needed flags for the operating system we have loaded. The
51 to start executing the operating system. This psw is loaded (via LPSW
119 Now IPL2 is loaded into memory somewhere, and we know the address.
132 Now the operating system code is loaded somewhere in guest memory and the psw
/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/
H A Dfix_number_of_modules.patch15 - # Number_Modules is the number of modules loaded in by Load_Questions
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/
H A Dlibxcursor_1.2.3.bb4 load cursors. Cursors can be loaded from files or memory. A library of \
/openbmc/u-boot/board/coreboot/
H A DKconfig17 U-Boot is loaded as a fallback payload from coreboot, in

12345678910