Home
last modified time | relevance | path

Searched full:boot (Results 1 – 25 of 957) sorted by relevance

12345678910>>...39

/Zephyr-latest/include/zephyr/retention/
Dbootmode.h9 * @brief Public API for boot mode interface
26 * @brief Boot mode interface
27 * @defgroup boot_mode_interface Boot mode interface
33 /** Default (normal) boot, to user application */
36 /** Bootloader boot mode (e.g. serial recovery for MCUboot) */
41 * @brief Checks if the boot mode of the device is set to a specific value.
43 * @param boot_mode Expected boot mode to check.
45 * @retval 1 If successful and boot mode matches.
46 * @retval 0 If boot mode does not match.
52 * @brief Sets boot mode of device.
[all …]
/Zephyr-latest/soc/nxp/rw/
DKconfig26 bool "Create boot header"
29 Create data structures required by the boot ROM to boot the
40 The flash config offset provides the boot ROM with the on-board
41 flash type and parameters. The boot ROM requires a fixed flash conifg
48 The Image Vector Table (IVT) provides the boot ROM with pointers to
49 the application entry point and device configuration data. The boot
50 ROM requires a fixed IVT offset for each type of boot device.
/Zephyr-latest/boards/digilent/zybo/doc/
Dindex.rst52 achieved in a number of ways (e.g. using the Xilinx First Stage Boot Loader (FSBL), the Xilinx
53 Vivado generated ``ps_init.tcl`` JTAG script, Das U-Boot Secondary Program Loader (SPL), ...).
55 The instructions here use the U-Boot SPL. For further details and instructions for using Das U-Boot
58 - `Das U-Boot Website`_
59 - `Using Distro Boot With Xilinx U-Boot`_
61 Building Das U-Boot
64 Clone and build Das U-Boot for the Digilent Zybo:
68 git clone -b v2022.04 https://source.denx.de/u-boot/u-boot.git
69 cd u-boot
82 Ensure the board is configured for JTAG boot, open a serial terminal, turn on/reset the board (press
[all …]
/Zephyr-latest/soc/nxp/imxrt/
DKconfig17 # requires the boot header is SOC specific.
19 bool "Boot header"
23 Enable data structures required by the boot ROM to boot the
31 prompt "Boot device"
59 sequence (optional), etc. The boot ROM expects FlexSPI configuration
67 The Image Vector Table (IVT) provides the boot ROM with pointers to
68 the application entry point and device configuration data. The boot
69 ROM requires a fixed IVT offset for each type of boot device.
75 the boot ROM to initialize components such as an SDRAM. This is
77 initialized at boot time.
[all …]
/Zephyr-latest/arch/arm/
DKconfig41 Relocates the rom_start region containing the boot-vector data and
46 such that it is able to load the correct boot-vector (contained in rom_start)
50 Most SOCs include an alias for the boot-vector at address 0x00000000
55 is not placed into the boot-vector memory area.
58 effect of enlarging the bin file. If the zephyr.bin file is used to boot the
63 for code location. But the boot-vector must be placed into OCRAM_S for the
64 CORTEX-M to boot (alias 0, real 0x00180000/32K available).
76 to the right memory region of the boot-vector.
79 -IMX7D the boot-vector is OCRAM_S (0x00180000, aliased at 0x0).
80 -IMX6SX the boot-vector is TCML (0x007F8000, aliased at 0x0).
[all …]
/Zephyr-latest/soc/nxp/mcx/mcxc/
DKconfig41 bool "Keep watchdog timer enabled at boot"
43 Leave SOC watchdog timer enabled at boot. The specific timeout
44 and clock configuration of the watchdog at boot is SOC dependent.
45 Note: if the watchdog timer is enabled at boot, the user will
49 # Enable watchdog configuration function if watchdog is left enabled at boot
/Zephyr-latest/boards/acrn/acrn/doc/
Dindex.rst75 the boot filesystem. Under currently tested configurations, Zephyr
153 and Zephyr application will not boot successfully without this change.
198 Assemble EFI Boot Media
201 ACRN will boot on the hardware via the GNU GRUB bootloader, which is
217 Create EFI Boot Filesystem
220 Now attach your boot media (e.g. a USB stick on /dev/sdb, your
221 hardware may differ!) to a Linux system and create an EFI boot
222 partition (type code 0xEF) large enough to store your boot artifacts.
247 "/efi/boot" directory of the boot media. Note that GRUB must be named
252 # mkdir -p /mnt/acrn/efi/boot
[all …]
/Zephyr-latest/boards/intel/ehl/doc/
Dindex.rst68 To enable PXE boot for Elkhart Lake CRB board do the following:
70 #. Enable boot from PXE. Go to EFI shell and make sure that the first boot
75 Shell> bcfg boot dump
82 #. If UEFI PXEv4 is not the first boot option use ``bcfg boot mv`` command to
83 change boot order
87 Shell> bcfg boot mv 7 0
/Zephyr-latest/scripts/native_simulator/common/src/include/
Dnsi_cpu_ctrl.h17 * @brief Define if a CPU should automatically start at boot or not
28 * @brief Boot CPU <cpu_n>
38 * Boot all CPUs which are configured to boot automatically
/Zephyr-latest/boards/intel/common/
Defi_boot.rst5 Preparing the Boot Device
8 Prepare a USB flash drive to boot the Zephyr application image on
36 Boot the board to the EFI shell with USB flash drive connected.
38 #. Insert the prepared boot device (USB flash drive) into the board.
58 #. From the EFI shell select Zephyr EFI image to boot.
64 #. When the boot process completes, you have finished booting the
/Zephyr-latest/dts/bindings/usb/
Dzephyr,hid-device.yaml21 of the HID specification. Only boot devices are required to set one of
22 the protocols, keyboard or mouse. For non-boot devices, this property is
24 - none: Device does not support the boot interface
25 - keyboard: Device supports boot interface and keyboard protocol
26 - mouse: Device supports boot interface and mouse protocol
/Zephyr-latest/doc/services/device_mgmt/
Ddfu.rst13 * :zephyr_file:`subsys/dfu/boot/`: Interface code to bootloaders
40 The MCUboot API is provided to get version information and boot status of
41 application images. It allows to select application image and boot type
42 for the next boot.
58 `MCUboot boot loader`_. It interfaces with MCUboot and is aware of the image
60 is the boot loader used with Zephyr. The source code itself is hosted in the
88 .. _MCUboot boot loader: https://mcuboot.com/
/Zephyr-latest/tests/kernel/common/src/
Dboot_delay.c10 * @brief Test delay during boot
17 * @brief This module verifies the delay specified during boot.
34 /* compare this with the boot delay specified */ in ZTEST()
37 "boot delay not executed: %d < %d", in ZTEST()
/Zephyr-latest/share/sysbuild/images/bootloader/
DKconfig42 MCUboot will only boot slot0_partition placed application and does not care about other
50 will boot from slot0_partition. MCUBOOT_BOOTLOADER_NO_DOWNGRADE should also be selected
57 DT, and application will boot from slot0_partition. In this mode scratch_partition is
77 can boot from either partition and will select one with higher application image version,
87 will boot the application with the higher version from either slot, as long as it has
88 been marked to be boot next time for test or permanently. In case when application is
89 marked for test it needs to confirm itself, on the first boot, or it will be removed and
92 version application is approved, it is not possible to select lower version for boot.
111 MCUboot will only boot slot0_partition for the main application but has an entrance
/Zephyr-latest/subsys/retention/
DKconfig47 bool "Boot mode"
49 Adds a boot mode system that allows for changing execution flow
50 depending upon the value of a boot mode parameter. Can be used for
55 byte must be created and set as the "zephyr,boot-mode" chosen node
/Zephyr-latest/dts/bindings/regulator/
Dsilabs,series2-dcdc.yaml12 `regulator-boot-on`
13 Enable DC-DC converter at boot. If not set, the DC-DC converter is powered off.
15 Enable bypass mode. If combined with `regulator-boot-on`, the DC-DC converter
28 - regulator-boot-on
/Zephyr-latest/subsys/mgmt/mcumgr/grp/img_mgmt/include/mgmt/mcumgr/grp/img_mgmt/
Dimg_mgmt_priv.h32 * the system will perform a boot of the specified image.
45 * booting into the image in slot 0 until told to boot from a different slot.
120 /** The normal boot to active or non-active slot */
122 /** The test/non-permanent boot to non-active slot */
124 /** Next boot will be revert to already confirmed slot; this
125 * type of next boot means that active slot is not confirmed
126 * yet as it has been marked for test in previous boot.
132 * @brief Get next boot slot number for a given image.
135 * @param type Type of next boot
138 * boot on next reset. User needs to compare this slot against active slot
[all …]
/Zephyr-latest/soc/nxp/lpc/lpc54xxx/gcc/
Dstartup_LPC54114_cm4.S68 /* Select boot based on selected master core and core ID */
76 /* Slave boot */
79 ldr r2, [r0] /* r1 = SYSCON co-processor boot address */
81 cmp r2, #0 /* Slave boot address = 0 (not set up)? */
90 /* slave vector table in boot memory */
91 bx r2 /* Jump to slave boot address */
93 /* Slave isn't yet setup for system boot from the master */
/Zephyr-latest/soc/native/inf_clock/
DKconfig36 the first one to boot, or even that it will boot automatically.
51 Automatically start the MCU this Zephyr image is built for during HW boot,
54 If that MCU was, by HW design, going to start at HW boot anyhow, this option does nothing.
/Zephyr-latest/tests/drivers/regulator/api/
Dapp.overlay17 regulator-boot-on;
31 regulator-boot-off;
35 regulator-boot-off;
/Zephyr-latest/soc/espressif/common/
DKconfig19 bool "Simple Boot method"
22 The Simple Boot is a booting method that doesn't need a 2nd stage bootloader.
25 all other features, such as secure boot OTA or slots management are not available.
32 ending at the last memory location that can be safely accessed (depending on a boot mode).
/Zephyr-latest/soc/nxp/kinetis/
DKconfig118 Configures the reset value of the FOPT register, which includes boot,
140 bool "Keep watchdog timer enabled at boot"
142 Leave SOC watchdog timer enabled at boot. The specific timeout
143 and clock configuration of the watchdog at boot is SOC dependent.
144 Note: if the watchdog timer is enabled at boot, the user will
148 # Enable watchdog configuration function if watchdog is left enabled at boot
/Zephyr-latest/drivers/serial/
DKconfig.stellaris21 This tells the driver to configure the UART port at boot, depending on
29 This tells the driver to configure the UART port at boot, depending on
37 This tells the driver to configure the UART port at boot, depending on
/Zephyr-latest/soc/nxp/kinetis/ke1xf/
DKconfig47 bool "Keep watchdog timer enabled at boot"
49 Keep the watchdog timer enabled at boot with the internal
52 watchdog timer after boot and install a different timeout,
/Zephyr-latest/include/zephyr/arch/x86/
Defi.h10 /* Boot type value (see prep_c.c) */
25 * @param efi_arg The given pointer to EFI prepared boot argument
29 /** @brief Get the ACPI RSDP table pointer from EFI boot argument

12345678910>>...39