<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm63xx/u-boot/board/warp7, 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-04-25T17:21:00Z</updated>
<entry>
<title>warp7: Switch to DM USB</title>
<updated>2019-04-25T17:21:00Z</updated>
<author>
<name>Pierre-Jean Texier</name>
</author>
<published>2019-04-19T18:34:12Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=6b503f9e6549e9bdcdb227a77897492584e4a307'/>
<id>urn:sha1:6b503f9e6549e9bdcdb227a77897492584e4a307</id>
<content type='text'>
This commit switches to DM USB for warp7 and warp7_bl33 defconfigs.

Signed-off-by: Pierre-Jean Texier &lt;pjtexier@koncepto.io&gt;
Signed-off-by: Joris Offouga &lt;offougajoris@gmail.com&gt;
Reviewed-by: Fabio Estevam &lt;festevam@gmail.com&gt;
</content>
</entry>
<entry>
<title>warp7: Fix the write to the LDOGCTL PMIC register</title>
<updated>2019-03-13T08:14:35Z</updated>
<author>
<name>Fabio Estevam</name>
</author>
<published>2019-02-14T13:37:51Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=e077b3ba4dd74c67109bdf32048226d388abb24d'/>
<id>urn:sha1:e077b3ba4dd74c67109bdf32048226d388abb24d</id>
<content type='text'>
The third parameter of the pmic_clrsetbits() function is the mask
to the register and the correct mask is 1 not 0.

Since the LDOGCTL only contains a single valid bit (bit 0),
we can use pmic_reg_write() and write 1 directly, which fixes
the problem in a simpler way and use the original pmic function
that was used prior to the DM PMIC conversion.

Fixes: 8ba377321c86 ("arm: imx7s-warp: Convert to DM PMIC")
Signed-off-by: Fabio Estevam &lt;festevam@gmail.com&gt;
</content>
</entry>
<entry>
<title>warp7: Remove unneeded headers after DM conversion</title>
<updated>2019-03-13T08:14:35Z</updated>
<author>
<name>Fabio Estevam</name>
</author>
<published>2019-02-14T12:36:27Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=c6235ef3cbc73a4340e08018696a37b5056948fe'/>
<id>urn:sha1:c6235ef3cbc73a4340e08018696a37b5056948fe</id>
<content type='text'>
After DM conversion the I2C and MMC related board codes have been
removed, so remove the corresponding header files as well.

Signed-off-by: Fabio Estevam &lt;festevam@gmail.com&gt;
</content>
</entry>
<entry>
<title>warp7: README: Adjust the binary name after DM conversion</title>
<updated>2019-03-13T08:14:35Z</updated>
<author>
<name>Fabio Estevam</name>
</author>
<published>2019-02-09T14:01:59Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=4a2d09ac46f9da329be178dae306895a51601fdd'/>
<id>urn:sha1:4a2d09ac46f9da329be178dae306895a51601fdd</id>
<content type='text'>
After the conversion to DM the U-Boot binary is called u-boot-dtb.imx,
so fix the README file accordingly.

Signed-off-by: Fabio Estevam &lt;festevam@gmail.com&gt;
Reviewed-by: Bryan O'Donoghue &lt;bryan.odonoghue@linaro.org&gt;
Reviewed-by: Bryan O'Donoghue &lt;bryan.odonoghue@linaro.org&gt;
</content>
</entry>
<entry>
<title>arm: imx7s-warp: Convert to DM PMIC</title>
<updated>2019-01-28T19:55:46Z</updated>
<author>
<name>Bryan O'Donoghue</name>
</author>
<published>2019-01-18T17:40:14Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=8ba377321c862a7498458972618f0278c6c2043b'/>
<id>urn:sha1:8ba377321c862a7498458972618f0278c6c2043b</id>
<content type='text'>
This patch converts the warp7 and warp7_bl33 board ports over to using the
DM PMIC model.

Signed-off-by: Bryan O'Donoghue &lt;bryan.odonoghue@linaro.org&gt;
Reviewed-by: Peng Fan &lt;peng.fan@nxp.com&gt;
Cc: Peng Fan &lt;peng.fan@nxp.com&gt;
Cc: Fabio Estevam &lt;fabio.estevam@nxp.com&gt;
Cc: Stefano Babic &lt;sbabic@denx.de&gt;
</content>
</entry>
<entry>
<title>warp7: defconfig: Switch to DM for I2C</title>
<updated>2019-01-28T19:55:46Z</updated>
<author>
<name>Bryan O'Donoghue</name>
</author>
<published>2019-01-18T17:40:13Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=ce36f56aca33fcfb736f213d5b187fff59b6dd4f'/>
<id>urn:sha1:ce36f56aca33fcfb736f213d5b187fff59b6dd4f</id>
<content type='text'>
This commit switches to DM I2C for warp7 and warp7_bl33 defconfigs.

Signed-off-by: Bryan O'Donoghue &lt;bryan.odonoghue@linaro.org&gt;
Reviewed-by: Peng Fan &lt;peng.fan@nxp.com&gt;
Cc: Peng Fan &lt;peng.fan@nxp.com&gt;
Cc: Fabio Estevam &lt;fabio.estevam@nxp.com&gt;
Cc: Stefano Babic &lt;sbabic@denx.de&gt;
</content>
</entry>
<entry>
<title>arm: imx7s-warp: Convert to DM MMC initialization</title>
<updated>2019-01-28T19:55:46Z</updated>
<author>
<name>Bryan O'Donoghue</name>
</author>
<published>2019-01-18T17:40:10Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=764d94736c343ed70201534bdb2cae5bd0193709'/>
<id>urn:sha1:764d94736c343ed70201534bdb2cae5bd0193709</id>
<content type='text'>
Converts from fixed initialization of MMC to DM initialization of MMC.

Signed-off-by: Bryan O'Donoghue &lt;bryan.odonoghue@linaro.org&gt;
Cc: Albert Aribaud &lt;albert.u.boot@aribaud.net&gt;
Cc: Peng Fan &lt;peng.fan@nxp.com&gt;
Cc: Fabio Estevam &lt;fabio.estevam@nxp.com&gt;
Cc: Stefano Babic &lt;sbabic@denx.de&gt;
</content>
</entry>
<entry>
<title>warp7: MAINTAINERS: Add an entry for warp7_bl33_defconfig</title>
<updated>2018-10-24T08:03:06Z</updated>
<author>
<name>Fabio Estevam</name>
</author>
<published>2018-10-23T15:38:18Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=bb839ad931840e49472bf65c7e54d61aef8f6736'/>
<id>urn:sha1:bb839ad931840e49472bf65c7e54d61aef8f6736</id>
<content type='text'>
Add an entry for the warp7_bl33_defconfig target.

This fixes the following warnings:

WARNING: no status info for 'warp7_bl33'
WARNING: no maintainers for 'warp7_bl33'

Reported-by: Tom Rini &lt;trini@konsulko.com&gt;
Signed-off-by: Fabio Estevam &lt;festevam@gmail.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>warp7: secure_defconfig: Remove secure_defconfig</title>
<updated>2018-04-26T07:31:20Z</updated>
<author>
<name>Bryan O'Donoghue</name>
</author>
<published>2018-04-24T17:44:31Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=8273209bd9741e52e7a9db4ea76113e82213bbc0'/>
<id>urn:sha1:8273209bd9741e52e7a9db4ea76113e82213bbc0</id>
<content type='text'>
This patch removes warp7_secure_defconfig. A previous patch set
CONFIG_ARMV7_BOOT_SEC_DEFAULT=y on the unsecure WaRP7 config. Fabio asked
if I could confirm that the NXP and upstream kernels will boot on the WaRP7
with CONFIG_ARMV7_BOOT_SEC_DEFAULT=y. I can confirm that this is the case,
so there's no need to support the secure defconfig - drop it now.

Signed-off-by: Bryan O'Donoghue &lt;bryan.odonoghue@linaro.org&gt;
Suggested-by: Fabio Estevam &lt;fabio.estevam@nxp.com&gt;
Reviewed-by: Fabio Estevam &lt;fabio.estevam@nxp.com&gt;
</content>
</entry>
</feed>
