Home
last modified time | relevance | path

Searched +full:bootloader +full:- +full:config (Results 1 – 25 of 385) sorted by relevance

12345678910>>...16

/openbmc/u-boot/arch/arm/mach-bcmstb/
H A DKconfig3 config TARGET_BCM7445
8 is acting as the second stage bootloader, and U-Boot is
9 acting as the third stage bootloader (TSBL), loaded by BOLT.
11 config TARGET_BCM7260
16 is acting as the second stage bootloader, and U-Boot is
17 acting as the third stage bootloader (TSBL), loaded by BOLT.
19 config SYS_CPU
22 config SYS_BOARD
25 config SYS_VENDOR
28 config SYS_SOC
[all …]
/openbmc/u-boot/board/cobra5272/
H A DREADME2 Author: Florian Schlote for Sentec elektronik (linux@sentec-elektronik.de)
3 Contents: This is the README of u-boot (Universal bootloader) for our
17 -----------
21 2. If necessary, modify board/cobra5272/config.mk (see below)
30 Please refer to u-boot README (general info, u-boot-x-x-x/README),
31 to u-boot-x-x-x/doc/README.COBRA5272 and
32 to the comments in u-boot-x-x-x/include/configs/cobra5272.h
34 Configuring u-boot is done by commenting/uncommenting preprocessor defines.
50 #-----------------------------------
51 # u-boot FLASH version & RAM version
[all …]
/openbmc/openbmc/meta-raspberrypi/recipes-bsp/rpi-eeprom/
H A Drpi-eeprom_git.bb2 DESCRIPTION = "This repository contains the rpi4 bootloader and scripts \
4 LICENSE = "BSD-3-Clause & Broadcom-RPi"
8 git://github.com/raspberrypi/rpi-eeprom.git;protocol=https;branch=master \
12 PV = "v.2024.02.16-2712"
19 python3-pycryptodomex \
28 install -d ${D}${bindir}
31 install -m 0755 ${S}/tools/vl805 ${D}${bindir}
32 install -m 0755 ${S}/rpi-eeprom-update ${D}${bindir}
33 install -m 0755 ${S}/rpi-eeprom-config ${D}${bindir}
34 install -m 0755 ${S}/rpi-eeprom-digest ${D}${bindir}
[all …]
/openbmc/linux/arch/arm/mach-omap1/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
22 config ARCH_OMAP15XX
29 config ARCH_OMAP16XX
36 config ARCH_OMAP
41 config OMAP_MUX
45 Pin multiplexing support for OMAP boards. If your bootloader
49 config OMAP_MUX_DEBUG
57 config OMAP_MUX_WARNINGS
58 bool "Warn about pins the bootloader didn't set up"
66 config OMAP_32K_TIMER
[all …]
/openbmc/openbmc/poky/scripts/lib/wic/canned-wks/
H A Ddirectdisk-bootloader-config.wks1 # short-description: Create a 'pcbios' direct disk image with custom bootloader config
2 # long-description: Creates a partitioned legacy BIOS disk image that the user
3 # can directly dd to boot media. The bootloader configuration source is a user file.
7 bootloader --configfile="directdisk-bootloader-config.cfg"
/openbmc/linux/drivers/memory/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
17 config DDR
25 config ARM_PL172_MPMC
33 config ATMEL_EBI
42 Used to configure the EBI (external bus interface) when the device-
46 config BRCMSTB_DPFE
58 config BRCMSTB_MEMC
67 config BT1_L2_CTL
68 bool "Baikal-T1 CM2 L2-RAM Cache Control Block"
72 Baikal-T1 CPU is based on the MIPS P5600 Warrior IP-core. The CPU
[all …]
/openbmc/u-boot/disk/
H A DKconfig4 config PARTITIONS
14 - CONFIG_MAC_PARTITION Apple's MacOS partition table.
15 - CONFIG_DOS_PARTITION MS Dos partition table, traditional on the
17 - CONFIG_ISO_PARTITION ISO partition table, used on CDROM etc.
18 - CONFIG_EFI_PARTITION GPT partition table, common when EFI is the
19 bootloader. Note 2TB partition limit; see
21 - CONFIG_MTD_PARTITIONS Memory Technology Device partition table.
23 you must configure support for at least one non-MTD partition type
26 config MAC_PARTITION
30 Say Y here if you would like to use device under U-Boot which
[all …]
/openbmc/linux/drivers/firmware/efi/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
5 config EFI_ESRT
10 config EFI_VARS_PSTORE
20 config EFI_VARS_PSTORE_DEFAULT_DISABLE
29 config EFI_SOFT_RESERVE
42 resource, and set aside for direct-access (device-dax) by
45 device-dax kmem facility. Say N to have the kernel treat this
50 config EFI_DXE_MEM_ATTRIBUTES
62 config EFI_PARAMS_FROM_FDT
65 Select this config option from the architecture Kconfig if
[all …]
/openbmc/openbmc/poky/scripts/lib/wic/plugins/source/
H A Disoimage-isohybrid.py4 # SPDX-License-Identifier: GPL-2.0-only
7 # This implements the 'isoimage-isohybrid' source plugin class for 'wic'
33 implemented yet) as bootloader. The plugin creates the directories required
35 bootloader files.
38 part /boot --source isoimage-isohybrid --sourceparams="loader=grub-efi, \\
39 image_name= IsoImage" --ondisk cd --label LIVECD
40 bootloader --timeout=10 --append=" "
42 In --sourceparams "loader" specifies the bootloader used for booting in EFI
44 example above, wic creates an ISO image named IsoImage-cd.direct (default
45 extension added by direct imeger plugin) and a file named IsoImage-cd.iso
[all …]
H A Dbootimg-efi.py4 # SPDX-License-Identifier: GPL-2.0-only
7 # This implements the 'bootimg-efi' source plugin class for 'wic'
32 This plugin supports GRUB 2 and systemd-boot bootloaders.
35 name = 'bootimg-efi'
46 cp_cmd = "cp -v -p %s/%s %s" % (bootimg_dir, rd, hdddir)
55 cp_cmd = "cp -v -p %s/%s %s" % (bootimg_dir, dtb, hdddir)
62 Create loader-specific (grub-efi) config
64 configfile = creator.ks.bootloader.configfile
84 bootloader = creator.ks.bootloader
88 grubefi_conf += "serial --unit=0 --speed=115200 --word=8 --parity=no --stop=1\n"
[all …]
H A Dbootimg-pcbios.py4 # SPDX-License-Identifier: GPL-2.0-only
7 # This implements the 'bootimg-pcbios' source plugin class for 'wic'
30 name = 'bootimg-pcbios'
44 nonarch_datadir = re.sub('/[^/]*recipe-sysroot', '/recipe-sysroot', staging_datadir)
68 raise WicError("Couldn't find %s. If using the -e option, do you "
84 Called before do_prepare_partition(), creates syslinux config
88 install_cmd = "install -d %s" % hdddir
91 bootloader = creator.ks.bootloader
94 if bootloader.configfile:
95 custom_cfg = get_custom_config(bootloader.configfile)
[all …]
/openbmc/linux/arch/arm/mach-davinci/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0
21 config ARCH_DAVINCI_DA830
22 bool "DA830/OMAP-L137/AM17x based system"
28 config ARCH_DAVINCI_DA850
29 bool "DA850/OMAP-L138/AM18x based system"
32 config ARCH_DAVINCI_DA8XX
35 config DAVINCI_MUX
40 Pin multiplexing support for DAVINCI boards. If your bootloader
44 config DAVINCI_MUX_DEBUG
52 config DAVINCI_MUX_WARNINGS
[all …]
/openbmc/linux/arch/mips/
H A DKconfig.debug1 # SPDX-License-Identifier: GPL-2.0
3 config EARLY_PRINTK
17 config EARLY_PRINTK_8250
26 config USE_GENERIC_EARLY_PRINTK_8250
29 config CMDLINE_BOOL
30 bool "Built-in kernel command line"
32 For most systems, it is firmware or second stage bootloader that
41 The built-in options will be concatenated to the default command
43 command line will be ignored and replaced by the built-in string.
46 the command line from the firmware or the second-stage bootloader.
[all …]
/openbmc/linux/Documentation/devicetree/bindings/nvmem/
H A Drmem.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Nicolas Saenz Julienne <nsaenzjulienne@suse.de>
13 - $ref: nvmem.yaml#
18 - enum:
19 - raspberrypi,bootloader-config
20 - raspberrypi,bootloader-public-key
21 - const: nvmem-rmem
26 no-map:
[all …]
/openbmc/linux/arch/sh/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0
2 config SUPERH
81 <http://www.linux-sh.org/>.
83 config GENERIC_BUG
87 config GENERIC_HWEIGHT
90 config GENERIC_CALIBRATE_DELAY
93 config GENERIC_LOCKBREAK
97 config ARCH_SUSPEND_POSSIBLE
100 config ARCH_HIBERNATION_POSSIBLE
103 config SYS_SUPPORTS_APM_EMULATION
[all …]
/openbmc/linux/arch/alpha/
H A DKconfig.debug1 # SPDX-License-Identifier: GPL-2.0
3 config EARLY_PRINTK
8 config ALPHA_LEGACY_START_ADDRESS
18 If you're using aboot 0.7 or later, the bootloader will examine the
20 most older bootloaders -- APB or MILO -- hardcoded the kernel start
24 Say Y if you have a broken bootloader. Say N if you do not, or if
27 config ALPHA_LEGACY_START_ADDRESS
32 config MATHEMU
/openbmc/linux/drivers/platform/x86/intel/wmi/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
6 config INTEL_WMI
9 config INTEL_WMI_SBL_FW_UPDATE
10 tristate "Intel WMI Slim Bootloader firmware update signaling driver"
15 Slim Bootloader to trigger update on next reboot.
18 be called intel-wmi-sbl-fw-update.
20 config INTEL_WMI_THUNDERBOLT
31 be called intel-wmi-thunderbolt.
/openbmc/u-boot/doc/
H A DREADME.ramboot-ppc85xx5 pre-mechanism is required to load the DDR with the bootloader binary.
6 - In case of SD and SPI boot this is done by BootROM code inside the chip
8 - In case of NAND boot FCM supports loading initial 4K code from NAND flash
9 which can initialize the DDR and get the complete bootloader copied to DDR.
15 1. Load the RAM based bootloader onto DDR via JTAG/BDI interface. And then
16 execute the bootloader from DDR.
18 - In very early stage of platform bringup where other boot options are not
20 - In case the support to program the flashes on the board is not available.
22 2. Load the RAM based bootloader onto DDR using already existing bootloader on
23 the board.And then execute the bootloader from DDR.
[all …]
H A DREADME.android-fastboot-protocol2 ----------------------
11 ------------------
14 * Max packet size must be 64 bytes for full-speed and 512 bytes for
15 high-speed USB
16 * The protocol is entirely host-driven and synchronous (unlike the
17 multi-channel, bi-directional, asynchronous ADB protocol)
21 ---------------------
31 a. INFO -> the remaining 60 bytes are an informative message
35 b. FAIL -> the requested command failed. The remaining 60 bytes
39 c. OKAY -> the requested command completed successfully. Go to #5
[all …]
/openbmc/linux/arch/mips/generic/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0
4 config LEGACY_BOARDS
7 Select this from your board if the board must use a legacy, non-UHI,
13 config YAMON_DT_SHIM
16 Select this from your board if the board uses the YAMON bootloader
18 YAMON-provided environment variables into a device tree properties.
20 comment "Legacy (non-UHI/non-FIT) Boards"
22 config LEGACY_BOARD_SEAD3
23 bool "Support MIPS SEAD-3 boards"
27 Enable this to include support for booting on MIPS SEAD-3 FPGA-based
[all …]
/openbmc/linux/usr/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0
6 config INITRAMFS_SOURCE
11 space-separated list of directories and files for building the
21 See <file:Documentation/driver-api/early-userspace/early_userspace_support.rst> for more details.
25 config INITRAMFS_FORCE
26 bool "Ignore the initramfs passed by the bootloader"
30 (or initrd image) passed to it by the bootloader. This is
33 your bootloader passes to the kernel.
35 config INITRAMFS_ROOT_UID
41 (-1 = current user) will be owned by root in the resulting image.
[all …]
/openbmc/u-boot/board/freescale/mx35pdk/
H A DREADME2 --------------
6 - CPU module, with CPU, RAM, flash
7 - Personality board, with most interfaces (USB, Network,..)
8 - Debug board with JTAG header.
11 a linux kernel and how to replace the original bootloader with U-Boot.
14 switch the boot device with the switches SW1-SW2 on the Personality board,
15 and with SW5-SW10 on the Debug board.
18 ---------------------------------------------------
23 exec -c "noinitrd console=ttymxc0,115200 root=/dev/mtdblock8 rw rootfstype=jffs2 ip=dhcp fec_mac=00…
28 -----------------------------------
[all …]
/openbmc/linux/arch/nios2/platform/
H A DKconfig.platform1 # SPDX-License-Identifier: GPL-2.0-only
6 config NIOS2_MEM_BASE
19 config NIOS2_DTB_AT_PHYS_ADDR
23 Normally this address is passed by a bootloader such as u-boot but
24 using this you can use a devicetree without a bootloader.
31 config NIOS2_DTB_PHYS_ADDR
38 config NIOS2_DTB_SOURCE_BOOL
45 config NIOS2_DTB_SOURCE
55 config NIOS2_ARCH_REVISION
63 config NIOS2_HW_MUL_SUPPORT
[all …]
/openbmc/linux/arch/arm/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0
2 config ARM
150 The ARM series is a line of low-power-consumption RISC chip designs
152 handhelds such as the Compaq IPAQ. ARM-based PCs are no longer
153 manufactured, but legacy ARM-based PC hardware remains popular in
157 config ARM_HAS_GROUP_RELOCS
164 supported in LLD until version 14. The combined range is -/+ 256 MiB,
168 config ARM_DMA_USE_IOMMU
174 config ARM_DMA_IOMMU_ALIGNMENT
193 config SYS_SUPPORTS_APM_EMULATION
[all …]
/openbmc/u-boot/arch/x86/include/asm/fsp/
H A Dfsp_support.h1 /* SPDX-License-Identifier: Intel */
37 * back to the bootloader with HOB list pointer as the parameter.
63 * @stack_top: bootloader stack top address
65 * @nvs_buf: Non-volatile memory buffer pointer
170 * This function retrieves FSP Non-volatile Storage HOB buffer and size.
182 * This function retrieves Bootloader temporary stack buffer and size.
185 * @len: A pointer to the bootloader temporary stack length.
188 * @retval NULL: Failed to find the bootloader temporary stack HOB.
189 * @retval others: Bootloader temporary stackbuffer pointer.
208 * @config: A pointer to the FSP configuration data structure
[all …]

12345678910>>...16