Home
last modified time | relevance | path

Searched refs:Boot (Results 1 – 25 of 1309) sorted by relevance

12345678910>>...53

/openbmc/openbmc-test-automation/redfish/systems/
H A Dtest_boot_devices.robot216 # "Boot": {
236 # Boot Flags :
237 # - Boot Flag Valid
269 # "Boot": {
289 # Boot Flags :
290 # - Boot Flag Valid
324 # "Boot": {
344 # Boot Flags :
345 # - Boot Flag Valid
389 # "Boot": {
[all …]
/openbmc/openbmc-test-automation/openpower/ras/
H A Dtest_host_boot_ras.robot3 ... pdbg utility during HOST Boot path.
32 ... using pdbg tool during Host Boot path.
38 Inject Error At HOST Boot Path ${value[0]} ${value[1]}
45 ... using pdbg tool during Host Boot path.
51 Inject Error At HOST Boot Path ${value[0]} ${value[1]}
57 ... using pdbg tool during Host Boot path.
63 Inject Error At HOST Boot Path ${value[0]} ${value[1]}
71 ... using pdbg tool during Host Boot path.
86 ... using pdbg tool during Host Boot path.
100 ... using pdbg tool during Host Boot path.
[all …]
/openbmc/u-boot/doc/SPI/
H A DREADME.ti_qspi_dra_test8 Boot from another medium like MMC
11 U-Boot# mmc dev 0
13 U-Boot# fatload mmc 0 0x82000000 MLO
23 U-Boot# sf probe 0
25 U-Boot# sf erase 0 0x10000
27 U-Boot# sf erase 0x20000 0x10000
29 U-Boot# sf erase 0x30000 0x10000
31 U-Boot# sf erase 0x40000 0x10000
33 U-Boot# sf erase 0x50000 0x10000
35 U-Boot# sf erase 0x60000 0x10000
[all …]
/openbmc/u-boot/board/ti/dra7xx/
H A DREADME12 Alternative Boot operation mode or Boot Sequence Option 1/2. In this
16 U-Boot # setenv autoload no
17 U-Boot # usb start
18 U-Boot # dhcp
19 U-Boot # mmc dev 1 1
20 U-Boot # tftp ${loadaddr} dra7xx/MLO
21 U-Boot # mmc write ${loadaddr} 0 100
23 U-Boot # mmc write ${loadaddr} 300 400
24 U-Boot # mmc bootbus 1 2 0 2
25 U-Boot # mmc partconf 1 1 1 0
[all …]
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Boot/
H A Dmeson.build4 'xyz/openbmc_project/Control/Boot/Mode__markdown'.underscorify(),
5 input: [ '../../../../../yaml/xyz/openbmc_project/Control/Boot/Mode.interface.yaml', ],
13 'xyz/openbmc_project/Control/Boot/Mode',
19 'xyz/openbmc_project/Control/Boot/RebootAttempts__markdown'.underscorify(),
28 'xyz/openbmc_project/Control/Boot/RebootAttempts',
34 'xyz/openbmc_project/Control/Boot/RebootPolicy__markdown'.underscorify(),
43 'xyz/openbmc_project/Control/Boot/RebootPolicy',
49 'xyz/openbmc_project/Control/Boot/Source__markdown'.underscorify(),
58 'xyz/openbmc_project/Control/Boot/Source',
64 'xyz/openbmc_project/Control/Boot/Type__markdown'.underscorify(),
[all …]
/openbmc/u-boot/board/ti/omap5_uevm/
H A DREADME12 Alternative Boot operation mode or Boot Sequence Option 1/2. In this
16 U-Boot # setenv autoload no
17 U-Boot # usb start
18 U-Boot # dhcp
19 U-Boot # mmc dev 1 1
20 U-Boot # tftp ${loadaddr} omap5uevm/MLO
21 U-Boot # mmc write ${loadaddr} 0 100
22 U-Boot # tftp ${loadaddr} omap5uevm/u-boot.img
23 U-Boot # mmc write ${loadaddr} 300 400
24 U-Boot # mmc bootbus 1 2 0 2
[all …]
/openbmc/u-boot/board/ti/am335x/
H A DREADME62 U-Boot # mmc rescan
64 U-Boot # nand erase.chip
66 U-Boot # saveenv
103 U-Boot # mmc rescan
148 U-Boot # mmc rescan
158 U-Boot # run findfdt
160 U-Boot # run mmcargs
176 U-Boot # mmc rescan
179 U-Boot # run findfdt
181 U-Boot # run mmcargs
[all …]
/openbmc/openbmc/meta-yadro/recipes-phosphor/dbus/phosphor-dbus-interfaces/
H A D0001-Add-boot-initiator-mailbox-interface.patch9 Option Parameters' parameter 7 'Boot initiator mailbox'.
16 .../Control/Boot/Mailbox/meson.build | 14 +++++
17 .../openbmc_project/Control/Boot/meson.build | 15 +++++
23 diff --git a/gen/xyz/openbmc_project/Control/Boot/Mailbox/meson.build b/gen/xyz/openbmc_project/Con…
39 + 'xyz/openbmc_project/Control/Boot/Mailbox',
43 diff --git a/gen/xyz/openbmc_project/Control/Boot/meson.build b/gen/xyz/openbmc_project/Control/Boo…
45 --- a/gen/xyz/openbmc_project/Control/Boot/meson.build
46 +++ b/gen/xyz/openbmc_project/Control/Boot/meson.build
59 + 'xyz/openbmc_project/Control/Boot/Mailbox',
67 diff --git a/xyz/openbmc_project/Control/Boot/Mailbox.interface.yaml b/xyz/openbmc_project/Control/
[all …]
/openbmc/webui-vue/src/store/modules/Operations/
H A DBootSettingsStore.js36 .then(({ data: { Boot } }) => { field in AnonymousClassc677f5850201.data
39 Boot['BootSourceOverrideTarget@Redfish.AllowableValues'],
41 commit('setOverrideEnabled', Boot.BootSourceOverrideEnabled);
42 commit('setBootSource', Boot.BootSourceOverrideTarget);
50 const data = { Boot: {} }; property in BootSettingsStore.actions.saveBootSettings.data
51 data.Boot.BootSourceOverrideTarget = bootSource;
54 data.Boot.BootSourceOverrideEnabled = 'Once';
56 data.Boot.BootSourceOverrideEnabled = 'Disabled';
58 data.Boot.BootSourceOverrideEnabled = 'Continuous';
65 commit('setBootSource', data.Boot.BootSourceOverrideTarget);
[all …]
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Boot/
H A Dmeson.build4 'xyz/openbmc_project/State/Boot/PostCode__markdown'.underscorify(),
5 input: [ '../../../../../yaml/xyz/openbmc_project/State/Boot/PostCode.interface.yaml', ],
13 'xyz/openbmc_project/State/Boot/PostCode',
19 'xyz/openbmc_project/State/Boot/Progress__markdown'.underscorify(),
20 input: [ '../../../../../yaml/xyz/openbmc_project/State/Boot/Progress.interface.yaml', ],
28 'xyz/openbmc_project/State/Boot/Progress',
34 'xyz/openbmc_project/State/Boot/Raw__markdown'.underscorify(),
35 input: [ '../../../../../yaml/xyz/openbmc_project/State/Boot/Raw.interface.yaml', ],
43 'xyz/openbmc_project/State/Boot/Raw',
/openbmc/u-boot/board/logicpd/omap3som/
H A DREADME23 U-Boot # mmc rescan
25 U-Boot # fatload mmc 0 ${loadaddr} uImage
26 U-Boot # run loadfdt
27 U-Boot # setenv optargs quiet
28 U-Boot # run mmcargs
29 U-Boot # run common_bootargs
50 U-Boot # nand read ${loadaddr} kernel
52 U-Boot # run nandargs
53 U-Boot # run common_bootargs
55 U-Boot # nand erase.part u-boot-spl-os
[all …]
/openbmc/u-boot/board/ti/ks2_evm/
H A DREADME1 U-Boot port for Texas Instruments Keystone II EVM boards
44 to install this image from U-Boot.
83 Load and Run U-Boot on keystone EVMs using CCS
97 to configure SW1 dip switch to use "No Boot/JTAG DSP Little Endian Boot Mode"
137 1. Start CCS and run U-Boot as described above.
144 5. At the U-Boot console type following to setup U-Boot environment variables.
158 1. Start CCS and run U-Boot as described above.
165 5. At the U-Boot console type following to setup U-Boot environment variables.
169 to "ARM NAND Boot mode" as per instruction at
184 Load and Run U-Boot on K2G EVMs using MMC
[all …]
/openbmc/u-boot/doc/
H A DREADME.u-boot_on_efi5 U-Boot on EFI
29 Running U-Boot on EFI is useful in several situations:
32 fully yet. You can boot into U-Boot from EFI and use that until U-Boot is
40 on EFI and then move to U-Boot on coreboot when ready
69 for this. Just build U-Boot as normal, e.g.
85 u-boot-app.efi - U-Boot EFI application
86 u-boot-payload.efi - U-Boot EFI payload application
111 This will start the payload, copy U-Boot into RAM and start U-Boot. Note
145 These are features of EFI, not U-Boot.
167 U-Boot. U-Boot then starts as normal, relocates, starts all drivers, etc.
[all …]
H A DREADME.mediatek7 This document describes how to compile the U-Boot and how to change U-Boot
21 -Configure the U-Boot:
30 Boot sequence
32 -Bootrom -> MTK preloader -> U-Boot
42 -Bootrom -> SPL -> U-Boot
102 The default value is "U-Boot".
128 00000000 - 0000ffff: 64KiB U-Boot SPL
129 00010000 - 0005ffff: 320KiB U-Boot
144 00050000 - 000fffff: 704KiB U-Boot
181 u-boot.img for U-Boot.
[all …]
H A DREADME.bootmenu8 The "bootmenu" command uses U-Boot menu interfaces and provides
13 menu entry invokes an U-Boot command (or a list of commands)
49 Bootmenu always adds menu entry "U-Boot console" at the end of all menu
51 the bootmenu terminates and the usual U-Boot command prompt is presented
56 setenv bootmenu_0 Boot 1. kernel=bootm 0x82000000 # Set first menu entry
57 setenv bootmenu_1 Boot 2. kernel=bootm 0x83000000 # Set second menu entry
68 │ *** U-Boot Boot Menu *** │
70Boot 1. kernel │
71Boot 2. kernel │
73 │ U-Boot boot order │
[all …]
/openbmc/u-boot/board/boundary/nitrogen6x/
H A DREADME.mx6qsabrelite1 U-Boot for the Freescale i.MX6q SabreLite board
4 This file contains information for the port of U-Boot to the Freescale
11 To build U-Boot for the SabreLite board:
17 2. Boot from SD card
23 BootROM to load the U-Boot from SD card.
50 MX6Q SABRELITE U-Boot > mmc dev 0
51 MX6Q SABRELITE U-Boot > mmc read 0x10800000 0 200
52 MX6Q SABRELITE U-Boot > sf probe
53 MX6Q SABRELITE U-Boot > sf erase 0 0x40000
54 MX6Q SABRELITE U-Boot > sf write 0x10800000 0 0x40000
[all …]
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/OperatingSystem/
H A DStatus.interface.yaml18 C Boot Completed.
21 PXE Boot Completed.
24 Diagnostic Boot Completed.
27 CD-ROM Boot completed.
30 ROM Boot Completed
33 Boot Completed or Unspecified Boot Device.
/openbmc/u-boot/lib/efi/
H A DKconfig2 bool "Support running U-Boot from EFI"
5 U-Boot can be started from EFI on certain platforms. This allows
6 EFI to perform most of the system init and then jump to U-Boot for
7 final system boot. Another option is to run U-Boot as an EFI
8 application, with U-Boot using EFI's drivers instead of its own.
17 Build U-Boot as an application which can be started from EFI. This
19 U-Boot to it. It allows only very basic functionality, such as a
29 hex "Amount of EFI RAM for U-Boot"
33 Set the amount of EFI RAM which is claimed by U-Boot for its own
34 use. U-Boot allocates this from EFI on start-up (along with a few
[all …]
/openbmc/u-boot/doc/imx/habv4/guides/
H A Dmx6_mx7_spl_secure_boot.txt2 + i.MX6, i.MX7 U-Boot HABv4 Secure Boot guide for SPL targets +
9 step-by-step procedure on how to sign and securely boot an U-Boot image for
19 final images, SPL and U-Boot proper. The HABv4 can be used to authenticate
28 The U-Boot provides support to secure boot configuration and also provide
36 The U-Boot also append an Image Vector Table (IVT) in the final U-Boot proper
44 | | Boot Data |
111 Image Type: Freescale IMX Boot Image
122 Image Name: U-Boot 2019.01-00003-g78ee492eb3
124 Image Type: ARM U-Boot Firmware with HABv4 IVT (uncompressed)
161 - Create U-Boot proper CSF binary file:
[all …]
/openbmc/u-boot/test/py/
H A DREADME.md1 # U-Boot pytest suite
5 This tool aims to test U-Boot by executing U-Boot shell commands using the
11 U-Boot; there can be no disconnect.
75 The `--build` option tells U-Boot to compile U-Boot. Alternatively, you may
162 U-Boot's console log in real time on pytest's stdout.
172 unrelated to U-Boot features.
183 - `UBOOT_SOURCE_DIR` the U-Boot source directory.
185 - `UBOOT_BUILD_DIR` the U-Boot build directory.
215 cause the newly flashed U-Boot binary to be executed.
298 ### U-Boot `.config` feature usage
[all …]
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Boot/
H A DSource.interface.yaml17 Boot from the local hard disk.
20 Boot from CD/DVD.
23 Boot from a remote source over a network.
26 Boot from an implementation defined source.
29 Boot from floppy/primary removable media (USB).
32 Boot from a remote source over http/https.
/openbmc/u-boot/board/freescale/imx8mq_evk/
H A DREADME1 U-Boot for the NXP i.MX8MQ EVK board
7 - Build U-Boot
8 - Boot
12 Note: srctree is U-Boot source directory
26 Build U-Boot
35 Boot
37 Set Boot switch SW801: 1100 and Bmode: 10 to boot from Micro SD.
/openbmc/u-boot/Licenses/
H A DExceptions4 Even though U-Boot in general is covered by the GPL-2.0/GPL-2.0+,
6 use U-Boot services by means of the jump table provided by U-Boot
8 U-Boot, and does *not* fall under the heading of "derived work".
11 define interfaces to U-Boot. Including these (unmodified) header
12 files in another file is considered normal use of U-Boot, and does
/openbmc/u-boot/board/efi/
H A DKconfig10 This target is used for running U-Boot on top of EFI. In
11 this case EFI does the early initialisation, and U-Boot
13 U-Boot is loaded as an application from EFI.
18 This target is used for running U-Boot on top of EFI. In
19 this case EFI does the early initialisation, and U-Boot
21 U-Boot is loaded as a payload from EFI.
/openbmc/u-boot/board/st/stm32mp1/
H A DREADME6 U-Boot on STMicroelectronics STM32MP1
15 U-Boot supports one STMP32MP1 SoCs: STM32MP157
40 3. Boot Sequences
51 BootRom => FSBL = U-Boot SPL => SSBL = U-Boot
76 1. Install required tools for U-Boot
95 4. Configure the U-Boot:
128 6. Switch Setting for Boot Mode
134 Boot Mode BOOT2 BOOT1 BOOT0
158 - one ssbl partition for U-Boot
166 | 3 | ssbl | enought | U-Boot |
[all …]

12345678910>>...53