Home
last modified time | relevance | path

Searched refs:env (Results 1 – 25 of 87) sorted by relevance

1234

/arch/arm/mach-keystone/
A Dkeystone.c46 char *env; in misc_init_r() local
49 env = env_get("ks2_debug"); in misc_init_r()
51 if (env) in misc_init_r()
52 ks2_debug = simple_strtol(env, NULL, 0); in misc_init_r()
A Dddr3.c332 char *env; in ddr3_check_ecc_int() local
336 env = env_get("ecc_test"); in ddr3_check_ecc_int()
337 if (env) in ddr3_check_ecc_int()
338 ecc_test = simple_strtol(env, NULL, 0); in ddr3_check_ecc_int()
/arch/arm/mach-uniphier/
A Dboard_late_init.c53 static void uniphier_set_env_addr(const char *env, const char *offset_env) in uniphier_set_env_addr() argument
61 if (env_get(env)) in uniphier_set_env_addr()
74 ret = env_set_hex(env, gd->ram_base + offset); in uniphier_set_env_addr()
81 pr_warn("\"%s\" environment variable was not set correctly\n", env); in uniphier_set_env_addr()
/arch/arm/dts/
A Dstm32mp235f-dk-u-boot.dtsi11 u-boot,mmc-env-partition = "u-boot-env";
A Dstm32mp257f-ev1-u-boot.dtsi11 u-boot,mmc-env-partition = "u-boot-env";
A Darmada-3720-espressobin-u-boot.dtsi23 partition@u-boot-env {
25 label = "u-boot-env";
A Dstm32mp135f-dk-u-boot.dtsi16 u-boot,mmc-env-partition = "u-boot-env";
A Darmada-xp-crs305-1g-4s-bit.dts30 partition@u-boot-env {
32 label = "u-boot-env";
A Darmada-xp-crs326-24g-2s-bit.dts30 partition@u-boot-env {
32 label = "u-boot-env";
A Darmada-xp-crs328-4c-20s-4s-bit.dts30 partition@u-boot-env {
32 label = "u-boot-env";
A Dstm32mp157c-ed1-scmi-u-boot.dtsi17 u-boot,mmc-env-partition = "u-boot-env";
A Dstm32mp13xx-dhcor-u-boot.dtsi18 u-boot,mmc-env-offset = <0x3fc000>;
19 u-boot,mmc-env-offset-redundant = <0x3fc000>;
47 label = "u-boot-env-a";
51 label = "u-boot-env-b";
A Dstm32mp157a-dk1-scmi-u-boot.dtsi18 u-boot,mmc-env-partition = "u-boot-env";
A Dkirkwood-atl-sbx81lifkw.dts104 partition@u-boot-env {
106 label = "u-boot-env";
A Dkirkwood-atl-sbx81lifxcat.dts104 partition@u-boot-env {
106 label = "u-boot-env";
A Dk3-am625-phyboard-lyra-rdk-u-boot.dtsi137 label = "ospi.env";
141 label = "ospi.env.backup";
A Dstm32mp157c-ev1-u-boot.dtsi45 label = "u-boot-env";
66 label = "u-boot-env";
A Darmada-xp-crs305-1g-4s.dtsi100 partition@u-boot-env {
102 label = "u-boot-env";
A Darmada-xp-crs326-24g-2s.dtsi100 partition@u-boot-env {
102 label = "u-boot-env";
A Darmada-xp-crs328-4c-20s-4s.dtsi100 partition@u-boot-env {
102 label = "u-boot-env";
A Dk3-am642-phyboard-electra-rdk-u-boot.dtsi144 label = "ospi.env";
148 label = "ospi.env.backup";
A Darmada-xp-db-xc3-24g4xg.dts100 partition@u-boot-env {
102 label = "u-boot-env";
/arch/arm/cpu/armv8/fsl-layerscape/doc/
A DREADME.pci_iommu_extra11 The "pci_iommu_extra" env var or "pci-iommu-extra" device tree property (to be
19 The env var consists of a list of <bdf>,<action> pairs for a certain pci bus
42 Note: the env var has priority over the device tree property.
53 The following u-boot env var will create iommu mappings for 3 VFs for each PF:
/arch/sandbox/dts/
A Dsandbox_capsule.dtsi36 text = "u-boot-env:New";
74 text = "u-boot-env:New";
149 text = "u-boot-env:New";
/arch/powerpc/dts/gdsys/soc/nor/
A Dflash-80k-partition.dtsi13 env@80000 {

Completed in 20 milliseconds

1234