Home
last modified time | relevance | path

Searched +full:u +full:- +full:boot +full:- +full:env (Results 1 – 25 of 218) sorted by relevance

123456789

/freebsd-src/sys/contrib/device-tree/Bindings/nvmem/
H A Du-boot,env.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/nvmem/u-boot,env.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: U-Boot environment variables
10 U-Boot uses environment variables to store device parameters and
14 Data is stored using U-Boot specific formats (variant specific header and NUL
15 separated key-value pairs).
21 This binding allows marking storage device (as containing env data) and
30 - Rafał Miłecki <rafal@milecki.pl>
[all …]
/freebsd-src/tests/ci/
H A DMakefile.riscv641 # SPDX-License-Identifier: BSD-2-Clause
11 QEMU_DEVICES=-device virtio-blk-device,drive=hd0
12 …MU_EXTRA_PARAM=-bios /usr/local/share/opensbi/lp64/generic/firmware/fw_jump.elf -kernel /usr/local…
16 portinstall-riscv64: portinstall-pkg .PHONY
18 env ASSUME_ALWAYS_YES=yes pkg install sysutils/opensbi
20 .if !exists(/usr/local/share/u-boot/u-boot-qemu-riscv64/u-boot.bin)
21 env ASSUME_ALWAYS_YES=yes pkg install sysutils/u-boot-qemu-riscv64
26 ci-buildworld-riscv64: ci-buildworld .PHONY
28 ci-buildkernel-riscv64: ci-buildkernel .PHONY
30 ci-buildimage-riscv64: ci-buildimage .PHONY
[all …]
H A DMakefile.aarch641 # SPDX-License-Identifier: BSD-2-Clause
11 QEMU_DEVICES=-device virtio-blk,drive=hd0 -device ahci,id=ahci
12 QEMU_EXTRA_PARAM=-bios /usr/local/share/u-boot/u-boot-qemu-arm64/u-boot.bin -cpu cortex-a57
16 portinstall-aarch64: portinstall-pkg .PHONY
17 .if !exists(/usr/local/share/u-boot/u-boot-qemu-arm64/u-boot.bin)
18 env ASSUME_ALWAYS_YES=yes pkg install sysutils/u-boot-qemu-arm64
23 ci-buildworld-aarch64: ci-buildworld .PHONY
25 ci-buildkernel-aarch64: ci-buildkernel .PHONY
27 ci-buildimage-aarch64: ci-buildimage .PHONY
29 ci-runtest-aarch64: ci-runtest .PHONY
H A DMakefile.armv71 # SPDX-License-Identifier: BSD-2-Clause
11 QEMU_DEVICES=-device virtio-blk,drive=hd0 -device ahci,id=ahci
12 QEMU_EXTRA_PARAM=-bios /usr/local/share/u-boot/u-boot-qemu-arm/u-boot.bin
16 portinstall-armv7: portinstall-pkg .PHONY
17 .if !exists(/usr/local/share/u-boot/u-boot-qemu-arm/u-boot.bin)
18 env ASSUME_ALWAYS_YES=yes pkg install sysutils/u-boot-qemu-arm
23 ci-buildworld-armv7: ci-buildworld .PHONY
25 ci-buildkernel-armv7: ci-buildkernel .PHONY
27 ci-buildimage-armv7: ci-buildimage .PHONY
29 ci-runtest-armv7: ci-runtest .PHONY
/freebsd-src/stand/uboot/
H A Duboot_fdt.c1 /*-
2 * Copyright (c) 2009-2010 The FreeBSD Foundation
54 printf("Using DTB provided by U-Boot at " in fdt_platform_load_from_ubenv()
73 * If the U-boot environment contains a variable giving the address of a in fdt_platform_load_dtb()
74 * valid blob in memory, use it. The U-boot README says the right in fdt_platform_load_dtb()
88 * Try to get FDT filename first from loader env and then from u-boot env in fdt_platform_load_dtb()
118 const char *env, *str; in fdt_platform_fixups() local
123 env = NULL; in fdt_platform_fixups()
134 while ((env = ub_env_enum(env)) != NULL) { in fdt_platform_fixups()
135 if (strncmp(env, "eth", 3) == 0 && in fdt_platform_fixups()
[all …]
H A Dhelp.uboot3 # Tubenv DShow or import U-Boot environment variables
7 Display U-Boot environment variables, or import them into the
11 # Tubenv Simport DImport U-Boot env vars
15 If no variable names are specified, all U-Boot environment
20 # Tubenv Sshow DShow U-Boot env vars
24 If no variable names are specified, all U-Boot environment
/freebsd-src/sys/contrib/device-tree/src/arm/aspeed/
H A Dopenbmc-flash-layout.dtsi1 // SPDX-License-Identifier: GPL-2.0+
4 compatible = "fixed-partitions";
5 #address-cells = <1>;
6 #size-cells = <1>;
8 u-boot@0 {
10 label = "u-boot";
13 u-boot-env@60000 {
15 label = "u-boot-env";
H A Dopenbmc-flash-layout-128.dtsi1 // SPDX-License-Identifier: GPL-2.0+
4 compatible = "fixed-partitions";
5 #address-cells = <1>;
6 #size-cells = <1>;
8 u-boot@0 {
10 label = "u-boot";
13 u-boot-env@e0000 {
15 label = "u-boot-env";
H A Dfacebook-bmc-flash-layout-128.dtsi1 // SPDX-License-Identifier: GPL-2.0+
5 compatible = "fixed-partitions";
6 #address-cells = <1>;
7 #size-cells = <1>;
10 * u-boot partition: 896KB.
12 u-boot@0 {
14 label = "u-boot";
18 * u-boot environment variables: 64KB.
20 u-boot-env@e0000 {
22 label = "env";
[all …]
H A Dopenbmc-flash-layout-64.dtsi1 // SPDX-License-Identifier: GPL-2.0+
7 compatible = "fixed-partitions";
8 #address-cells = <1>;
9 #size-cells = <1>;
11 u-boot@0 {
13 label = "u-boot";
16 u-boot-env@e0000 {
18 label = "u-boot-env";
H A Dopenbmc-flash-layout-64-alt.dtsi1 // SPDX-License-Identifier: GPL-2.0+
7 compatible = "fixed-partitions";
8 #address-cells = <1>;
9 #size-cells = <1>;
11 u-boot@0 {
13 label = "alt-u-boot";
16 u-boot-env@e0000 {
18 label = "alt-u-boot-env";
23 label = "alt-kernel";
28 label = "alt-rofs";
[all …]
H A Dfacebook-bmc-flash-layout.dtsi1 // SPDX-License-Identifier: GPL-2.0+
5 compatible = "fixed-partitions";
6 #address-cells = <1>;
7 #size-cells = <1>;
9 u-boot@0 {
11 label = "u-boot";
14 u-boot-env@60000 {
16 label = "env";
/freebsd-src/sys/contrib/device-tree/src/arm/marvell/
H A Darmada-xp-crs328-4c-20s-4s-bit.dts1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
3 * Device Tree file for MikroTik CRS328-4C-20S-4S+ Bit board
9 #include "armada-xp-crs328-4c-20s-4s.dtsi"
12 model = "MikroTik CRS328-4C-20S-4S+ Bit";
19 #address-cells = <1>;
20 #size-cells = <1>;
21 compatible = "jedec,spi-nor";
23 spi-max-frequency = <108000000>;
24 m25p,fast-read;
26 partition@u-boot {
[all …]
H A Darmada-xp-crs326-24g-2s-bit.dts1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
3 * Device Tree file for MikroTik CRS326-24G-2S+ Bit board
9 #include "armada-xp-crs326-24g-2s.dtsi"
12 model = "MikroTik CRS326-24G-2S+ Bit";
19 #address-cells = <1>;
20 #size-cells = <1>;
21 compatible = "jedec,spi-nor";
23 spi-max-frequency = <108000000>;
24 m25p,fast-read;
26 partition@u-boot {
[all …]
H A Darmada-xp-crs305-1g-4s-bit.dts1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
3 * Device Tree file for MikroTik CRS305-1G-4S+ Bit board
9 #include "armada-xp-crs305-1g-4s.dtsi"
12 model = "MikroTik CRS305-1G-4S+ Bit";
19 #address-cells = <1>;
20 #size-cells = <1>;
21 compatible = "jedec,spi-nor";
23 spi-max-frequency = <108000000>;
24 m25p,fast-read;
26 partition@u-boot {
[all …]
H A Darmada-xp-crs328-4c-20s-4s.dtsi1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
3 * Device Tree file for CRS328-4C-20S-4S+ board
8 * Based on armada-xp-db.dts
13 * DT-capable, U-Boot bootloaders provided by Marvell. Some earlier
20 /dts-v1/;
21 #include "armada-xp-98dx3236.dtsi"
24 model = "CRS328-4C-20S-4S+";
25 compatible = "mikrotik,crs328-4c-20s-4s", "marvell,armadaxp-98dx3236", "marvell,armada-370-xp";
38 arm,parity-enable;
39 marvell,ecc-enable;
[all …]
H A Darmada-xp-crs326-24g-2s.dtsi1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
3 * Device Tree file for CRS326-24G-2S board
8 * Based on armada-xp-db.dts
13 * DT-capable, U-Boot bootloaders provided by Marvell. Some earlier
20 /dts-v1/;
21 #include "armada-xp-98dx3236.dtsi"
24 model = "CRS326-24G-2S+";
25 compatible = "mikrotik,crs326-24g-2s", "marvell,armadaxp-98dx3236", "marvell,armada-370-xp";
38 arm,parity-enable;
39 marvell,ecc-enable;
[all …]
H A Darmada-xp-crs305-1g-4s.dtsi1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
3 * Device Tree file for CRS305-1G-4S board
8 * Based on armada-xp-db.dts
13 * DT-capable, U-Boot bootloaders provided by Marvell. Some earlier
20 /dts-v1/;
21 #include "armada-xp-98dx3236.dtsi"
24 model = "CRS305-1G-4S+";
25 compatible = "mikrotik,crs305-1g-4s", "marvell,armadaxp-98dx3236", "marvell,armada-370-xp";
38 arm,parity-enable;
39 marvell,ecc-enable;
[all …]
H A Darmada-xp-db-xc3-24g4xg.dts1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
3 * Device Tree file for DB-XC3-24G4XG board
7 * Based on armada-xp-db.dts
12 * DT-capable, U-Boot bootloaders provided by Marvell. Some earlier
19 /dts-v1/;
20 #include "armada-xp-98dx3336.dtsi"
23 model = "DB-XC3-24G4XG";
24 compatible = "marvell,db-xc3-24g4xg", "marvell,armadaxp-98dx3336", "marvell,armada-370-xp";
37 arm,parity-enable;
38 marvell,ecc-enable;
[all …]
H A Darmada-xp-db-dxbc2.dts1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
3 * Device Tree file for DB-DXBC2 board
7 * Based on armada-xp-db.dts
12 * DT-capable, U-Boot bootloaders provided by Marvell. Some earlier
19 /dts-v1/;
20 #include "armada-xp-98dx4251.dtsi"
24 compatible = "marvell,db-dxbc2", "marvell,armadaxp-98dx4251", "marvell,armada-370-xp";
43 devbus,bus-width = <16>;
44 devbus,turn-off-ps = <60000>;
45 devbus,badr-skew-ps = <0>;
[all …]
H A Dkirkwood-t5325.dts1 // SPDX-License-Identifier: GPL-2.0
7 * Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
12 /dts-v1/;
15 #include "kirkwood-6281.dtsi"
19 compatible = "hp,t5325", "marvell,kirkwood-88f6281", "marvell,kirkwood";
28 stdout-path = &uart0;
32 pinctrl: pin-controller@10000 {
33 pinctrl-
[all...]
/freebsd-src/sys/contrib/device-tree/Bindings/mtd/partitions/
H A Du-boot.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/mtd/partitions/u-boot.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: U-Boot bootloader partition
10 U-Boot is a bootloader commonly used in embedded devices. It's almost always
17 - Rafał Miłecki <rafal@milecki.pl>
20 - $ref: partition.yaml#
25 - const: brcm,u-boot
27 Broadcom stores environment variables inside a U-Boot partition. They
[all …]
/freebsd-src/sys/contrib/device-tree/src/arm/broadcom/
H A Dbcm53015-meraki-mr26.dts1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
9 /dts-v1/;
12 #include "bcm5301x-nand-cs0-bch8.dtsi"
13 #include <dt-bindings/leds/common.h>
25 compatible = "gpio-leds";
27 led-0 {
31 panic-indicator;
33 led-1 {
41 compatible = "gpio-keys";
43 key-restart {
[all …]
/freebsd-src/sys/contrib/device-tree/src/arm/ti/omap/
H A Ddra72-evm-common.dtsi1 // SPDX-License-Identifier: GPL-2.0-only
3 * Copyright (C) 2014-2016 Texas Instruments Incorporated - https://www.ti.com/
5 /dts-v1/;
8 #include "dra7-ipu-dsp-common.dtsi"
9 #include <dt-bindings/gpio/gpio.h>
10 #include <dt-bindings/clock/ti-dra7-atl.h>
13 compatible = "ti,dra72-evm", "ti,dra722", "ti,dra72", "ti,dra7";
20 stdout-path = &uart1;
23 evm_12v0: fixedregulator-evm12v0 {
25 compatible = "regulator-fixed";
[all …]
/freebsd-src/sys/contrib/device-tree/src/arm/microchip/
H A Dat91sam9x5cm.dtsi1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * at91sam9x5cm.dtsi - Device Tree Include file for AT91SAM9x5 CPU Module
16 clock-frequency = <32768>;
20 clock-frequency = <12000000>;
28 compatible = "atmel,tcb-timer";
33 compatible = "atmel,tcb-time
[all...]

123456789