On Mon, Sep 30, 2019 at 11:03 PM Antony Pavlov wrote:
>
> On Mon, 30 Sep 2019 17:57:18 -0700
> Andrey Smirnov wrote:
>
> Hi!
>
> > Linux kernel reports the version of toolchain it was built with as a
> > part of its version string, which can be extremely useful when
> > debugging toolchain relate
Add "i2c-mux-idle-disconnect" to I2C muxes to prevent identical slaves
from different segments from interfering with each other.
Signed-off-by: Andrey Smirnov
---
arch/arm/dts/vf610-zii-scu4-aib.dts | 8
1 file changed, 8 insertions(+)
diff --git a/arch/arm/dts/vf610-zii-scu4-aib.dts
Add support for "i2c-mux-idle-disconnect" binding to match the
behavior, already present in upstream kernel driver. This feature is a
must have for I2C bus topologies with multiple muxes connected to
child segments containing slaves with identical addresses (e.g. ZII's
SCU4)
Signed-off-by: Andrey
There's a clear mismatch between actual TCL code and comment right
next to it. Comments are definetly right, so fix the TCL code.
Fixes: 02738f4b59 ("Documentation: zii-vf610-dev: Reconcile DDR setup with DCD")
Signed-off-by: Andrey Smirnov
---
Documentation/boards/imx/zii-vf610-dev/openocd.cfg
Hi,
setting up GPT on an iMX6, I noticed a small bug subject to
CONFIG_PARTITION_DISK_EFI_GPT_NO_FORCE that leads to unparsed GPTs.
Background: The iMX supports the mmc user partition as bootmedia source too.
Problem: The (additional) filetype check[0] fails, if the given buffer contains
multi
Instead of open-coding the get_cr(), use the already available helper
in same as we do for 64-bit ARMv8.
The only difference is that the "memory" clobber is replaced by "cc".
This is ok as we don't expect get_cr() to affect memory and because
we do it elsewhere in barebox without a "memory" clobbe