blob: a208589c48aea777fcb7e57e6924d21009626f3d [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001// SPDX-License-Identifier: GPL-2.0+
Simon Glassb5220bc2011-10-24 19:15:32 +00002/*
3 * Copyright (c) 2011 The Chromium OS Authors.
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>
Jean-Jacques Hiblot035d6402017-09-15 12:57:31 +02008#include <boot_fit.h>
Simon Glassfcc0a872015-11-29 13:17:54 -07009#include <dm.h>
Simon Glassb7e0d732017-05-18 20:09:02 -060010#include <dm/of_extra.h>
Jean-Jacques Hiblot035d6402017-09-15 12:57:31 +020011#include <errno.h>
12#include <fdtdec.h>
13#include <fdt_support.h>
Michael Pratt90c08fa2018-06-11 13:07:09 -060014#include <inttypes.h>
Masahiro Yamadab08c8c42018-03-05 01:20:11 +090015#include <linux/libfdt.h>
Jean-Jacques Hiblot035d6402017-09-15 12:57:31 +020016#include <serial.h>
17#include <asm/sections.h>
Simon Glass5c33c9f2014-07-23 06:55:09 -060018#include <linux/ctype.h>
Jean-Jacques Hiblot2f57c952017-09-15 12:57:32 +020019#include <linux/lzo.h>
Simon Glassb5220bc2011-10-24 19:15:32 +000020
21DECLARE_GLOBAL_DATA_PTR;
22
23/*
24 * Here are the type we know about. One day we might allow drivers to
25 * register. For now we just put them here. The COMPAT macro allows us to
26 * turn this into a sparse list later, and keeps the ID with the name.
Simon Glass01a227d2016-06-19 17:33:13 -060027 *
28 * NOTE: This list is basically a TODO list for things that need to be
29 * converted to driver model. So don't add new things here unless there is a
30 * good reason why driver-model conversion is infeasible. Examples include
31 * things which are used before driver model is available.
Simon Glassb5220bc2011-10-24 19:15:32 +000032 */
33#define COMPAT(id, name) name
34static const char * const compat_names[COMPAT_COUNT] = {
Simon Glassf88fe2d2012-02-27 10:52:34 +000035 COMPAT(UNKNOWN, "<none>"),
Jimmy Zhang0e35ad02012-04-02 13:18:52 +000036 COMPAT(NVIDIA_TEGRA20_EMC, "nvidia,tegra20-emc"),
37 COMPAT(NVIDIA_TEGRA20_EMC_TABLE, "nvidia,tegra20-emc-table"),
Jim Lin312693c2012-07-29 20:53:29 +000038 COMPAT(NVIDIA_TEGRA20_NAND, "nvidia,tegra20-nand"),
Thierry Reding79c7a902014-12-09 22:25:09 -070039 COMPAT(NVIDIA_TEGRA124_XUSB_PADCTL, "nvidia,tegra124-xusb-padctl"),
Tom Warren7aaa5a62015-03-04 16:36:00 -070040 COMPAT(NVIDIA_TEGRA210_XUSB_PADCTL, "nvidia,tegra210-xusb-padctl"),
Hatim RVcc9fe332012-12-11 00:52:46 +000041 COMPAT(SMSC_LAN9215, "smsc,lan9215"),
42 COMPAT(SAMSUNG_EXYNOS5_SROMC, "samsung,exynos-sromc"),
Rajeshwari Shindec34253d2012-12-26 20:03:10 +000043 COMPAT(SAMSUNG_S3C2440_I2C, "samsung,s3c2440-i2c"),
Rajeshwari Shinde72dbff12012-12-26 20:03:16 +000044 COMPAT(SAMSUNG_EXYNOS5_SOUND, "samsung,exynos-sound"),
45 COMPAT(WOLFSON_WM8994_CODEC, "wolfson,wm8994-codec"),
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"),
Piotr Wilczekde461c52014-03-07 14:59:39 +010049 COMPAT(SAMSUNG_EXYNOS_MIPI_DSI, "samsung,exynos-mipi-dsi"),
Jaehoon Chung7d3ca0f2014-05-16 13:59:51 +090050 COMPAT(SAMSUNG_EXYNOS_DWMMC, "samsung,exynos-dwmmc"),
Piotr Wilczek3577fe82014-03-07 14:59:41 +010051 COMPAT(SAMSUNG_EXYNOS_MMC, "samsung,exynos-mmc"),
Simon Glassbb8215f2013-03-11 06:08:08 +000052 COMPAT(GENERIC_SPI_FLASH, "spi-flash"),
Rajeshwari Shinde7772bb72013-02-14 19:46:15 +000053 COMPAT(MAXIM_98095_CODEC, "maxim,max98095-codec"),
naveen krishna chatradhiecbd7e12013-04-29 15:58:52 -070054 COMPAT(SAMSUNG_EXYNOS5_I2C, "samsung,exynos5-hsi2c"),
Ajay Kumar45c480c2014-09-05 16:53:33 +053055 COMPAT(SAMSUNG_EXYNOS_SYSMMU, "samsung,sysmmu-v3.3"),
Simon Glass77f9b1f2014-11-12 22:42:21 -070056 COMPAT(INTEL_MICROCODE, "intel,microcode"),
Thierry Reding6173c452014-12-09 22:25:05 -070057 COMPAT(AMS_AS3722, "ams,as3722"),
Bin Mengc89ada02015-02-05 23:42:26 +080058 COMPAT(INTEL_QRK_MRC, "intel,quark-mrc"),
Marek Vasut6ab00db2015-07-25 19:33:56 +020059 COMPAT(ALTERA_SOCFPGA_DWMAC, "altr,socfpga-stmmac"),
Marek Vasut129adf52015-07-25 10:48:14 +020060 COMPAT(ALTERA_SOCFPGA_DWMMC, "altr,socfpga-dw-mshc"),
Marek Vasutef4b01b2015-12-05 19:28:44 +010061 COMPAT(ALTERA_SOCFPGA_DWC2USB, "snps,dwc2"),
Simon Glass39ea0ee2016-06-19 17:33:14 -060062 COMPAT(INTEL_BAYTRAIL_FSP, "intel,baytrail-fsp"),
63 COMPAT(INTEL_BAYTRAIL_FSP_MDP, "intel,baytrail-fsp-mdp"),
64 COMPAT(INTEL_IVYBRIDGE_FSP, "intel,ivybridge-fsp"),
Boris Brezillon4ccae812016-06-15 21:09:23 +020065 COMPAT(COMPAT_SUNXI_NAND, "allwinner,sun4i-a10-nand"),
Ley Foon Tane11b5e82017-04-05 17:32:47 +080066 COMPAT(ALTERA_SOCFPGA_CLK, "altr,clk-mgr"),
67 COMPAT(ALTERA_SOCFPGA_PINCTRL_SINGLE, "pinctrl-single"),
68 COMPAT(ALTERA_SOCFPGA_H2F_BRG, "altr,socfpga-hps2fpga-bridge"),
69 COMPAT(ALTERA_SOCFPGA_LWH2F_BRG, "altr,socfpga-lwhps2fpga-bridge"),
70 COMPAT(ALTERA_SOCFPGA_F2H_BRG, "altr,socfpga-fpga2hps-bridge"),
71 COMPAT(ALTERA_SOCFPGA_F2SDR0, "altr,socfpga-fpga2sdram0-bridge"),
72 COMPAT(ALTERA_SOCFPGA_F2SDR1, "altr,socfpga-fpga2sdram1-bridge"),
73 COMPAT(ALTERA_SOCFPGA_F2SDR2, "altr,socfpga-fpga2sdram2-bridge"),
Tien Fong Cheeeb57c0b2017-09-25 16:40:03 +080074 COMPAT(ALTERA_SOCFPGA_FPGA0, "altr,socfpga-a10-fpga-mgr"),
75 COMPAT(ALTERA_SOCFPGA_NOC, "altr,socfpga-a10-noc"),
Marek Vasut19c8fc72018-05-12 11:56:10 +020076 COMPAT(ALTERA_SOCFPGA_CLK_INIT, "altr,socfpga-a10-clk-init")
Simon Glassb5220bc2011-10-24 19:15:32 +000077};
78
Simon Glassa53f4a22012-01-17 08:20:50 +000079const char *fdtdec_get_compatible(enum fdt_compat_id id)
80{
81 /* We allow reading of the 'unknown' ID for testing purposes */
82 assert(id >= 0 && id < COMPAT_COUNT);
83 return compat_names[id];
84}
85
Stephen Warren02464e32015-08-06 15:31:02 -060086fdt_addr_t fdtdec_get_addr_size_fixed(const void *blob, int node,
Mario Six2e386622018-01-15 11:07:35 +010087 const char *prop_name, int index, int na,
88 int ns, fdt_size_t *sizep,
89 bool translate)
Stephen Warren02464e32015-08-06 15:31:02 -060090{
91 const fdt32_t *prop, *prop_end;
92 const fdt32_t *prop_addr, *prop_size, *prop_after_size;
93 int len;
94 fdt_addr_t addr;
95
96 debug("%s: %s: ", __func__, prop_name);
97
98 if (na > (sizeof(fdt_addr_t) / sizeof(fdt32_t))) {
99 debug("(na too large for fdt_addr_t type)\n");
100 return FDT_ADDR_T_NONE;
101 }
102
103 if (ns > (sizeof(fdt_size_t) / sizeof(fdt32_t))) {
104 debug("(ns too large for fdt_size_t type)\n");
105 return FDT_ADDR_T_NONE;
106 }
107
108 prop = fdt_getprop(blob, node, prop_name, &len);
109 if (!prop) {
110 debug("(not found)\n");
111 return FDT_ADDR_T_NONE;
112 }
113 prop_end = prop + (len / sizeof(*prop));
114
115 prop_addr = prop + (index * (na + ns));
116 prop_size = prop_addr + na;
117 prop_after_size = prop_size + ns;
118 if (prop_after_size > prop_end) {
119 debug("(not enough data: expected >= %d cells, got %d cells)\n",
120 (u32)(prop_after_size - prop), ((u32)(prop_end - prop)));
121 return FDT_ADDR_T_NONE;
122 }
123
Vignesh R5efa1bf2017-03-20 10:04:38 +0530124#if CONFIG_IS_ENABLED(OF_TRANSLATE)
Stephen Warren6e06acb2016-08-05 09:47:51 -0600125 if (translate)
126 addr = fdt_translate_address(blob, node, prop_addr);
127 else
128#endif
129 addr = fdtdec_get_number(prop_addr, na);
Stephen Warren02464e32015-08-06 15:31:02 -0600130
131 if (sizep) {
132 *sizep = fdtdec_get_number(prop_size, ns);
Simon Glassfd30d2c2016-02-29 15:25:37 -0700133 debug("addr=%08llx, size=%llx\n", (unsigned long long)addr,
134 (unsigned long long)*sizep);
Stephen Warren02464e32015-08-06 15:31:02 -0600135 } else {
Simon Glassfd30d2c2016-02-29 15:25:37 -0700136 debug("addr=%08llx\n", (unsigned long long)addr);
Stephen Warren02464e32015-08-06 15:31:02 -0600137 }
138
139 return addr;
140}
141
142fdt_addr_t fdtdec_get_addr_size_auto_parent(const void *blob, int parent,
Mario Six2e386622018-01-15 11:07:35 +0100143 int node, const char *prop_name,
144 int index, fdt_size_t *sizep,
145 bool translate)
Stephen Warren02464e32015-08-06 15:31:02 -0600146{
147 int na, ns;
148
149 debug("%s: ", __func__);
150
151 na = fdt_address_cells(blob, parent);
152 if (na < 1) {
153 debug("(bad #address-cells)\n");
154 return FDT_ADDR_T_NONE;
155 }
156
157 ns = fdt_size_cells(blob, parent);
Przemyslaw Marczakff0a6352015-09-30 13:14:50 +0200158 if (ns < 0) {
Stephen Warren02464e32015-08-06 15:31:02 -0600159 debug("(bad #size-cells)\n");
160 return FDT_ADDR_T_NONE;
161 }
162
163 debug("na=%d, ns=%d, ", na, ns);
164
165 return fdtdec_get_addr_size_fixed(blob, node, prop_name, index, na,
Stephen Warren6e06acb2016-08-05 09:47:51 -0600166 ns, sizep, translate);
Stephen Warren02464e32015-08-06 15:31:02 -0600167}
168
169fdt_addr_t fdtdec_get_addr_size_auto_noparent(const void *blob, int node,
Mario Six2e386622018-01-15 11:07:35 +0100170 const char *prop_name, int index,
171 fdt_size_t *sizep,
172 bool translate)
Stephen Warren02464e32015-08-06 15:31:02 -0600173{
174 int parent;
175
176 debug("%s: ", __func__);
177
178 parent = fdt_parent_offset(blob, node);
179 if (parent < 0) {
180 debug("(no parent found)\n");
181 return FDT_ADDR_T_NONE;
182 }
183
184 return fdtdec_get_addr_size_auto_parent(blob, parent, node, prop_name,
Stephen Warren6e06acb2016-08-05 09:47:51 -0600185 index, sizep, translate);
Stephen Warren02464e32015-08-06 15:31:02 -0600186}
187
Simon Glass4397a2a2013-03-19 04:58:51 +0000188fdt_addr_t fdtdec_get_addr_size(const void *blob, int node,
Mario Six2e386622018-01-15 11:07:35 +0100189 const char *prop_name, fdt_size_t *sizep)
Simon Glassb5220bc2011-10-24 19:15:32 +0000190{
Stephen Warrend93b9a02015-09-25 10:11:41 -0600191 int ns = sizep ? (sizeof(fdt_size_t) / sizeof(fdt32_t)) : 0;
192
Stephen Warren02464e32015-08-06 15:31:02 -0600193 return fdtdec_get_addr_size_fixed(blob, node, prop_name, 0,
194 sizeof(fdt_addr_t) / sizeof(fdt32_t),
Stephen Warren6e06acb2016-08-05 09:47:51 -0600195 ns, sizep, false);
Simon Glassb5220bc2011-10-24 19:15:32 +0000196}
197
Mario Six2e386622018-01-15 11:07:35 +0100198fdt_addr_t fdtdec_get_addr(const void *blob, int node, const char *prop_name)
Simon Glass4397a2a2013-03-19 04:58:51 +0000199{
200 return fdtdec_get_addr_size(blob, node, prop_name, NULL);
201}
202
Simon Glassfcc0a872015-11-29 13:17:54 -0700203#if defined(CONFIG_PCI) && defined(CONFIG_DM_PCI)
Bin Menga62e84d2014-12-31 16:05:11 +0800204int fdtdec_get_pci_addr(const void *blob, int node, enum fdt_pci_space type,
Mario Six2e386622018-01-15 11:07:35 +0100205 const char *prop_name, struct fdt_pci_addr *addr)
Bin Menga62e84d2014-12-31 16:05:11 +0800206{
207 const u32 *cell;
208 int len;
209 int ret = -ENOENT;
210
211 debug("%s: %s: ", __func__, prop_name);
212
213 /*
214 * If we follow the pci bus bindings strictly, we should check
215 * the value of the node's parent node's #address-cells and
216 * #size-cells. They need to be 3 and 2 accordingly. However,
217 * for simplicity we skip the check here.
218 */
219 cell = fdt_getprop(blob, node, prop_name, &len);
220 if (!cell)
221 goto fail;
222
223 if ((len % FDT_PCI_REG_SIZE) == 0) {
224 int num = len / FDT_PCI_REG_SIZE;
225 int i;
226
227 for (i = 0; i < num; i++) {
228 debug("pci address #%d: %08lx %08lx %08lx\n", i,
Stephen Warren4ea52432015-10-02 17:44:06 -0600229 (ulong)fdt32_to_cpu(cell[0]),
230 (ulong)fdt32_to_cpu(cell[1]),
231 (ulong)fdt32_to_cpu(cell[2]));
232 if ((fdt32_to_cpu(*cell) & type) == type) {
233 addr->phys_hi = fdt32_to_cpu(cell[0]);
234 addr->phys_mid = fdt32_to_cpu(cell[1]);
235 addr->phys_lo = fdt32_to_cpu(cell[1]);
Bin Menga62e84d2014-12-31 16:05:11 +0800236 break;
Bin Menga62e84d2014-12-31 16:05:11 +0800237 }
Mario Sixb79221a2018-01-15 11:07:36 +0100238
239 cell += (FDT_PCI_ADDR_CELLS +
240 FDT_PCI_SIZE_CELLS);
Bin Menga62e84d2014-12-31 16:05:11 +0800241 }
242
Simon Glass106cce92015-03-05 12:25:19 -0700243 if (i == num) {
244 ret = -ENXIO;
Bin Menga62e84d2014-12-31 16:05:11 +0800245 goto fail;
Simon Glass106cce92015-03-05 12:25:19 -0700246 }
Bin Menga62e84d2014-12-31 16:05:11 +0800247
248 return 0;
Bin Menga62e84d2014-12-31 16:05:11 +0800249 }
250
Mario Sixb79221a2018-01-15 11:07:36 +0100251 ret = -EINVAL;
252
Bin Menga62e84d2014-12-31 16:05:11 +0800253fail:
254 debug("(not found)\n");
255 return ret;
256}
257
258int fdtdec_get_pci_vendev(const void *blob, int node, u16 *vendor, u16 *device)
259{
260 const char *list, *end;
261 int len;
262
263 list = fdt_getprop(blob, node, "compatible", &len);
264 if (!list)
265 return -ENOENT;
266
267 end = list + len;
268 while (list < end) {
Bin Menga62e84d2014-12-31 16:05:11 +0800269 len = strlen(list);
270 if (len >= strlen("pciVVVV,DDDD")) {
Mario Sixb79221a2018-01-15 11:07:36 +0100271 char *s = strstr(list, "pci");
Bin Menga62e84d2014-12-31 16:05:11 +0800272
273 /*
274 * check if the string is something like pciVVVV,DDDD.RR
275 * or just pciVVVV,DDDD
276 */
277 if (s && s[7] == ',' &&
278 (s[12] == '.' || s[12] == 0)) {
279 s += 3;
280 *vendor = simple_strtol(s, NULL, 16);
281
282 s += 5;
283 *device = simple_strtol(s, NULL, 16);
284
285 return 0;
286 }
Bin Menga62e84d2014-12-31 16:05:11 +0800287 }
Bin Mengbc6351e2015-08-20 06:40:25 -0700288 list += (len + 1);
Bin Menga62e84d2014-12-31 16:05:11 +0800289 }
290
291 return -ENOENT;
292}
293
Simon Glassfcc0a872015-11-29 13:17:54 -0700294int fdtdec_get_pci_bar32(struct udevice *dev, struct fdt_pci_addr *addr,
295 u32 *bar)
Bin Menga62e84d2014-12-31 16:05:11 +0800296{
Bin Menga62e84d2014-12-31 16:05:11 +0800297 int barnum;
Bin Menga62e84d2014-12-31 16:05:11 +0800298
299 /* extract the bar number from fdt_pci_addr */
300 barnum = addr->phys_hi & 0xff;
Mario Sixb79221a2018-01-15 11:07:36 +0100301 if (barnum < PCI_BASE_ADDRESS_0 || barnum > PCI_CARDBUS_CIS)
Bin Menga62e84d2014-12-31 16:05:11 +0800302 return -EINVAL;
303
304 barnum = (barnum - PCI_BASE_ADDRESS_0) / 4;
Simon Glassfcc0a872015-11-29 13:17:54 -0700305 *bar = dm_pci_read_bar32(dev, barnum);
Bin Menga62e84d2014-12-31 16:05:11 +0800306
307 return 0;
308}
309#endif
310
Che-Liang Chiouaadef0a2012-10-25 16:31:05 +0000311uint64_t fdtdec_get_uint64(const void *blob, int node, const char *prop_name,
Mario Six2e386622018-01-15 11:07:35 +0100312 uint64_t default_val)
Che-Liang Chiouaadef0a2012-10-25 16:31:05 +0000313{
314 const uint64_t *cell64;
315 int length;
316
317 cell64 = fdt_getprop(blob, node, prop_name, &length);
318 if (!cell64 || length < sizeof(*cell64))
319 return default_val;
320
321 return fdt64_to_cpu(*cell64);
322}
323
Simon Glassf88fe2d2012-02-27 10:52:34 +0000324int fdtdec_get_is_enabled(const void *blob, int node)
Simon Glassb5220bc2011-10-24 19:15:32 +0000325{
326 const char *cell;
327
Simon Glassf88fe2d2012-02-27 10:52:34 +0000328 /*
329 * It should say "okay", so only allow that. Some fdts use "ok" but
330 * this is a bug. Please fix your device tree source file. See here
331 * for discussion:
332 *
333 * http://www.mail-archive.com/u-boot@lists.denx.de/msg71598.html
334 */
Simon Glassb5220bc2011-10-24 19:15:32 +0000335 cell = fdt_getprop(blob, node, "status", NULL);
336 if (cell)
Mario Sixb79221a2018-01-15 11:07:36 +0100337 return strcmp(cell, "okay") == 0;
Simon Glassf88fe2d2012-02-27 10:52:34 +0000338 return 1;
Simon Glassb5220bc2011-10-24 19:15:32 +0000339}
340
Gerald Van Baren7cde3972012-11-12 23:13:54 -0500341enum fdt_compat_id fdtdec_lookup(const void *blob, int node)
Simon Glassb5220bc2011-10-24 19:15:32 +0000342{
343 enum fdt_compat_id id;
344
345 /* Search our drivers */
346 for (id = COMPAT_UNKNOWN; id < COMPAT_COUNT; id++)
Mario Sixb79221a2018-01-15 11:07:36 +0100347 if (fdt_node_check_compatible(blob, node,
348 compat_names[id]) == 0)
Simon Glassb5220bc2011-10-24 19:15:32 +0000349 return id;
350 return COMPAT_UNKNOWN;
351}
352
Mario Six2e386622018-01-15 11:07:35 +0100353int fdtdec_next_compatible(const void *blob, int node, enum fdt_compat_id id)
Simon Glassb5220bc2011-10-24 19:15:32 +0000354{
355 return fdt_node_offset_by_compatible(blob, node, compat_names[id]);
356}
357
Simon Glass3ddecfc2012-04-02 13:18:42 +0000358int fdtdec_next_compatible_subnode(const void *blob, int node,
Mario Six2e386622018-01-15 11:07:35 +0100359 enum fdt_compat_id id, int *depthp)
Simon Glass3ddecfc2012-04-02 13:18:42 +0000360{
361 do {
362 node = fdt_next_node(blob, node, depthp);
363 } while (*depthp > 1);
364
365 /* If this is a direct subnode, and compatible, return it */
366 if (*depthp == 1 && 0 == fdt_node_check_compatible(
367 blob, node, compat_names[id]))
368 return node;
369
370 return -FDT_ERR_NOTFOUND;
371}
372
Mario Six2e386622018-01-15 11:07:35 +0100373int fdtdec_next_alias(const void *blob, const char *name, enum fdt_compat_id id,
374 int *upto)
Simon Glassb5220bc2011-10-24 19:15:32 +0000375{
376#define MAX_STR_LEN 20
377 char str[MAX_STR_LEN + 20];
378 int node, err;
379
380 /* snprintf() is not available */
381 assert(strlen(name) < MAX_STR_LEN);
382 sprintf(str, "%.*s%d", MAX_STR_LEN, name, *upto);
Simon Glass00878472012-10-31 14:02:42 +0000383 node = fdt_path_offset(blob, str);
Simon Glassb5220bc2011-10-24 19:15:32 +0000384 if (node < 0)
385 return node;
386 err = fdt_node_check_compatible(blob, node, compat_names[id]);
387 if (err < 0)
388 return err;
Simon Glassf88fe2d2012-02-27 10:52:34 +0000389 if (err)
390 return -FDT_ERR_NOTFOUND;
391 (*upto)++;
392 return node;
Simon Glassb5220bc2011-10-24 19:15:32 +0000393}
394
Simon Glassa53f4a22012-01-17 08:20:50 +0000395int fdtdec_find_aliases_for_id(const void *blob, const char *name,
Mario Six2e386622018-01-15 11:07:35 +0100396 enum fdt_compat_id id, int *node_list,
397 int maxcount)
Simon Glassa53f4a22012-01-17 08:20:50 +0000398{
Simon Glassc6782272012-02-03 15:13:53 +0000399 memset(node_list, '\0', sizeof(*node_list) * maxcount);
400
401 return fdtdec_add_aliases_for_id(blob, name, id, node_list, maxcount);
402}
403
404/* TODO: Can we tighten this code up a little? */
405int fdtdec_add_aliases_for_id(const void *blob, const char *name,
Mario Six2e386622018-01-15 11:07:35 +0100406 enum fdt_compat_id id, int *node_list,
407 int maxcount)
Simon Glassc6782272012-02-03 15:13:53 +0000408{
Simon Glassa53f4a22012-01-17 08:20:50 +0000409 int name_len = strlen(name);
410 int nodes[maxcount];
411 int num_found = 0;
412 int offset, node;
413 int alias_node;
414 int count;
415 int i, j;
416
417 /* find the alias node if present */
418 alias_node = fdt_path_offset(blob, "/aliases");
419
420 /*
421 * start with nothing, and we can assume that the root node can't
422 * match
423 */
424 memset(nodes, '\0', sizeof(nodes));
425
426 /* First find all the compatible nodes */
427 for (node = count = 0; node >= 0 && count < maxcount;) {
428 node = fdtdec_next_compatible(blob, node, id);
429 if (node >= 0)
430 nodes[count++] = node;
431 }
432 if (node >= 0)
433 debug("%s: warning: maxcount exceeded with alias '%s'\n",
Mario Six2e386622018-01-15 11:07:35 +0100434 __func__, name);
Simon Glassa53f4a22012-01-17 08:20:50 +0000435
436 /* Now find all the aliases */
Simon Glassa53f4a22012-01-17 08:20:50 +0000437 for (offset = fdt_first_property_offset(blob, alias_node);
438 offset > 0;
439 offset = fdt_next_property_offset(blob, offset)) {
440 const struct fdt_property *prop;
441 const char *path;
442 int number;
443 int found;
444
445 node = 0;
446 prop = fdt_get_property_by_offset(blob, offset, NULL);
447 path = fdt_string(blob, fdt32_to_cpu(prop->nameoff));
448 if (prop->len && 0 == strncmp(path, name, name_len))
449 node = fdt_path_offset(blob, prop->data);
450 if (node <= 0)
451 continue;
452
453 /* Get the alias number */
454 number = simple_strtoul(path + name_len, NULL, 10);
455 if (number < 0 || number >= maxcount) {
456 debug("%s: warning: alias '%s' is out of range\n",
Mario Six2e386622018-01-15 11:07:35 +0100457 __func__, path);
Simon Glassa53f4a22012-01-17 08:20:50 +0000458 continue;
459 }
460
461 /* Make sure the node we found is actually in our list! */
462 found = -1;
463 for (j = 0; j < count; j++)
464 if (nodes[j] == node) {
465 found = j;
466 break;
467 }
468
469 if (found == -1) {
470 debug("%s: warning: alias '%s' points to a node "
471 "'%s' that is missing or is not compatible "
472 " with '%s'\n", __func__, path,
473 fdt_get_name(blob, node, NULL),
474 compat_names[id]);
475 continue;
476 }
477
478 /*
479 * Add this node to our list in the right place, and mark
480 * it as done.
481 */
482 if (fdtdec_get_is_enabled(blob, node)) {
Simon Glassc6782272012-02-03 15:13:53 +0000483 if (node_list[number]) {
484 debug("%s: warning: alias '%s' requires that "
485 "a node be placed in the list in a "
486 "position which is already filled by "
487 "node '%s'\n", __func__, path,
488 fdt_get_name(blob, node, NULL));
489 continue;
490 }
Simon Glassa53f4a22012-01-17 08:20:50 +0000491 node_list[number] = node;
492 if (number >= num_found)
493 num_found = number + 1;
494 }
Simon Glassc6782272012-02-03 15:13:53 +0000495 nodes[found] = 0;
Simon Glassa53f4a22012-01-17 08:20:50 +0000496 }
497
498 /* Add any nodes not mentioned by an alias */
499 for (i = j = 0; i < maxcount; i++) {
500 if (!node_list[i]) {
501 for (; j < maxcount; j++)
502 if (nodes[j] &&
Mario Six2e386622018-01-15 11:07:35 +0100503 fdtdec_get_is_enabled(blob, nodes[j]))
Simon Glassa53f4a22012-01-17 08:20:50 +0000504 break;
505
506 /* Have we run out of nodes to add? */
507 if (j == maxcount)
508 break;
509
510 assert(!node_list[i]);
511 node_list[i] = nodes[j++];
512 if (i >= num_found)
513 num_found = i + 1;
514 }
515 }
516
517 return num_found;
518}
519
Simon Glass5c33c9f2014-07-23 06:55:09 -0600520int fdtdec_get_alias_seq(const void *blob, const char *base, int offset,
521 int *seqp)
522{
523 int base_len = strlen(base);
524 const char *find_name;
525 int find_namelen;
526 int prop_offset;
527 int aliases;
528
529 find_name = fdt_get_name(blob, offset, &find_namelen);
530 debug("Looking for '%s' at %d, name %s\n", base, offset, find_name);
531
532 aliases = fdt_path_offset(blob, "/aliases");
533 for (prop_offset = fdt_first_property_offset(blob, aliases);
534 prop_offset > 0;
535 prop_offset = fdt_next_property_offset(blob, prop_offset)) {
536 const char *prop;
537 const char *name;
538 const char *slash;
Simon Glassc4af6732015-06-23 15:39:08 -0600539 int len, val;
Simon Glass5c33c9f2014-07-23 06:55:09 -0600540
541 prop = fdt_getprop_by_offset(blob, prop_offset, &name, &len);
542 debug(" - %s, %s\n", name, prop);
543 if (len < find_namelen || *prop != '/' || prop[len - 1] ||
544 strncmp(name, base, base_len))
545 continue;
546
547 slash = strrchr(prop, '/');
548 if (strcmp(slash + 1, find_name))
549 continue;
Simon Glassc4af6732015-06-23 15:39:08 -0600550 val = trailing_strtol(name);
551 if (val != -1) {
552 *seqp = val;
553 debug("Found seq %d\n", *seqp);
554 return 0;
Simon Glass5c33c9f2014-07-23 06:55:09 -0600555 }
556 }
557
558 debug("Not found\n");
559 return -ENOENT;
560}
561
Simon Glass3bc37a52015-10-17 19:41:14 -0600562const char *fdtdec_get_chosen_prop(const void *blob, const char *name)
563{
564 int chosen_node;
565
566 if (!blob)
567 return NULL;
568 chosen_node = fdt_path_offset(blob, "/chosen");
569 return fdt_getprop(blob, chosen_node, name, NULL);
570}
571
Simon Glassaac07d42014-09-04 16:27:24 -0600572int fdtdec_get_chosen_node(const void *blob, const char *name)
573{
574 const char *prop;
Simon Glassaac07d42014-09-04 16:27:24 -0600575
Simon Glass3bc37a52015-10-17 19:41:14 -0600576 prop = fdtdec_get_chosen_prop(blob, name);
Simon Glassaac07d42014-09-04 16:27:24 -0600577 if (!prop)
578 return -FDT_ERR_NOTFOUND;
579 return fdt_path_offset(blob, prop);
580}
581
Simon Glass9a263e52012-03-28 10:08:24 +0000582int fdtdec_check_fdt(void)
583{
584 /*
585 * We must have an FDT, but we cannot panic() yet since the console
586 * is not ready. So for now, just assert(). Boards which need an early
587 * FDT (prior to console ready) will need to make their own
588 * arrangements and do their own checks.
589 */
590 assert(!fdtdec_prepare_fdt());
591 return 0;
592}
593
Simon Glassb5220bc2011-10-24 19:15:32 +0000594/*
595 * This function is a little odd in that it accesses global data. At some
596 * point if the architecture board.c files merge this will make more sense.
597 * Even now, it is common code.
598 */
Simon Glass9a263e52012-03-28 10:08:24 +0000599int fdtdec_prepare_fdt(void)
Simon Glassb5220bc2011-10-24 19:15:32 +0000600{
Simon Glassc309c2d2013-04-20 08:42:46 +0000601 if (!gd->fdt_blob || ((uintptr_t)gd->fdt_blob & 3) ||
602 fdt_check_header(gd->fdt_blob)) {
Simon Glass66312372015-02-27 22:06:32 -0700603#ifdef CONFIG_SPL_BUILD
604 puts("Missing DTB\n");
605#else
606 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 -0600607# ifdef DEBUG
608 if (gd->fdt_blob) {
609 printf("fdt_blob=%p\n", gd->fdt_blob);
610 print_buffer((ulong)gd->fdt_blob, gd->fdt_blob, 4,
611 32, 0);
612 }
613# endif
Simon Glass66312372015-02-27 22:06:32 -0700614#endif
Simon Glass9a263e52012-03-28 10:08:24 +0000615 return -1;
616 }
Simon Glassb5220bc2011-10-24 19:15:32 +0000617 return 0;
618}
Simon Glassd17da652012-02-27 10:52:35 +0000619
620int fdtdec_lookup_phandle(const void *blob, int node, const char *prop_name)
621{
622 const u32 *phandle;
623 int lookup;
624
Simon Glass1cb23232012-07-12 05:25:01 +0000625 debug("%s: %s\n", __func__, prop_name);
Simon Glassd17da652012-02-27 10:52:35 +0000626 phandle = fdt_getprop(blob, node, prop_name, NULL);
627 if (!phandle)
628 return -FDT_ERR_NOTFOUND;
629
630 lookup = fdt_node_offset_by_phandle(blob, fdt32_to_cpu(*phandle));
631 return lookup;
632}
633
634/**
635 * Look up a property in a node and check that it has a minimum length.
636 *
637 * @param blob FDT blob
638 * @param node node to examine
639 * @param prop_name name of property to find
640 * @param min_len minimum property length in bytes
641 * @param err 0 if ok, or -FDT_ERR_NOTFOUND if the property is not
642 found, or -FDT_ERR_BADLAYOUT if not enough data
643 * @return pointer to cell, which is only valid if err == 0
644 */
645static const void *get_prop_check_min_len(const void *blob, int node,
Mario Six2e386622018-01-15 11:07:35 +0100646 const char *prop_name, int min_len,
647 int *err)
Simon Glassd17da652012-02-27 10:52:35 +0000648{
649 const void *cell;
650 int len;
651
652 debug("%s: %s\n", __func__, prop_name);
653 cell = fdt_getprop(blob, node, prop_name, &len);
654 if (!cell)
655 *err = -FDT_ERR_NOTFOUND;
656 else if (len < min_len)
657 *err = -FDT_ERR_BADLAYOUT;
658 else
659 *err = 0;
660 return cell;
661}
662
663int fdtdec_get_int_array(const void *blob, int node, const char *prop_name,
Mario Six2e386622018-01-15 11:07:35 +0100664 u32 *array, int count)
Simon Glassd17da652012-02-27 10:52:35 +0000665{
666 const u32 *cell;
Mario Sixb79221a2018-01-15 11:07:36 +0100667 int err = 0;
Simon Glassd17da652012-02-27 10:52:35 +0000668
669 debug("%s: %s\n", __func__, prop_name);
670 cell = get_prop_check_min_len(blob, node, prop_name,
671 sizeof(u32) * count, &err);
672 if (!err) {
Mario Sixb79221a2018-01-15 11:07:36 +0100673 int i;
674
Simon Glassd17da652012-02-27 10:52:35 +0000675 for (i = 0; i < count; i++)
676 array[i] = fdt32_to_cpu(cell[i]);
677 }
678 return err;
679}
680
Simon Glassa9f04d42014-11-10 18:00:19 -0700681int fdtdec_get_int_array_count(const void *blob, int node,
682 const char *prop_name, u32 *array, int count)
683{
684 const u32 *cell;
685 int len, elems;
686 int i;
687
688 debug("%s: %s\n", __func__, prop_name);
689 cell = fdt_getprop(blob, node, prop_name, &len);
690 if (!cell)
691 return -FDT_ERR_NOTFOUND;
692 elems = len / sizeof(u32);
693 if (count > elems)
694 count = elems;
695 for (i = 0; i < count; i++)
696 array[i] = fdt32_to_cpu(cell[i]);
697
698 return count;
699}
700
Simon Glass96875e72012-04-02 13:18:41 +0000701const u32 *fdtdec_locate_array(const void *blob, int node,
702 const char *prop_name, int count)
703{
704 const u32 *cell;
705 int err;
706
707 cell = get_prop_check_min_len(blob, node, prop_name,
708 sizeof(u32) * count, &err);
709 return err ? NULL : cell;
710}
711
Simon Glassd17da652012-02-27 10:52:35 +0000712int fdtdec_get_bool(const void *blob, int node, const char *prop_name)
713{
714 const s32 *cell;
715 int len;
716
717 debug("%s: %s\n", __func__, prop_name);
718 cell = fdt_getprop(blob, node, prop_name, &len);
719 return cell != NULL;
720}
Simon Glassed3ee5c2012-02-27 10:52:36 +0000721
Simon Glass57068a72015-01-05 20:05:26 -0700722int fdtdec_parse_phandle_with_args(const void *blob, int src_node,
723 const char *list_name,
724 const char *cells_name,
725 int cell_count, int index,
726 struct fdtdec_phandle_args *out_args)
727{
728 const __be32 *list, *list_end;
729 int rc = 0, size, cur_index = 0;
730 uint32_t count = 0;
731 int node = -1;
732 int phandle;
733
734 /* Retrieve the phandle list property */
735 list = fdt_getprop(blob, src_node, list_name, &size);
736 if (!list)
737 return -ENOENT;
738 list_end = list + size / sizeof(*list);
739
740 /* Loop over the phandles until all the requested entry is found */
741 while (list < list_end) {
742 rc = -EINVAL;
743 count = 0;
744
745 /*
746 * If phandle is 0, then it is an empty entry with no
747 * arguments. Skip forward to the next entry.
748 */
749 phandle = be32_to_cpup(list++);
750 if (phandle) {
751 /*
752 * Find the provider node and parse the #*-cells
753 * property to determine the argument length.
754 *
755 * This is not needed if the cell count is hard-coded
756 * (i.e. cells_name not set, but cell_count is set),
757 * except when we're going to return the found node
758 * below.
759 */
760 if (cells_name || cur_index == index) {
761 node = fdt_node_offset_by_phandle(blob,
762 phandle);
763 if (!node) {
764 debug("%s: could not find phandle\n",
765 fdt_get_name(blob, src_node,
766 NULL));
767 goto err;
768 }
769 }
770
771 if (cells_name) {
772 count = fdtdec_get_int(blob, node, cells_name,
773 -1);
774 if (count == -1) {
775 debug("%s: could not get %s for %s\n",
776 fdt_get_name(blob, src_node,
777 NULL),
778 cells_name,
779 fdt_get_name(blob, node,
780 NULL));
781 goto err;
782 }
783 } else {
784 count = cell_count;
785 }
786
787 /*
788 * Make sure that the arguments actually fit in the
789 * remaining property data length
790 */
791 if (list + count > list_end) {
792 debug("%s: arguments longer than property\n",
793 fdt_get_name(blob, src_node, NULL));
794 goto err;
795 }
796 }
797
798 /*
799 * All of the error cases above bail out of the loop, so at
800 * this point, the parsing is successful. If the requested
801 * index matches, then fill the out_args structure and return,
802 * or return -ENOENT for an empty entry.
803 */
804 rc = -ENOENT;
805 if (cur_index == index) {
806 if (!phandle)
807 goto err;
808
809 if (out_args) {
810 int i;
811
812 if (count > MAX_PHANDLE_ARGS) {
813 debug("%s: too many arguments %d\n",
814 fdt_get_name(blob, src_node,
815 NULL), count);
816 count = MAX_PHANDLE_ARGS;
817 }
818 out_args->node = node;
819 out_args->args_count = count;
820 for (i = 0; i < count; i++) {
821 out_args->args[i] =
822 be32_to_cpup(list++);
823 }
824 }
825
826 /* Found it! return success */
827 return 0;
828 }
829
830 node = -1;
831 list += count;
832 cur_index++;
833 }
834
835 /*
836 * Result will be one of:
837 * -ENOENT : index is for empty phandle
838 * -EINVAL : parsing error on data
839 * [1..n] : Number of phandle (count mode; when index = -1)
840 */
841 rc = index < 0 ? cur_index : -ENOENT;
842 err:
843 return rc;
844}
845
Peng Fan1889a7e2016-02-01 13:31:15 +0800846int fdtdec_get_child_count(const void *blob, int node)
847{
848 int subnode;
849 int num = 0;
850
Simon Glassdf87e6b2016-10-02 17:59:29 -0600851 fdt_for_each_subnode(subnode, blob, node)
Peng Fan1889a7e2016-02-01 13:31:15 +0800852 num++;
853
854 return num;
855}
856
Anton Staffbed4d892012-04-17 09:01:28 +0000857int fdtdec_get_byte_array(const void *blob, int node, const char *prop_name,
Mario Six2e386622018-01-15 11:07:35 +0100858 u8 *array, int count)
Anton Staffbed4d892012-04-17 09:01:28 +0000859{
860 const u8 *cell;
861 int err;
862
863 cell = get_prop_check_min_len(blob, node, prop_name, count, &err);
864 if (!err)
865 memcpy(array, cell, count);
866 return err;
867}
868
869const u8 *fdtdec_locate_byte_array(const void *blob, int node,
Mario Six2e386622018-01-15 11:07:35 +0100870 const char *prop_name, int count)
Anton Staffbed4d892012-04-17 09:01:28 +0000871{
872 const u8 *cell;
873 int err;
874
875 cell = get_prop_check_min_len(blob, node, prop_name, count, &err);
876 if (err)
877 return NULL;
878 return cell;
879}
Abhilash Kesavan09258f12012-10-25 16:30:58 +0000880
Abhilash Kesavan09258f12012-10-25 16:30:58 +0000881int fdtdec_get_config_int(const void *blob, const char *prop_name,
Mario Six2e386622018-01-15 11:07:35 +0100882 int default_val)
Abhilash Kesavan09258f12012-10-25 16:30:58 +0000883{
884 int config_node;
885
886 debug("%s: %s\n", __func__, prop_name);
887 config_node = fdt_path_offset(blob, "/config");
888 if (config_node < 0)
889 return default_val;
890 return fdtdec_get_int(blob, config_node, prop_name, default_val);
891}
Simon Glass332ab0d2012-10-25 16:30:59 +0000892
Gabe Black79289c02012-10-25 16:31:04 +0000893int fdtdec_get_config_bool(const void *blob, const char *prop_name)
894{
895 int config_node;
896 const void *prop;
897
898 debug("%s: %s\n", __func__, prop_name);
899 config_node = fdt_path_offset(blob, "/config");
900 if (config_node < 0)
901 return 0;
902 prop = fdt_get_property(blob, config_node, prop_name, NULL);
903
904 return prop != NULL;
905}
906
Simon Glass332ab0d2012-10-25 16:30:59 +0000907char *fdtdec_get_config_string(const void *blob, const char *prop_name)
908{
909 const char *nodep;
910 int nodeoffset;
911 int len;
912
913 debug("%s: %s\n", __func__, prop_name);
914 nodeoffset = fdt_path_offset(blob, "/config");
915 if (nodeoffset < 0)
916 return NULL;
917
918 nodep = fdt_getprop(blob, nodeoffset, prop_name, &len);
919 if (!nodep)
920 return NULL;
921
922 return (char *)nodep;
923}
Simon Glassf20c4612012-10-25 16:31:00 +0000924
Simon Glass76489832014-10-23 18:58:51 -0600925int fdtdec_decode_region(const void *blob, int node, const char *prop_name,
926 fdt_addr_t *basep, fdt_size_t *sizep)
Simon Glassf20c4612012-10-25 16:31:00 +0000927{
928 const fdt_addr_t *cell;
929 int len;
930
Simon Glass76489832014-10-23 18:58:51 -0600931 debug("%s: %s: %s\n", __func__, fdt_get_name(blob, node, NULL),
932 prop_name);
Simon Glassf20c4612012-10-25 16:31:00 +0000933 cell = fdt_getprop(blob, node, prop_name, &len);
Simon Glass76489832014-10-23 18:58:51 -0600934 if (!cell || (len < sizeof(fdt_addr_t) * 2)) {
935 debug("cell=%p, len=%d\n", cell, len);
Simon Glassf20c4612012-10-25 16:31:00 +0000936 return -1;
Simon Glass76489832014-10-23 18:58:51 -0600937 }
Simon Glassf20c4612012-10-25 16:31:00 +0000938
Simon Glass76489832014-10-23 18:58:51 -0600939 *basep = fdt_addr_to_cpu(*cell);
940 *sizep = fdt_size_to_cpu(cell[1]);
941 debug("%s: base=%08lx, size=%lx\n", __func__, (ulong)*basep,
942 (ulong)*sizep);
943
Simon Glassf20c4612012-10-25 16:31:00 +0000944 return 0;
945}
Simon Glass006e73b2014-02-27 13:26:01 -0700946
Simon Glass5f7bfdd2015-03-05 12:25:14 -0700947u64 fdtdec_get_number(const fdt32_t *ptr, unsigned int cells)
Thierry Reding56f42242014-08-26 17:33:53 +0200948{
949 u64 number = 0;
950
951 while (cells--)
952 number = (number << 32) | fdt32_to_cpu(*ptr++);
953
954 return number;
955}
956
957int fdt_get_resource(const void *fdt, int node, const char *property,
958 unsigned int index, struct fdt_resource *res)
959{
960 const fdt32_t *ptr, *end;
961 int na, ns, len, parent;
962 unsigned int i = 0;
963
964 parent = fdt_parent_offset(fdt, node);
965 if (parent < 0)
966 return parent;
967
968 na = fdt_address_cells(fdt, parent);
969 ns = fdt_size_cells(fdt, parent);
970
971 ptr = fdt_getprop(fdt, node, property, &len);
972 if (!ptr)
973 return len;
974
975 end = ptr + len / sizeof(*ptr);
976
977 while (ptr + na + ns <= end) {
978 if (i == index) {
Mario Sixb79221a2018-01-15 11:07:36 +0100979 res->start = fdtdec_get_number(ptr, na);
980 res->end = res->start;
Thierry Reding56f42242014-08-26 17:33:53 +0200981 res->end += fdtdec_get_number(&ptr[na], ns) - 1;
982 return 0;
983 }
984
985 ptr += na + ns;
986 i++;
987 }
988
989 return -FDT_ERR_NOTFOUND;
990}
991
992int fdt_get_named_resource(const void *fdt, int node, const char *property,
993 const char *prop_names, const char *name,
994 struct fdt_resource *res)
995{
996 int index;
997
Simon Glassb02e4042016-10-02 17:59:28 -0600998 index = fdt_stringlist_search(fdt, node, prop_names, name);
Thierry Reding56f42242014-08-26 17:33:53 +0200999 if (index < 0)
1000 return index;
1001
1002 return fdt_get_resource(fdt, node, property, index, res);
1003}
Thierry Reding9f85eee2014-08-26 17:33:54 +02001004
Simon Glass26403872014-10-23 18:58:56 -06001005int fdtdec_decode_memory_region(const void *blob, int config_node,
1006 const char *mem_type, const char *suffix,
1007 fdt_addr_t *basep, fdt_size_t *sizep)
1008{
1009 char prop_name[50];
1010 const char *mem;
1011 fdt_size_t size, offset_size;
1012 fdt_addr_t base, offset;
1013 int node;
1014
1015 if (config_node == -1) {
1016 config_node = fdt_path_offset(blob, "/config");
1017 if (config_node < 0) {
1018 debug("%s: Cannot find /config node\n", __func__);
1019 return -ENOENT;
1020 }
1021 }
1022 if (!suffix)
1023 suffix = "";
1024
1025 snprintf(prop_name, sizeof(prop_name), "%s-memory%s", mem_type,
1026 suffix);
1027 mem = fdt_getprop(blob, config_node, prop_name, NULL);
1028 if (!mem) {
1029 debug("%s: No memory type for '%s', using /memory\n", __func__,
1030 prop_name);
1031 mem = "/memory";
1032 }
1033
1034 node = fdt_path_offset(blob, mem);
1035 if (node < 0) {
1036 debug("%s: Failed to find node '%s': %s\n", __func__, mem,
1037 fdt_strerror(node));
1038 return -ENOENT;
1039 }
1040
1041 /*
1042 * Not strictly correct - the memory may have multiple banks. We just
1043 * use the first
1044 */
1045 if (fdtdec_decode_region(blob, node, "reg", &base, &size)) {
1046 debug("%s: Failed to decode memory region %s\n", __func__,
1047 mem);
1048 return -EINVAL;
1049 }
1050
1051 snprintf(prop_name, sizeof(prop_name), "%s-offset%s", mem_type,
1052 suffix);
1053 if (fdtdec_decode_region(blob, config_node, prop_name, &offset,
1054 &offset_size)) {
1055 debug("%s: Failed to decode memory region '%s'\n", __func__,
1056 prop_name);
1057 return -EINVAL;
1058 }
1059
1060 *basep = base + offset;
1061 *sizep = offset_size;
1062
1063 return 0;
1064}
Simon Glassb45122f2015-02-27 22:06:34 -07001065
Simon Glass12e67112015-04-14 21:03:21 -06001066static int decode_timing_property(const void *blob, int node, const char *name,
1067 struct timing_entry *result)
1068{
1069 int length, ret = 0;
1070 const u32 *prop;
1071
1072 prop = fdt_getprop(blob, node, name, &length);
1073 if (!prop) {
1074 debug("%s: could not find property %s\n",
1075 fdt_get_name(blob, node, NULL), name);
1076 return length;
1077 }
1078
1079 if (length == sizeof(u32)) {
1080 result->typ = fdtdec_get_int(blob, node, name, 0);
1081 result->min = result->typ;
1082 result->max = result->typ;
1083 } else {
1084 ret = fdtdec_get_int_array(blob, node, name, &result->min, 3);
1085 }
1086
1087 return ret;
1088}
1089
1090int fdtdec_decode_display_timing(const void *blob, int parent, int index,
1091 struct display_timing *dt)
1092{
1093 int i, node, timings_node;
1094 u32 val = 0;
1095 int ret = 0;
1096
1097 timings_node = fdt_subnode_offset(blob, parent, "display-timings");
1098 if (timings_node < 0)
1099 return timings_node;
1100
1101 for (i = 0, node = fdt_first_subnode(blob, timings_node);
1102 node > 0 && i != index;
1103 node = fdt_next_subnode(blob, node))
1104 i++;
1105
1106 if (node < 0)
1107 return node;
1108
1109 memset(dt, 0, sizeof(*dt));
1110
1111 ret |= decode_timing_property(blob, node, "hback-porch",
1112 &dt->hback_porch);
1113 ret |= decode_timing_property(blob, node, "hfront-porch",
1114 &dt->hfront_porch);
1115 ret |= decode_timing_property(blob, node, "hactive", &dt->hactive);
1116 ret |= decode_timing_property(blob, node, "hsync-len", &dt->hsync_len);
1117 ret |= decode_timing_property(blob, node, "vback-porch",
1118 &dt->vback_porch);
1119 ret |= decode_timing_property(blob, node, "vfront-porch",
1120 &dt->vfront_porch);
1121 ret |= decode_timing_property(blob, node, "vactive", &dt->vactive);
1122 ret |= decode_timing_property(blob, node, "vsync-len", &dt->vsync_len);
1123 ret |= decode_timing_property(blob, node, "clock-frequency",
1124 &dt->pixelclock);
1125
1126 dt->flags = 0;
1127 val = fdtdec_get_int(blob, node, "vsync-active", -1);
1128 if (val != -1) {
1129 dt->flags |= val ? DISPLAY_FLAGS_VSYNC_HIGH :
1130 DISPLAY_FLAGS_VSYNC_LOW;
1131 }
1132 val = fdtdec_get_int(blob, node, "hsync-active", -1);
1133 if (val != -1) {
1134 dt->flags |= val ? DISPLAY_FLAGS_HSYNC_HIGH :
1135 DISPLAY_FLAGS_HSYNC_LOW;
1136 }
1137 val = fdtdec_get_int(blob, node, "de-active", -1);
1138 if (val != -1) {
1139 dt->flags |= val ? DISPLAY_FLAGS_DE_HIGH :
1140 DISPLAY_FLAGS_DE_LOW;
1141 }
1142 val = fdtdec_get_int(blob, node, "pixelclk-active", -1);
1143 if (val != -1) {
1144 dt->flags |= val ? DISPLAY_FLAGS_PIXDATA_POSEDGE :
1145 DISPLAY_FLAGS_PIXDATA_NEGEDGE;
1146 }
1147
1148 if (fdtdec_get_bool(blob, node, "interlaced"))
1149 dt->flags |= DISPLAY_FLAGS_INTERLACED;
1150 if (fdtdec_get_bool(blob, node, "doublescan"))
1151 dt->flags |= DISPLAY_FLAGS_DOUBLESCAN;
1152 if (fdtdec_get_bool(blob, node, "doubleclk"))
1153 dt->flags |= DISPLAY_FLAGS_DOUBLECLK;
1154
Simon Glass04b9dd12016-05-05 07:28:21 -06001155 return ret;
Simon Glass12e67112015-04-14 21:03:21 -06001156}
1157
Siva Durga Prasad Paladugu12308b12018-07-16 15:56:11 +05301158int fdtdec_setup_mem_size_base(void)
Nathan Rossi623f6012016-12-19 00:03:34 +10001159{
1160 int ret, mem;
1161 struct fdt_resource res;
1162
1163 mem = fdt_path_offset(gd->fdt_blob, "/memory");
1164 if (mem < 0) {
1165 debug("%s: Missing /memory node\n", __func__);
1166 return -EINVAL;
1167 }
1168
1169 ret = fdt_get_resource(gd->fdt_blob, mem, "reg", 0, &res);
1170 if (ret != 0) {
1171 debug("%s: Unable to decode first memory bank\n", __func__);
1172 return -EINVAL;
1173 }
1174
1175 gd->ram_size = (phys_size_t)(res.end - res.start + 1);
Siva Durga Prasad Paladugu1473b122018-07-16 15:56:10 +05301176 gd->ram_base = (unsigned long)res.start;
Simon Glassc69380f2017-05-27 07:38:13 -06001177 debug("%s: Initial DRAM size %llx\n", __func__,
1178 (unsigned long long)gd->ram_size);
Nathan Rossi623f6012016-12-19 00:03:34 +10001179
1180 return 0;
1181}
1182
1183#if defined(CONFIG_NR_DRAM_BANKS)
Jens Wiklander452bc122018-07-13 12:12:11 +02001184
1185static int get_next_memory_node(const void *blob, int startoffset)
1186{
1187 int mem = -1;
1188
1189 do {
1190 mem = fdt_node_offset_by_prop_value(gd->fdt_blob, mem,
1191 "device_type", "memory", 7);
1192 } while (!fdtdec_get_is_enabled(blob, mem));
1193
1194 return mem;
1195}
1196
Nathan Rossi623f6012016-12-19 00:03:34 +10001197int fdtdec_setup_memory_banksize(void)
1198{
Marek Vasut942ee092017-11-27 05:32:42 +01001199 int bank, ret, mem, reg = 0;
Nathan Rossi623f6012016-12-19 00:03:34 +10001200 struct fdt_resource res;
1201
Jens Wiklander452bc122018-07-13 12:12:11 +02001202 mem = get_next_memory_node(gd->fdt_blob, -1);
Nathan Rossi623f6012016-12-19 00:03:34 +10001203 if (mem < 0) {
1204 debug("%s: Missing /memory node\n", __func__);
1205 return -EINVAL;
1206 }
1207
1208 for (bank = 0; bank < CONFIG_NR_DRAM_BANKS; bank++) {
Marek Vasut942ee092017-11-27 05:32:42 +01001209 ret = fdt_get_resource(gd->fdt_blob, mem, "reg", reg++, &res);
1210 if (ret == -FDT_ERR_NOTFOUND) {
1211 reg = 0;
Jens Wiklander452bc122018-07-13 12:12:11 +02001212 mem = get_next_memory_node(gd->fdt_blob, mem);
Marek Vasut942ee092017-11-27 05:32:42 +01001213 if (mem == -FDT_ERR_NOTFOUND)
1214 break;
1215
1216 ret = fdt_get_resource(gd->fdt_blob, mem, "reg", reg++, &res);
1217 if (ret == -FDT_ERR_NOTFOUND)
1218 break;
1219 }
1220 if (ret != 0) {
Nathan Rossi623f6012016-12-19 00:03:34 +10001221 return -EINVAL;
Marek Vasut942ee092017-11-27 05:32:42 +01001222 }
Nathan Rossi623f6012016-12-19 00:03:34 +10001223
1224 gd->bd->bi_dram[bank].start = (phys_addr_t)res.start;
1225 gd->bd->bi_dram[bank].size =
1226 (phys_size_t)(res.end - res.start + 1);
1227
1228 debug("%s: DRAM Bank #%d: start = 0x%llx, size = 0x%llx\n",
1229 __func__, bank,
1230 (unsigned long long)gd->bd->bi_dram[bank].start,
1231 (unsigned long long)gd->bd->bi_dram[bank].size);
1232 }
1233
1234 return 0;
1235}
1236#endif
1237
Jean-Jacques Hiblot2f57c952017-09-15 12:57:32 +02001238#if CONFIG_IS_ENABLED(MULTI_DTB_FIT)
1239# if CONFIG_IS_ENABLED(MULTI_DTB_FIT_GZIP) ||\
1240 CONFIG_IS_ENABLED(MULTI_DTB_FIT_LZO)
1241static int uncompress_blob(const void *src, ulong sz_src, void **dstp)
1242{
1243 size_t sz_out = CONFIG_SPL_MULTI_DTB_FIT_UNCOMPRESS_SZ;
1244 ulong sz_in = sz_src;
1245 void *dst;
1246 int rc;
1247
1248 if (CONFIG_IS_ENABLED(GZIP))
1249 if (gzip_parse_header(src, sz_in) < 0)
1250 return -1;
1251 if (CONFIG_IS_ENABLED(LZO))
1252 if (!lzop_is_valid_header(src))
1253 return -EBADMSG;
1254
1255 if (CONFIG_IS_ENABLED(MULTI_DTB_FIT_DYN_ALLOC)) {
1256 dst = malloc(sz_out);
1257 if (!dst) {
1258 puts("uncompress_blob: Unable to allocate memory\n");
1259 return -ENOMEM;
1260 }
1261 } else {
1262# if CONFIG_IS_ENABLED(MULTI_DTB_FIT_USER_DEFINED_AREA)
1263 dst = (void *)CONFIG_VAL(MULTI_DTB_FIT_USER_DEF_ADDR);
1264# else
1265 return -ENOTSUPP;
1266# endif
1267 }
1268
1269 if (CONFIG_IS_ENABLED(GZIP))
1270 rc = gunzip(dst, sz_out, (u8 *)src, &sz_in);
1271 else if (CONFIG_IS_ENABLED(LZO))
1272 rc = lzop_decompress(src, sz_in, dst, &sz_out);
1273
1274 if (rc < 0) {
1275 /* not a valid compressed blob */
1276 puts("uncompress_blob: Unable to uncompress\n");
1277 if (CONFIG_IS_ENABLED(MULTI_DTB_FIT_DYN_ALLOC))
1278 free(dst);
1279 return -EBADMSG;
1280 }
1281 *dstp = dst;
1282 return 0;
1283}
1284# else
1285static int uncompress_blob(const void *src, ulong sz_src, void **dstp)
1286{
1287 return -ENOTSUPP;
1288}
1289# endif
1290#endif
1291
Rob Clark3b595da2018-01-10 11:34:37 +01001292#if defined(CONFIG_OF_BOARD) || defined(CONFIG_OF_SEPARATE)
1293/*
1294 * For CONFIG_OF_SEPARATE, the board may optionally implement this to
1295 * provide and/or fixup the fdt.
1296 */
1297__weak void *board_fdt_blob_setup(void)
1298{
1299 void *fdt_blob = NULL;
1300#ifdef CONFIG_SPL_BUILD
1301 /* FDT is at end of BSS unless it is in a different memory region */
1302 if (IS_ENABLED(CONFIG_SPL_SEPARATE_BSS))
1303 fdt_blob = (ulong *)&_image_binary_end;
1304 else
1305 fdt_blob = (ulong *)&__bss_end;
1306#else
1307 /* FDT is at end of image */
1308 fdt_blob = (ulong *)&_end;
1309#endif
1310 return fdt_blob;
1311}
1312#endif
1313
Simon Glass08793612015-02-27 22:06:35 -07001314int fdtdec_setup(void)
Simon Glassb45122f2015-02-27 22:06:34 -07001315{
Masahiro Yamada0f925822015-08-12 07:31:55 +09001316#if CONFIG_IS_ENABLED(OF_CONTROL)
Jean-Jacques Hiblot2f57c952017-09-15 12:57:32 +02001317# if CONFIG_IS_ENABLED(MULTI_DTB_FIT)
1318 void *fdt_blob;
1319# endif
Simon Glassb45122f2015-02-27 22:06:34 -07001320# ifdef CONFIG_OF_EMBED
1321 /* Get a pointer to the FDT */
Goldschmidt Simon9bd76b82017-11-21 12:29:56 +00001322# ifdef CONFIG_SPL_BUILD
1323 gd->fdt_blob = __dtb_dt_spl_begin;
1324# else
Simon Glassb45122f2015-02-27 22:06:34 -07001325 gd->fdt_blob = __dtb_dt_begin;
Goldschmidt Simon9bd76b82017-11-21 12:29:56 +00001326# endif
Rob Clark3b595da2018-01-10 11:34:37 +01001327# elif defined(CONFIG_OF_BOARD) || defined(CONFIG_OF_SEPARATE)
Alex Deymo82f766d2017-04-02 01:25:20 -07001328 /* Allow the board to override the fdt address. */
1329 gd->fdt_blob = board_fdt_blob_setup();
Simon Glassb45122f2015-02-27 22:06:34 -07001330# elif defined(CONFIG_OF_HOSTFILE)
1331 if (sandbox_read_fdt_from_file()) {
1332 puts("Failed to read control FDT\n");
1333 return -1;
1334 }
1335# endif
1336# ifndef CONFIG_SPL_BUILD
1337 /* Allow the early environment to override the fdt address */
Thomas Fitzsimmons894c3ad2018-06-08 17:59:45 -04001338# if CONFIG_IS_ENABLED(OF_PRIOR_STAGE)
1339 gd->fdt_blob = (void *)prior_stage_fdt_address;
1340# else
Simon Glassbfebc8c2017-08-03 12:22:13 -06001341 gd->fdt_blob = (void *)env_get_ulong("fdtcontroladdr", 16,
Simon Glassb45122f2015-02-27 22:06:34 -07001342 (uintptr_t)gd->fdt_blob);
Thomas Fitzsimmons894c3ad2018-06-08 17:59:45 -04001343# endif
Simon Glassb45122f2015-02-27 22:06:34 -07001344# endif
Jean-Jacques Hiblot2f57c952017-09-15 12:57:32 +02001345
1346# if CONFIG_IS_ENABLED(MULTI_DTB_FIT)
1347 /*
1348 * Try and uncompress the blob.
1349 * Unfortunately there is no way to know how big the input blob really
1350 * is. So let us set the maximum input size arbitrarily high. 16MB
1351 * ought to be more than enough for packed DTBs.
1352 */
1353 if (uncompress_blob(gd->fdt_blob, 0x1000000, &fdt_blob) == 0)
1354 gd->fdt_blob = fdt_blob;
1355
1356 /*
1357 * Check if blob is a FIT images containings DTBs.
1358 * If so, pick the most relevant
1359 */
1360 fdt_blob = locate_dtb_in_fit(gd->fdt_blob);
1361 if (fdt_blob)
1362 gd->fdt_blob = fdt_blob;
1363# endif
Simon Glassb45122f2015-02-27 22:06:34 -07001364#endif
Jean-Jacques Hiblot2f57c952017-09-15 12:57:32 +02001365
Simon Glass08793612015-02-27 22:06:35 -07001366 return fdtdec_prepare_fdt();
Simon Glassb45122f2015-02-27 22:06:34 -07001367}
1368
Michael Pratt90c08fa2018-06-11 13:07:09 -06001369#ifdef CONFIG_NR_DRAM_BANKS
1370int fdtdec_decode_ram_size(const void *blob, const char *area, int board_id,
1371 phys_addr_t *basep, phys_size_t *sizep, bd_t *bd)
1372{
1373 int addr_cells, size_cells;
1374 const u32 *cell, *end;
1375 u64 total_size, size, addr;
1376 int node, child;
1377 bool auto_size;
1378 int bank;
1379 int len;
1380
1381 debug("%s: board_id=%d\n", __func__, board_id);
1382 if (!area)
1383 area = "/memory";
1384 node = fdt_path_offset(blob, area);
1385 if (node < 0) {
1386 debug("No %s node found\n", area);
1387 return -ENOENT;
1388 }
1389
1390 cell = fdt_getprop(blob, node, "reg", &len);
1391 if (!cell) {
1392 debug("No reg property found\n");
1393 return -ENOENT;
1394 }
1395
1396 addr_cells = fdt_address_cells(blob, node);
1397 size_cells = fdt_size_cells(blob, node);
1398
1399 /* Check the board id and mask */
1400 for (child = fdt_first_subnode(blob, node);
1401 child >= 0;
1402 child = fdt_next_subnode(blob, child)) {
1403 int match_mask, match_value;
1404
1405 match_mask = fdtdec_get_int(blob, child, "match-mask", -1);
1406 match_value = fdtdec_get_int(blob, child, "match-value", -1);
1407
1408 if (match_value >= 0 &&
1409 ((board_id & match_mask) == match_value)) {
1410 /* Found matching mask */
1411 debug("Found matching mask %d\n", match_mask);
1412 node = child;
1413 cell = fdt_getprop(blob, node, "reg", &len);
1414 if (!cell) {
1415 debug("No memory-banks property found\n");
1416 return -EINVAL;
1417 }
1418 break;
1419 }
1420 }
1421 /* Note: if no matching subnode was found we use the parent node */
1422
1423 if (bd) {
1424 memset(bd->bi_dram, '\0', sizeof(bd->bi_dram[0]) *
1425 CONFIG_NR_DRAM_BANKS);
1426 }
1427
1428 auto_size = fdtdec_get_bool(blob, node, "auto-size");
1429
1430 total_size = 0;
1431 end = cell + len / 4 - addr_cells - size_cells;
1432 debug("cell at %p, end %p\n", cell, end);
1433 for (bank = 0; bank < CONFIG_NR_DRAM_BANKS; bank++) {
1434 if (cell > end)
1435 break;
1436 addr = 0;
1437 if (addr_cells == 2)
1438 addr += (u64)fdt32_to_cpu(*cell++) << 32UL;
1439 addr += fdt32_to_cpu(*cell++);
1440 if (bd)
1441 bd->bi_dram[bank].start = addr;
1442 if (basep && !bank)
1443 *basep = (phys_addr_t)addr;
1444
1445 size = 0;
1446 if (size_cells == 2)
1447 size += (u64)fdt32_to_cpu(*cell++) << 32UL;
1448 size += fdt32_to_cpu(*cell++);
1449
1450 if (auto_size) {
1451 u64 new_size;
1452
1453 debug("Auto-sizing %" PRIx64 ", size %" PRIx64 ": ",
1454 addr, size);
1455 new_size = get_ram_size((long *)(uintptr_t)addr, size);
1456 if (new_size == size) {
1457 debug("OK\n");
1458 } else {
1459 debug("sized to %" PRIx64 "\n", new_size);
1460 size = new_size;
1461 }
1462 }
1463
1464 if (bd)
1465 bd->bi_dram[bank].size = size;
1466 total_size += size;
1467 }
1468
1469 debug("Memory size %" PRIu64 "\n", total_size);
1470 if (sizep)
1471 *sizep = (phys_size_t)total_size;
1472
1473 return 0;
1474}
1475#endif /* CONFIG_NR_DRAM_BANKS */
1476
Simon Glassb45122f2015-02-27 22:06:34 -07001477#endif /* !USE_HOSTCC */