<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm63xx/u-boot/arch/arm/mach-zynq/include/mach, 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-02-14T13:31:10Z</updated>
<entry>
<title>ARM: zynq: Remove addresses for i2c controllers</title>
<updated>2019-02-14T13:31:10Z</updated>
<author>
<name>Michal Simek</name>
</author>
<published>2019-01-22T11:48:47Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=e0bc7574fa91786cd296fb778f29c997b9c8f6fd'/>
<id>urn:sha1:e0bc7574fa91786cd296fb778f29c997b9c8f6fd</id>
<content type='text'>
All platforms have been converted to DM that's why there is no reason to
keep addresses in headers. They are all read from DT now.

Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;
Reviewed-by: Heiko Schocher &lt;hs@denx.de&gt;
</content>
</entry>
<entry>
<title>ARM: zynq: Remove unused GEM addresses</title>
<updated>2019-01-24T09:03:45Z</updated>
<author>
<name>Michal Simek</name>
</author>
<published>2019-01-22T12:15:46Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=2e530511facd7b98834252a2f563421f3e626d1f'/>
<id>urn:sha1:2e530511facd7b98834252a2f563421f3e626d1f</id>
<content type='text'>
With DM in place there is no need to have GEM addresses in headers. None
is using them.

Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;
</content>
</entry>
<entry>
<title>xilinx: zynq: Add support to secure images</title>
<updated>2018-07-19T08:49:54Z</updated>
<author>
<name>Siva Durga Prasad Paladugu</name>
</author>
<published>2018-06-26T09:32:19Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=37e3a36a54755d15e36b52ee47caaf1cdfdc37aa'/>
<id>urn:sha1:37e3a36a54755d15e36b52ee47caaf1cdfdc37aa</id>
<content type='text'>
This patch basically adds two new commands for loadig secure
images.
1. zynq rsa adds support to load secure image which can be both
   authenticated or encrypted or both authenticated and encrypted
   image in xilinx bootimage(BOOT.bin) format.
2. zynq aes command adds support to decrypt and load encrypted
   image back to DDR as per destination address. The image has
   to be encrypted using xilinx bootgen tool and to get only the
   encrypted image from tool use -split option while invoking
   bootgen.

Signed-off-by: Siva Durga Prasad Paladugu &lt;siva.durga.paladugu@xilinx.com&gt;
Signed-off-by: Michal Simek &lt;michal.simek@xilinx.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>nand: zynq: Cleanup initialization</title>
<updated>2018-04-23T11:15:30Z</updated>
<author>
<name>Ezequiel Garcia</name>
</author>
<published>2018-01-13T17:56:17Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=41b7d7f241221ab9f0888f47f31226cfa74a971a'/>
<id>urn:sha1:41b7d7f241221ab9f0888f47f31226cfa74a971a</id>
<content type='text'>
CONFIG_NAND_ZYNQ selects CONFIG_SYS_NAND_SELF_INIT, so the
driver doesn't have to play any ifdef game.

Also, we can mark zynq_nand_init() as static and get rid
of the mach-specific nand.h header.

This is really a revert of:
"mtd: zynq: nand: Move board_nand_init() function to board.c"
(sha1: 310995d9f91ae56082b49be06fe8c3d01424f8f6)

Signed-off-by: Ezequiel Garcia &lt;ezequiel@vanguardiasur.com.ar&gt;
Reviewed-by: Michal Simek &lt;michal.simek@xilinx.com&gt;
Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;
</content>
</entry>
<entry>
<title>mtd: zynq: nand: Move board_nand_init() function to board.c</title>
<updated>2017-11-29T07:02:40Z</updated>
<author>
<name>Wilson Lee</name>
</author>
<published>2017-11-15T09:14:35Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=310995d9f91ae56082b49be06fe8c3d01424f8f6'/>
<id>urn:sha1:310995d9f91ae56082b49be06fe8c3d01424f8f6</id>
<content type='text'>
Putting board_nand_init() function inside NAND driver was not appropriate
due to it doesn't allow board vendor to customise their NAND
initialization code such as adding NAND lock/unlock code.

This commit was to move the board_nand_init() function from NAND driver
to board.c file. This allow customization of board_nand_init() function.

Signed-off-by: Wilson Lee &lt;wilson.lee@ni.com&gt;
Cc: Joe Hershberger &lt;joe.hershberger@ni.com&gt;
Cc: Keng Soon Cheah &lt;keng.soon.cheah@ni.com&gt;
Cc: Chen Yee Chew &lt;chen.yee.chew@ni.com&gt;
Cc: Albert Aribaud &lt;albert.u.boot@aribaud.net&gt;
Cc: Michal Simek &lt;michal.simek@xilinx.com&gt;
Cc: Siva Durga Prasad Paladugu &lt;siva.durga.paladugu@xilinx.com&gt;
Cc: Scott Wood &lt;oss@buserror.net&gt;
Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;
</content>
</entry>
<entry>
<title>arm: zynq: Add support for EMIT_WRITE operation</title>
<updated>2017-11-29T07:02:39Z</updated>
<author>
<name>Michal Simek</name>
</author>
<published>2017-11-10T10:03:47Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=11ea6f556c3315a297f81fb498dd4a0c57202a91'/>
<id>urn:sha1:11ea6f556c3315a297f81fb498dd4a0c57202a91</id>
<content type='text'>
Add proper support for EMIT_WRITE operation which is write only.
Do not use EMIT_MASKWRITE which is read-modify-write.

Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;
</content>
</entry>
<entry>
<title>arm: zynq: Add ps7GetSiliconVersion() to ps7_spl_init</title>
<updated>2017-11-29T07:02:39Z</updated>
<author>
<name>Michal Simek</name>
</author>
<published>2017-11-10T10:06:02Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=f29074803c0855c323af2c29865d924690cb8bb0'/>
<id>urn:sha1:f29074803c0855c323af2c29865d924690cb8bb0</id>
<content type='text'>
Unfortunately camelcase is coming from ps7_init* format.

Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;
</content>
</entry>
<entry>
<title>arm: zynq: Move common ps7_init* initialization to arch code</title>
<updated>2017-11-29T07:02:39Z</updated>
<author>
<name>Michal Simek</name>
</author>
<published>2017-11-10T08:47:28Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=c0823a76df4382ea8b8923dd6de016517bbd5929'/>
<id>urn:sha1:c0823a76df4382ea8b8923dd6de016517bbd5929</id>
<content type='text'>
This patch is based on work done in topic board where the first address
word also storing operation which should be done. This is reducing size
of configuration data.
This patch is not breaking an option to copy default ps7_init_gpl* files
from hdf file but it is doing preparation for ps7_init* consolidation.

The patch is also marking ps7_config as weak function.

Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;
</content>
</entry>
<entry>
<title>arm: zynq: Move ps7_* to separate file</title>
<updated>2017-11-29T07:02:39Z</updated>
<author>
<name>Michal Simek</name>
</author>
<published>2017-11-08T15:14:47Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=f0b619ec2937b12be698984ee153e293f07fc890'/>
<id>urn:sha1:f0b619ec2937b12be698984ee153e293f07fc890</id>
<content type='text'>
Extract ps7_* from spl code to prepare for extension.
And also return value.

Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;
</content>
</entry>
</feed>
