Home
last modified time | relevance | path

Searched hist:"5 b34436035fc862b5e8d0d2c3eab74ba36f1a7f4" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/lib/
H A Dfdtdec.c236efe36be6d1c544f9477f10fdf38a17cd7a869 Mon Aug 03 00:13:50 UTC 2015 Simon Glass <sjg@chromium.org> Revert "fdt: Fix fdtdec_get_addr_size() for 64-bit"

This reverts commit 5b34436035fc862b5e8d0d2c3eab74ba36f1a7f4.

This function has a few problems. It calls fdt_parent_offset() which as
mentioned in code review is very slow.

https://patchwork.ozlabs.org/patch/499482/
https://patchwork.ozlabs.org/patch/452604/

It also happens to break SPI flash on Minnowboard max which is how I noticed
that this was applied. I can send a patch to tidy that up, but in any case
I think we should consider a revert until the function is better implemented.

Signed-off-by: Simon Glass <sjg@chromium.org>
5b34436035fc862b5e8d0d2c3eab74ba36f1a7f4 Thu Jul 23 16:51:30 UTC 2015 Thierry Reding <treding@nvidia.com> fdt: Fix fdtdec_get_addr_size() for 64-bit

Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Tom Warren <twarren@nvidia.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>