Home
last modified time | relevance | path

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

12345678910>>...40

/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
22 U-Boot # tftp ${loadaddr} dra7xx/u-boot.img
23 U-Boot # mmc write ${loadaddr} 300 400
24 U-Boot # mmc bootbus 1 2 0 2
[all …]
/openbmc/openbmc-test-automation/redfish/systems/
H A Dtest_boot_devices.robot25 ... Disabled=Boot Flag Invalid
29 &{redfish_ipmi_target_map} Hdd=Force Boot from default Hard-Drive
31 ... Diags=Force Boot from default Hard-Drive, request Safe-Mode
32 ... Cd=Force Boot from CD/DVD
33 ... BiosSetup=Force Boot into BIOS Setup
45 Verify BMC Redfish Boot Source Override with Enabled Mode As Once
46 [Documentation] Verify BMC Redfish Boot Source Override with Enabled Mode As Once.
48 [Template] Set And Verify Boot Source Override
65 Verify BMC Redfish Boot Source Override with Enabled Mode As Continuous
66 [Documentation] Verify BMC Redfish Boot Source Override with Enabled Mode As Continuous.
[all …]
/openbmc/u-boot/doc/SPI/
H A DREADME.ti_qspi_dra_test2 Simple steps used to test the QSPI at U-Boot
5 For #1, build the patched U-Boot and load MLO/u-boot.img
8 Boot from another medium like MMC
11 U-Boot# mmc dev 0
13 U-Boot# fatload mmc 0 0x82000000 MLO
16 U-Boot# fatload mmc 0 0x83000000 u-boot.img
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
[all …]
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Boot/
H A Dmeson.build9 sdbusplus_current_path = 'xyz/openbmc_project/Control/Boot'
12 'xyz/openbmc_project/Control/Boot/Flags__markdown'.underscorify(),
14 '../../../../../yaml/xyz/openbmc_project/Control/Boot/Flags.interface.yaml',
28 'xyz/openbmc_project/Control/Boot/Flags',
36 'xyz/openbmc_project/Control/Boot/Mode__markdown'.underscorify(),
38 '../../../../../yaml/xyz/openbmc_project/Control/Boot/Mode.interface.yaml',
52 'xyz/openbmc_project/Control/Boot/Mode',
60 'xyz/openbmc_project/Control/Boot/RebootAttempts__markdown'.underscorify(),
62 '../../../../../yaml/xyz/openbmc_project/Control/Boot/RebootAttempts.interface.yaml',
76 'xyz/openbmc_project/Control/Boot/RebootAttempts',
[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
65 U-Boot # env default -f -a
66 U-Boot # saveenv
68 U-Boot # load mmc 0 0x82000000 MLO
69 U-Boot # nand write 0x82000000 0x00000 0x20000
70 U-Boot # nand write 0x82000000 0x20000 0x20000
71 U-Boot # nand write 0x82000000 0x40000 0x20000
72 U-Boot # nand write 0x82000000 0x60000 0x20000
74 U-Boot # load mmc 0 0x82000000 u-boot.img
[all …]
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Boot/
H A Dmeson.build6 sdbusplus_current_path = 'xyz/openbmc_project/State/Boot'
9 'xyz/openbmc_project/State/Boot/PostCode__markdown'.underscorify(),
11 '../../../../../yaml/xyz/openbmc_project/State/Boot/PostCode.interface.yaml',
25 'xyz/openbmc_project/State/Boot/PostCode',
33 'xyz/openbmc_project/State/Boot/Progress__markdown'.underscorify(),
35 '../../../../../yaml/xyz/openbmc_project/State/Boot/Progress.interface.yaml',
49 'xyz/openbmc_project/State/Boot/Progress',
57 'xyz/openbmc_project/State/Boot/Raw__markdown'.underscorify(),
59 '../../../../../yaml/xyz/openbmc_project/State/Boot/Raw.interface.yaml',
73 'xyz/openbmc_project/State/Boot/Raw',
/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/openbmc/meta-yadro/recipes-phosphor/dbus/phosphor-dbus-interfaces/
H A D0001-Add-boot-initiator-mailbox-interface.patch6 Add the xyz.openbmc_project.Control.Boot.Mailbox interface to allow
8 its specific parameters. This is based on IPMI 2.0 Table 28-14 'Boot
9 Option Parameters' parameter 7 'Boot initiator mailbox'.
16 .../Control/Boot/Mailbox/meson.build | 14 +++++
17 .../openbmc_project/Control/Boot/meson.build | 15 +++++
18 .../Control/Boot/Mailbox.interface.yaml | 63 +++++++++++++++++++
20 create mode 100644 gen/xyz/openbmc_project/Control/Boot/Mailbox/meson.build
21 create mode 100644 xyz/openbmc_project/Control/Boot/Mailbox.interface.yaml
23 diff --git a/gen/xyz/openbmc_project/Control/Boot/Mailbox/meson.build b/gen/xyz/openbmc_project/Con…
27 +++ b/gen/xyz/openbmc_project/Control/Boot/Mailbox/meson.build
[all …]
/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
30 U-Boot # spl export fdt ${loadaddr} - ${fdtaddr}
37 U-Boot # fatwrite mmc 0:1 0x8dec9000 args 0x20000
50 U-Boot # nand read ${loadaddr} kernel
51 U-Boot # load nand rootfs ${fdtaddr} /boot/am335x-evm.dtb
[all …]
/openbmc/u-boot/board/ti/ks2_evm/
H A DREADME1 U-Boot port for Texas Instruments Keystone II EVM boards
6 This README has information on the U-Boot port for K2HK, K2E, and K2L EVM boards.
29 Some of the peripherals that are configured by U-Boot
44 to install this image from U-Boot.
56 As U-Boot is migrating to Kconfig there is also board defconfig files
83 Load and Run U-Boot on keystone EVMs using CCS
90 Use u-boot.bin from the build folder for loading and running U-Boot binary
97 to configure SW1 dip switch to use "No Boot/JTAG DSP Little Endian Boot Mode"
105 loading the U-Boot binary on the target EVM. Instead do the following:-
118 5. The U-Boot prompt is shown at the Tera Term/ Hyper terminal console as
[all …]
/openbmc/u-boot/doc/
H A DREADME.u-boot_on_efi5 U-Boot on EFI
7 This document provides information about U-Boot running on top of EFI, either
8 as an application or just as a means of getting U-Boot onto a new platform.
29 Running U-Boot on EFI is useful in several situations:
31 - You have EFI running on a board but U-Boot does not natively support it
32 fully yet. You can boot into U-Boot from EFI and use that until U-Boot is
38 - You plan to use coreboot to boot into U-Boot but coreboot support does
39 not currently exist for your platform. In the meantime you can use U-Boot
40 on EFI and then move to U-Boot on coreboot when ready
42 - You use EFI but want to experiment with a simpler alternative like 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
59 setenv bootmenu_3 U-Boot boot order=boot # Set fourth menu entry
68 │ *** U-Boot Boot Menu *** │
70Boot 1. kernel │
71Boot 2. kernel │
[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
36 This version of U-Boot doesn't implement SPL. So, MTK preloader binary
42 -Bootrom -> SPL -> U-Boot
49 To update the U-Boot configuration, please refer to doc/README.kconfig
67 Used by U-Boot SPL of MT7629 and preloader of MT7623.
76 Now this header is used by U-Boot of MT7623.
87 For first stage bootloader like U-Boot SPL or preloader, it usually points to the
[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.
46 3. Power-up the SabreLite, press 'space' to enter command mode in the U-Boot
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
[all …]
/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/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/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
18 The U-Boot provides Second Program Loader (SPL) support which generates two
19 final images, SPL and U-Boot proper. The HABv4 can be used to authenticate
24 enablement. Once the DDR is available, the SPL code loads the U-Boot proper
28 The U-Boot provides support to secure boot configuration and also provide
32 When built with this configuration the U-Boot correctly pads the final SPL
36 The U-Boot also append an Image Vector Table (IVT) in the final U-Boot proper
44 | | Boot Data |
84 The first step is to generate an U-Boot image supporting the HAB features
[all …]
/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/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/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
7 U-Boot console, run the entire script of tests against it, and summarize the
11 U-Boot; there can be no disconnect.
12 - There is no need to write or embed test-related code into U-Boot itself.
15 - It is reasonably simple to interact with U-Boot in this way.
19 The test suite is implemented using pytest. Interaction with the U-Boot console
40 - Executing a sandbox port of U-Boot on the local machine as a sub-process,
42 - Executing an external "hook" scripts to flash a U-Boot binary onto a
64 To run the testsuite on the sandbox port (U-Boot built as a native user-space
[all …]
/openbmc/u-boot/board/xilinx/
H A DKconfig10 On Zynq and ZynqMP U-Boot SPL (or U-Boot proper if
17 U-Boot contains PS init files for some boards, but each of
22 There are three ways to give a PS init file to U-Boot:
26 ps7_init_gpl.c file is located. U-Boot will build this
29 2. If you leave an empty string here, U-Boot will use
35 3. If the above file does not exist, U-Boot will use
38 is not provided by U-Boot, you have to copy it there
/openbmc/u-boot/board/freescale/imx8qxp_mek/
H A DREADME1 U-Boot for the NXP i.MX8QXP EVK board
8 - Build U-Boot
10 - Boot
30 Copy the following binaries to U-Boot folder:
35 Copy the following firmwares U-Boot folder :
40 Build U-Boot
55 Boot
57 Set Boot switch SW2: 1100.
/openbmc/u-boot/board/engicam/imx6ul/
H A DREADME1 Hsow to use U-Boot on Engicam GEAM6UL and Is.IoT MX6UL Starter Kit:
6 - Configure U-Boot for Engicam GEAM6UL:
9 - Configure U-Boot for Engicam Is.IoT MX6UL:
12 - Build U-Boot
27 MMC Boot: JM3 Closed
32 - Insert the micro SD card in the board, power it up and U-Boot messages should
/openbmc/u-boot/board/congatec/cgtqmx6eval/
H A DREADME1 U-Boot for the Congatec QMX6 boards
3 This file contains information for the port of U-Boot to the Congatec
6 1. Building U-Boot
9 - Build U-Boot for Congatec QMX6 boards:
20 2. Flashing U-Boot in the SPI NOR
44 Reboot the board and the new U-Boot should come up.
67 And then the U-Boot from the big slot will boot.
69 Note: If the "bmode" command is not available from your pre-installed U-Boot,

12345678910>>...40