<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/board/xilinx, branch v2016.11</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/board/xilinx?h=v2016.11</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/board/xilinx?h=v2016.11'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2016-10-19T07:01:31Z</updated>
<entry>
<title>arm: Provide common PSCI based reset handler</title>
<updated>2016-10-19T07:01:31Z</updated>
<author>
<name>Alexander Graf</name>
<email>agraf@suse.de</email>
</author>
<published>2016-08-16T19:08:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=8069821fc2cb55a458efef1c4c614810302b6ab2'/>
<id>urn:sha1:8069821fc2cb55a458efef1c4c614810302b6ab2</id>
<content type='text'>
Most armv8 systems have PSCI support enabled in EL3, either through
ARM Trusted Firmware or other firmware.

On these systems, we do not need to implement system reset manually,
but can instead rely on higher level firmware to deal with it.

The exclude list seems excessive right now, but NXP is working on
providing an in-tree PSCI implementation, so that all NXP systems
can eventually use PSCI as well.

Signed-off-by: Alexander Graf &lt;agraf@suse.de&gt;
[agraf: fix meson]
Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>arm: Disable HVC PSCI calls by default</title>
<updated>2016-10-18T07:08:08Z</updated>
<author>
<name>Alexander Graf</name>
<email>agraf@suse.de</email>
</author>
<published>2016-08-16T19:08:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=51bfb5b6f522b1fbe453c18df03648d72b08131f'/>
<id>urn:sha1:51bfb5b6f522b1fbe453c18df03648d72b08131f</id>
<content type='text'>
All systems that are running on armv8 are running bare metal with firmware
that implements PSCI running in EL3. That means we don't really need to expose
the hypercall variants of them.

This patch leaves the code in, but makes the code explicit enough to have the
compiler optimize it out. With this we don't need to worry about hvc vs smc
calling convention when calling psci helper functions.

Signed-off-by: Alexander Graf &lt;agraf@suse.de&gt;
Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>ARM64: zynqmp: Add support for chip ID detection</title>
<updated>2016-09-22T05:33:21Z</updated>
<author>
<name>Michal Simek</name>
<email>michal.simek@xilinx.com</email>
</author>
<published>2016-02-01T14:05:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=47e60cbdf8aaa0a2ab0664fb8d12084820276202'/>
<id>urn:sha1:47e60cbdf8aaa0a2ab0664fb8d12084820276202</id>
<content type='text'>
Chip ID needs to be known for loading bitstream because
U-Boot checks ID from bitstream header in BIT format.
BIN format is completely unchecked.

The chipid is get from ATF via SMC.

Signed-off-by: Siva Durga Prasad Paladugu &lt;sivadur@xilinx.com&gt;
Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;
</content>
</entry>
<entry>
<title>ARM64: zynqmp: Add support for DFU from SPL</title>
<updated>2016-09-22T05:33:21Z</updated>
<author>
<name>Michal Simek</name>
<email>michal.simek@xilinx.com</email>
</author>
<published>2016-08-19T12:14:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=d58fc12eb7f40a208e22b57037436411ea36125c'/>
<id>urn:sha1:d58fc12eb7f40a208e22b57037436411ea36125c</id>
<content type='text'>
SPL needs to have bigger stack size because of USB.
Simple malloc needs to be disabled because dfu code requires different
allocation functions. There is no space in OCM that's why random place
in DDR is used.

BOOTD must be disabled because it is causing compilation error.

All variables are disabled and used only variables valid for DFU because
they are simple huge. Including automatic variables added by
CONFIG_ENV_VARS_UBOOT_CONFIG.
Hardcode addresses for u-boot, atf, kernel and dtb
just for SPL DFU code.

Enable SPL DFU for zcu100.
Create new usb_dfu_spl variable just to run Linux kernel loaded in SPL.

Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;
</content>
</entry>
<entry>
<title>ARM64: zynqmp: Fix usb_gadget_handle_interrupt routine</title>
<updated>2016-09-22T05:33:20Z</updated>
<author>
<name>Michal Simek</name>
<email>michal.simek@xilinx.com</email>
</author>
<published>2016-09-01T09:16:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=9feff385f889d767b5c3643e515b723a448ab44b'/>
<id>urn:sha1:9feff385f889d767b5c3643e515b723a448ab44b</id>
<content type='text'>
Function is defined in g_dnl.h and have different parameter
then it is used. This patch fixes it.

Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;
</content>
</entry>
<entry>
<title>ARM64: zynqmp: Wire up both USBs available on ZynqMP</title>
<updated>2016-09-22T05:33:20Z</updated>
<author>
<name>Michal Simek</name>
<email>michal.simek@xilinx.com</email>
</author>
<published>2016-08-08T08:11:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=275bd6d11fd686beddf68b9f2b0de015b9e9f631'/>
<id>urn:sha1:275bd6d11fd686beddf68b9f2b0de015b9e9f631</id>
<content type='text'>
The second USB wasn't enabled. This patch fixes it.

Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;
</content>
</entry>
<entry>
<title>ARM64: zynqmp: Wire up PSCI reset</title>
<updated>2016-08-02T04:54:34Z</updated>
<author>
<name>Michal Simek</name>
<email>michal.simek@xilinx.com</email>
</author>
<published>2016-07-27T11:40:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=33986e2c318d5bf33aa43f53441d29c9dcd33a18'/>
<id>urn:sha1:33986e2c318d5bf33aa43f53441d29c9dcd33a18</id>
<content type='text'>
Using PSCI to reset the system.

Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;
</content>
</entry>
<entry>
<title>ARM64: zynqmp: Add support for standard distro boot commands</title>
<updated>2016-06-06T09:23:28Z</updated>
<author>
<name>Michal Simek</name>
<email>michal.simek@xilinx.com</email>
</author>
<published>2016-04-22T12:28:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b72894f14da79cdcdab8007b079d922bd28e5ce7'/>
<id>urn:sha1:b72894f14da79cdcdab8007b079d922bd28e5ce7</id>
<content type='text'>
Nand and QSPI are not defined now but this will be extended.
Based on selected bootmode boot_targets are rewritten.
Patch also contains detection if variables are saved. If yes don't
rewrite boot_targets variable.

Also move variable setup to the end of file because SCSI needs to be
defined before others macros are using it.

Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;
Reviewed-by: Alexander Graf &lt;agraf@suse.de&gt;
</content>
</entry>
<entry>
<title>microblaze: Move MSR instruction selection to Kconfig</title>
<updated>2016-06-06T09:23:27Z</updated>
<author>
<name>Michal Simek</name>
<email>michal.simek@xilinx.com</email>
</author>
<published>2016-05-24T09:45:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=ac551e3492fe7bf9b4e087f8ee454108c5098c6d'/>
<id>urn:sha1:ac551e3492fe7bf9b4e087f8ee454108c5098c6d</id>
<content type='text'>
Select MSR instructions via Kconfig instead of xparameters.h.

Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;
</content>
</entry>
<entry>
<title>microblaze: Add option to pass cpu version number</title>
<updated>2016-06-06T09:23:27Z</updated>
<author>
<name>Michal Simek</name>
<email>michal.simek@xilinx.com</email>
</author>
<published>2016-05-24T11:23:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=4ad1096e487f6bd03ec235263259aa97ef9cb2f1'/>
<id>urn:sha1:4ad1096e487f6bd03ec235263259aa97ef9cb2f1</id>
<content type='text'>
Toolchain can use some flags by default based on cpu version.

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