| /freebsd/sys/contrib/device-tree/Bindings/nvmem/layouts/ |
| H A D | u-boot,env.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/nvmem/layouts/u-boot,env.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: U-Boot environment variables layout 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 27 - Rafał Miłecki <rafal@milecki.pl> [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/nvmem/ |
| H A D | u-boot,env.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/nvmem/u [all...] |
| /freebsd/tests/ci/ |
| H A D | Makefile.riscv64 | 1 # SPDX-License-Identifier: BSD-2-Clause 11 …MU_EXTRA_PARAM=-bios /usr/local/share/opensbi/lp64/generic/firmware/fw_jump.elf -kernel /usr/local… 15 portinstall-riscv64: portinstall-pkg .PHONY 17 env ASSUME_ALWAYS_YES=yes pkg install sysutils/opensbi 19 .if !exists(/usr/local/share/u-boot/u-boot-qemu-riscv64/u-boot.bin) 20 env ASSUME_ALWAYS_YES=yes pkg install sysutils/u-boot-qemu-riscv64 25 ci-buildworld-riscv64: ci-buildworld .PHONY 27 ci-buildkernel-riscv64: ci-buildkernel .PHONY 29 ci-buildimage-riscv64: ci-buildimage .PHONY 31 ci-runtest-riscv64: ci-runtest .PHONY
|
| H A D | Makefile.armv7 | 1 # SPDX-License-Identifier: BSD-2-Clause 11 QEMU_DEVICES=-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
|
| H A D | Makefile.aarch64 | 1 # SPDX-License-Identifier: BSD-2-Clause 11 QEMU_DEVICES=-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
|
| /freebsd/stand/uboot/ |
| H A D | uboot_fdt.c | 1 /*- 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 D | help.uboot | 3 # 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/sys/contrib/device-tree/src/arm/aspeed/ |
| H A D | openbmc-flash-layout.dtsi | 1 // 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 D | openbmc-flash-layout-128.dtsi | 1 // 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 D | facebook-bmc-flash-layout-128.dtsi | 1 // 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 D | openbmc-flash-layout-64.dtsi | 1 // 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 D | openbmc-flash-layout-64-alt.dtsi | 1 // 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 D | facebook-bmc-flash-layout.dtsi | 1 // 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/sys/contrib/device-tree/src/arm/marvell/ |
| H A D | armada-xp-crs328-4c-20s-4s-bit.dts | 1 // 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 D | armada-xp-crs305-1g-4s-bit.dts | 1 // 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 D | armada-xp-crs326-24g-2s-bit.dts | 1 // 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 D | armada-xp-crs328-4c-20s-4s.dtsi | 1 // 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 D | armada-xp-crs326-24g-2s.dtsi | 1 // 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 D | armada-xp-crs305-1g-4s.dtsi | 1 // 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 D | kirkwood-t5325.dts | 1 // 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-0 = <&pmx_i2s &pmx_sysrst>; 34 pinctrl-names = "default"; 36 pmx_button_power: pmx-button_power { [all …]
|
| H A D | armada-xp-db-xc3-24g4xg.dts | 1 // 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 D | armada-xp-db-dxbc2.dts | 1 // 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 …]
|
| /freebsd/sys/contrib/device-tree/src/arm/broadcom/ |
| H A D | bcm53015-meraki-mr26.dts | 1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT 9 /dts-v1/; 12 #include "bcm5301x-nand-cs0-bch8.dtsi" 13 #include <dt-binding [all...] |
| /freebsd/sys/contrib/device-tree/Bindings/mtd/partitions/ |
| H A D | u-boot.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/mtd/partitions/u [all...] |
| /freebsd/sys/contrib/device-tree/src/arm/ti/omap/ |
| H A D | dra72-evm-common.dtsi | 1 // 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-commo [all...] |