<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm63xx/atf/plat/xilinx/zynqmp/include, branch master</title>
<subtitle>Broadcom-s Trusted Firmware A</subtitle>
<id>https://git.openwrt.org/project/bcm63xx/atf/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/project/bcm63xx/atf/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/atf/'/>
<updated>2019-07-01T06:05:34Z</updated>
<entry>
<title>zynqmp: add support for multi console interface</title>
<updated>2019-07-01T06:05:34Z</updated>
<author>
<name>Ambroise Vincent</name>
</author>
<published>2019-05-29T10:46:08Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/atf/commit/?id=55a08b35b1533fc844776cf7a5b0c4379c7a759f'/>
<id>urn:sha1:55a08b35b1533fc844776cf7a5b0c4379c7a759f</id>
<content type='text'>
This patch addds multi console interface for ZynqMP
platform

Change-Id: I508a61412df2b71d04bca6a1139c8f32cbd7dccd
Signed-off-by: Ambroise Vincent &lt;ambroise.vincent@arm.com&gt;
Signed-off-by: Siva Durga Prasad Paladugu &lt;sivadur@xilinx.com&gt;
Tested-by: Siva Durga Prasad Paladugu &lt;sivadur@xilinx.com&gt;
</content>
</entry>
<entry>
<title>Arm platforms: Rename PLAT_ARM_NS_IMAGE_OFFSET</title>
<updated>2019-02-01T09:48:34Z</updated>
<author>
<name>Sandrine Bailleux</name>
</author>
<published>2019-01-31T14:01:32Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/atf/commit/?id=ece6fd2dac7da28a3e5d0911ec0957af6b21a70f'/>
<id>urn:sha1:ece6fd2dac7da28a3e5d0911ec0957af6b21a70f</id>
<content type='text'>
PLAT_ARM_NS_IMAGE_OFFSET is in fact not an offset relative to some base
address, it is an absolute address. Rename it to avoid any confusion.

Change-Id: I1f7f5e8553cb267786afe7e5f3cd4d665b610d3f
Signed-off-by: Sandrine Bailleux &lt;sandrine.bailleux@arm.com&gt;
</content>
</entry>
<entry>
<title>xilinx: Move IPI functions to common file</title>
<updated>2019-01-09T20:38:00Z</updated>
<author>
<name>Jolly Shah</name>
</author>
<published>2019-01-09T20:37:57Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/atf/commit/?id=65c80d60a2c4f22765cee0988c3b4a7af3fc02ba'/>
<id>urn:sha1:65c80d60a2c4f22765cee0988c3b4a7af3fc02ba</id>
<content type='text'>
pm_service ipi functions can be used by other xilinx
platforms. So move it to common directory. Also change
node_id member type in pm_proc structure so it can be
used for versal where device IDs are used instead of
node IDs.

To accommodate this change header files are re-organized.

Signed-off-by: Tejas Patel &lt;tejas.patel@xilinx.com&gt;
Reviewed-by: Siva Durga Prasad Paladugu &lt;siva.durga.paladugu@xilinx.com&gt;
Signed-off-by: Jolly Shah &lt;jollys@xilinx.com&gt;
</content>
</entry>
<entry>
<title>Move generic ipi_mb functions to common files</title>
<updated>2019-01-09T20:15:10Z</updated>
<author>
<name>Jolly Shah</name>
</author>
<published>2019-01-08T19:31:49Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/atf/commit/?id=63436bde92880aad77ad0e220d77d8dc14f182f9'/>
<id>urn:sha1:63436bde92880aad77ad0e220d77d8dc14f182f9</id>
<content type='text'>
ipi_mb functions can be used for other Xilinx platform.
Move it to common file from platform specific files.

Signed-off-by: Tejas Patel &lt;tejas.patel@xilinx.com&gt;
Reviewed-by: Siva Durga Prasad Paladugu &lt;siva.durga.paladugu@xilinx.com&gt;
Signed-off-by: Jolly Shah &lt;jollys@xilinx.com&gt;
</content>
</entry>
<entry>
<title>xilinx: Remove platform specific dependency from IPI function</title>
<updated>2019-01-09T20:12:18Z</updated>
<author>
<name>Jolly Shah</name>
</author>
<published>2019-01-08T19:27:36Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/atf/commit/?id=b8e39f49e63478a9dd3832afc9084dd4a2ab15e2'/>
<id>urn:sha1:b8e39f49e63478a9dd3832afc9084dd4a2ab15e2</id>
<content type='text'>
ipi_mb function uses platform specific ipi configuration table.
These ipi_mb functions can be used for other Xilinx platform.
So, instead of using direct data structure, initialize IPI
configuration data by passing platform specific ipi table.
Macros are updated accordingly for this ipi table change.

This change is done so that ipi_mb functions can be moved to
common file without major changes. All common functions now would
be moved to common file in next patch.

Signed-off-by: Tejas Patel &lt;tejas.patel@xilinx.com&gt;
Reviewed-by: Siva Durga Prasad Paladugu &lt;siva.durga.paladugu@xilinx.com&gt;
Signed-off-by: Jolly Shah &lt;jollys@xilinx.com&gt;
</content>
</entry>
<entry>
<title>xilinx: zynqmp: Move zynqmp_ipi.h to include directory</title>
<updated>2019-01-09T20:07:06Z</updated>
<author>
<name>Jolly Shah</name>
</author>
<published>2019-01-08T19:21:29Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/atf/commit/?id=1611ef2b0f6bf94fb80ba718d90eee5da871d563'/>
<id>urn:sha1:1611ef2b0f6bf94fb80ba718d90eee5da871d563</id>
<content type='text'>
Move zynqmp_ipi.h to platform specific include directory.
Rename it to plat_ipi.h instead of platform name. So, it can
be used to common source files which needs platform specific
data.

Signed-off-by: Tejas Patel &lt;tejas.patel@xilinx.com&gt;
Reviewed-by: Siva Durga Prasad Paladugu &lt;siva.durga.paladugu@xilinx.com&gt;
Signed-off-by: Jolly Shah &lt;jollys@xilinx.com&gt;
</content>
</entry>
<entry>
<title>plat: xilinx: zynqmp: Move zynqmp_def.h to include directory</title>
<updated>2019-01-09T20:05:56Z</updated>
<author>
<name>Jolly Shah</name>
</author>
<published>2019-01-08T19:16:16Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/atf/commit/?id=99564393bf6e6125e7f9030044077ece4d4e348e'/>
<id>urn:sha1:99564393bf6e6125e7f9030044077ece4d4e348e</id>
<content type='text'>
Move zynqmp_def.h to platform specific include directory.
Also, update source file to include header file from updated
path of zynqmp_def.h

Signed-off-by: Tejas Patel &lt;tejas.patel@xilinx.com&gt;
Reviewed-by: Siva Durga Prasad Paladugu &lt;siva.durga.paladugu@xilinx.com&gt;
Signed-off-by: Jolly Shah &lt;jollys@xilinx.com&gt;
</content>
</entry>
<entry>
<title>plat: xilinx: zynqmp: Move zynqmp_private.h to include directory</title>
<updated>2019-01-09T20:05:13Z</updated>
<author>
<name>Jolly Shah</name>
</author>
<published>2019-01-08T19:10:47Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/atf/commit/?id=31c3842ee86e5e98a1f441e1373906954dbcdf9f'/>
<id>urn:sha1:31c3842ee86e5e98a1f441e1373906954dbcdf9f</id>
<content type='text'>
Move zynqmp_private.h to platform specific include directory.
Also, rename it to plat_private.h instead of having platform
name. So, it can be used to common source files which needs
platform specific data.

Signed-off-by: Tejas Patel &lt;tejas.patel@xilinx.com&gt;
Reviewed-by: Siva Durga Prasad Paladugu &lt;siva.durga.paladugu@xilinx.com&gt;
Signed-off-by: Jolly Shah &lt;jollys@xilinx.com&gt;
</content>
</entry>
<entry>
<title>Sanitise includes across codebase</title>
<updated>2019-01-04T10:43:17Z</updated>
<author>
<name>Antonio Nino Diaz</name>
</author>
<published>2018-12-14T00:18:21Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/atf/commit/?id=09d40e0e08283a249e7dce0e106c07c5141f9b7e'/>
<id>urn:sha1:09d40e0e08283a249e7dce0e106c07c5141f9b7e</id>
<content type='text'>
Enforce full include path for includes. Deprecate old paths.

The following folders inside include/lib have been left unchanged:

- include/lib/cpus/${ARCH}
- include/lib/el3_runtime/${ARCH}

The reason for this change is that having a global namespace for
includes isn't a good idea. It defeats one of the advantages of having
folders and it introduces problems that are sometimes subtle (because
you may not know the header you are actually including if there are two
of them).

For example, this patch had to be created because two headers were
called the same way: e0ea0928d5b7 ("Fix gpio includes of mt8173 platform
to avoid collision."). More recently, this patch has had similar
problems: 46f9b2c3a282 ("drivers: add tzc380 support").

This problem was introduced in commit 4ecca33988b9 ("Move include and
source files to logical locations"). At that time, there weren't too
many headers so it wasn't a real issue. However, time has shown that
this creates problems.

Platforms that want to preserve the way they include headers may add the
removed paths to PLAT_INCLUDES, but this is discouraged.

Change-Id: I39dc53ed98f9e297a5966e723d1936d6ccf2fc8f
Signed-off-by: Antonio Nino Diaz &lt;antonio.ninodiaz@arm.com&gt;
</content>
</entry>
<entry>
<title>Standardise header guards across codebase</title>
<updated>2018-11-08T10:20:19Z</updated>
<author>
<name>Antonio Nino Diaz</name>
</author>
<published>2018-11-08T10:20:19Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/atf/commit/?id=c3cf06f1a3a9b9ee8ac7a0ae505f95c45f7dca84'/>
<id>urn:sha1:c3cf06f1a3a9b9ee8ac7a0ae505f95c45f7dca84</id>
<content type='text'>
All identifiers, regardless of use, that start with two underscores are
reserved. This means they can't be used in header guards.

The style that this project is now to use the full name of the file in
capital letters followed by 'H'. For example, for a file called
"uart_example.h", the header guard is UART_EXAMPLE_H.

The exceptions are files that are imported from other projects:

- CryptoCell driver
- dt-bindings folders
- zlib headers

Change-Id: I50561bf6c88b491ec440d0c8385c74650f3c106e
Signed-off-by: Antonio Nino Diaz &lt;antonio.ninodiaz@arm.com&gt;
</content>
</entry>
</feed>
