blob: 487122eebcf64c9129abb60c91e91d328f207f29 [file] [log] [blame]
Simon Glassb5220bc2011-10-24 19:15:32 +00001/*
2 * Copyright (c) 2011 The Chromium OS Authors.
Wolfgang Denk1a459662013-07-08 09:37:19 +02003 * SPDX-License-Identifier: GPL-2.0+
Simon Glassb5220bc2011-10-24 19:15:32 +00004 */
5
Heiko Schocher29a23f92014-03-03 12:19:30 +01006#ifndef USE_HOSTCC
Simon Glassb5220bc2011-10-24 19:15:32 +00007#include <common.h>
Simon Glass5c33c9f2014-07-23 06:55:09 -06008#include <errno.h>
Simon Glassb5220bc2011-10-24 19:15:32 +00009#include <serial.h>
10#include <libfdt.h>
11#include <fdtdec.h>
Simon Glass5c33c9f2014-07-23 06:55:09 -060012#include <linux/ctype.h>
Simon Glassb5220bc2011-10-24 19:15:32 +000013
Michal Simeke46431e2012-07-11 02:26:38 +000014#include <asm/gpio.h>
Simon Glassed3ee5c2012-02-27 10:52:36 +000015
Simon Glassb5220bc2011-10-24 19:15:32 +000016DECLARE_GLOBAL_DATA_PTR;
17
18/*
19 * Here are the type we know about. One day we might allow drivers to
20 * register. For now we just put them here. The COMPAT macro allows us to
21 * turn this into a sparse list later, and keeps the ID with the name.
22 */
23#define COMPAT(id, name) name
24static const char * const compat_names[COMPAT_COUNT] = {
Simon Glassf88fe2d2012-02-27 10:52:34 +000025 COMPAT(UNKNOWN, "<none>"),
Simon Glass87f938c2012-02-27 10:52:49 +000026 COMPAT(NVIDIA_TEGRA20_USB, "nvidia,tegra20-ehci"),
Jim Lin7e44d932013-06-21 19:05:47 +080027 COMPAT(NVIDIA_TEGRA30_USB, "nvidia,tegra30-ehci"),
28 COMPAT(NVIDIA_TEGRA114_USB, "nvidia,tegra114-ehci"),
Tom Warrene32624e2013-02-08 07:25:30 +000029 COMPAT(NVIDIA_TEGRA114_I2C, "nvidia,tegra114-i2c"),
Yen Lin96a78ac2012-03-06 19:00:23 +000030 COMPAT(NVIDIA_TEGRA20_I2C, "nvidia,tegra20-i2c"),
31 COMPAT(NVIDIA_TEGRA20_DVC, "nvidia,tegra20-i2c-dvc"),
Jimmy Zhang0e35ad02012-04-02 13:18:52 +000032 COMPAT(NVIDIA_TEGRA20_EMC, "nvidia,tegra20-emc"),
33 COMPAT(NVIDIA_TEGRA20_EMC_TABLE, "nvidia,tegra20-emc-table"),
Rakesh Iyer6642a682012-04-17 09:01:35 +000034 COMPAT(NVIDIA_TEGRA20_KBC, "nvidia,tegra20-kbc"),
Jim Lin312693c2012-07-29 20:53:29 +000035 COMPAT(NVIDIA_TEGRA20_NAND, "nvidia,tegra20-nand"),
Simon Glasse1ae0d12012-10-17 13:24:49 +000036 COMPAT(NVIDIA_TEGRA20_PWM, "nvidia,tegra20-pwm"),
Wei Ni87540de2012-10-17 13:24:50 +000037 COMPAT(NVIDIA_TEGRA20_DC, "nvidia,tegra20-dc"),
Stephen Warrena73ca472014-01-24 12:46:06 -070038 COMPAT(NVIDIA_TEGRA124_SDMMC, "nvidia,tegra124-sdhci"),
Tom Warrenf4e4e0b2013-03-04 14:07:18 -070039 COMPAT(NVIDIA_TEGRA30_SDMMC, "nvidia,tegra30-sdhci"),
Tom Warrenc9aa8312013-02-21 12:31:30 +000040 COMPAT(NVIDIA_TEGRA20_SDMMC, "nvidia,tegra20-sdhci"),
Allen Martin8f1b46b2013-01-29 13:51:24 +000041 COMPAT(NVIDIA_TEGRA20_SFLASH, "nvidia,tegra20-sflash"),
Allen Martinb19f5742013-01-29 13:51:28 +000042 COMPAT(NVIDIA_TEGRA20_SLINK, "nvidia,tegra20-slink"),
Allen Martinc3bb3c82013-03-16 18:58:09 +000043 COMPAT(NVIDIA_TEGRA114_SPI, "nvidia,tegra114-spi"),
Thierry Redingf3158282014-12-09 22:25:12 -070044 COMPAT(NVIDIA_TEGRA124_PCIE, "nvidia,tegra124-pcie"),
45 COMPAT(NVIDIA_TEGRA30_PCIE, "nvidia,tegra30-pcie"),
46 COMPAT(NVIDIA_TEGRA20_PCIE, "nvidia,tegra20-pcie"),
Thierry Reding79c7a902014-12-09 22:25:09 -070047 COMPAT(NVIDIA_TEGRA124_XUSB_PADCTL, "nvidia,tegra124-xusb-padctl"),
Hatim RVcc9fe332012-12-11 00:52:46 +000048 COMPAT(SMSC_LAN9215, "smsc,lan9215"),
49 COMPAT(SAMSUNG_EXYNOS5_SROMC, "samsung,exynos-sromc"),
Rajeshwari Shindec34253d2012-12-26 20:03:10 +000050 COMPAT(SAMSUNG_S3C2440_I2C, "samsung,s3c2440-i2c"),
Rajeshwari Shinde72dbff12012-12-26 20:03:16 +000051 COMPAT(SAMSUNG_EXYNOS5_SOUND, "samsung,exynos-sound"),
52 COMPAT(WOLFSON_WM8994_CODEC, "wolfson,wm8994-codec"),
Rajeshwari Shinde5d506592012-12-26 20:03:20 +000053 COMPAT(SAMSUNG_EXYNOS_SPI, "samsung,exynos-spi"),
Hung-ying Tyan88364382013-05-15 18:27:28 +080054 COMPAT(GOOGLE_CROS_EC, "google,cros-ec"),
Hung-ying Tyan713cb682013-05-15 18:27:32 +080055 COMPAT(GOOGLE_CROS_EC_KEYB, "google,cros-ec-keyb"),
Rajeshwari Shinde6abd1622013-01-07 23:35:05 +000056 COMPAT(SAMSUNG_EXYNOS_EHCI, "samsung,exynos-ehci"),
Vivek Gautam108b85b2013-09-14 14:02:48 +053057 COMPAT(SAMSUNG_EXYNOS5_XHCI, "samsung,exynos5250-xhci"),
Rajeshwari Shinde6abd1622013-01-07 23:35:05 +000058 COMPAT(SAMSUNG_EXYNOS_USB_PHY, "samsung,exynos-usb-phy"),
Vivek Gautam108b85b2013-09-14 14:02:48 +053059 COMPAT(SAMSUNG_EXYNOS5_USB3_PHY, "samsung,exynos5250-usb3-phy"),
Akshay Saraswat618766c2013-02-25 01:13:01 +000060 COMPAT(SAMSUNG_EXYNOS_TMU, "samsung,exynos-tmu"),
Ajay Kumard7377b52013-02-21 23:53:00 +000061 COMPAT(SAMSUNG_EXYNOS_FIMD, "samsung,exynos-fimd"),
Piotr Wilczekde461c52014-03-07 14:59:39 +010062 COMPAT(SAMSUNG_EXYNOS_MIPI_DSI, "samsung,exynos-mipi-dsi"),
Ajay Kumar1e4706a2013-02-21 23:53:05 +000063 COMPAT(SAMSUNG_EXYNOS5_DP, "samsung,exynos5-dp"),
Jaehoon Chung7d3ca0f2014-05-16 13:59:51 +090064 COMPAT(SAMSUNG_EXYNOS_DWMMC, "samsung,exynos-dwmmc"),
Piotr Wilczek3577fe82014-03-07 14:59:41 +010065 COMPAT(SAMSUNG_EXYNOS_MMC, "samsung,exynos-mmc"),
Rajeshwari Shindeee1e3c22013-06-24 16:47:20 +053066 COMPAT(SAMSUNG_EXYNOS_SERIAL, "samsung,exynos4210-uart"),
Rajeshwari Shindecd577e22013-01-08 21:03:38 +000067 COMPAT(MAXIM_MAX77686_PMIC, "maxim,max77686_pmic"),
Simon Glassbb8215f2013-03-11 06:08:08 +000068 COMPAT(GENERIC_SPI_FLASH, "spi-flash"),
Rajeshwari Shinde7772bb72013-02-14 19:46:15 +000069 COMPAT(MAXIM_98095_CODEC, "maxim,max98095-codec"),
Rong Changf6267992013-04-12 10:44:57 +000070 COMPAT(INFINEON_SLB9635_TPM, "infineon,slb9635-tpm"),
Vincent Palatinec34fa52013-04-12 11:04:36 +000071 COMPAT(INFINEON_SLB9645_TPM, "infineon,slb9645-tpm"),
naveen krishna chatradhiecbd7e12013-04-29 15:58:52 -070072 COMPAT(SAMSUNG_EXYNOS5_I2C, "samsung,exynos5-hsi2c"),
Simon Glassdf93d902014-02-27 13:26:12 -070073 COMPAT(SANDBOX_HOST_EMULATION, "sandbox,host-emulation"),
Simon Glass7d95f2a2014-02-27 13:26:19 -070074 COMPAT(SANDBOX_LCD_SDL, "sandbox,lcd-sdl"),
Tom Wai-Hong Tamac1058f2014-05-20 06:01:36 -060075 COMPAT(TI_TPS65090, "ti,tps65090"),
Simon Glassa9cf6da2014-05-20 06:01:42 -060076 COMPAT(COMPAT_NXP_PTN3460, "nxp,ptn3460"),
Ajay Kumar45c480c2014-09-05 16:53:33 +053077 COMPAT(SAMSUNG_EXYNOS_SYSMMU, "samsung,sysmmu-v3.3"),
Vadim Bendebury9e8f6642014-09-05 16:53:34 +053078 COMPAT(PARADE_PS8625, "parade,ps8625"),
Simon Glassca42d3f2014-10-10 07:30:14 -060079 COMPAT(COMPAT_INTEL_LPC, "intel,lpc"),
Simon Glass77f9b1f2014-11-12 22:42:21 -070080 COMPAT(INTEL_MICROCODE, "intel,microcode"),
Simon Glass65dd74a2014-11-12 22:42:28 -070081 COMPAT(MEMORY_SPD, "memory-spd"),
Simon Glass3ac83932014-11-14 18:18:38 -070082 COMPAT(INTEL_PANTHERPOINT_AHCI, "intel,pantherpoint-ahci"),
Simon Glassbb80be32014-11-24 21:18:16 -070083 COMPAT(INTEL_MODEL_206AX, "intel,model-206ax"),
Simon Glasseffcf062014-11-14 20:56:36 -070084 COMPAT(INTEL_GMA, "intel,gma"),
Thierry Reding6173c452014-12-09 22:25:05 -070085 COMPAT(AMS_AS3722, "ams,as3722"),
Simon Glassb5220bc2011-10-24 19:15:32 +000086};
87
Simon Glassa53f4a22012-01-17 08:20:50 +000088const char *fdtdec_get_compatible(enum fdt_compat_id id)
89{
90 /* We allow reading of the 'unknown' ID for testing purposes */
91 assert(id >= 0 && id < COMPAT_COUNT);
92 return compat_names[id];
93}
94
Simon Glass4397a2a2013-03-19 04:58:51 +000095fdt_addr_t fdtdec_get_addr_size(const void *blob, int node,
96 const char *prop_name, fdt_size_t *sizep)
Simon Glassb5220bc2011-10-24 19:15:32 +000097{
98 const fdt_addr_t *cell;
99 int len;
100
Simon Glass1cb23232012-07-12 05:25:01 +0000101 debug("%s: %s: ", __func__, prop_name);
Simon Glassb5220bc2011-10-24 19:15:32 +0000102 cell = fdt_getprop(blob, node, prop_name, &len);
Simon Glass4397a2a2013-03-19 04:58:51 +0000103 if (cell && ((!sizep && len == sizeof(fdt_addr_t)) ||
104 len == sizeof(fdt_addr_t) * 2)) {
Simon Glass1cb23232012-07-12 05:25:01 +0000105 fdt_addr_t addr = fdt_addr_to_cpu(*cell);
Simon Glass4397a2a2013-03-19 04:58:51 +0000106 if (sizep) {
107 const fdt_size_t *size;
Simon Glass1cb23232012-07-12 05:25:01 +0000108
Simon Glass4397a2a2013-03-19 04:58:51 +0000109 size = (fdt_size_t *)((char *)cell +
110 sizeof(fdt_addr_t));
111 *sizep = fdt_size_to_cpu(*size);
Simon Glass370b6c52013-11-10 10:26:54 -0700112 debug("addr=%08lx, size=%08x\n",
113 (ulong)addr, *sizep);
Simon Glass4397a2a2013-03-19 04:58:51 +0000114 } else {
Simon Glass370b6c52013-11-10 10:26:54 -0700115 debug("%08lx\n", (ulong)addr);
Simon Glass4397a2a2013-03-19 04:58:51 +0000116 }
Simon Glass1cb23232012-07-12 05:25:01 +0000117 return addr;
118 }
119 debug("(not found)\n");
Simon Glassb5220bc2011-10-24 19:15:32 +0000120 return FDT_ADDR_T_NONE;
121}
122
Simon Glass4397a2a2013-03-19 04:58:51 +0000123fdt_addr_t fdtdec_get_addr(const void *blob, int node,
124 const char *prop_name)
125{
126 return fdtdec_get_addr_size(blob, node, prop_name, NULL);
127}
128
Bin Menga62e84d2014-12-31 16:05:11 +0800129#ifdef CONFIG_PCI
130int fdtdec_get_pci_addr(const void *blob, int node, enum fdt_pci_space type,
131 const char *prop_name, struct fdt_pci_addr *addr)
132{
133 const u32 *cell;
134 int len;
135 int ret = -ENOENT;
136
137 debug("%s: %s: ", __func__, prop_name);
138
139 /*
140 * If we follow the pci bus bindings strictly, we should check
141 * the value of the node's parent node's #address-cells and
142 * #size-cells. They need to be 3 and 2 accordingly. However,
143 * for simplicity we skip the check here.
144 */
145 cell = fdt_getprop(blob, node, prop_name, &len);
146 if (!cell)
147 goto fail;
148
149 if ((len % FDT_PCI_REG_SIZE) == 0) {
150 int num = len / FDT_PCI_REG_SIZE;
151 int i;
152
153 for (i = 0; i < num; i++) {
154 debug("pci address #%d: %08lx %08lx %08lx\n", i,
155 (ulong)fdt_addr_to_cpu(cell[0]),
156 (ulong)fdt_addr_to_cpu(cell[1]),
157 (ulong)fdt_addr_to_cpu(cell[2]));
158 if ((fdt_addr_to_cpu(*cell) & type) == type) {
159 addr->phys_hi = fdt_addr_to_cpu(cell[0]);
160 addr->phys_mid = fdt_addr_to_cpu(cell[1]);
161 addr->phys_lo = fdt_addr_to_cpu(cell[2]);
162 break;
163 } else {
164 cell += (FDT_PCI_ADDR_CELLS +
165 FDT_PCI_SIZE_CELLS);
166 }
167 }
168
169 if (i == num)
170 goto fail;
171
172 return 0;
173 } else {
174 ret = -EINVAL;
175 }
176
177fail:
178 debug("(not found)\n");
179 return ret;
180}
181
182int fdtdec_get_pci_vendev(const void *blob, int node, u16 *vendor, u16 *device)
183{
184 const char *list, *end;
185 int len;
186
187 list = fdt_getprop(blob, node, "compatible", &len);
188 if (!list)
189 return -ENOENT;
190
191 end = list + len;
192 while (list < end) {
193 char *s;
194
195 len = strlen(list);
196 if (len >= strlen("pciVVVV,DDDD")) {
197 s = strstr(list, "pci");
198
199 /*
200 * check if the string is something like pciVVVV,DDDD.RR
201 * or just pciVVVV,DDDD
202 */
203 if (s && s[7] == ',' &&
204 (s[12] == '.' || s[12] == 0)) {
205 s += 3;
206 *vendor = simple_strtol(s, NULL, 16);
207
208 s += 5;
209 *device = simple_strtol(s, NULL, 16);
210
211 return 0;
212 }
213 } else {
214 list += (len + 1);
215 }
216 }
217
218 return -ENOENT;
219}
220
221int fdtdec_get_pci_bdf(const void *blob, int node,
222 struct fdt_pci_addr *addr, pci_dev_t *bdf)
223{
224 u16 dt_vendor, dt_device, vendor, device;
225 int ret;
226
227 /* get vendor id & device id from the compatible string */
228 ret = fdtdec_get_pci_vendev(blob, node, &dt_vendor, &dt_device);
229 if (ret)
230 return ret;
231
232 /* extract the bdf from fdt_pci_addr */
233 *bdf = addr->phys_hi & 0xffff00;
234
235 /* read vendor id & device id based on bdf */
236 pci_read_config_word(*bdf, PCI_VENDOR_ID, &vendor);
237 pci_read_config_word(*bdf, PCI_DEVICE_ID, &device);
238
239 /*
240 * Note there are two places in the device tree to fully describe
241 * a pci device: one is via compatible string with a format of
242 * "pciVVVV,DDDD" and the other one is the bdf numbers encoded in
243 * the device node's reg address property. We read the vendor id
244 * and device id based on bdf and compare the values with the
245 * "VVVV,DDDD". If they are the same, then we are good to use bdf
246 * to read device's bar. But if they are different, we have to rely
247 * on the vendor id and device id extracted from the compatible
248 * string and locate the real bdf by pci_find_device(). This is
249 * because normally we may only know device's device number and
250 * function number when writing device tree. The bus number is
251 * dynamically assigned during the pci enumeration process.
252 */
253 if ((dt_vendor != vendor) || (dt_device != device)) {
254 *bdf = pci_find_device(dt_vendor, dt_device, 0);
255 if (*bdf == -1)
256 return -ENODEV;
257 }
258
259 return 0;
260}
261
262int fdtdec_get_pci_bar32(const void *blob, int node,
263 struct fdt_pci_addr *addr, u32 *bar)
264{
265 pci_dev_t bdf;
266 int barnum;
267 int ret;
268
269 /* get pci devices's bdf */
270 ret = fdtdec_get_pci_bdf(blob, node, addr, &bdf);
271 if (ret)
272 return ret;
273
274 /* extract the bar number from fdt_pci_addr */
275 barnum = addr->phys_hi & 0xff;
276 if ((barnum < PCI_BASE_ADDRESS_0) || (barnum > PCI_CARDBUS_CIS))
277 return -EINVAL;
278
279 barnum = (barnum - PCI_BASE_ADDRESS_0) / 4;
280 *bar = pci_read_bar32(pci_bus_to_hose(PCI_BUS(bdf)), bdf, barnum);
281
282 return 0;
283}
284#endif
285
Che-Liang Chiouaadef0a2012-10-25 16:31:05 +0000286uint64_t fdtdec_get_uint64(const void *blob, int node, const char *prop_name,
287 uint64_t default_val)
288{
289 const uint64_t *cell64;
290 int length;
291
292 cell64 = fdt_getprop(blob, node, prop_name, &length);
293 if (!cell64 || length < sizeof(*cell64))
294 return default_val;
295
296 return fdt64_to_cpu(*cell64);
297}
298
Simon Glassf88fe2d2012-02-27 10:52:34 +0000299int fdtdec_get_is_enabled(const void *blob, int node)
Simon Glassb5220bc2011-10-24 19:15:32 +0000300{
301 const char *cell;
302
Simon Glassf88fe2d2012-02-27 10:52:34 +0000303 /*
304 * It should say "okay", so only allow that. Some fdts use "ok" but
305 * this is a bug. Please fix your device tree source file. See here
306 * for discussion:
307 *
308 * http://www.mail-archive.com/u-boot@lists.denx.de/msg71598.html
309 */
Simon Glassb5220bc2011-10-24 19:15:32 +0000310 cell = fdt_getprop(blob, node, "status", NULL);
311 if (cell)
Simon Glassf88fe2d2012-02-27 10:52:34 +0000312 return 0 == strcmp(cell, "okay");
313 return 1;
Simon Glassb5220bc2011-10-24 19:15:32 +0000314}
315
Gerald Van Baren7cde3972012-11-12 23:13:54 -0500316enum fdt_compat_id fdtdec_lookup(const void *blob, int node)
Simon Glassb5220bc2011-10-24 19:15:32 +0000317{
318 enum fdt_compat_id id;
319
320 /* Search our drivers */
321 for (id = COMPAT_UNKNOWN; id < COMPAT_COUNT; id++)
322 if (0 == fdt_node_check_compatible(blob, node,
323 compat_names[id]))
324 return id;
325 return COMPAT_UNKNOWN;
326}
327
328int fdtdec_next_compatible(const void *blob, int node,
329 enum fdt_compat_id id)
330{
331 return fdt_node_offset_by_compatible(blob, node, compat_names[id]);
332}
333
Simon Glass3ddecfc2012-04-02 13:18:42 +0000334int fdtdec_next_compatible_subnode(const void *blob, int node,
335 enum fdt_compat_id id, int *depthp)
336{
337 do {
338 node = fdt_next_node(blob, node, depthp);
339 } while (*depthp > 1);
340
341 /* If this is a direct subnode, and compatible, return it */
342 if (*depthp == 1 && 0 == fdt_node_check_compatible(
343 blob, node, compat_names[id]))
344 return node;
345
346 return -FDT_ERR_NOTFOUND;
347}
348
Simon Glassb5220bc2011-10-24 19:15:32 +0000349int fdtdec_next_alias(const void *blob, const char *name,
350 enum fdt_compat_id id, int *upto)
351{
352#define MAX_STR_LEN 20
353 char str[MAX_STR_LEN + 20];
354 int node, err;
355
356 /* snprintf() is not available */
357 assert(strlen(name) < MAX_STR_LEN);
358 sprintf(str, "%.*s%d", MAX_STR_LEN, name, *upto);
Simon Glass00878472012-10-31 14:02:42 +0000359 node = fdt_path_offset(blob, str);
Simon Glassb5220bc2011-10-24 19:15:32 +0000360 if (node < 0)
361 return node;
362 err = fdt_node_check_compatible(blob, node, compat_names[id]);
363 if (err < 0)
364 return err;
Simon Glassf88fe2d2012-02-27 10:52:34 +0000365 if (err)
366 return -FDT_ERR_NOTFOUND;
367 (*upto)++;
368 return node;
Simon Glassb5220bc2011-10-24 19:15:32 +0000369}
370
Simon Glassa53f4a22012-01-17 08:20:50 +0000371int fdtdec_find_aliases_for_id(const void *blob, const char *name,
372 enum fdt_compat_id id, int *node_list, int maxcount)
373{
Simon Glassc6782272012-02-03 15:13:53 +0000374 memset(node_list, '\0', sizeof(*node_list) * maxcount);
375
376 return fdtdec_add_aliases_for_id(blob, name, id, node_list, maxcount);
377}
378
379/* TODO: Can we tighten this code up a little? */
380int fdtdec_add_aliases_for_id(const void *blob, const char *name,
381 enum fdt_compat_id id, int *node_list, int maxcount)
382{
Simon Glassa53f4a22012-01-17 08:20:50 +0000383 int name_len = strlen(name);
384 int nodes[maxcount];
385 int num_found = 0;
386 int offset, node;
387 int alias_node;
388 int count;
389 int i, j;
390
391 /* find the alias node if present */
392 alias_node = fdt_path_offset(blob, "/aliases");
393
394 /*
395 * start with nothing, and we can assume that the root node can't
396 * match
397 */
398 memset(nodes, '\0', sizeof(nodes));
399
400 /* First find all the compatible nodes */
401 for (node = count = 0; node >= 0 && count < maxcount;) {
402 node = fdtdec_next_compatible(blob, node, id);
403 if (node >= 0)
404 nodes[count++] = node;
405 }
406 if (node >= 0)
407 debug("%s: warning: maxcount exceeded with alias '%s'\n",
408 __func__, name);
409
410 /* Now find all the aliases */
Simon Glassa53f4a22012-01-17 08:20:50 +0000411 for (offset = fdt_first_property_offset(blob, alias_node);
412 offset > 0;
413 offset = fdt_next_property_offset(blob, offset)) {
414 const struct fdt_property *prop;
415 const char *path;
416 int number;
417 int found;
418
419 node = 0;
420 prop = fdt_get_property_by_offset(blob, offset, NULL);
421 path = fdt_string(blob, fdt32_to_cpu(prop->nameoff));
422 if (prop->len && 0 == strncmp(path, name, name_len))
423 node = fdt_path_offset(blob, prop->data);
424 if (node <= 0)
425 continue;
426
427 /* Get the alias number */
428 number = simple_strtoul(path + name_len, NULL, 10);
429 if (number < 0 || number >= maxcount) {
430 debug("%s: warning: alias '%s' is out of range\n",
431 __func__, path);
432 continue;
433 }
434
435 /* Make sure the node we found is actually in our list! */
436 found = -1;
437 for (j = 0; j < count; j++)
438 if (nodes[j] == node) {
439 found = j;
440 break;
441 }
442
443 if (found == -1) {
444 debug("%s: warning: alias '%s' points to a node "
445 "'%s' that is missing or is not compatible "
446 " with '%s'\n", __func__, path,
447 fdt_get_name(blob, node, NULL),
448 compat_names[id]);
449 continue;
450 }
451
452 /*
453 * Add this node to our list in the right place, and mark
454 * it as done.
455 */
456 if (fdtdec_get_is_enabled(blob, node)) {
Simon Glassc6782272012-02-03 15:13:53 +0000457 if (node_list[number]) {
458 debug("%s: warning: alias '%s' requires that "
459 "a node be placed in the list in a "
460 "position which is already filled by "
461 "node '%s'\n", __func__, path,
462 fdt_get_name(blob, node, NULL));
463 continue;
464 }
Simon Glassa53f4a22012-01-17 08:20:50 +0000465 node_list[number] = node;
466 if (number >= num_found)
467 num_found = number + 1;
468 }
Simon Glassc6782272012-02-03 15:13:53 +0000469 nodes[found] = 0;
Simon Glassa53f4a22012-01-17 08:20:50 +0000470 }
471
472 /* Add any nodes not mentioned by an alias */
473 for (i = j = 0; i < maxcount; i++) {
474 if (!node_list[i]) {
475 for (; j < maxcount; j++)
476 if (nodes[j] &&
477 fdtdec_get_is_enabled(blob, nodes[j]))
478 break;
479
480 /* Have we run out of nodes to add? */
481 if (j == maxcount)
482 break;
483
484 assert(!node_list[i]);
485 node_list[i] = nodes[j++];
486 if (i >= num_found)
487 num_found = i + 1;
488 }
489 }
490
491 return num_found;
492}
493
Simon Glass5c33c9f2014-07-23 06:55:09 -0600494int fdtdec_get_alias_seq(const void *blob, const char *base, int offset,
495 int *seqp)
496{
497 int base_len = strlen(base);
498 const char *find_name;
499 int find_namelen;
500 int prop_offset;
501 int aliases;
502
503 find_name = fdt_get_name(blob, offset, &find_namelen);
504 debug("Looking for '%s' at %d, name %s\n", base, offset, find_name);
505
506 aliases = fdt_path_offset(blob, "/aliases");
507 for (prop_offset = fdt_first_property_offset(blob, aliases);
508 prop_offset > 0;
509 prop_offset = fdt_next_property_offset(blob, prop_offset)) {
510 const char *prop;
511 const char *name;
512 const char *slash;
513 const char *p;
514 int len;
515
516 prop = fdt_getprop_by_offset(blob, prop_offset, &name, &len);
517 debug(" - %s, %s\n", name, prop);
518 if (len < find_namelen || *prop != '/' || prop[len - 1] ||
519 strncmp(name, base, base_len))
520 continue;
521
522 slash = strrchr(prop, '/');
523 if (strcmp(slash + 1, find_name))
524 continue;
Simon Glassa88340d2014-11-11 10:46:20 -0700525 for (p = name + strlen(name) - 1; p > name; p--) {
526 if (!isdigit(*p)) {
527 *seqp = simple_strtoul(p + 1, NULL, 10);
Simon Glass5c33c9f2014-07-23 06:55:09 -0600528 debug("Found seq %d\n", *seqp);
529 return 0;
530 }
531 }
532 }
533
534 debug("Not found\n");
535 return -ENOENT;
536}
537
Simon Glassaac07d42014-09-04 16:27:24 -0600538int fdtdec_get_chosen_node(const void *blob, const char *name)
539{
540 const char *prop;
541 int chosen_node;
542 int len;
543
544 if (!blob)
545 return -FDT_ERR_NOTFOUND;
546 chosen_node = fdt_path_offset(blob, "/chosen");
547 prop = fdt_getprop(blob, chosen_node, name, &len);
548 if (!prop)
549 return -FDT_ERR_NOTFOUND;
550 return fdt_path_offset(blob, prop);
551}
552
Simon Glass9a263e52012-03-28 10:08:24 +0000553int fdtdec_check_fdt(void)
554{
555 /*
556 * We must have an FDT, but we cannot panic() yet since the console
557 * is not ready. So for now, just assert(). Boards which need an early
558 * FDT (prior to console ready) will need to make their own
559 * arrangements and do their own checks.
560 */
561 assert(!fdtdec_prepare_fdt());
562 return 0;
563}
564
Simon Glassb5220bc2011-10-24 19:15:32 +0000565/*
566 * This function is a little odd in that it accesses global data. At some
567 * point if the architecture board.c files merge this will make more sense.
568 * Even now, it is common code.
569 */
Simon Glass9a263e52012-03-28 10:08:24 +0000570int fdtdec_prepare_fdt(void)
Simon Glassb5220bc2011-10-24 19:15:32 +0000571{
Simon Glassc309c2d2013-04-20 08:42:46 +0000572 if (!gd->fdt_blob || ((uintptr_t)gd->fdt_blob & 3) ||
573 fdt_check_header(gd->fdt_blob)) {
Simon Glass9a263e52012-03-28 10:08:24 +0000574 printf("No valid FDT found - please append one to U-Boot "
575 "binary, use u-boot-dtb.bin or define "
Simon Glassa733b062013-04-26 02:53:43 +0000576 "CONFIG_OF_EMBED. For sandbox, use -d <file.dtb>\n");
Simon Glass9a263e52012-03-28 10:08:24 +0000577 return -1;
578 }
Simon Glassb5220bc2011-10-24 19:15:32 +0000579 return 0;
580}
Simon Glassd17da652012-02-27 10:52:35 +0000581
582int fdtdec_lookup_phandle(const void *blob, int node, const char *prop_name)
583{
584 const u32 *phandle;
585 int lookup;
586
Simon Glass1cb23232012-07-12 05:25:01 +0000587 debug("%s: %s\n", __func__, prop_name);
Simon Glassd17da652012-02-27 10:52:35 +0000588 phandle = fdt_getprop(blob, node, prop_name, NULL);
589 if (!phandle)
590 return -FDT_ERR_NOTFOUND;
591
592 lookup = fdt_node_offset_by_phandle(blob, fdt32_to_cpu(*phandle));
593 return lookup;
594}
595
596/**
597 * Look up a property in a node and check that it has a minimum length.
598 *
599 * @param blob FDT blob
600 * @param node node to examine
601 * @param prop_name name of property to find
602 * @param min_len minimum property length in bytes
603 * @param err 0 if ok, or -FDT_ERR_NOTFOUND if the property is not
604 found, or -FDT_ERR_BADLAYOUT if not enough data
605 * @return pointer to cell, which is only valid if err == 0
606 */
607static const void *get_prop_check_min_len(const void *blob, int node,
608 const char *prop_name, int min_len, int *err)
609{
610 const void *cell;
611 int len;
612
613 debug("%s: %s\n", __func__, prop_name);
614 cell = fdt_getprop(blob, node, prop_name, &len);
615 if (!cell)
616 *err = -FDT_ERR_NOTFOUND;
617 else if (len < min_len)
618 *err = -FDT_ERR_BADLAYOUT;
619 else
620 *err = 0;
621 return cell;
622}
623
624int fdtdec_get_int_array(const void *blob, int node, const char *prop_name,
625 u32 *array, int count)
626{
627 const u32 *cell;
628 int i, err = 0;
629
630 debug("%s: %s\n", __func__, prop_name);
631 cell = get_prop_check_min_len(blob, node, prop_name,
632 sizeof(u32) * count, &err);
633 if (!err) {
634 for (i = 0; i < count; i++)
635 array[i] = fdt32_to_cpu(cell[i]);
636 }
637 return err;
638}
639
Simon Glassa9f04d42014-11-10 18:00:19 -0700640int fdtdec_get_int_array_count(const void *blob, int node,
641 const char *prop_name, u32 *array, int count)
642{
643 const u32 *cell;
644 int len, elems;
645 int i;
646
647 debug("%s: %s\n", __func__, prop_name);
648 cell = fdt_getprop(blob, node, prop_name, &len);
649 if (!cell)
650 return -FDT_ERR_NOTFOUND;
651 elems = len / sizeof(u32);
652 if (count > elems)
653 count = elems;
654 for (i = 0; i < count; i++)
655 array[i] = fdt32_to_cpu(cell[i]);
656
657 return count;
658}
659
Simon Glass96875e72012-04-02 13:18:41 +0000660const u32 *fdtdec_locate_array(const void *blob, int node,
661 const char *prop_name, int count)
662{
663 const u32 *cell;
664 int err;
665
666 cell = get_prop_check_min_len(blob, node, prop_name,
667 sizeof(u32) * count, &err);
668 return err ? NULL : cell;
669}
670
Simon Glassd17da652012-02-27 10:52:35 +0000671int fdtdec_get_bool(const void *blob, int node, const char *prop_name)
672{
673 const s32 *cell;
674 int len;
675
676 debug("%s: %s\n", __func__, prop_name);
677 cell = fdt_getprop(blob, node, prop_name, &len);
678 return cell != NULL;
679}
Simon Glassed3ee5c2012-02-27 10:52:36 +0000680
681/**
682 * Decode a list of GPIOs from an FDT. This creates a list of GPIOs with no
683 * terminating item.
684 *
685 * @param blob FDT blob to use
686 * @param node Node to look at
687 * @param prop_name Node property name
688 * @param gpio Array of gpio elements to fill from FDT. This will be
689 * untouched if either 0 or an error is returned
690 * @param max_count Maximum number of elements allowed
691 * @return number of GPIOs read if ok, -FDT_ERR_BADLAYOUT if max_count would
692 * be exceeded, or -FDT_ERR_NOTFOUND if the property is missing.
693 */
Abhilash Kesavan5921f6a2012-10-25 16:31:01 +0000694int fdtdec_decode_gpios(const void *blob, int node, const char *prop_name,
695 struct fdt_gpio_state *gpio, int max_count)
Simon Glassed3ee5c2012-02-27 10:52:36 +0000696{
697 const struct fdt_property *prop;
698 const u32 *cell;
699 const char *name;
700 int len, i;
701
702 debug("%s: %s\n", __func__, prop_name);
703 assert(max_count > 0);
704 prop = fdt_get_property(blob, node, prop_name, &len);
705 if (!prop) {
Simon Glass1cb23232012-07-12 05:25:01 +0000706 debug("%s: property '%s' missing\n", __func__, prop_name);
Simon Glassed3ee5c2012-02-27 10:52:36 +0000707 return -FDT_ERR_NOTFOUND;
708 }
709
710 /* We will use the name to tag the GPIO */
711 name = fdt_string(blob, fdt32_to_cpu(prop->nameoff));
712 cell = (u32 *)prop->data;
713 len /= sizeof(u32) * 3; /* 3 cells per GPIO record */
714 if (len > max_count) {
Simon Glass1cb23232012-07-12 05:25:01 +0000715 debug(" %s: too many GPIOs / cells for "
Simon Glassed3ee5c2012-02-27 10:52:36 +0000716 "property '%s'\n", __func__, prop_name);
717 return -FDT_ERR_BADLAYOUT;
718 }
719
720 /* Read out the GPIO data from the cells */
721 for (i = 0; i < len; i++, cell += 3) {
722 gpio[i].gpio = fdt32_to_cpu(cell[1]);
723 gpio[i].flags = fdt32_to_cpu(cell[2]);
724 gpio[i].name = name;
725 }
726
727 return len;
728}
729
730int fdtdec_decode_gpio(const void *blob, int node, const char *prop_name,
731 struct fdt_gpio_state *gpio)
732{
733 int err;
734
735 debug("%s: %s\n", __func__, prop_name);
736 gpio->gpio = FDT_GPIO_NONE;
737 gpio->name = NULL;
738 err = fdtdec_decode_gpios(blob, node, prop_name, gpio, 1);
739 return err == 1 ? 0 : err;
740}
741
Sean Paul202ff752012-10-25 16:31:06 +0000742int fdtdec_get_gpio(struct fdt_gpio_state *gpio)
743{
744 int val;
745
746 if (!fdt_gpio_isvalid(gpio))
747 return -1;
748
749 val = gpio_get_value(gpio->gpio);
750 return gpio->flags & FDT_GPIO_ACTIVE_LOW ? val ^ 1 : val;
751}
752
753int fdtdec_set_gpio(struct fdt_gpio_state *gpio, int val)
754{
755 if (!fdt_gpio_isvalid(gpio))
756 return -1;
757
758 val = gpio->flags & FDT_GPIO_ACTIVE_LOW ? val ^ 1 : val;
759 return gpio_set_value(gpio->gpio, val);
760}
761
Simon Glassed3ee5c2012-02-27 10:52:36 +0000762int fdtdec_setup_gpio(struct fdt_gpio_state *gpio)
763{
764 /*
765 * Return success if there is no GPIO defined. This is used for
766 * optional GPIOs)
767 */
768 if (!fdt_gpio_isvalid(gpio))
769 return 0;
770
771 if (gpio_request(gpio->gpio, gpio->name))
772 return -1;
773 return 0;
774}
Anton Staffbed4d892012-04-17 09:01:28 +0000775
776int fdtdec_get_byte_array(const void *blob, int node, const char *prop_name,
777 u8 *array, int count)
778{
779 const u8 *cell;
780 int err;
781
782 cell = get_prop_check_min_len(blob, node, prop_name, count, &err);
783 if (!err)
784 memcpy(array, cell, count);
785 return err;
786}
787
788const u8 *fdtdec_locate_byte_array(const void *blob, int node,
789 const char *prop_name, int count)
790{
791 const u8 *cell;
792 int err;
793
794 cell = get_prop_check_min_len(blob, node, prop_name, count, &err);
795 if (err)
796 return NULL;
797 return cell;
798}
Abhilash Kesavan09258f12012-10-25 16:30:58 +0000799
Abhilash Kesavan09258f12012-10-25 16:30:58 +0000800int fdtdec_get_config_int(const void *blob, const char *prop_name,
801 int default_val)
802{
803 int config_node;
804
805 debug("%s: %s\n", __func__, prop_name);
806 config_node = fdt_path_offset(blob, "/config");
807 if (config_node < 0)
808 return default_val;
809 return fdtdec_get_int(blob, config_node, prop_name, default_val);
810}
Simon Glass332ab0d2012-10-25 16:30:59 +0000811
Gabe Black79289c02012-10-25 16:31:04 +0000812int fdtdec_get_config_bool(const void *blob, const char *prop_name)
813{
814 int config_node;
815 const void *prop;
816
817 debug("%s: %s\n", __func__, prop_name);
818 config_node = fdt_path_offset(blob, "/config");
819 if (config_node < 0)
820 return 0;
821 prop = fdt_get_property(blob, config_node, prop_name, NULL);
822
823 return prop != NULL;
824}
825
Simon Glass332ab0d2012-10-25 16:30:59 +0000826char *fdtdec_get_config_string(const void *blob, const char *prop_name)
827{
828 const char *nodep;
829 int nodeoffset;
830 int len;
831
832 debug("%s: %s\n", __func__, prop_name);
833 nodeoffset = fdt_path_offset(blob, "/config");
834 if (nodeoffset < 0)
835 return NULL;
836
837 nodep = fdt_getprop(blob, nodeoffset, prop_name, &len);
838 if (!nodep)
839 return NULL;
840
841 return (char *)nodep;
842}
Simon Glassf20c4612012-10-25 16:31:00 +0000843
Simon Glass76489832014-10-23 18:58:51 -0600844int fdtdec_decode_region(const void *blob, int node, const char *prop_name,
845 fdt_addr_t *basep, fdt_size_t *sizep)
Simon Glassf20c4612012-10-25 16:31:00 +0000846{
847 const fdt_addr_t *cell;
848 int len;
849
Simon Glass76489832014-10-23 18:58:51 -0600850 debug("%s: %s: %s\n", __func__, fdt_get_name(blob, node, NULL),
851 prop_name);
Simon Glassf20c4612012-10-25 16:31:00 +0000852 cell = fdt_getprop(blob, node, prop_name, &len);
Simon Glass76489832014-10-23 18:58:51 -0600853 if (!cell || (len < sizeof(fdt_addr_t) * 2)) {
854 debug("cell=%p, len=%d\n", cell, len);
Simon Glassf20c4612012-10-25 16:31:00 +0000855 return -1;
Simon Glass76489832014-10-23 18:58:51 -0600856 }
Simon Glassf20c4612012-10-25 16:31:00 +0000857
Simon Glass76489832014-10-23 18:58:51 -0600858 *basep = fdt_addr_to_cpu(*cell);
859 *sizep = fdt_size_to_cpu(cell[1]);
860 debug("%s: base=%08lx, size=%lx\n", __func__, (ulong)*basep,
861 (ulong)*sizep);
862
Simon Glassf20c4612012-10-25 16:31:00 +0000863 return 0;
864}
Simon Glass006e73b2014-02-27 13:26:01 -0700865
866/**
867 * Read a flash entry from the fdt
868 *
869 * @param blob FDT blob
870 * @param node Offset of node to read
871 * @param name Name of node being read
872 * @param entry Place to put offset and size of this node
873 * @return 0 if ok, -ve on error
874 */
875int fdtdec_read_fmap_entry(const void *blob, int node, const char *name,
876 struct fmap_entry *entry)
877{
Simon Glassf3cc44f2014-10-23 18:58:52 -0600878 const char *prop;
Simon Glass006e73b2014-02-27 13:26:01 -0700879 u32 reg[2];
880
881 if (fdtdec_get_int_array(blob, node, "reg", reg, 2)) {
882 debug("Node '%s' has bad/missing 'reg' property\n", name);
883 return -FDT_ERR_NOTFOUND;
884 }
885 entry->offset = reg[0];
886 entry->length = reg[1];
Simon Glassf3cc44f2014-10-23 18:58:52 -0600887 entry->used = fdtdec_get_int(blob, node, "used", entry->length);
888 prop = fdt_getprop(blob, node, "compress", NULL);
889 entry->compress_algo = prop && !strcmp(prop, "lzo") ?
890 FMAP_COMPRESS_LZO : FMAP_COMPRESS_NONE;
891 prop = fdt_getprop(blob, node, "hash", &entry->hash_size);
892 entry->hash_algo = prop ? FMAP_HASH_SHA256 : FMAP_HASH_NONE;
893 entry->hash = (uint8_t *)prop;
Simon Glass006e73b2014-02-27 13:26:01 -0700894
895 return 0;
896}
Thierry Reding56f42242014-08-26 17:33:53 +0200897
898static u64 fdtdec_get_number(const fdt32_t *ptr, unsigned int cells)
899{
900 u64 number = 0;
901
902 while (cells--)
903 number = (number << 32) | fdt32_to_cpu(*ptr++);
904
905 return number;
906}
907
908int fdt_get_resource(const void *fdt, int node, const char *property,
909 unsigned int index, struct fdt_resource *res)
910{
911 const fdt32_t *ptr, *end;
912 int na, ns, len, parent;
913 unsigned int i = 0;
914
915 parent = fdt_parent_offset(fdt, node);
916 if (parent < 0)
917 return parent;
918
919 na = fdt_address_cells(fdt, parent);
920 ns = fdt_size_cells(fdt, parent);
921
922 ptr = fdt_getprop(fdt, node, property, &len);
923 if (!ptr)
924 return len;
925
926 end = ptr + len / sizeof(*ptr);
927
928 while (ptr + na + ns <= end) {
929 if (i == index) {
930 res->start = res->end = fdtdec_get_number(ptr, na);
931 res->end += fdtdec_get_number(&ptr[na], ns) - 1;
932 return 0;
933 }
934
935 ptr += na + ns;
936 i++;
937 }
938
939 return -FDT_ERR_NOTFOUND;
940}
941
942int fdt_get_named_resource(const void *fdt, int node, const char *property,
943 const char *prop_names, const char *name,
944 struct fdt_resource *res)
945{
946 int index;
947
948 index = fdt_find_string(fdt, node, prop_names, name);
949 if (index < 0)
950 return index;
951
952 return fdt_get_resource(fdt, node, property, index, res);
953}
Thierry Reding9f85eee2014-08-26 17:33:54 +0200954
Simon Glass26403872014-10-23 18:58:56 -0600955int fdtdec_decode_memory_region(const void *blob, int config_node,
956 const char *mem_type, const char *suffix,
957 fdt_addr_t *basep, fdt_size_t *sizep)
958{
959 char prop_name[50];
960 const char *mem;
961 fdt_size_t size, offset_size;
962 fdt_addr_t base, offset;
963 int node;
964
965 if (config_node == -1) {
966 config_node = fdt_path_offset(blob, "/config");
967 if (config_node < 0) {
968 debug("%s: Cannot find /config node\n", __func__);
969 return -ENOENT;
970 }
971 }
972 if (!suffix)
973 suffix = "";
974
975 snprintf(prop_name, sizeof(prop_name), "%s-memory%s", mem_type,
976 suffix);
977 mem = fdt_getprop(blob, config_node, prop_name, NULL);
978 if (!mem) {
979 debug("%s: No memory type for '%s', using /memory\n", __func__,
980 prop_name);
981 mem = "/memory";
982 }
983
984 node = fdt_path_offset(blob, mem);
985 if (node < 0) {
986 debug("%s: Failed to find node '%s': %s\n", __func__, mem,
987 fdt_strerror(node));
988 return -ENOENT;
989 }
990
991 /*
992 * Not strictly correct - the memory may have multiple banks. We just
993 * use the first
994 */
995 if (fdtdec_decode_region(blob, node, "reg", &base, &size)) {
996 debug("%s: Failed to decode memory region %s\n", __func__,
997 mem);
998 return -EINVAL;
999 }
1000
1001 snprintf(prop_name, sizeof(prop_name), "%s-offset%s", mem_type,
1002 suffix);
1003 if (fdtdec_decode_region(blob, config_node, prop_name, &offset,
1004 &offset_size)) {
1005 debug("%s: Failed to decode memory region '%s'\n", __func__,
1006 prop_name);
1007 return -EINVAL;
1008 }
1009
1010 *basep = base + offset;
1011 *sizep = offset_size;
1012
1013 return 0;
1014}
Heiko Schocher29a23f92014-03-03 12:19:30 +01001015#endif