blob: b50d10516105cc0c1c4c8a72a25eec24207a6916 [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 Glassfcc0a872015-11-29 13:17:54 -07008#include <dm.h>
Simon Glass5c33c9f2014-07-23 06:55:09 -06009#include <errno.h>
Simon Glassb5220bc2011-10-24 19:15:32 +000010#include <serial.h>
11#include <libfdt.h>
12#include <fdtdec.h>
Simon Glassb45122f2015-02-27 22:06:34 -070013#include <asm/sections.h>
Simon Glass5c33c9f2014-07-23 06:55:09 -060014#include <linux/ctype.h>
Simon Glassb5220bc2011-10-24 19:15:32 +000015
16DECLARE_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>"),
Jimmy Zhang0e35ad02012-04-02 13:18:52 +000026 COMPAT(NVIDIA_TEGRA20_EMC, "nvidia,tegra20-emc"),
27 COMPAT(NVIDIA_TEGRA20_EMC_TABLE, "nvidia,tegra20-emc-table"),
Jim Lin312693c2012-07-29 20:53:29 +000028 COMPAT(NVIDIA_TEGRA20_NAND, "nvidia,tegra20-nand"),
Simon Glasse1ae0d12012-10-17 13:24:49 +000029 COMPAT(NVIDIA_TEGRA20_PWM, "nvidia,tegra20-pwm"),
Simon Glass00f37322015-04-14 21:03:40 -060030 COMPAT(NVIDIA_TEGRA124_DC, "nvidia,tegra124-dc"),
31 COMPAT(NVIDIA_TEGRA124_SOR, "nvidia,tegra124-sor"),
32 COMPAT(NVIDIA_TEGRA124_PMC, "nvidia,tegra124-pmc"),
Wei Ni87540de2012-10-17 13:24:50 +000033 COMPAT(NVIDIA_TEGRA20_DC, "nvidia,tegra20-dc"),
Tom Warren7aaa5a62015-03-04 16:36:00 -070034 COMPAT(NVIDIA_TEGRA210_SDMMC, "nvidia,tegra210-sdhci"),
Stephen Warrena73ca472014-01-24 12:46:06 -070035 COMPAT(NVIDIA_TEGRA124_SDMMC, "nvidia,tegra124-sdhci"),
Tom Warrenf4e4e0b2013-03-04 14:07:18 -070036 COMPAT(NVIDIA_TEGRA30_SDMMC, "nvidia,tegra30-sdhci"),
Tom Warrenc9aa8312013-02-21 12:31:30 +000037 COMPAT(NVIDIA_TEGRA20_SDMMC, "nvidia,tegra20-sdhci"),
Thierry Reding79c7a902014-12-09 22:25:09 -070038 COMPAT(NVIDIA_TEGRA124_XUSB_PADCTL, "nvidia,tegra124-xusb-padctl"),
Tom Warren7aaa5a62015-03-04 16:36:00 -070039 COMPAT(NVIDIA_TEGRA210_XUSB_PADCTL, "nvidia,tegra210-xusb-padctl"),
Hatim RVcc9fe332012-12-11 00:52:46 +000040 COMPAT(SMSC_LAN9215, "smsc,lan9215"),
41 COMPAT(SAMSUNG_EXYNOS5_SROMC, "samsung,exynos-sromc"),
Rajeshwari Shindec34253d2012-12-26 20:03:10 +000042 COMPAT(SAMSUNG_S3C2440_I2C, "samsung,s3c2440-i2c"),
Rajeshwari Shinde72dbff12012-12-26 20:03:16 +000043 COMPAT(SAMSUNG_EXYNOS5_SOUND, "samsung,exynos-sound"),
44 COMPAT(WOLFSON_WM8994_CODEC, "wolfson,wm8994-codec"),
Hung-ying Tyan713cb682013-05-15 18:27:32 +080045 COMPAT(GOOGLE_CROS_EC_KEYB, "google,cros-ec-keyb"),
Rajeshwari Shinde6abd1622013-01-07 23:35:05 +000046 COMPAT(SAMSUNG_EXYNOS_USB_PHY, "samsung,exynos-usb-phy"),
Vivek Gautam108b85b2013-09-14 14:02:48 +053047 COMPAT(SAMSUNG_EXYNOS5_USB3_PHY, "samsung,exynos5250-usb3-phy"),
Akshay Saraswat618766c2013-02-25 01:13:01 +000048 COMPAT(SAMSUNG_EXYNOS_TMU, "samsung,exynos-tmu"),
Ajay Kumard7377b52013-02-21 23:53:00 +000049 COMPAT(SAMSUNG_EXYNOS_FIMD, "samsung,exynos-fimd"),
Piotr Wilczekde461c52014-03-07 14:59:39 +010050 COMPAT(SAMSUNG_EXYNOS_MIPI_DSI, "samsung,exynos-mipi-dsi"),
Ajay Kumar1e4706a2013-02-21 23:53:05 +000051 COMPAT(SAMSUNG_EXYNOS5_DP, "samsung,exynos5-dp"),
Jaehoon Chung7d3ca0f2014-05-16 13:59:51 +090052 COMPAT(SAMSUNG_EXYNOS_DWMMC, "samsung,exynos-dwmmc"),
Piotr Wilczek3577fe82014-03-07 14:59:41 +010053 COMPAT(SAMSUNG_EXYNOS_MMC, "samsung,exynos-mmc"),
Rajeshwari Shindeee1e3c22013-06-24 16:47:20 +053054 COMPAT(SAMSUNG_EXYNOS_SERIAL, "samsung,exynos4210-uart"),
Przemyslaw Marczakf37df0f2015-04-20 20:07:45 +020055 COMPAT(MAXIM_MAX77686_PMIC, "maxim,max77686"),
Simon Glassbb8215f2013-03-11 06:08:08 +000056 COMPAT(GENERIC_SPI_FLASH, "spi-flash"),
Rajeshwari Shinde7772bb72013-02-14 19:46:15 +000057 COMPAT(MAXIM_98095_CODEC, "maxim,max98095-codec"),
naveen krishna chatradhiecbd7e12013-04-29 15:58:52 -070058 COMPAT(SAMSUNG_EXYNOS5_I2C, "samsung,exynos5-hsi2c"),
Simon Glass7d95f2a2014-02-27 13:26:19 -070059 COMPAT(SANDBOX_LCD_SDL, "sandbox,lcd-sdl"),
Ajay Kumar45c480c2014-09-05 16:53:33 +053060 COMPAT(SAMSUNG_EXYNOS_SYSMMU, "samsung,sysmmu-v3.3"),
Simon Glass77f9b1f2014-11-12 22:42:21 -070061 COMPAT(INTEL_MICROCODE, "intel,microcode"),
Simon Glass65dd74a2014-11-12 22:42:28 -070062 COMPAT(MEMORY_SPD, "memory-spd"),
Simon Glass3ac83932014-11-14 18:18:38 -070063 COMPAT(INTEL_PANTHERPOINT_AHCI, "intel,pantherpoint-ahci"),
Simon Glassbb80be32014-11-24 21:18:16 -070064 COMPAT(INTEL_MODEL_206AX, "intel,model-206ax"),
Simon Glasseffcf062014-11-14 20:56:36 -070065 COMPAT(INTEL_GMA, "intel,gma"),
Thierry Reding6173c452014-12-09 22:25:05 -070066 COMPAT(AMS_AS3722, "ams,as3722"),
Simon Glass5da38082015-01-19 22:16:06 -070067 COMPAT(INTEL_ICH_SPI, "intel,ich-spi"),
Bin Mengc89ada02015-02-05 23:42:26 +080068 COMPAT(INTEL_QRK_MRC, "intel,quark-mrc"),
Gabriel Huau5318f182015-05-25 22:27:37 -070069 COMPAT(INTEL_X86_PINCTRL, "intel,x86-pinctrl"),
Masahiro Yamada6462cde2015-03-11 15:54:46 +090070 COMPAT(SOCIONEXT_XHCI, "socionext,uniphier-xhci"),
Simon Glass90b16d12015-03-26 09:29:29 -060071 COMPAT(COMPAT_INTEL_PCH, "intel,bd82x6x"),
Bin Meng9c7dea62015-05-25 22:35:04 +080072 COMPAT(COMPAT_INTEL_IRQ_ROUTER, "intel,irq-router"),
Marek Vasut6ab00db2015-07-25 19:33:56 +020073 COMPAT(ALTERA_SOCFPGA_DWMAC, "altr,socfpga-stmmac"),
Marek Vasut129adf52015-07-25 10:48:14 +020074 COMPAT(ALTERA_SOCFPGA_DWMMC, "altr,socfpga-dw-mshc"),
Marek Vasutef4b01b2015-12-05 19:28:44 +010075 COMPAT(ALTERA_SOCFPGA_DWC2USB, "snps,dwc2"),
Andrew Bradfordf3b84a32015-08-07 08:36:35 -040076 COMPAT(COMPAT_INTEL_BAYTRAIL_FSP, "intel,baytrail-fsp"),
77 COMPAT(COMPAT_INTEL_BAYTRAIL_FSP_MDP, "intel,baytrail-fsp-mdp"),
Bin Meng394e0b62015-12-11 02:55:44 -080078 COMPAT(COMPAT_INTEL_IVYBRIDGE_FSP, "intel,ivybridge-fsp"),
Simon Glassb5220bc2011-10-24 19:15:32 +000079};
80
Simon Glassa53f4a22012-01-17 08:20:50 +000081const char *fdtdec_get_compatible(enum fdt_compat_id id)
82{
83 /* We allow reading of the 'unknown' ID for testing purposes */
84 assert(id >= 0 && id < COMPAT_COUNT);
85 return compat_names[id];
86}
87
Stephen Warren02464e32015-08-06 15:31:02 -060088fdt_addr_t fdtdec_get_addr_size_fixed(const void *blob, int node,
89 const char *prop_name, int index, int na, int ns,
90 fdt_size_t *sizep)
91{
92 const fdt32_t *prop, *prop_end;
93 const fdt32_t *prop_addr, *prop_size, *prop_after_size;
94 int len;
95 fdt_addr_t addr;
96
97 debug("%s: %s: ", __func__, prop_name);
98
99 if (na > (sizeof(fdt_addr_t) / sizeof(fdt32_t))) {
100 debug("(na too large for fdt_addr_t type)\n");
101 return FDT_ADDR_T_NONE;
102 }
103
104 if (ns > (sizeof(fdt_size_t) / sizeof(fdt32_t))) {
105 debug("(ns too large for fdt_size_t type)\n");
106 return FDT_ADDR_T_NONE;
107 }
108
109 prop = fdt_getprop(blob, node, prop_name, &len);
110 if (!prop) {
111 debug("(not found)\n");
112 return FDT_ADDR_T_NONE;
113 }
114 prop_end = prop + (len / sizeof(*prop));
115
116 prop_addr = prop + (index * (na + ns));
117 prop_size = prop_addr + na;
118 prop_after_size = prop_size + ns;
119 if (prop_after_size > prop_end) {
120 debug("(not enough data: expected >= %d cells, got %d cells)\n",
121 (u32)(prop_after_size - prop), ((u32)(prop_end - prop)));
122 return FDT_ADDR_T_NONE;
123 }
124
125 addr = fdtdec_get_number(prop_addr, na);
126
127 if (sizep) {
128 *sizep = fdtdec_get_number(prop_size, ns);
129 debug("addr=%08llx, size=%llx\n", (u64)addr, (u64)*sizep);
130 } else {
131 debug("addr=%08llx\n", (u64)addr);
132 }
133
134 return addr;
135}
136
137fdt_addr_t fdtdec_get_addr_size_auto_parent(const void *blob, int parent,
138 int node, const char *prop_name, int index, fdt_size_t *sizep)
139{
140 int na, ns;
141
142 debug("%s: ", __func__);
143
144 na = fdt_address_cells(blob, parent);
145 if (na < 1) {
146 debug("(bad #address-cells)\n");
147 return FDT_ADDR_T_NONE;
148 }
149
150 ns = fdt_size_cells(blob, parent);
Przemyslaw Marczakff0a6352015-09-30 13:14:50 +0200151 if (ns < 0) {
Stephen Warren02464e32015-08-06 15:31:02 -0600152 debug("(bad #size-cells)\n");
153 return FDT_ADDR_T_NONE;
154 }
155
156 debug("na=%d, ns=%d, ", na, ns);
157
158 return fdtdec_get_addr_size_fixed(blob, node, prop_name, index, na,
159 ns, sizep);
160}
161
162fdt_addr_t fdtdec_get_addr_size_auto_noparent(const void *blob, int node,
163 const char *prop_name, int index, fdt_size_t *sizep)
164{
165 int parent;
166
167 debug("%s: ", __func__);
168
169 parent = fdt_parent_offset(blob, node);
170 if (parent < 0) {
171 debug("(no parent found)\n");
172 return FDT_ADDR_T_NONE;
173 }
174
175 return fdtdec_get_addr_size_auto_parent(blob, parent, node, prop_name,
176 index, sizep);
177}
178
Simon Glass4397a2a2013-03-19 04:58:51 +0000179fdt_addr_t fdtdec_get_addr_size(const void *blob, int node,
180 const char *prop_name, fdt_size_t *sizep)
Simon Glassb5220bc2011-10-24 19:15:32 +0000181{
Stephen Warrend93b9a02015-09-25 10:11:41 -0600182 int ns = sizep ? (sizeof(fdt_size_t) / sizeof(fdt32_t)) : 0;
183
Stephen Warren02464e32015-08-06 15:31:02 -0600184 return fdtdec_get_addr_size_fixed(blob, node, prop_name, 0,
185 sizeof(fdt_addr_t) / sizeof(fdt32_t),
Stephen Warrend93b9a02015-09-25 10:11:41 -0600186 ns, sizep);
Simon Glassb5220bc2011-10-24 19:15:32 +0000187}
188
Simon Glass4397a2a2013-03-19 04:58:51 +0000189fdt_addr_t fdtdec_get_addr(const void *blob, int node,
190 const char *prop_name)
191{
192 return fdtdec_get_addr_size(blob, node, prop_name, NULL);
193}
194
Simon Glassfcc0a872015-11-29 13:17:54 -0700195#if defined(CONFIG_PCI) && defined(CONFIG_DM_PCI)
Bin Menga62e84d2014-12-31 16:05:11 +0800196int fdtdec_get_pci_addr(const void *blob, int node, enum fdt_pci_space type,
197 const char *prop_name, struct fdt_pci_addr *addr)
198{
199 const u32 *cell;
200 int len;
201 int ret = -ENOENT;
202
203 debug("%s: %s: ", __func__, prop_name);
204
205 /*
206 * If we follow the pci bus bindings strictly, we should check
207 * the value of the node's parent node's #address-cells and
208 * #size-cells. They need to be 3 and 2 accordingly. However,
209 * for simplicity we skip the check here.
210 */
211 cell = fdt_getprop(blob, node, prop_name, &len);
212 if (!cell)
213 goto fail;
214
215 if ((len % FDT_PCI_REG_SIZE) == 0) {
216 int num = len / FDT_PCI_REG_SIZE;
217 int i;
218
219 for (i = 0; i < num; i++) {
220 debug("pci address #%d: %08lx %08lx %08lx\n", i,
Stephen Warren4ea52432015-10-02 17:44:06 -0600221 (ulong)fdt32_to_cpu(cell[0]),
222 (ulong)fdt32_to_cpu(cell[1]),
223 (ulong)fdt32_to_cpu(cell[2]));
224 if ((fdt32_to_cpu(*cell) & type) == type) {
225 addr->phys_hi = fdt32_to_cpu(cell[0]);
226 addr->phys_mid = fdt32_to_cpu(cell[1]);
227 addr->phys_lo = fdt32_to_cpu(cell[1]);
Bin Menga62e84d2014-12-31 16:05:11 +0800228 break;
229 } else {
230 cell += (FDT_PCI_ADDR_CELLS +
231 FDT_PCI_SIZE_CELLS);
232 }
233 }
234
Simon Glass106cce92015-03-05 12:25:19 -0700235 if (i == num) {
236 ret = -ENXIO;
Bin Menga62e84d2014-12-31 16:05:11 +0800237 goto fail;
Simon Glass106cce92015-03-05 12:25:19 -0700238 }
Bin Menga62e84d2014-12-31 16:05:11 +0800239
240 return 0;
241 } else {
242 ret = -EINVAL;
243 }
244
245fail:
246 debug("(not found)\n");
247 return ret;
248}
249
250int fdtdec_get_pci_vendev(const void *blob, int node, u16 *vendor, u16 *device)
251{
252 const char *list, *end;
253 int len;
254
255 list = fdt_getprop(blob, node, "compatible", &len);
256 if (!list)
257 return -ENOENT;
258
259 end = list + len;
260 while (list < end) {
261 char *s;
262
263 len = strlen(list);
264 if (len >= strlen("pciVVVV,DDDD")) {
265 s = strstr(list, "pci");
266
267 /*
268 * check if the string is something like pciVVVV,DDDD.RR
269 * or just pciVVVV,DDDD
270 */
271 if (s && s[7] == ',' &&
272 (s[12] == '.' || s[12] == 0)) {
273 s += 3;
274 *vendor = simple_strtol(s, NULL, 16);
275
276 s += 5;
277 *device = simple_strtol(s, NULL, 16);
278
279 return 0;
280 }
Bin Menga62e84d2014-12-31 16:05:11 +0800281 }
Bin Mengbc6351e2015-08-20 06:40:25 -0700282 list += (len + 1);
Bin Menga62e84d2014-12-31 16:05:11 +0800283 }
284
285 return -ENOENT;
286}
287
Simon Glassfcc0a872015-11-29 13:17:54 -0700288int fdtdec_get_pci_bar32(struct udevice *dev, struct fdt_pci_addr *addr,
289 u32 *bar)
Bin Menga62e84d2014-12-31 16:05:11 +0800290{
Bin Menga62e84d2014-12-31 16:05:11 +0800291 int barnum;
Bin Menga62e84d2014-12-31 16:05:11 +0800292
293 /* extract the bar number from fdt_pci_addr */
294 barnum = addr->phys_hi & 0xff;
295 if ((barnum < PCI_BASE_ADDRESS_0) || (barnum > PCI_CARDBUS_CIS))
296 return -EINVAL;
297
298 barnum = (barnum - PCI_BASE_ADDRESS_0) / 4;
Simon Glassfcc0a872015-11-29 13:17:54 -0700299 *bar = dm_pci_read_bar32(dev, barnum);
Bin Menga62e84d2014-12-31 16:05:11 +0800300
301 return 0;
302}
303#endif
304
Che-Liang Chiouaadef0a2012-10-25 16:31:05 +0000305uint64_t fdtdec_get_uint64(const void *blob, int node, const char *prop_name,
306 uint64_t default_val)
307{
308 const uint64_t *cell64;
309 int length;
310
311 cell64 = fdt_getprop(blob, node, prop_name, &length);
312 if (!cell64 || length < sizeof(*cell64))
313 return default_val;
314
315 return fdt64_to_cpu(*cell64);
316}
317
Simon Glassf88fe2d2012-02-27 10:52:34 +0000318int fdtdec_get_is_enabled(const void *blob, int node)
Simon Glassb5220bc2011-10-24 19:15:32 +0000319{
320 const char *cell;
321
Simon Glassf88fe2d2012-02-27 10:52:34 +0000322 /*
323 * It should say "okay", so only allow that. Some fdts use "ok" but
324 * this is a bug. Please fix your device tree source file. See here
325 * for discussion:
326 *
327 * http://www.mail-archive.com/u-boot@lists.denx.de/msg71598.html
328 */
Simon Glassb5220bc2011-10-24 19:15:32 +0000329 cell = fdt_getprop(blob, node, "status", NULL);
330 if (cell)
Simon Glassf88fe2d2012-02-27 10:52:34 +0000331 return 0 == strcmp(cell, "okay");
332 return 1;
Simon Glassb5220bc2011-10-24 19:15:32 +0000333}
334
Gerald Van Baren7cde3972012-11-12 23:13:54 -0500335enum fdt_compat_id fdtdec_lookup(const void *blob, int node)
Simon Glassb5220bc2011-10-24 19:15:32 +0000336{
337 enum fdt_compat_id id;
338
339 /* Search our drivers */
340 for (id = COMPAT_UNKNOWN; id < COMPAT_COUNT; id++)
341 if (0 == fdt_node_check_compatible(blob, node,
342 compat_names[id]))
343 return id;
344 return COMPAT_UNKNOWN;
345}
346
347int fdtdec_next_compatible(const void *blob, int node,
348 enum fdt_compat_id id)
349{
350 return fdt_node_offset_by_compatible(blob, node, compat_names[id]);
351}
352
Simon Glass3ddecfc2012-04-02 13:18:42 +0000353int fdtdec_next_compatible_subnode(const void *blob, int node,
354 enum fdt_compat_id id, int *depthp)
355{
356 do {
357 node = fdt_next_node(blob, node, depthp);
358 } while (*depthp > 1);
359
360 /* If this is a direct subnode, and compatible, return it */
361 if (*depthp == 1 && 0 == fdt_node_check_compatible(
362 blob, node, compat_names[id]))
363 return node;
364
365 return -FDT_ERR_NOTFOUND;
366}
367
Simon Glassb5220bc2011-10-24 19:15:32 +0000368int fdtdec_next_alias(const void *blob, const char *name,
369 enum fdt_compat_id id, int *upto)
370{
371#define MAX_STR_LEN 20
372 char str[MAX_STR_LEN + 20];
373 int node, err;
374
375 /* snprintf() is not available */
376 assert(strlen(name) < MAX_STR_LEN);
377 sprintf(str, "%.*s%d", MAX_STR_LEN, name, *upto);
Simon Glass00878472012-10-31 14:02:42 +0000378 node = fdt_path_offset(blob, str);
Simon Glassb5220bc2011-10-24 19:15:32 +0000379 if (node < 0)
380 return node;
381 err = fdt_node_check_compatible(blob, node, compat_names[id]);
382 if (err < 0)
383 return err;
Simon Glassf88fe2d2012-02-27 10:52:34 +0000384 if (err)
385 return -FDT_ERR_NOTFOUND;
386 (*upto)++;
387 return node;
Simon Glassb5220bc2011-10-24 19:15:32 +0000388}
389
Simon Glassa53f4a22012-01-17 08:20:50 +0000390int fdtdec_find_aliases_for_id(const void *blob, const char *name,
391 enum fdt_compat_id id, int *node_list, int maxcount)
392{
Simon Glassc6782272012-02-03 15:13:53 +0000393 memset(node_list, '\0', sizeof(*node_list) * maxcount);
394
395 return fdtdec_add_aliases_for_id(blob, name, id, node_list, maxcount);
396}
397
398/* TODO: Can we tighten this code up a little? */
399int fdtdec_add_aliases_for_id(const void *blob, const char *name,
400 enum fdt_compat_id id, int *node_list, int maxcount)
401{
Simon Glassa53f4a22012-01-17 08:20:50 +0000402 int name_len = strlen(name);
403 int nodes[maxcount];
404 int num_found = 0;
405 int offset, node;
406 int alias_node;
407 int count;
408 int i, j;
409
410 /* find the alias node if present */
411 alias_node = fdt_path_offset(blob, "/aliases");
412
413 /*
414 * start with nothing, and we can assume that the root node can't
415 * match
416 */
417 memset(nodes, '\0', sizeof(nodes));
418
419 /* First find all the compatible nodes */
420 for (node = count = 0; node >= 0 && count < maxcount;) {
421 node = fdtdec_next_compatible(blob, node, id);
422 if (node >= 0)
423 nodes[count++] = node;
424 }
425 if (node >= 0)
426 debug("%s: warning: maxcount exceeded with alias '%s'\n",
427 __func__, name);
428
429 /* Now find all the aliases */
Simon Glassa53f4a22012-01-17 08:20:50 +0000430 for (offset = fdt_first_property_offset(blob, alias_node);
431 offset > 0;
432 offset = fdt_next_property_offset(blob, offset)) {
433 const struct fdt_property *prop;
434 const char *path;
435 int number;
436 int found;
437
438 node = 0;
439 prop = fdt_get_property_by_offset(blob, offset, NULL);
440 path = fdt_string(blob, fdt32_to_cpu(prop->nameoff));
441 if (prop->len && 0 == strncmp(path, name, name_len))
442 node = fdt_path_offset(blob, prop->data);
443 if (node <= 0)
444 continue;
445
446 /* Get the alias number */
447 number = simple_strtoul(path + name_len, NULL, 10);
448 if (number < 0 || number >= maxcount) {
449 debug("%s: warning: alias '%s' is out of range\n",
450 __func__, path);
451 continue;
452 }
453
454 /* Make sure the node we found is actually in our list! */
455 found = -1;
456 for (j = 0; j < count; j++)
457 if (nodes[j] == node) {
458 found = j;
459 break;
460 }
461
462 if (found == -1) {
463 debug("%s: warning: alias '%s' points to a node "
464 "'%s' that is missing or is not compatible "
465 " with '%s'\n", __func__, path,
466 fdt_get_name(blob, node, NULL),
467 compat_names[id]);
468 continue;
469 }
470
471 /*
472 * Add this node to our list in the right place, and mark
473 * it as done.
474 */
475 if (fdtdec_get_is_enabled(blob, node)) {
Simon Glassc6782272012-02-03 15:13:53 +0000476 if (node_list[number]) {
477 debug("%s: warning: alias '%s' requires that "
478 "a node be placed in the list in a "
479 "position which is already filled by "
480 "node '%s'\n", __func__, path,
481 fdt_get_name(blob, node, NULL));
482 continue;
483 }
Simon Glassa53f4a22012-01-17 08:20:50 +0000484 node_list[number] = node;
485 if (number >= num_found)
486 num_found = number + 1;
487 }
Simon Glassc6782272012-02-03 15:13:53 +0000488 nodes[found] = 0;
Simon Glassa53f4a22012-01-17 08:20:50 +0000489 }
490
491 /* Add any nodes not mentioned by an alias */
492 for (i = j = 0; i < maxcount; i++) {
493 if (!node_list[i]) {
494 for (; j < maxcount; j++)
495 if (nodes[j] &&
496 fdtdec_get_is_enabled(blob, nodes[j]))
497 break;
498
499 /* Have we run out of nodes to add? */
500 if (j == maxcount)
501 break;
502
503 assert(!node_list[i]);
504 node_list[i] = nodes[j++];
505 if (i >= num_found)
506 num_found = i + 1;
507 }
508 }
509
510 return num_found;
511}
512
Simon Glass5c33c9f2014-07-23 06:55:09 -0600513int fdtdec_get_alias_seq(const void *blob, const char *base, int offset,
514 int *seqp)
515{
516 int base_len = strlen(base);
517 const char *find_name;
518 int find_namelen;
519 int prop_offset;
520 int aliases;
521
522 find_name = fdt_get_name(blob, offset, &find_namelen);
523 debug("Looking for '%s' at %d, name %s\n", base, offset, find_name);
524
525 aliases = fdt_path_offset(blob, "/aliases");
526 for (prop_offset = fdt_first_property_offset(blob, aliases);
527 prop_offset > 0;
528 prop_offset = fdt_next_property_offset(blob, prop_offset)) {
529 const char *prop;
530 const char *name;
531 const char *slash;
Simon Glassc4af6732015-06-23 15:39:08 -0600532 int len, val;
Simon Glass5c33c9f2014-07-23 06:55:09 -0600533
534 prop = fdt_getprop_by_offset(blob, prop_offset, &name, &len);
535 debug(" - %s, %s\n", name, prop);
536 if (len < find_namelen || *prop != '/' || prop[len - 1] ||
537 strncmp(name, base, base_len))
538 continue;
539
540 slash = strrchr(prop, '/');
541 if (strcmp(slash + 1, find_name))
542 continue;
Simon Glassc4af6732015-06-23 15:39:08 -0600543 val = trailing_strtol(name);
544 if (val != -1) {
545 *seqp = val;
546 debug("Found seq %d\n", *seqp);
547 return 0;
Simon Glass5c33c9f2014-07-23 06:55:09 -0600548 }
549 }
550
551 debug("Not found\n");
552 return -ENOENT;
553}
554
Simon Glass3bc37a52015-10-17 19:41:14 -0600555const char *fdtdec_get_chosen_prop(const void *blob, const char *name)
556{
557 int chosen_node;
558
559 if (!blob)
560 return NULL;
561 chosen_node = fdt_path_offset(blob, "/chosen");
562 return fdt_getprop(blob, chosen_node, name, NULL);
563}
564
Simon Glassaac07d42014-09-04 16:27:24 -0600565int fdtdec_get_chosen_node(const void *blob, const char *name)
566{
567 const char *prop;
Simon Glassaac07d42014-09-04 16:27:24 -0600568
Simon Glass3bc37a52015-10-17 19:41:14 -0600569 prop = fdtdec_get_chosen_prop(blob, name);
Simon Glassaac07d42014-09-04 16:27:24 -0600570 if (!prop)
571 return -FDT_ERR_NOTFOUND;
572 return fdt_path_offset(blob, prop);
573}
574
Simon Glass9a263e52012-03-28 10:08:24 +0000575int fdtdec_check_fdt(void)
576{
577 /*
578 * We must have an FDT, but we cannot panic() yet since the console
579 * is not ready. So for now, just assert(). Boards which need an early
580 * FDT (prior to console ready) will need to make their own
581 * arrangements and do their own checks.
582 */
583 assert(!fdtdec_prepare_fdt());
584 return 0;
585}
586
Simon Glassb5220bc2011-10-24 19:15:32 +0000587/*
588 * This function is a little odd in that it accesses global data. At some
589 * point if the architecture board.c files merge this will make more sense.
590 * Even now, it is common code.
591 */
Simon Glass9a263e52012-03-28 10:08:24 +0000592int fdtdec_prepare_fdt(void)
Simon Glassb5220bc2011-10-24 19:15:32 +0000593{
Simon Glassc309c2d2013-04-20 08:42:46 +0000594 if (!gd->fdt_blob || ((uintptr_t)gd->fdt_blob & 3) ||
595 fdt_check_header(gd->fdt_blob)) {
Simon Glass66312372015-02-27 22:06:32 -0700596#ifdef CONFIG_SPL_BUILD
597 puts("Missing DTB\n");
598#else
599 puts("No valid device tree binary found - please append one to U-Boot binary, use u-boot-dtb.bin or define CONFIG_OF_EMBED. For sandbox, use -d <file.dtb>\n");
Simon Glasscb5f97f702015-06-23 15:39:09 -0600600# ifdef DEBUG
601 if (gd->fdt_blob) {
602 printf("fdt_blob=%p\n", gd->fdt_blob);
603 print_buffer((ulong)gd->fdt_blob, gd->fdt_blob, 4,
604 32, 0);
605 }
606# endif
Simon Glass66312372015-02-27 22:06:32 -0700607#endif
Simon Glass9a263e52012-03-28 10:08:24 +0000608 return -1;
609 }
Simon Glassb5220bc2011-10-24 19:15:32 +0000610 return 0;
611}
Simon Glassd17da652012-02-27 10:52:35 +0000612
613int fdtdec_lookup_phandle(const void *blob, int node, const char *prop_name)
614{
615 const u32 *phandle;
616 int lookup;
617
Simon Glass1cb23232012-07-12 05:25:01 +0000618 debug("%s: %s\n", __func__, prop_name);
Simon Glassd17da652012-02-27 10:52:35 +0000619 phandle = fdt_getprop(blob, node, prop_name, NULL);
620 if (!phandle)
621 return -FDT_ERR_NOTFOUND;
622
623 lookup = fdt_node_offset_by_phandle(blob, fdt32_to_cpu(*phandle));
624 return lookup;
625}
626
627/**
628 * Look up a property in a node and check that it has a minimum length.
629 *
630 * @param blob FDT blob
631 * @param node node to examine
632 * @param prop_name name of property to find
633 * @param min_len minimum property length in bytes
634 * @param err 0 if ok, or -FDT_ERR_NOTFOUND if the property is not
635 found, or -FDT_ERR_BADLAYOUT if not enough data
636 * @return pointer to cell, which is only valid if err == 0
637 */
638static const void *get_prop_check_min_len(const void *blob, int node,
639 const char *prop_name, int min_len, int *err)
640{
641 const void *cell;
642 int len;
643
644 debug("%s: %s\n", __func__, prop_name);
645 cell = fdt_getprop(blob, node, prop_name, &len);
646 if (!cell)
647 *err = -FDT_ERR_NOTFOUND;
648 else if (len < min_len)
649 *err = -FDT_ERR_BADLAYOUT;
650 else
651 *err = 0;
652 return cell;
653}
654
655int fdtdec_get_int_array(const void *blob, int node, const char *prop_name,
656 u32 *array, int count)
657{
658 const u32 *cell;
659 int i, err = 0;
660
661 debug("%s: %s\n", __func__, prop_name);
662 cell = get_prop_check_min_len(blob, node, prop_name,
663 sizeof(u32) * count, &err);
664 if (!err) {
665 for (i = 0; i < count; i++)
666 array[i] = fdt32_to_cpu(cell[i]);
667 }
668 return err;
669}
670
Simon Glassa9f04d42014-11-10 18:00:19 -0700671int fdtdec_get_int_array_count(const void *blob, int node,
672 const char *prop_name, u32 *array, int count)
673{
674 const u32 *cell;
675 int len, elems;
676 int i;
677
678 debug("%s: %s\n", __func__, prop_name);
679 cell = fdt_getprop(blob, node, prop_name, &len);
680 if (!cell)
681 return -FDT_ERR_NOTFOUND;
682 elems = len / sizeof(u32);
683 if (count > elems)
684 count = elems;
685 for (i = 0; i < count; i++)
686 array[i] = fdt32_to_cpu(cell[i]);
687
688 return count;
689}
690
Simon Glass96875e72012-04-02 13:18:41 +0000691const u32 *fdtdec_locate_array(const void *blob, int node,
692 const char *prop_name, int count)
693{
694 const u32 *cell;
695 int err;
696
697 cell = get_prop_check_min_len(blob, node, prop_name,
698 sizeof(u32) * count, &err);
699 return err ? NULL : cell;
700}
701
Simon Glassd17da652012-02-27 10:52:35 +0000702int fdtdec_get_bool(const void *blob, int node, const char *prop_name)
703{
704 const s32 *cell;
705 int len;
706
707 debug("%s: %s\n", __func__, prop_name);
708 cell = fdt_getprop(blob, node, prop_name, &len);
709 return cell != NULL;
710}
Simon Glassed3ee5c2012-02-27 10:52:36 +0000711
Simon Glass57068a72015-01-05 20:05:26 -0700712int fdtdec_parse_phandle_with_args(const void *blob, int src_node,
713 const char *list_name,
714 const char *cells_name,
715 int cell_count, int index,
716 struct fdtdec_phandle_args *out_args)
717{
718 const __be32 *list, *list_end;
719 int rc = 0, size, cur_index = 0;
720 uint32_t count = 0;
721 int node = -1;
722 int phandle;
723
724 /* Retrieve the phandle list property */
725 list = fdt_getprop(blob, src_node, list_name, &size);
726 if (!list)
727 return -ENOENT;
728 list_end = list + size / sizeof(*list);
729
730 /* Loop over the phandles until all the requested entry is found */
731 while (list < list_end) {
732 rc = -EINVAL;
733 count = 0;
734
735 /*
736 * If phandle is 0, then it is an empty entry with no
737 * arguments. Skip forward to the next entry.
738 */
739 phandle = be32_to_cpup(list++);
740 if (phandle) {
741 /*
742 * Find the provider node and parse the #*-cells
743 * property to determine the argument length.
744 *
745 * This is not needed if the cell count is hard-coded
746 * (i.e. cells_name not set, but cell_count is set),
747 * except when we're going to return the found node
748 * below.
749 */
750 if (cells_name || cur_index == index) {
751 node = fdt_node_offset_by_phandle(blob,
752 phandle);
753 if (!node) {
754 debug("%s: could not find phandle\n",
755 fdt_get_name(blob, src_node,
756 NULL));
757 goto err;
758 }
759 }
760
761 if (cells_name) {
762 count = fdtdec_get_int(blob, node, cells_name,
763 -1);
764 if (count == -1) {
765 debug("%s: could not get %s for %s\n",
766 fdt_get_name(blob, src_node,
767 NULL),
768 cells_name,
769 fdt_get_name(blob, node,
770 NULL));
771 goto err;
772 }
773 } else {
774 count = cell_count;
775 }
776
777 /*
778 * Make sure that the arguments actually fit in the
779 * remaining property data length
780 */
781 if (list + count > list_end) {
782 debug("%s: arguments longer than property\n",
783 fdt_get_name(blob, src_node, NULL));
784 goto err;
785 }
786 }
787
788 /*
789 * All of the error cases above bail out of the loop, so at
790 * this point, the parsing is successful. If the requested
791 * index matches, then fill the out_args structure and return,
792 * or return -ENOENT for an empty entry.
793 */
794 rc = -ENOENT;
795 if (cur_index == index) {
796 if (!phandle)
797 goto err;
798
799 if (out_args) {
800 int i;
801
802 if (count > MAX_PHANDLE_ARGS) {
803 debug("%s: too many arguments %d\n",
804 fdt_get_name(blob, src_node,
805 NULL), count);
806 count = MAX_PHANDLE_ARGS;
807 }
808 out_args->node = node;
809 out_args->args_count = count;
810 for (i = 0; i < count; i++) {
811 out_args->args[i] =
812 be32_to_cpup(list++);
813 }
814 }
815
816 /* Found it! return success */
817 return 0;
818 }
819
820 node = -1;
821 list += count;
822 cur_index++;
823 }
824
825 /*
826 * Result will be one of:
827 * -ENOENT : index is for empty phandle
828 * -EINVAL : parsing error on data
829 * [1..n] : Number of phandle (count mode; when index = -1)
830 */
831 rc = index < 0 ? cur_index : -ENOENT;
832 err:
833 return rc;
834}
835
Anton Staffbed4d892012-04-17 09:01:28 +0000836int fdtdec_get_byte_array(const void *blob, int node, const char *prop_name,
837 u8 *array, int count)
838{
839 const u8 *cell;
840 int err;
841
842 cell = get_prop_check_min_len(blob, node, prop_name, count, &err);
843 if (!err)
844 memcpy(array, cell, count);
845 return err;
846}
847
848const u8 *fdtdec_locate_byte_array(const void *blob, int node,
849 const char *prop_name, int count)
850{
851 const u8 *cell;
852 int err;
853
854 cell = get_prop_check_min_len(blob, node, prop_name, count, &err);
855 if (err)
856 return NULL;
857 return cell;
858}
Abhilash Kesavan09258f12012-10-25 16:30:58 +0000859
Abhilash Kesavan09258f12012-10-25 16:30:58 +0000860int fdtdec_get_config_int(const void *blob, const char *prop_name,
861 int default_val)
862{
863 int config_node;
864
865 debug("%s: %s\n", __func__, prop_name);
866 config_node = fdt_path_offset(blob, "/config");
867 if (config_node < 0)
868 return default_val;
869 return fdtdec_get_int(blob, config_node, prop_name, default_val);
870}
Simon Glass332ab0d2012-10-25 16:30:59 +0000871
Gabe Black79289c02012-10-25 16:31:04 +0000872int fdtdec_get_config_bool(const void *blob, const char *prop_name)
873{
874 int config_node;
875 const void *prop;
876
877 debug("%s: %s\n", __func__, prop_name);
878 config_node = fdt_path_offset(blob, "/config");
879 if (config_node < 0)
880 return 0;
881 prop = fdt_get_property(blob, config_node, prop_name, NULL);
882
883 return prop != NULL;
884}
885
Simon Glass332ab0d2012-10-25 16:30:59 +0000886char *fdtdec_get_config_string(const void *blob, const char *prop_name)
887{
888 const char *nodep;
889 int nodeoffset;
890 int len;
891
892 debug("%s: %s\n", __func__, prop_name);
893 nodeoffset = fdt_path_offset(blob, "/config");
894 if (nodeoffset < 0)
895 return NULL;
896
897 nodep = fdt_getprop(blob, nodeoffset, prop_name, &len);
898 if (!nodep)
899 return NULL;
900
901 return (char *)nodep;
902}
Simon Glassf20c4612012-10-25 16:31:00 +0000903
Simon Glass76489832014-10-23 18:58:51 -0600904int fdtdec_decode_region(const void *blob, int node, const char *prop_name,
905 fdt_addr_t *basep, fdt_size_t *sizep)
Simon Glassf20c4612012-10-25 16:31:00 +0000906{
907 const fdt_addr_t *cell;
908 int len;
909
Simon Glass76489832014-10-23 18:58:51 -0600910 debug("%s: %s: %s\n", __func__, fdt_get_name(blob, node, NULL),
911 prop_name);
Simon Glassf20c4612012-10-25 16:31:00 +0000912 cell = fdt_getprop(blob, node, prop_name, &len);
Simon Glass76489832014-10-23 18:58:51 -0600913 if (!cell || (len < sizeof(fdt_addr_t) * 2)) {
914 debug("cell=%p, len=%d\n", cell, len);
Simon Glassf20c4612012-10-25 16:31:00 +0000915 return -1;
Simon Glass76489832014-10-23 18:58:51 -0600916 }
Simon Glassf20c4612012-10-25 16:31:00 +0000917
Simon Glass76489832014-10-23 18:58:51 -0600918 *basep = fdt_addr_to_cpu(*cell);
919 *sizep = fdt_size_to_cpu(cell[1]);
920 debug("%s: base=%08lx, size=%lx\n", __func__, (ulong)*basep,
921 (ulong)*sizep);
922
Simon Glassf20c4612012-10-25 16:31:00 +0000923 return 0;
924}
Simon Glass006e73b2014-02-27 13:26:01 -0700925
926/**
927 * Read a flash entry from the fdt
928 *
929 * @param blob FDT blob
930 * @param node Offset of node to read
931 * @param name Name of node being read
932 * @param entry Place to put offset and size of this node
933 * @return 0 if ok, -ve on error
934 */
935int fdtdec_read_fmap_entry(const void *blob, int node, const char *name,
936 struct fmap_entry *entry)
937{
Simon Glassf3cc44f2014-10-23 18:58:52 -0600938 const char *prop;
Simon Glass006e73b2014-02-27 13:26:01 -0700939 u32 reg[2];
940
941 if (fdtdec_get_int_array(blob, node, "reg", reg, 2)) {
942 debug("Node '%s' has bad/missing 'reg' property\n", name);
943 return -FDT_ERR_NOTFOUND;
944 }
945 entry->offset = reg[0];
946 entry->length = reg[1];
Simon Glassf3cc44f2014-10-23 18:58:52 -0600947 entry->used = fdtdec_get_int(blob, node, "used", entry->length);
948 prop = fdt_getprop(blob, node, "compress", NULL);
949 entry->compress_algo = prop && !strcmp(prop, "lzo") ?
950 FMAP_COMPRESS_LZO : FMAP_COMPRESS_NONE;
951 prop = fdt_getprop(blob, node, "hash", &entry->hash_size);
952 entry->hash_algo = prop ? FMAP_HASH_SHA256 : FMAP_HASH_NONE;
953 entry->hash = (uint8_t *)prop;
Simon Glass006e73b2014-02-27 13:26:01 -0700954
955 return 0;
956}
Thierry Reding56f42242014-08-26 17:33:53 +0200957
Simon Glass5f7bfdd2015-03-05 12:25:14 -0700958u64 fdtdec_get_number(const fdt32_t *ptr, unsigned int cells)
Thierry Reding56f42242014-08-26 17:33:53 +0200959{
960 u64 number = 0;
961
962 while (cells--)
963 number = (number << 32) | fdt32_to_cpu(*ptr++);
964
965 return number;
966}
967
968int fdt_get_resource(const void *fdt, int node, const char *property,
969 unsigned int index, struct fdt_resource *res)
970{
971 const fdt32_t *ptr, *end;
972 int na, ns, len, parent;
973 unsigned int i = 0;
974
975 parent = fdt_parent_offset(fdt, node);
976 if (parent < 0)
977 return parent;
978
979 na = fdt_address_cells(fdt, parent);
980 ns = fdt_size_cells(fdt, parent);
981
982 ptr = fdt_getprop(fdt, node, property, &len);
983 if (!ptr)
984 return len;
985
986 end = ptr + len / sizeof(*ptr);
987
988 while (ptr + na + ns <= end) {
989 if (i == index) {
990 res->start = res->end = fdtdec_get_number(ptr, na);
991 res->end += fdtdec_get_number(&ptr[na], ns) - 1;
992 return 0;
993 }
994
995 ptr += na + ns;
996 i++;
997 }
998
999 return -FDT_ERR_NOTFOUND;
1000}
1001
1002int fdt_get_named_resource(const void *fdt, int node, const char *property,
1003 const char *prop_names, const char *name,
1004 struct fdt_resource *res)
1005{
1006 int index;
1007
1008 index = fdt_find_string(fdt, node, prop_names, name);
1009 if (index < 0)
1010 return index;
1011
1012 return fdt_get_resource(fdt, node, property, index, res);
1013}
Thierry Reding9f85eee2014-08-26 17:33:54 +02001014
Simon Glass26403872014-10-23 18:58:56 -06001015int fdtdec_decode_memory_region(const void *blob, int config_node,
1016 const char *mem_type, const char *suffix,
1017 fdt_addr_t *basep, fdt_size_t *sizep)
1018{
1019 char prop_name[50];
1020 const char *mem;
1021 fdt_size_t size, offset_size;
1022 fdt_addr_t base, offset;
1023 int node;
1024
1025 if (config_node == -1) {
1026 config_node = fdt_path_offset(blob, "/config");
1027 if (config_node < 0) {
1028 debug("%s: Cannot find /config node\n", __func__);
1029 return -ENOENT;
1030 }
1031 }
1032 if (!suffix)
1033 suffix = "";
1034
1035 snprintf(prop_name, sizeof(prop_name), "%s-memory%s", mem_type,
1036 suffix);
1037 mem = fdt_getprop(blob, config_node, prop_name, NULL);
1038 if (!mem) {
1039 debug("%s: No memory type for '%s', using /memory\n", __func__,
1040 prop_name);
1041 mem = "/memory";
1042 }
1043
1044 node = fdt_path_offset(blob, mem);
1045 if (node < 0) {
1046 debug("%s: Failed to find node '%s': %s\n", __func__, mem,
1047 fdt_strerror(node));
1048 return -ENOENT;
1049 }
1050
1051 /*
1052 * Not strictly correct - the memory may have multiple banks. We just
1053 * use the first
1054 */
1055 if (fdtdec_decode_region(blob, node, "reg", &base, &size)) {
1056 debug("%s: Failed to decode memory region %s\n", __func__,
1057 mem);
1058 return -EINVAL;
1059 }
1060
1061 snprintf(prop_name, sizeof(prop_name), "%s-offset%s", mem_type,
1062 suffix);
1063 if (fdtdec_decode_region(blob, config_node, prop_name, &offset,
1064 &offset_size)) {
1065 debug("%s: Failed to decode memory region '%s'\n", __func__,
1066 prop_name);
1067 return -EINVAL;
1068 }
1069
1070 *basep = base + offset;
1071 *sizep = offset_size;
1072
1073 return 0;
1074}
Simon Glassb45122f2015-02-27 22:06:34 -07001075
Simon Glass12e67112015-04-14 21:03:21 -06001076static int decode_timing_property(const void *blob, int node, const char *name,
1077 struct timing_entry *result)
1078{
1079 int length, ret = 0;
1080 const u32 *prop;
1081
1082 prop = fdt_getprop(blob, node, name, &length);
1083 if (!prop) {
1084 debug("%s: could not find property %s\n",
1085 fdt_get_name(blob, node, NULL), name);
1086 return length;
1087 }
1088
1089 if (length == sizeof(u32)) {
1090 result->typ = fdtdec_get_int(blob, node, name, 0);
1091 result->min = result->typ;
1092 result->max = result->typ;
1093 } else {
1094 ret = fdtdec_get_int_array(blob, node, name, &result->min, 3);
1095 }
1096
1097 return ret;
1098}
1099
1100int fdtdec_decode_display_timing(const void *blob, int parent, int index,
1101 struct display_timing *dt)
1102{
1103 int i, node, timings_node;
1104 u32 val = 0;
1105 int ret = 0;
1106
1107 timings_node = fdt_subnode_offset(blob, parent, "display-timings");
1108 if (timings_node < 0)
1109 return timings_node;
1110
1111 for (i = 0, node = fdt_first_subnode(blob, timings_node);
1112 node > 0 && i != index;
1113 node = fdt_next_subnode(blob, node))
1114 i++;
1115
1116 if (node < 0)
1117 return node;
1118
1119 memset(dt, 0, sizeof(*dt));
1120
1121 ret |= decode_timing_property(blob, node, "hback-porch",
1122 &dt->hback_porch);
1123 ret |= decode_timing_property(blob, node, "hfront-porch",
1124 &dt->hfront_porch);
1125 ret |= decode_timing_property(blob, node, "hactive", &dt->hactive);
1126 ret |= decode_timing_property(blob, node, "hsync-len", &dt->hsync_len);
1127 ret |= decode_timing_property(blob, node, "vback-porch",
1128 &dt->vback_porch);
1129 ret |= decode_timing_property(blob, node, "vfront-porch",
1130 &dt->vfront_porch);
1131 ret |= decode_timing_property(blob, node, "vactive", &dt->vactive);
1132 ret |= decode_timing_property(blob, node, "vsync-len", &dt->vsync_len);
1133 ret |= decode_timing_property(blob, node, "clock-frequency",
1134 &dt->pixelclock);
1135
1136 dt->flags = 0;
1137 val = fdtdec_get_int(blob, node, "vsync-active", -1);
1138 if (val != -1) {
1139 dt->flags |= val ? DISPLAY_FLAGS_VSYNC_HIGH :
1140 DISPLAY_FLAGS_VSYNC_LOW;
1141 }
1142 val = fdtdec_get_int(blob, node, "hsync-active", -1);
1143 if (val != -1) {
1144 dt->flags |= val ? DISPLAY_FLAGS_HSYNC_HIGH :
1145 DISPLAY_FLAGS_HSYNC_LOW;
1146 }
1147 val = fdtdec_get_int(blob, node, "de-active", -1);
1148 if (val != -1) {
1149 dt->flags |= val ? DISPLAY_FLAGS_DE_HIGH :
1150 DISPLAY_FLAGS_DE_LOW;
1151 }
1152 val = fdtdec_get_int(blob, node, "pixelclk-active", -1);
1153 if (val != -1) {
1154 dt->flags |= val ? DISPLAY_FLAGS_PIXDATA_POSEDGE :
1155 DISPLAY_FLAGS_PIXDATA_NEGEDGE;
1156 }
1157
1158 if (fdtdec_get_bool(blob, node, "interlaced"))
1159 dt->flags |= DISPLAY_FLAGS_INTERLACED;
1160 if (fdtdec_get_bool(blob, node, "doublescan"))
1161 dt->flags |= DISPLAY_FLAGS_DOUBLESCAN;
1162 if (fdtdec_get_bool(blob, node, "doubleclk"))
1163 dt->flags |= DISPLAY_FLAGS_DOUBLECLK;
1164
1165 return 0;
1166}
1167
Simon Glass08793612015-02-27 22:06:35 -07001168int fdtdec_setup(void)
Simon Glassb45122f2015-02-27 22:06:34 -07001169{
Masahiro Yamada0f925822015-08-12 07:31:55 +09001170#if CONFIG_IS_ENABLED(OF_CONTROL)
Simon Glassb45122f2015-02-27 22:06:34 -07001171# ifdef CONFIG_OF_EMBED
1172 /* Get a pointer to the FDT */
1173 gd->fdt_blob = __dtb_dt_begin;
1174# elif defined CONFIG_OF_SEPARATE
1175# ifdef CONFIG_SPL_BUILD
Simon Glass10172962015-10-17 19:41:19 -06001176 /* FDT is at end of BSS unless it is in a different memory region */
1177 if (IS_ENABLED(CONFIG_SPL_SEPARATE_BSS))
1178 gd->fdt_blob = (ulong *)&_image_binary_end;
1179 else
1180 gd->fdt_blob = (ulong *)&__bss_end;
Simon Glassb45122f2015-02-27 22:06:34 -07001181# else
1182 /* FDT is at end of image */
1183 gd->fdt_blob = (ulong *)&_end;
Masahiro Yamada3bd926c2015-08-01 16:03:25 +09001184# endif
Simon Glassb45122f2015-02-27 22:06:34 -07001185# elif defined(CONFIG_OF_HOSTFILE)
1186 if (sandbox_read_fdt_from_file()) {
1187 puts("Failed to read control FDT\n");
1188 return -1;
1189 }
1190# endif
1191# ifndef CONFIG_SPL_BUILD
1192 /* Allow the early environment to override the fdt address */
1193 gd->fdt_blob = (void *)getenv_ulong("fdtcontroladdr", 16,
1194 (uintptr_t)gd->fdt_blob);
1195# endif
1196#endif
Simon Glass08793612015-02-27 22:06:35 -07001197 return fdtdec_prepare_fdt();
Simon Glassb45122f2015-02-27 22:06:34 -07001198}
1199
1200#endif /* !USE_HOSTCC */