<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm63xx/u-boot/board/engicam, branch master</title>
<subtitle>Broadcom-s U-Boot</subtitle>
<id>https://git.openwrt.org/project/bcm63xx/u-boot/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/project/bcm63xx/u-boot/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/'/>
<updated>2019-03-13T08:14:35Z</updated>
<entry>
<title>board: engicam: Add watchdog support on Engicam</title>
<updated>2019-03-13T08:14:35Z</updated>
<author>
<name>Shyam Saini</name>
</author>
<published>2019-02-06T07:53:35Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=74bf932679b6e3cfa7b1dece57dc3b550b37b34d'/>
<id>urn:sha1:74bf932679b6e3cfa7b1dece57dc3b550b37b34d</id>
<content type='text'>
This patch adds watchdog support for engicam imx6 family
of boards.

Signed-off-by: Shyam Saini &lt;shyam.saini@amarulasolutions.com&gt;
</content>
</entry>
<entry>
<title>i.MX6: engicam: gpr_init can be called only for some architecture</title>
<updated>2018-07-23T08:51:14Z</updated>
<author>
<name>Michael Trimarchi</name>
</author>
<published>2018-06-23T14:10:07Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=3058879982ec2ad0a53222dd3a518fb609ca7ae7'/>
<id>urn:sha1:3058879982ec2ad0a53222dd3a518fb609ca7ae7</id>
<content type='text'>
Fix an invalid usage of the gpr_init function for the imx6ul
architecture

Signed-off-by: Michael Trimarchi &lt;michael@amarulasolutions.com&gt;
Acked-by: Jagan Teki &lt;jagan@amarulasolutions.com&gt;
</content>
</entry>
<entry>
<title>imx6ul: geam: Fix fdt_file mismatch</title>
<updated>2018-06-27T07:51:49Z</updated>
<author>
<name>Jagan Teki</name>
</author>
<published>2018-06-18T05:42:19Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=18053a8505d353336ae784d70a52e1f96f8bae7e'/>
<id>urn:sha1:18053a8505d353336ae784d70a52e1f96f8bae7e</id>
<content type='text'>
fdt_file is looking for imx6ul-geam-kit.dtb but Linux
has imx6ul-geam.dtb, since Linux skipped -kit on file name
by below commit.
"ARM: dts: imx6ul-geam: Skip suffix -kit from dts name"
(sha1: 182de5ebce71e469cfa686fcdf08c9cbe11ece97)

So, due to this mismatch U-Boot failed to pick the
proper dtb which eventually break the Linux boot.

This patch fixed this mismatch by
- renaming dts files
- update config option to use new dtb file
- update fdt_file to new dtb file name

Signed-off-by: Jagan Teki &lt;jagan@amarulasolutions.com&gt;
Reviewed-by: Fabio Estevam &lt;fabio.estevam@nxp.com&gt;
</content>
</entry>
<entry>
<title>board: engicam: spl: match icore-mipi fit-config</title>
<updated>2018-06-18T14:48:56Z</updated>
<author>
<name>Jagan Teki</name>
</author>
<published>2018-06-02T11:55:27Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=82e8ba056e3a8b7d5a1c0e8709a9f35b0219c1cb'/>
<id>urn:sha1:82e8ba056e3a8b7d5a1c0e8709a9f35b0219c1cb</id>
<content type='text'>
Match imx6q-icore-mipi and imx6dl-icore-mipi dtb in
board_fit_config_name_match.

Signed-off-by: Jagan Teki &lt;jagan@amarulasolutions.com&gt;
</content>
</entry>
<entry>
<title>ARM: dts: i.MX6UL: U-Boot specific dts for u-boot, dm-spl</title>
<updated>2018-05-18T06:23:43Z</updated>
<author>
<name>Jagan Teki</name>
</author>
<published>2018-04-11T12:32:22Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=9faa43c4b5e553ea7492edf987da6a0ed10da89c'/>
<id>urn:sha1:9faa43c4b5e553ea7492edf987da6a0ed10da89c</id>
<content type='text'>
u-boot,dm-spl property is specific to U-Boot, so move it into
*u-boot.dtsi files for relevant i.MX6UL files.

This make syncing Linux dts files straight forward.

Also update the MAINTAINERS file for dts files.

Signed-off-by: Jagan Teki &lt;jagan@amarulasolutions.com&gt;
</content>
</entry>
<entry>
<title>ARM: dts: i.MX6QDL: U-Boot specific dts for u-boot, dm-spl</title>
<updated>2018-05-18T06:23:43Z</updated>
<author>
<name>Jagan Teki</name>
</author>
<published>2018-04-11T12:32:20Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=217563784346bad29b09a617d0ce71fc6198600e'/>
<id>urn:sha1:217563784346bad29b09a617d0ce71fc6198600e</id>
<content type='text'>
u-boot,dm-spl property is specific to U-Boot, so move it into
*u-boot.dtsi files for relevant i.MX6QDL files.

This make syncing Linux dts files straight forward.

Also update the MAINTAINERS file for dts files.

Signed-off-by: Jagan Teki &lt;jagan@amarulasolutions.com&gt;
</content>
</entry>
<entry>
<title>SPDX: Convert all of our single license tags to Linux Kernel style</title>
<updated>2018-05-07T13:34:12Z</updated>
<author>
<name>Tom Rini</name>
</author>
<published>2018-05-06T21:58:06Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=83d290c56fab2d38cd1ab4c4cc7099559c1d5046'/>
<id>urn:sha1:83d290c56fab2d38cd1ab4c4cc7099559c1d5046</id>
<content type='text'>
When U-Boot started using SPDX tags we were among the early adopters and
there weren't a lot of other examples to borrow from.  So we picked the
area of the file that usually had a full license text and replaced it
with an appropriate SPDX-License-Identifier: entry.  Since then, the
Linux Kernel has adopted SPDX tags and they place it as the very first
line in a file (except where shebangs are used, then it's second line)
and with slightly different comment styles than us.

In part due to community overlap, in part due to better tag visibility
and in part for other minor reasons, switch over to that style.

This commit changes all instances where we have a single declared
license in the tag as both the before and after are identical in tag
contents.  There's also a few places where I found we did not have a tag
and have introduced one.

Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR</title>
<updated>2018-04-27T18:54:48Z</updated>
<author>
<name>Tom Rini</name>
</author>
<published>2018-04-18T17:50:47Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=d024236e5a31a2b4b82cbcc98b31b8170fc88d28'/>
<id>urn:sha1:d024236e5a31a2b4b82cbcc98b31b8170fc88d28</id>
<content type='text'>
We have a large number of places where while we historically referenced
gd in the code we no longer do, as well as cases where the code added
that line "just in case" during development and never dropped it.

Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>imx6q: engicam: Use SPL_LOAD_FIT for MMC boards</title>
<updated>2018-02-22T13:51:01Z</updated>
<author>
<name>Jagan Teki</name>
</author>
<published>2018-02-20T07:16:28Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=3d409153502f25a1ea3b8b4e9940148b7871273d'/>
<id>urn:sha1:3d409153502f25a1ea3b8b4e9940148b7871273d</id>
<content type='text'>
Currently SPL_LOAD_FIT is unable to boot from nand on
i.MX6QDL platform, so enable only for MMC boards.

Signed-off-by: Jagan Teki &lt;jagan@amarulasolutions.com&gt;
</content>
</entry>
<entry>
<title>imx6ul: engicam: Drop isiot-mmc defconfig</title>
<updated>2018-02-22T13:39:45Z</updated>
<author>
<name>Jagan Teki</name>
</author>
<published>2018-02-20T07:16:26Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=b0fcd8ef609f49e8b75baa41a5c4c29afb7c2ff7'/>
<id>urn:sha1:b0fcd8ef609f49e8b75baa41a5c4c29afb7c2ff7</id>
<content type='text'>
Engicam Is.IoT has eMMC and NAND cpu modules where MMC
is common for both, so remove explicit mmc defconfig.

Signed-off-by: Jagan Teki &lt;jagan@amarulasolutions.com&gt;
</content>
</entry>
</feed>
