<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm63xx/u-boot/arch/arm/include/asm/arch-mx7, 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-06-11T08:42:48Z</updated>
<entry>
<title>pico-imx7d: Correct uart clock root</title>
<updated>2019-06-11T08:42:48Z</updated>
<author>
<name>Jun Nie</name>
</author>
<published>2019-05-08T06:38:31Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=79fcbde8eb57a0dfc9761c4ba167186843d7a707'/>
<id>urn:sha1:79fcbde8eb57a0dfc9761c4ba167186843d7a707</id>
<content type='text'>
Correct uart clock root ID. Incorrect ID may result the
clock is gated because rate value 0 is returned in
imx_get_uartclk()

The ID can be ignored if CONFIG_SKIP_LOWLEVEL_INIT is not enabled
because init_clk_uart() will enable all uart clocks in that case.

Signed-off-by: Jun Nie &lt;jun.nie@linaro.org&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>imx7: Add src_base structure define macro</title>
<updated>2018-03-29T15:32:52Z</updated>
<author>
<name>Eran Matityahu</name>
</author>
<published>2018-03-06T14:37:35Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=03858f8ec6032ec74dadfae6c3849302d8f29a9b'/>
<id>urn:sha1:03858f8ec6032ec74dadfae6c3849302d8f29a9b</id>
<content type='text'>
Add src_base structure global define macro, similarly to imx6

Signed-off-by: Eran Matityahu &lt;eran.m@variscite.com&gt;
</content>
</entry>
<entry>
<title>imx: mx7: move get_boot_device to cpu.c</title>
<updated>2018-02-04T11:00:58Z</updated>
<author>
<name>Peng Fan</name>
</author>
<published>2018-01-10T05:20:34Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=770611f21e93b63f58e9b9f67a250024db9c86be'/>
<id>urn:sha1:770611f21e93b63f58e9b9f67a250024db9c86be</id>
<content type='text'>
Move get_boot_device to cpu.c to prepare adding i.MX8M support,
because i.MX8M share same code with i.MX7.

Signed-off-by: Peng Fan &lt;peng.fan@nxp.com&gt;
Cc: Stefano Babic &lt;sbabic@denx.de&gt;
Cc: Fabio Estevam &lt;fabio.estevam@nxp.com&gt;
Reviewed-by: Stefano Babic &lt;sbabic@denx.de&gt;
</content>
</entry>
<entry>
<title>imx: cleanup bootaux</title>
<updated>2018-02-04T11:00:58Z</updated>
<author>
<name>Peng Fan</name>
</author>
<published>2018-01-10T05:20:32Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=8cf223133c11c8064b4c8c258403371bc1873804'/>
<id>urn:sha1:8cf223133c11c8064b4c8c258403371bc1873804</id>
<content type='text'>
Move i.MX6/7 bootaux code to imx_bootaux.c.
The i.MX6/7 has different src layout, so define M4 reg offset
to ease the cleanup. Redefine the M4 related BIT for share
common code.

Signed-off-by: Peng Fan &lt;peng.fan@nxp.com&gt;
Cc: Stefano Babic &lt;sbabic@denx.de&gt;
Cc: Fabio Estevam &lt;fabio.estevam@nxp.com&gt;
</content>
</entry>
<entry>
<title>imx7: Add include guards for include/asm/arch-mx7/sys_proto.h file</title>
<updated>2017-11-09T10:32:49Z</updated>
<author>
<name>Lukasz Majewski</name>
</author>
<published>2017-11-07T10:34:17Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=9c8979cdb76dd65bb0983eb4cb1a895be0f0b1dc'/>
<id>urn:sha1:9c8979cdb76dd65bb0983eb4cb1a895be0f0b1dc</id>
<content type='text'>
Signed-off-by: Lukasz Majewski &lt;lukma@denx.de&gt;
</content>
</entry>
<entry>
<title>imx: mx7: SPL support for i.MX7</title>
<updated>2017-10-12T15:31:16Z</updated>
<author>
<name>Uri Mashiach</name>
</author>
<published>2017-09-24T06:00:24Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=c5c6f37a045d39c3d83cb0f6c6e9e6677155cfe3'/>
<id>urn:sha1:c5c6f37a045d39c3d83cb0f6c6e9e6677155cfe3</id>
<content type='text'>
Add configuration file and spl_boot_device function for the i.MX7 SPL.

Signed-off-by: Uri Mashiach &lt;uri.mashiach@compulab.co.il&gt;
</content>
</entry>
<entry>
<title>imx: mx7: DDR controller configuration for the i.MX7 architecture</title>
<updated>2017-10-12T15:31:16Z</updated>
<author>
<name>Uri Mashiach</name>
</author>
<published>2017-09-24T06:00:23Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=258bad41aca541cdfb78aab7142aaf5b72a2dfe9'/>
<id>urn:sha1:258bad41aca541cdfb78aab7142aaf5b72a2dfe9</id>
<content type='text'>
The configuration files imximage.cfg are used for the DDR controller
configuration.
Add DDR configuration function to replace the DDR controller
configuration in the imximage.cfg file. The function can be used for
DDR size detection.

Signed-off-by: Uri Mashiach &lt;uri.mashiach@compulab.co.il&gt;
</content>
</entry>
<entry>
<title>imx: mx7: fix the CCM_ macros</title>
<updated>2017-10-12T15:31:16Z</updated>
<author>
<name>Uri Mashiach</name>
</author>
<published>2017-09-24T06:00:22Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=8bf2d77806e289e4345d7d983c0c689e2c36a484'/>
<id>urn:sha1:8bf2d77806e289e4345d7d983c0c689e2c36a484</id>
<content type='text'>
The CCM_ macros use the CCM_BASE_ADDRESS macro, which doesn't exist.
Replace the CCM_BASE_ADDRESS macros with CCM_BASE_ADDR.

Signed-off-by: Uri Mashiach &lt;uri.mashiach@compulab.co.il&gt;
Acked-by: Igor Grinberg &lt;grinberg@compulab.co.il&gt;
</content>
</entry>
<entry>
<title>imx: imx7d: remove CamelCase from ENET_xMHz macros</title>
<updated>2017-09-18T15:15:28Z</updated>
<author>
<name>Eric Nelson</name>
</author>
<published>2017-08-31T15:34:23Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=8590786acfc3d2afb46f739c2e72b98ef3d9e172'/>
<id>urn:sha1:8590786acfc3d2afb46f739c2e72b98ef3d9e172</id>
<content type='text'>
Update these macros to use all upper-case to avoid checkpatch
warnings:

	ENET_25MHz,
	ENET_50MHz,
	ENET_125MHz,

Signed-off-by: Eric Nelson &lt;eric@nelint.com&gt;
Reviewed-by: Stefano Babic &lt;sbabic@denx.de&gt;
</content>
</entry>
</feed>
