<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm63xx/atf/plat/ti/k3/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-04-30T13:41:06Z</updated>
<entry>
<title>ti: k3: common: Remove MSMC port definitions</title>
<updated>2019-04-30T13:41:06Z</updated>
<author>
<name>Andrew F. Davis</name>
</author>
<published>2019-03-27T14:37:10Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/atf/commit/?id=a82bf5ad1bad19a0e0c86042df76f60f1b41d8f6'/>
<id>urn:sha1:a82bf5ad1bad19a0e0c86042df76f60f1b41d8f6</id>
<content type='text'>
The MSMC port defines were added to help in the case when some ports
are not connected and have no cores attached. We can get the same
functionality by defined the number of cores on that port to zero.
This simplifies several code paths, do this here.

Signed-off-by: Andrew F. Davis &lt;afd@ti.com&gt;
Change-Id: I3247fe37af7b86c3227e647b4f617fab70c8ee8a
</content>
</entry>
<entry>
<title>ti: k3: common: Enable SEPARATE_CODE_AND_RODATA by default</title>
<updated>2019-04-19T16:56:43Z</updated>
<author>
<name>Andrew F. Davis</name>
</author>
<published>2019-01-22T20:16:03Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/atf/commit/?id=e2dc40a222348a05cd8faffd541e6b678f34bf98'/>
<id>urn:sha1:e2dc40a222348a05cd8faffd541e6b678f34bf98</id>
<content type='text'>
This should be more secure and looks a bit cleaner.

Signed-off-by: Andrew F. Davis &lt;afd@ti.com&gt;
Change-Id: Ie5eaf0234b211ba02631cf5eab5faa1402a34461
</content>
</entry>
<entry>
<title>ti: k3: common: Remove shared RAM space</title>
<updated>2019-04-19T16:56:38Z</updated>
<author>
<name>Andrew F. Davis</name>
</author>
<published>2019-01-22T20:00:16Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/atf/commit/?id=32e29fcb0cba19d615f97cc8d8eeb3aff89f656d'/>
<id>urn:sha1:32e29fcb0cba19d615f97cc8d8eeb3aff89f656d</id>
<content type='text'>
We don't use this for anything right now, remove it.

Signed-off-by: Andrew F. Davis &lt;afd@ti.com&gt;
Change-Id: I11505d01834f7ff1fdba46fda0acbb3b56fc9b66
</content>
</entry>
<entry>
<title>ti: k3: common: Drop _ADDRESS from K3_USART_BASE to match other defines</title>
<updated>2019-04-19T16:56:24Z</updated>
<author>
<name>Andrew F. Davis</name>
</author>
<published>2019-01-22T19:36:48Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/atf/commit/?id=a481f8b81748bb634f46cb07df87156e8e8a75aa'/>
<id>urn:sha1:a481f8b81748bb634f46cb07df87156e8e8a75aa</id>
<content type='text'>
This makes definitions more consistent, plus helps alignment.

Signed-off-by: Andrew F. Davis &lt;afd@ti.com&gt;
Change-Id: I38fcdd76207586613d9934c9dc83d7a347e9e0fc
</content>
</entry>
<entry>
<title>ti: k3: common: Add support for runtime detection of GICR base address</title>
<updated>2019-01-22T19:11:09Z</updated>
<author>
<name>Andrew F. Davis</name>
</author>
<published>2019-01-22T18:39:31Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/atf/commit/?id=b5443284f4ea00c67cc3541f21ba1bcb05fea746'/>
<id>urn:sha1:b5443284f4ea00c67cc3541f21ba1bcb05fea746</id>
<content type='text'>
Valid addresses for GICR base are always a set calculable distance from
the GICD and is based on the number of cores a given instance of GICv3 IP
can support. The formula for the number of address bits is given by the
ARM GIC-500 TRM section 3.2 as 2^(18+log2(cores)) with the MSB set to
one for GICR instances. Holes in the GIC address space are also
guaranteed to safely return 0 on reads. This allows us to support runtime
detection of the GICR base address by starting from GIC base address plus
BIT(18) and walking until the GICR ID register (IIDR) is detected. We
stop searching after BIT(20) to prevent searching out into space if
something goes wrong. This can be extended out if we ever have a device
with 16 or more cores.

Signed-off-by: Andrew F. Davis &lt;afd@ti.com&gt;
</content>
</entry>
<entry>
<title>ti: k3: common: Allow customizing UART baud rate using build options</title>
<updated>2019-01-21T19:39:51Z</updated>
<author>
<name>Andreas Dannenberg</name>
</author>
<published>2019-01-14T19:20:15Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/atf/commit/?id=50b2f55b69fd0515095e8cc2377f62fdc207074e'/>
<id>urn:sha1:50b2f55b69fd0515095e8cc2377f62fdc207074e</id>
<content type='text'>
To accommodate scenarios where we want to use a UART baud rate other than
the default 115,200 allow the associated compiler definition to be set
via the K3_USART_BAUD build option by updating the platform make file.

Since the platform make file now also contains the default value (still
115,200), go ahead and remove the redundant definition from the platform
header file.

Suggested-by: Andrew F. Davis &lt;afd@ti.com&gt;
Signed-off-by: Andreas Dannenberg &lt;dannenberg@ti.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>
<entry>
<title>ti: k3: drivers: Add support for TI System Control Interface protocol</title>
<updated>2018-08-22T15:56:32Z</updated>
<author>
<name>Andrew F. Davis</name>
</author>
<published>2018-05-04T19:06:09Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/atf/commit/?id=b5c2e1c42cf5f21b6fe5034fc4bb331f888e0b50'/>
<id>urn:sha1:b5c2e1c42cf5f21b6fe5034fc4bb331f888e0b50</id>
<content type='text'>
Texas Instrument's System Control Interface (TI-SCI) Message Protocol
is used in Texas Instrument's System on Chip (SoC) such as those
in K3 family AM654x SoCs to communicate between various compute
processors with a central system controller entity.

TI-SCI message protocol provides support for management of various
hardware entities within the SoC. Add support driver to allow
communication with system controller entity within the SoC.

Signed-off-by: Andrew F. Davis &lt;afd@ti.com&gt;
Reviewed-by: Andreas Dannenberg &lt;dannenberg@ti.com&gt;
</content>
</entry>
<entry>
<title>ti: k3: drivers: Add Secure Proxy driver</title>
<updated>2018-08-22T15:33:09Z</updated>
<author>
<name>Andrew F. Davis</name>
</author>
<published>2018-05-04T19:06:08Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/atf/commit/?id=d76fdd33e011ce8f1f8cd674d7f68ee63a00223f'/>
<id>urn:sha1:d76fdd33e011ce8f1f8cd674d7f68ee63a00223f</id>
<content type='text'>
Secure Proxy module manages hardware threads that are meant
for communication between the processor entities. Add support
for this here.

Signed-off-by: Andrew F. Davis &lt;afd@ti.com&gt;
</content>
</entry>
</feed>
