Home
last modified time | relevance | path

Searched refs:env_common (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/board/synopsys/hsdk/
H A Dhsdk.c118 static struct hsdk_env_common_ctl env_common = {}; variable
123 { "core_mask", ENV_HEX, true, 0x1, 0xF, &env_common.core_mask },
124 { "non_volatile_limit", ENV_HEX, true, 0, 0xF, &env_common.nvlim },
125 { "icache_ena", ENV_HEX, true, 0, 1, &env_common.icache },
126 { "dcache_ena", ENV_HEX, true, 0, 1, &env_common.dcache },
131 { "cpu_freq", ENV_DEC, false, 100, 1000, &env_common.cpu_freq },
132 { "axi_freq", ENV_DEC, false, 200, 800, &env_common.axi_freq },
133 { "tun_freq", ENV_DEC, false, 0, 150, &env_common.tun_freq },
144 { "core_mask", ENV_HEX, false, 0x1, 0xF, &env_common.core_mask },
172 value = env_common.core_mask.val; in sync_cross_cpu_data()
[all …]
/openbmc/u-boot/
H A DREADME2247 -60 common/env_common.c Environment has a bad CRC, using default