Simon Glass | b5220bc | 2011-10-24 19:15:32 +0000 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (c) 2011 The Chromium OS Authors. |
Wolfgang Denk | 1a45966 | 2013-07-08 09:37:19 +0200 | [diff] [blame] | 3 | * SPDX-License-Identifier: GPL-2.0+ |
Simon Glass | b5220bc | 2011-10-24 19:15:32 +0000 | [diff] [blame] | 4 | */ |
| 5 | |
Heiko Schocher | 29a23f9 | 2014-03-03 12:19:30 +0100 | [diff] [blame] | 6 | #ifndef USE_HOSTCC |
Simon Glass | b5220bc | 2011-10-24 19:15:32 +0000 | [diff] [blame] | 7 | #include <common.h> |
| 8 | #include <serial.h> |
| 9 | #include <libfdt.h> |
| 10 | #include <fdtdec.h> |
| 11 | |
Michal Simek | e46431e | 2012-07-11 02:26:38 +0000 | [diff] [blame] | 12 | #include <asm/gpio.h> |
Simon Glass | ed3ee5c | 2012-02-27 10:52:36 +0000 | [diff] [blame] | 13 | |
Simon Glass | b5220bc | 2011-10-24 19:15:32 +0000 | [diff] [blame] | 14 | DECLARE_GLOBAL_DATA_PTR; |
| 15 | |
| 16 | /* |
| 17 | * Here are the type we know about. One day we might allow drivers to |
| 18 | * register. For now we just put them here. The COMPAT macro allows us to |
| 19 | * turn this into a sparse list later, and keeps the ID with the name. |
| 20 | */ |
| 21 | #define COMPAT(id, name) name |
| 22 | static const char * const compat_names[COMPAT_COUNT] = { |
Simon Glass | f88fe2d | 2012-02-27 10:52:34 +0000 | [diff] [blame] | 23 | COMPAT(UNKNOWN, "<none>"), |
Simon Glass | 87f938c | 2012-02-27 10:52:49 +0000 | [diff] [blame] | 24 | COMPAT(NVIDIA_TEGRA20_USB, "nvidia,tegra20-ehci"), |
Jim Lin | 7e44d93 | 2013-06-21 19:05:47 +0800 | [diff] [blame] | 25 | COMPAT(NVIDIA_TEGRA30_USB, "nvidia,tegra30-ehci"), |
| 26 | COMPAT(NVIDIA_TEGRA114_USB, "nvidia,tegra114-ehci"), |
Tom Warren | e32624e | 2013-02-08 07:25:30 +0000 | [diff] [blame] | 27 | COMPAT(NVIDIA_TEGRA114_I2C, "nvidia,tegra114-i2c"), |
Yen Lin | 96a78ac | 2012-03-06 19:00:23 +0000 | [diff] [blame] | 28 | COMPAT(NVIDIA_TEGRA20_I2C, "nvidia,tegra20-i2c"), |
| 29 | COMPAT(NVIDIA_TEGRA20_DVC, "nvidia,tegra20-i2c-dvc"), |
Jimmy Zhang | 0e35ad0 | 2012-04-02 13:18:52 +0000 | [diff] [blame] | 30 | COMPAT(NVIDIA_TEGRA20_EMC, "nvidia,tegra20-emc"), |
| 31 | COMPAT(NVIDIA_TEGRA20_EMC_TABLE, "nvidia,tegra20-emc-table"), |
Rakesh Iyer | 6642a68 | 2012-04-17 09:01:35 +0000 | [diff] [blame] | 32 | COMPAT(NVIDIA_TEGRA20_KBC, "nvidia,tegra20-kbc"), |
Jim Lin | 312693c | 2012-07-29 20:53:29 +0000 | [diff] [blame] | 33 | COMPAT(NVIDIA_TEGRA20_NAND, "nvidia,tegra20-nand"), |
Simon Glass | e1ae0d1 | 2012-10-17 13:24:49 +0000 | [diff] [blame] | 34 | COMPAT(NVIDIA_TEGRA20_PWM, "nvidia,tegra20-pwm"), |
Wei Ni | 87540de | 2012-10-17 13:24:50 +0000 | [diff] [blame] | 35 | COMPAT(NVIDIA_TEGRA20_DC, "nvidia,tegra20-dc"), |
Stephen Warren | a73ca47 | 2014-01-24 12:46:06 -0700 | [diff] [blame] | 36 | COMPAT(NVIDIA_TEGRA124_SDMMC, "nvidia,tegra124-sdhci"), |
Tom Warren | f4e4e0b | 2013-03-04 14:07:18 -0700 | [diff] [blame] | 37 | COMPAT(NVIDIA_TEGRA30_SDMMC, "nvidia,tegra30-sdhci"), |
Tom Warren | c9aa831 | 2013-02-21 12:31:30 +0000 | [diff] [blame] | 38 | COMPAT(NVIDIA_TEGRA20_SDMMC, "nvidia,tegra20-sdhci"), |
Allen Martin | 8f1b46b | 2013-01-29 13:51:24 +0000 | [diff] [blame] | 39 | COMPAT(NVIDIA_TEGRA20_SFLASH, "nvidia,tegra20-sflash"), |
Allen Martin | b19f574 | 2013-01-29 13:51:28 +0000 | [diff] [blame] | 40 | COMPAT(NVIDIA_TEGRA20_SLINK, "nvidia,tegra20-slink"), |
Allen Martin | c3bb3c8 | 2013-03-16 18:58:09 +0000 | [diff] [blame] | 41 | COMPAT(NVIDIA_TEGRA114_SPI, "nvidia,tegra114-spi"), |
Hatim RV | cc9fe33 | 2012-12-11 00:52:46 +0000 | [diff] [blame] | 42 | COMPAT(SMSC_LAN9215, "smsc,lan9215"), |
| 43 | COMPAT(SAMSUNG_EXYNOS5_SROMC, "samsung,exynos-sromc"), |
Rajeshwari Shinde | c34253d | 2012-12-26 20:03:10 +0000 | [diff] [blame] | 44 | COMPAT(SAMSUNG_S3C2440_I2C, "samsung,s3c2440-i2c"), |
Rajeshwari Shinde | 72dbff1 | 2012-12-26 20:03:16 +0000 | [diff] [blame] | 45 | COMPAT(SAMSUNG_EXYNOS5_SOUND, "samsung,exynos-sound"), |
| 46 | COMPAT(WOLFSON_WM8994_CODEC, "wolfson,wm8994-codec"), |
Rajeshwari Shinde | 5d50659 | 2012-12-26 20:03:20 +0000 | [diff] [blame] | 47 | COMPAT(SAMSUNG_EXYNOS_SPI, "samsung,exynos-spi"), |
Hung-ying Tyan | 8836438 | 2013-05-15 18:27:28 +0800 | [diff] [blame] | 48 | COMPAT(GOOGLE_CROS_EC, "google,cros-ec"), |
Hung-ying Tyan | 713cb68 | 2013-05-15 18:27:32 +0800 | [diff] [blame] | 49 | COMPAT(GOOGLE_CROS_EC_KEYB, "google,cros-ec-keyb"), |
Rajeshwari Shinde | 6abd162 | 2013-01-07 23:35:05 +0000 | [diff] [blame] | 50 | COMPAT(SAMSUNG_EXYNOS_EHCI, "samsung,exynos-ehci"), |
Vivek Gautam | 108b85b | 2013-09-14 14:02:48 +0530 | [diff] [blame] | 51 | COMPAT(SAMSUNG_EXYNOS5_XHCI, "samsung,exynos5250-xhci"), |
Rajeshwari Shinde | 6abd162 | 2013-01-07 23:35:05 +0000 | [diff] [blame] | 52 | COMPAT(SAMSUNG_EXYNOS_USB_PHY, "samsung,exynos-usb-phy"), |
Vivek Gautam | 108b85b | 2013-09-14 14:02:48 +0530 | [diff] [blame] | 53 | COMPAT(SAMSUNG_EXYNOS5_USB3_PHY, "samsung,exynos5250-usb3-phy"), |
Akshay Saraswat | 618766c | 2013-02-25 01:13:01 +0000 | [diff] [blame] | 54 | COMPAT(SAMSUNG_EXYNOS_TMU, "samsung,exynos-tmu"), |
Ajay Kumar | d7377b5 | 2013-02-21 23:53:00 +0000 | [diff] [blame] | 55 | COMPAT(SAMSUNG_EXYNOS_FIMD, "samsung,exynos-fimd"), |
Piotr Wilczek | de461c5 | 2014-03-07 14:59:39 +0100 | [diff] [blame] | 56 | COMPAT(SAMSUNG_EXYNOS_MIPI_DSI, "samsung,exynos-mipi-dsi"), |
Ajay Kumar | 1e4706a | 2013-02-21 23:53:05 +0000 | [diff] [blame] | 57 | COMPAT(SAMSUNG_EXYNOS5_DP, "samsung,exynos5-dp"), |
Jaehoon Chung | 7d3ca0f | 2014-05-16 13:59:51 +0900 | [diff] [blame] | 58 | COMPAT(SAMSUNG_EXYNOS_DWMMC, "samsung,exynos-dwmmc"), |
Piotr Wilczek | 3577fe8 | 2014-03-07 14:59:41 +0100 | [diff] [blame] | 59 | COMPAT(SAMSUNG_EXYNOS_MMC, "samsung,exynos-mmc"), |
Rajeshwari Shinde | ee1e3c2 | 2013-06-24 16:47:20 +0530 | [diff] [blame] | 60 | COMPAT(SAMSUNG_EXYNOS_SERIAL, "samsung,exynos4210-uart"), |
Rajeshwari Shinde | cd577e2 | 2013-01-08 21:03:38 +0000 | [diff] [blame] | 61 | COMPAT(MAXIM_MAX77686_PMIC, "maxim,max77686_pmic"), |
Simon Glass | bb8215f | 2013-03-11 06:08:08 +0000 | [diff] [blame] | 62 | COMPAT(GENERIC_SPI_FLASH, "spi-flash"), |
Rajeshwari Shinde | 7772bb7 | 2013-02-14 19:46:15 +0000 | [diff] [blame] | 63 | COMPAT(MAXIM_98095_CODEC, "maxim,max98095-codec"), |
Rong Chang | f626799 | 2013-04-12 10:44:57 +0000 | [diff] [blame] | 64 | COMPAT(INFINEON_SLB9635_TPM, "infineon,slb9635-tpm"), |
Vincent Palatin | ec34fa5 | 2013-04-12 11:04:36 +0000 | [diff] [blame] | 65 | COMPAT(INFINEON_SLB9645_TPM, "infineon,slb9645-tpm"), |
naveen krishna chatradhi | ecbd7e1 | 2013-04-29 15:58:52 -0700 | [diff] [blame] | 66 | COMPAT(SAMSUNG_EXYNOS5_I2C, "samsung,exynos5-hsi2c"), |
Simon Glass | df93d90 | 2014-02-27 13:26:12 -0700 | [diff] [blame] | 67 | COMPAT(SANDBOX_HOST_EMULATION, "sandbox,host-emulation"), |
Simon Glass | 7d95f2a | 2014-02-27 13:26:19 -0700 | [diff] [blame] | 68 | COMPAT(SANDBOX_LCD_SDL, "sandbox,lcd-sdl"), |
Tom Wai-Hong Tam | ac1058f | 2014-05-20 06:01:36 -0600 | [diff] [blame] | 69 | COMPAT(TI_TPS65090, "ti,tps65090"), |
Simon Glass | a9cf6da | 2014-05-20 06:01:42 -0600 | [diff] [blame] | 70 | COMPAT(COMPAT_NXP_PTN3460, "nxp,ptn3460"), |
Simon Glass | b5220bc | 2011-10-24 19:15:32 +0000 | [diff] [blame] | 71 | }; |
| 72 | |
Simon Glass | a53f4a2 | 2012-01-17 08:20:50 +0000 | [diff] [blame] | 73 | const char *fdtdec_get_compatible(enum fdt_compat_id id) |
| 74 | { |
| 75 | /* We allow reading of the 'unknown' ID for testing purposes */ |
| 76 | assert(id >= 0 && id < COMPAT_COUNT); |
| 77 | return compat_names[id]; |
| 78 | } |
| 79 | |
Simon Glass | 4397a2a | 2013-03-19 04:58:51 +0000 | [diff] [blame] | 80 | fdt_addr_t fdtdec_get_addr_size(const void *blob, int node, |
| 81 | const char *prop_name, fdt_size_t *sizep) |
Simon Glass | b5220bc | 2011-10-24 19:15:32 +0000 | [diff] [blame] | 82 | { |
| 83 | const fdt_addr_t *cell; |
| 84 | int len; |
| 85 | |
Simon Glass | 1cb2323 | 2012-07-12 05:25:01 +0000 | [diff] [blame] | 86 | debug("%s: %s: ", __func__, prop_name); |
Simon Glass | b5220bc | 2011-10-24 19:15:32 +0000 | [diff] [blame] | 87 | cell = fdt_getprop(blob, node, prop_name, &len); |
Simon Glass | 4397a2a | 2013-03-19 04:58:51 +0000 | [diff] [blame] | 88 | if (cell && ((!sizep && len == sizeof(fdt_addr_t)) || |
| 89 | len == sizeof(fdt_addr_t) * 2)) { |
Simon Glass | 1cb2323 | 2012-07-12 05:25:01 +0000 | [diff] [blame] | 90 | fdt_addr_t addr = fdt_addr_to_cpu(*cell); |
Simon Glass | 4397a2a | 2013-03-19 04:58:51 +0000 | [diff] [blame] | 91 | if (sizep) { |
| 92 | const fdt_size_t *size; |
Simon Glass | 1cb2323 | 2012-07-12 05:25:01 +0000 | [diff] [blame] | 93 | |
Simon Glass | 4397a2a | 2013-03-19 04:58:51 +0000 | [diff] [blame] | 94 | size = (fdt_size_t *)((char *)cell + |
| 95 | sizeof(fdt_addr_t)); |
| 96 | *sizep = fdt_size_to_cpu(*size); |
Simon Glass | 370b6c5 | 2013-11-10 10:26:54 -0700 | [diff] [blame] | 97 | debug("addr=%08lx, size=%08x\n", |
| 98 | (ulong)addr, *sizep); |
Simon Glass | 4397a2a | 2013-03-19 04:58:51 +0000 | [diff] [blame] | 99 | } else { |
Simon Glass | 370b6c5 | 2013-11-10 10:26:54 -0700 | [diff] [blame] | 100 | debug("%08lx\n", (ulong)addr); |
Simon Glass | 4397a2a | 2013-03-19 04:58:51 +0000 | [diff] [blame] | 101 | } |
Simon Glass | 1cb2323 | 2012-07-12 05:25:01 +0000 | [diff] [blame] | 102 | return addr; |
| 103 | } |
| 104 | debug("(not found)\n"); |
Simon Glass | b5220bc | 2011-10-24 19:15:32 +0000 | [diff] [blame] | 105 | return FDT_ADDR_T_NONE; |
| 106 | } |
| 107 | |
Simon Glass | 4397a2a | 2013-03-19 04:58:51 +0000 | [diff] [blame] | 108 | fdt_addr_t fdtdec_get_addr(const void *blob, int node, |
| 109 | const char *prop_name) |
| 110 | { |
| 111 | return fdtdec_get_addr_size(blob, node, prop_name, NULL); |
| 112 | } |
| 113 | |
Che-Liang Chiou | aadef0a | 2012-10-25 16:31:05 +0000 | [diff] [blame] | 114 | uint64_t fdtdec_get_uint64(const void *blob, int node, const char *prop_name, |
| 115 | uint64_t default_val) |
| 116 | { |
| 117 | const uint64_t *cell64; |
| 118 | int length; |
| 119 | |
| 120 | cell64 = fdt_getprop(blob, node, prop_name, &length); |
| 121 | if (!cell64 || length < sizeof(*cell64)) |
| 122 | return default_val; |
| 123 | |
| 124 | return fdt64_to_cpu(*cell64); |
| 125 | } |
| 126 | |
Simon Glass | f88fe2d | 2012-02-27 10:52:34 +0000 | [diff] [blame] | 127 | int fdtdec_get_is_enabled(const void *blob, int node) |
Simon Glass | b5220bc | 2011-10-24 19:15:32 +0000 | [diff] [blame] | 128 | { |
| 129 | const char *cell; |
| 130 | |
Simon Glass | f88fe2d | 2012-02-27 10:52:34 +0000 | [diff] [blame] | 131 | /* |
| 132 | * It should say "okay", so only allow that. Some fdts use "ok" but |
| 133 | * this is a bug. Please fix your device tree source file. See here |
| 134 | * for discussion: |
| 135 | * |
| 136 | * http://www.mail-archive.com/u-boot@lists.denx.de/msg71598.html |
| 137 | */ |
Simon Glass | b5220bc | 2011-10-24 19:15:32 +0000 | [diff] [blame] | 138 | cell = fdt_getprop(blob, node, "status", NULL); |
| 139 | if (cell) |
Simon Glass | f88fe2d | 2012-02-27 10:52:34 +0000 | [diff] [blame] | 140 | return 0 == strcmp(cell, "okay"); |
| 141 | return 1; |
Simon Glass | b5220bc | 2011-10-24 19:15:32 +0000 | [diff] [blame] | 142 | } |
| 143 | |
Gerald Van Baren | 7cde397 | 2012-11-12 23:13:54 -0500 | [diff] [blame] | 144 | enum fdt_compat_id fdtdec_lookup(const void *blob, int node) |
Simon Glass | b5220bc | 2011-10-24 19:15:32 +0000 | [diff] [blame] | 145 | { |
| 146 | enum fdt_compat_id id; |
| 147 | |
| 148 | /* Search our drivers */ |
| 149 | for (id = COMPAT_UNKNOWN; id < COMPAT_COUNT; id++) |
| 150 | if (0 == fdt_node_check_compatible(blob, node, |
| 151 | compat_names[id])) |
| 152 | return id; |
| 153 | return COMPAT_UNKNOWN; |
| 154 | } |
| 155 | |
| 156 | int fdtdec_next_compatible(const void *blob, int node, |
| 157 | enum fdt_compat_id id) |
| 158 | { |
| 159 | return fdt_node_offset_by_compatible(blob, node, compat_names[id]); |
| 160 | } |
| 161 | |
Simon Glass | 3ddecfc | 2012-04-02 13:18:42 +0000 | [diff] [blame] | 162 | int fdtdec_next_compatible_subnode(const void *blob, int node, |
| 163 | enum fdt_compat_id id, int *depthp) |
| 164 | { |
| 165 | do { |
| 166 | node = fdt_next_node(blob, node, depthp); |
| 167 | } while (*depthp > 1); |
| 168 | |
| 169 | /* If this is a direct subnode, and compatible, return it */ |
| 170 | if (*depthp == 1 && 0 == fdt_node_check_compatible( |
| 171 | blob, node, compat_names[id])) |
| 172 | return node; |
| 173 | |
| 174 | return -FDT_ERR_NOTFOUND; |
| 175 | } |
| 176 | |
Simon Glass | b5220bc | 2011-10-24 19:15:32 +0000 | [diff] [blame] | 177 | int fdtdec_next_alias(const void *blob, const char *name, |
| 178 | enum fdt_compat_id id, int *upto) |
| 179 | { |
| 180 | #define MAX_STR_LEN 20 |
| 181 | char str[MAX_STR_LEN + 20]; |
| 182 | int node, err; |
| 183 | |
| 184 | /* snprintf() is not available */ |
| 185 | assert(strlen(name) < MAX_STR_LEN); |
| 186 | sprintf(str, "%.*s%d", MAX_STR_LEN, name, *upto); |
Simon Glass | 0087847 | 2012-10-31 14:02:42 +0000 | [diff] [blame] | 187 | node = fdt_path_offset(blob, str); |
Simon Glass | b5220bc | 2011-10-24 19:15:32 +0000 | [diff] [blame] | 188 | if (node < 0) |
| 189 | return node; |
| 190 | err = fdt_node_check_compatible(blob, node, compat_names[id]); |
| 191 | if (err < 0) |
| 192 | return err; |
Simon Glass | f88fe2d | 2012-02-27 10:52:34 +0000 | [diff] [blame] | 193 | if (err) |
| 194 | return -FDT_ERR_NOTFOUND; |
| 195 | (*upto)++; |
| 196 | return node; |
Simon Glass | b5220bc | 2011-10-24 19:15:32 +0000 | [diff] [blame] | 197 | } |
| 198 | |
Simon Glass | a53f4a2 | 2012-01-17 08:20:50 +0000 | [diff] [blame] | 199 | int fdtdec_find_aliases_for_id(const void *blob, const char *name, |
| 200 | enum fdt_compat_id id, int *node_list, int maxcount) |
| 201 | { |
Simon Glass | c678227 | 2012-02-03 15:13:53 +0000 | [diff] [blame] | 202 | memset(node_list, '\0', sizeof(*node_list) * maxcount); |
| 203 | |
| 204 | return fdtdec_add_aliases_for_id(blob, name, id, node_list, maxcount); |
| 205 | } |
| 206 | |
| 207 | /* TODO: Can we tighten this code up a little? */ |
| 208 | int fdtdec_add_aliases_for_id(const void *blob, const char *name, |
| 209 | enum fdt_compat_id id, int *node_list, int maxcount) |
| 210 | { |
Simon Glass | a53f4a2 | 2012-01-17 08:20:50 +0000 | [diff] [blame] | 211 | int name_len = strlen(name); |
| 212 | int nodes[maxcount]; |
| 213 | int num_found = 0; |
| 214 | int offset, node; |
| 215 | int alias_node; |
| 216 | int count; |
| 217 | int i, j; |
| 218 | |
| 219 | /* find the alias node if present */ |
| 220 | alias_node = fdt_path_offset(blob, "/aliases"); |
| 221 | |
| 222 | /* |
| 223 | * start with nothing, and we can assume that the root node can't |
| 224 | * match |
| 225 | */ |
| 226 | memset(nodes, '\0', sizeof(nodes)); |
| 227 | |
| 228 | /* First find all the compatible nodes */ |
| 229 | for (node = count = 0; node >= 0 && count < maxcount;) { |
| 230 | node = fdtdec_next_compatible(blob, node, id); |
| 231 | if (node >= 0) |
| 232 | nodes[count++] = node; |
| 233 | } |
| 234 | if (node >= 0) |
| 235 | debug("%s: warning: maxcount exceeded with alias '%s'\n", |
| 236 | __func__, name); |
| 237 | |
| 238 | /* Now find all the aliases */ |
Simon Glass | a53f4a2 | 2012-01-17 08:20:50 +0000 | [diff] [blame] | 239 | for (offset = fdt_first_property_offset(blob, alias_node); |
| 240 | offset > 0; |
| 241 | offset = fdt_next_property_offset(blob, offset)) { |
| 242 | const struct fdt_property *prop; |
| 243 | const char *path; |
| 244 | int number; |
| 245 | int found; |
| 246 | |
| 247 | node = 0; |
| 248 | prop = fdt_get_property_by_offset(blob, offset, NULL); |
| 249 | path = fdt_string(blob, fdt32_to_cpu(prop->nameoff)); |
| 250 | if (prop->len && 0 == strncmp(path, name, name_len)) |
| 251 | node = fdt_path_offset(blob, prop->data); |
| 252 | if (node <= 0) |
| 253 | continue; |
| 254 | |
| 255 | /* Get the alias number */ |
| 256 | number = simple_strtoul(path + name_len, NULL, 10); |
| 257 | if (number < 0 || number >= maxcount) { |
| 258 | debug("%s: warning: alias '%s' is out of range\n", |
| 259 | __func__, path); |
| 260 | continue; |
| 261 | } |
| 262 | |
| 263 | /* Make sure the node we found is actually in our list! */ |
| 264 | found = -1; |
| 265 | for (j = 0; j < count; j++) |
| 266 | if (nodes[j] == node) { |
| 267 | found = j; |
| 268 | break; |
| 269 | } |
| 270 | |
| 271 | if (found == -1) { |
| 272 | debug("%s: warning: alias '%s' points to a node " |
| 273 | "'%s' that is missing or is not compatible " |
| 274 | " with '%s'\n", __func__, path, |
| 275 | fdt_get_name(blob, node, NULL), |
| 276 | compat_names[id]); |
| 277 | continue; |
| 278 | } |
| 279 | |
| 280 | /* |
| 281 | * Add this node to our list in the right place, and mark |
| 282 | * it as done. |
| 283 | */ |
| 284 | if (fdtdec_get_is_enabled(blob, node)) { |
Simon Glass | c678227 | 2012-02-03 15:13:53 +0000 | [diff] [blame] | 285 | if (node_list[number]) { |
| 286 | debug("%s: warning: alias '%s' requires that " |
| 287 | "a node be placed in the list in a " |
| 288 | "position which is already filled by " |
| 289 | "node '%s'\n", __func__, path, |
| 290 | fdt_get_name(blob, node, NULL)); |
| 291 | continue; |
| 292 | } |
Simon Glass | a53f4a2 | 2012-01-17 08:20:50 +0000 | [diff] [blame] | 293 | node_list[number] = node; |
| 294 | if (number >= num_found) |
| 295 | num_found = number + 1; |
| 296 | } |
Simon Glass | c678227 | 2012-02-03 15:13:53 +0000 | [diff] [blame] | 297 | nodes[found] = 0; |
Simon Glass | a53f4a2 | 2012-01-17 08:20:50 +0000 | [diff] [blame] | 298 | } |
| 299 | |
| 300 | /* Add any nodes not mentioned by an alias */ |
| 301 | for (i = j = 0; i < maxcount; i++) { |
| 302 | if (!node_list[i]) { |
| 303 | for (; j < maxcount; j++) |
| 304 | if (nodes[j] && |
| 305 | fdtdec_get_is_enabled(blob, nodes[j])) |
| 306 | break; |
| 307 | |
| 308 | /* Have we run out of nodes to add? */ |
| 309 | if (j == maxcount) |
| 310 | break; |
| 311 | |
| 312 | assert(!node_list[i]); |
| 313 | node_list[i] = nodes[j++]; |
| 314 | if (i >= num_found) |
| 315 | num_found = i + 1; |
| 316 | } |
| 317 | } |
| 318 | |
| 319 | return num_found; |
| 320 | } |
| 321 | |
Simon Glass | 9a263e5 | 2012-03-28 10:08:24 +0000 | [diff] [blame] | 322 | int fdtdec_check_fdt(void) |
| 323 | { |
| 324 | /* |
| 325 | * We must have an FDT, but we cannot panic() yet since the console |
| 326 | * is not ready. So for now, just assert(). Boards which need an early |
| 327 | * FDT (prior to console ready) will need to make their own |
| 328 | * arrangements and do their own checks. |
| 329 | */ |
| 330 | assert(!fdtdec_prepare_fdt()); |
| 331 | return 0; |
| 332 | } |
| 333 | |
Simon Glass | b5220bc | 2011-10-24 19:15:32 +0000 | [diff] [blame] | 334 | /* |
| 335 | * This function is a little odd in that it accesses global data. At some |
| 336 | * point if the architecture board.c files merge this will make more sense. |
| 337 | * Even now, it is common code. |
| 338 | */ |
Simon Glass | 9a263e5 | 2012-03-28 10:08:24 +0000 | [diff] [blame] | 339 | int fdtdec_prepare_fdt(void) |
Simon Glass | b5220bc | 2011-10-24 19:15:32 +0000 | [diff] [blame] | 340 | { |
Simon Glass | c309c2d | 2013-04-20 08:42:46 +0000 | [diff] [blame] | 341 | if (!gd->fdt_blob || ((uintptr_t)gd->fdt_blob & 3) || |
| 342 | fdt_check_header(gd->fdt_blob)) { |
Simon Glass | 9a263e5 | 2012-03-28 10:08:24 +0000 | [diff] [blame] | 343 | printf("No valid FDT found - please append one to U-Boot " |
| 344 | "binary, use u-boot-dtb.bin or define " |
Simon Glass | a733b06 | 2013-04-26 02:53:43 +0000 | [diff] [blame] | 345 | "CONFIG_OF_EMBED. For sandbox, use -d <file.dtb>\n"); |
Simon Glass | 9a263e5 | 2012-03-28 10:08:24 +0000 | [diff] [blame] | 346 | return -1; |
| 347 | } |
Simon Glass | b5220bc | 2011-10-24 19:15:32 +0000 | [diff] [blame] | 348 | return 0; |
| 349 | } |
Simon Glass | d17da65 | 2012-02-27 10:52:35 +0000 | [diff] [blame] | 350 | |
| 351 | int fdtdec_lookup_phandle(const void *blob, int node, const char *prop_name) |
| 352 | { |
| 353 | const u32 *phandle; |
| 354 | int lookup; |
| 355 | |
Simon Glass | 1cb2323 | 2012-07-12 05:25:01 +0000 | [diff] [blame] | 356 | debug("%s: %s\n", __func__, prop_name); |
Simon Glass | d17da65 | 2012-02-27 10:52:35 +0000 | [diff] [blame] | 357 | phandle = fdt_getprop(blob, node, prop_name, NULL); |
| 358 | if (!phandle) |
| 359 | return -FDT_ERR_NOTFOUND; |
| 360 | |
| 361 | lookup = fdt_node_offset_by_phandle(blob, fdt32_to_cpu(*phandle)); |
| 362 | return lookup; |
| 363 | } |
| 364 | |
| 365 | /** |
| 366 | * Look up a property in a node and check that it has a minimum length. |
| 367 | * |
| 368 | * @param blob FDT blob |
| 369 | * @param node node to examine |
| 370 | * @param prop_name name of property to find |
| 371 | * @param min_len minimum property length in bytes |
| 372 | * @param err 0 if ok, or -FDT_ERR_NOTFOUND if the property is not |
| 373 | found, or -FDT_ERR_BADLAYOUT if not enough data |
| 374 | * @return pointer to cell, which is only valid if err == 0 |
| 375 | */ |
| 376 | static const void *get_prop_check_min_len(const void *blob, int node, |
| 377 | const char *prop_name, int min_len, int *err) |
| 378 | { |
| 379 | const void *cell; |
| 380 | int len; |
| 381 | |
| 382 | debug("%s: %s\n", __func__, prop_name); |
| 383 | cell = fdt_getprop(blob, node, prop_name, &len); |
| 384 | if (!cell) |
| 385 | *err = -FDT_ERR_NOTFOUND; |
| 386 | else if (len < min_len) |
| 387 | *err = -FDT_ERR_BADLAYOUT; |
| 388 | else |
| 389 | *err = 0; |
| 390 | return cell; |
| 391 | } |
| 392 | |
| 393 | int fdtdec_get_int_array(const void *blob, int node, const char *prop_name, |
| 394 | u32 *array, int count) |
| 395 | { |
| 396 | const u32 *cell; |
| 397 | int i, err = 0; |
| 398 | |
| 399 | debug("%s: %s\n", __func__, prop_name); |
| 400 | cell = get_prop_check_min_len(blob, node, prop_name, |
| 401 | sizeof(u32) * count, &err); |
| 402 | if (!err) { |
| 403 | for (i = 0; i < count; i++) |
| 404 | array[i] = fdt32_to_cpu(cell[i]); |
| 405 | } |
| 406 | return err; |
| 407 | } |
| 408 | |
Simon Glass | 96875e7 | 2012-04-02 13:18:41 +0000 | [diff] [blame] | 409 | const u32 *fdtdec_locate_array(const void *blob, int node, |
| 410 | const char *prop_name, int count) |
| 411 | { |
| 412 | const u32 *cell; |
| 413 | int err; |
| 414 | |
| 415 | cell = get_prop_check_min_len(blob, node, prop_name, |
| 416 | sizeof(u32) * count, &err); |
| 417 | return err ? NULL : cell; |
| 418 | } |
| 419 | |
Simon Glass | d17da65 | 2012-02-27 10:52:35 +0000 | [diff] [blame] | 420 | int fdtdec_get_bool(const void *blob, int node, const char *prop_name) |
| 421 | { |
| 422 | const s32 *cell; |
| 423 | int len; |
| 424 | |
| 425 | debug("%s: %s\n", __func__, prop_name); |
| 426 | cell = fdt_getprop(blob, node, prop_name, &len); |
| 427 | return cell != NULL; |
| 428 | } |
Simon Glass | ed3ee5c | 2012-02-27 10:52:36 +0000 | [diff] [blame] | 429 | |
| 430 | /** |
| 431 | * Decode a list of GPIOs from an FDT. This creates a list of GPIOs with no |
| 432 | * terminating item. |
| 433 | * |
| 434 | * @param blob FDT blob to use |
| 435 | * @param node Node to look at |
| 436 | * @param prop_name Node property name |
| 437 | * @param gpio Array of gpio elements to fill from FDT. This will be |
| 438 | * untouched if either 0 or an error is returned |
| 439 | * @param max_count Maximum number of elements allowed |
| 440 | * @return number of GPIOs read if ok, -FDT_ERR_BADLAYOUT if max_count would |
| 441 | * be exceeded, or -FDT_ERR_NOTFOUND if the property is missing. |
| 442 | */ |
Abhilash Kesavan | 5921f6a | 2012-10-25 16:31:01 +0000 | [diff] [blame] | 443 | int fdtdec_decode_gpios(const void *blob, int node, const char *prop_name, |
| 444 | struct fdt_gpio_state *gpio, int max_count) |
Simon Glass | ed3ee5c | 2012-02-27 10:52:36 +0000 | [diff] [blame] | 445 | { |
| 446 | const struct fdt_property *prop; |
| 447 | const u32 *cell; |
| 448 | const char *name; |
| 449 | int len, i; |
| 450 | |
| 451 | debug("%s: %s\n", __func__, prop_name); |
| 452 | assert(max_count > 0); |
| 453 | prop = fdt_get_property(blob, node, prop_name, &len); |
| 454 | if (!prop) { |
Simon Glass | 1cb2323 | 2012-07-12 05:25:01 +0000 | [diff] [blame] | 455 | debug("%s: property '%s' missing\n", __func__, prop_name); |
Simon Glass | ed3ee5c | 2012-02-27 10:52:36 +0000 | [diff] [blame] | 456 | return -FDT_ERR_NOTFOUND; |
| 457 | } |
| 458 | |
| 459 | /* We will use the name to tag the GPIO */ |
| 460 | name = fdt_string(blob, fdt32_to_cpu(prop->nameoff)); |
| 461 | cell = (u32 *)prop->data; |
| 462 | len /= sizeof(u32) * 3; /* 3 cells per GPIO record */ |
| 463 | if (len > max_count) { |
Simon Glass | 1cb2323 | 2012-07-12 05:25:01 +0000 | [diff] [blame] | 464 | debug(" %s: too many GPIOs / cells for " |
Simon Glass | ed3ee5c | 2012-02-27 10:52:36 +0000 | [diff] [blame] | 465 | "property '%s'\n", __func__, prop_name); |
| 466 | return -FDT_ERR_BADLAYOUT; |
| 467 | } |
| 468 | |
| 469 | /* Read out the GPIO data from the cells */ |
| 470 | for (i = 0; i < len; i++, cell += 3) { |
| 471 | gpio[i].gpio = fdt32_to_cpu(cell[1]); |
| 472 | gpio[i].flags = fdt32_to_cpu(cell[2]); |
| 473 | gpio[i].name = name; |
| 474 | } |
| 475 | |
| 476 | return len; |
| 477 | } |
| 478 | |
| 479 | int fdtdec_decode_gpio(const void *blob, int node, const char *prop_name, |
| 480 | struct fdt_gpio_state *gpio) |
| 481 | { |
| 482 | int err; |
| 483 | |
| 484 | debug("%s: %s\n", __func__, prop_name); |
| 485 | gpio->gpio = FDT_GPIO_NONE; |
| 486 | gpio->name = NULL; |
| 487 | err = fdtdec_decode_gpios(blob, node, prop_name, gpio, 1); |
| 488 | return err == 1 ? 0 : err; |
| 489 | } |
| 490 | |
Sean Paul | 202ff75 | 2012-10-25 16:31:06 +0000 | [diff] [blame] | 491 | int fdtdec_get_gpio(struct fdt_gpio_state *gpio) |
| 492 | { |
| 493 | int val; |
| 494 | |
| 495 | if (!fdt_gpio_isvalid(gpio)) |
| 496 | return -1; |
| 497 | |
| 498 | val = gpio_get_value(gpio->gpio); |
| 499 | return gpio->flags & FDT_GPIO_ACTIVE_LOW ? val ^ 1 : val; |
| 500 | } |
| 501 | |
| 502 | int fdtdec_set_gpio(struct fdt_gpio_state *gpio, int val) |
| 503 | { |
| 504 | if (!fdt_gpio_isvalid(gpio)) |
| 505 | return -1; |
| 506 | |
| 507 | val = gpio->flags & FDT_GPIO_ACTIVE_LOW ? val ^ 1 : val; |
| 508 | return gpio_set_value(gpio->gpio, val); |
| 509 | } |
| 510 | |
Simon Glass | ed3ee5c | 2012-02-27 10:52:36 +0000 | [diff] [blame] | 511 | int fdtdec_setup_gpio(struct fdt_gpio_state *gpio) |
| 512 | { |
| 513 | /* |
| 514 | * Return success if there is no GPIO defined. This is used for |
| 515 | * optional GPIOs) |
| 516 | */ |
| 517 | if (!fdt_gpio_isvalid(gpio)) |
| 518 | return 0; |
| 519 | |
| 520 | if (gpio_request(gpio->gpio, gpio->name)) |
| 521 | return -1; |
| 522 | return 0; |
| 523 | } |
Anton Staff | bed4d89 | 2012-04-17 09:01:28 +0000 | [diff] [blame] | 524 | |
| 525 | int fdtdec_get_byte_array(const void *blob, int node, const char *prop_name, |
| 526 | u8 *array, int count) |
| 527 | { |
| 528 | const u8 *cell; |
| 529 | int err; |
| 530 | |
| 531 | cell = get_prop_check_min_len(blob, node, prop_name, count, &err); |
| 532 | if (!err) |
| 533 | memcpy(array, cell, count); |
| 534 | return err; |
| 535 | } |
| 536 | |
| 537 | const u8 *fdtdec_locate_byte_array(const void *blob, int node, |
| 538 | const char *prop_name, int count) |
| 539 | { |
| 540 | const u8 *cell; |
| 541 | int err; |
| 542 | |
| 543 | cell = get_prop_check_min_len(blob, node, prop_name, count, &err); |
| 544 | if (err) |
| 545 | return NULL; |
| 546 | return cell; |
| 547 | } |
Abhilash Kesavan | 09258f1 | 2012-10-25 16:30:58 +0000 | [diff] [blame] | 548 | |
Abhilash Kesavan | 09258f1 | 2012-10-25 16:30:58 +0000 | [diff] [blame] | 549 | int fdtdec_get_config_int(const void *blob, const char *prop_name, |
| 550 | int default_val) |
| 551 | { |
| 552 | int config_node; |
| 553 | |
| 554 | debug("%s: %s\n", __func__, prop_name); |
| 555 | config_node = fdt_path_offset(blob, "/config"); |
| 556 | if (config_node < 0) |
| 557 | return default_val; |
| 558 | return fdtdec_get_int(blob, config_node, prop_name, default_val); |
| 559 | } |
Simon Glass | 332ab0d | 2012-10-25 16:30:59 +0000 | [diff] [blame] | 560 | |
Gabe Black | 79289c0 | 2012-10-25 16:31:04 +0000 | [diff] [blame] | 561 | int fdtdec_get_config_bool(const void *blob, const char *prop_name) |
| 562 | { |
| 563 | int config_node; |
| 564 | const void *prop; |
| 565 | |
| 566 | debug("%s: %s\n", __func__, prop_name); |
| 567 | config_node = fdt_path_offset(blob, "/config"); |
| 568 | if (config_node < 0) |
| 569 | return 0; |
| 570 | prop = fdt_get_property(blob, config_node, prop_name, NULL); |
| 571 | |
| 572 | return prop != NULL; |
| 573 | } |
| 574 | |
Simon Glass | 332ab0d | 2012-10-25 16:30:59 +0000 | [diff] [blame] | 575 | char *fdtdec_get_config_string(const void *blob, const char *prop_name) |
| 576 | { |
| 577 | const char *nodep; |
| 578 | int nodeoffset; |
| 579 | int len; |
| 580 | |
| 581 | debug("%s: %s\n", __func__, prop_name); |
| 582 | nodeoffset = fdt_path_offset(blob, "/config"); |
| 583 | if (nodeoffset < 0) |
| 584 | return NULL; |
| 585 | |
| 586 | nodep = fdt_getprop(blob, nodeoffset, prop_name, &len); |
| 587 | if (!nodep) |
| 588 | return NULL; |
| 589 | |
| 590 | return (char *)nodep; |
| 591 | } |
Simon Glass | f20c461 | 2012-10-25 16:31:00 +0000 | [diff] [blame] | 592 | |
| 593 | int fdtdec_decode_region(const void *blob, int node, |
| 594 | const char *prop_name, void **ptrp, size_t *size) |
| 595 | { |
| 596 | const fdt_addr_t *cell; |
| 597 | int len; |
| 598 | |
| 599 | debug("%s: %s\n", __func__, prop_name); |
| 600 | cell = fdt_getprop(blob, node, prop_name, &len); |
| 601 | if (!cell || (len != sizeof(fdt_addr_t) * 2)) |
| 602 | return -1; |
| 603 | |
Simon Glass | 370b6c5 | 2013-11-10 10:26:54 -0700 | [diff] [blame] | 604 | *ptrp = map_sysmem(fdt_addr_to_cpu(*cell), *size); |
Simon Glass | f20c461 | 2012-10-25 16:31:00 +0000 | [diff] [blame] | 605 | *size = fdt_size_to_cpu(cell[1]); |
| 606 | debug("%s: size=%zx\n", __func__, *size); |
| 607 | return 0; |
| 608 | } |
Simon Glass | 006e73b | 2014-02-27 13:26:01 -0700 | [diff] [blame] | 609 | |
| 610 | /** |
| 611 | * Read a flash entry from the fdt |
| 612 | * |
| 613 | * @param blob FDT blob |
| 614 | * @param node Offset of node to read |
| 615 | * @param name Name of node being read |
| 616 | * @param entry Place to put offset and size of this node |
| 617 | * @return 0 if ok, -ve on error |
| 618 | */ |
| 619 | int fdtdec_read_fmap_entry(const void *blob, int node, const char *name, |
| 620 | struct fmap_entry *entry) |
| 621 | { |
| 622 | u32 reg[2]; |
| 623 | |
| 624 | if (fdtdec_get_int_array(blob, node, "reg", reg, 2)) { |
| 625 | debug("Node '%s' has bad/missing 'reg' property\n", name); |
| 626 | return -FDT_ERR_NOTFOUND; |
| 627 | } |
| 628 | entry->offset = reg[0]; |
| 629 | entry->length = reg[1]; |
| 630 | |
| 631 | return 0; |
| 632 | } |
Heiko Schocher | 29a23f9 | 2014-03-03 12:19:30 +0100 | [diff] [blame] | 633 | #endif |