<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm63xx/atf/include/plat/marvell/a8k, 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-16T15:04:00Z</updated>
<entry>
<title>marvell: Switch to xlat_tables_v2</title>
<updated>2019-07-16T15:04:00Z</updated>
<author>
<name>Remi Pommarel</name>
</author>
<published>2019-07-14T18:34:28Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/atf/commit/?id=6e9e15b0b2aa22fca3354417a685320811e243e3'/>
<id>urn:sha1:6e9e15b0b2aa22fca3354417a685320811e243e3</id>
<content type='text'>
Use v2 xlat tables library instead of v1 for marvell platforms.

Signed-off-by: Remi Pommarel &lt;repk@triplefau.lt&gt;
Change-Id: I838a6a878a8353e84eea9529721761b478943f0a
</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>plat/marvell: Migrate to multi-console API</title>
<updated>2018-11-15T11:42:45Z</updated>
<author>
<name>Konstantin Porotchkin</name>
</author>
<published>2018-11-14T15:15:08Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/atf/commit/?id=d7c4420cb8a745bf61c1de0df8858526002e16b0'/>
<id>urn:sha1:d7c4420cb8a745bf61c1de0df8858526002e16b0</id>
<content type='text'>
Migrate Marvell platforms from legacy console API to
multi-console API.

Change-Id: I647f5f49148b463a257a747af05b5f0c967f267c
Signed-off-by: Konstantin Porotchkin &lt;kostap@marvell.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>plat: marvell: Fix the wrong include protector</title>
<updated>2018-10-18T09:13:11Z</updated>
<author>
<name>Konstantin Porotchkin</name>
</author>
<published>2018-10-08T14:05:20Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/atf/commit/?id=2b2c3f0a228a414b7965c3146d0459023d626660'/>
<id>urn:sha1:2b2c3f0a228a414b7965c3146d0459023d626660</id>
<content type='text'>
Fix the include protector to be in sync with file name

Signed-off-by: Konstantin Porotchkin &lt;kostap@marvell.com&gt;
</content>
</entry>
<entry>
<title>plat: marvell: invoke platform specific scp_bl2 image handler</title>
<updated>2018-10-07T09:26:27Z</updated>
<author>
<name>Grzegorz Jaszczyk</name>
</author>
<published>2018-10-04T07:44:56Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/atf/commit/?id=f2c1504621a58a81b5004995f71585b680ed9e5f'/>
<id>urn:sha1:f2c1504621a58a81b5004995f71585b680ed9e5f</id>
<content type='text'>
Before switching to new API the scp_bl2 handler was invoked from
bl2/bl2_image_load.c which was removed. Invoke the platform specific
scp_bl2 handler in analogy to ARM and HiSilicon.

Signed-off-by: Grzegorz Jaszczyk &lt;jaz@semihalf.com&gt;
</content>
</entry>
<entry>
<title>marvell: Migrate to new interfaces</title>
<updated>2018-09-28T14:34:17Z</updated>
<author>
<name>Antonio Nino Diaz</name>
</author>
<published>2018-09-24T16:15:46Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/atf/commit/?id=35795b4e878467300b3bdccc37d7486a9c8942c6'/>
<id>urn:sha1:35795b4e878467300b3bdccc37d7486a9c8942c6</id>
<content type='text'>
- Migrate to bl2_early_platform_setup2().
- Remove references to removed build options.
- Use private definition of bl31_params_t.

This is an incomplete migration, the platform doesn't currently compile.

Change-Id: I1ae477b1f2489f49b651528050fdf06e4a55e425
Signed-off-by: Antonio Nino Diaz &lt;antonio.ninodiaz@arm.com&gt;
</content>
</entry>
<entry>
<title>plat: a8k: enable PMU overflow interrupt handler</title>
<updated>2018-09-03T12:47:09Z</updated>
<author>
<name>Marcin Wojtas</name>
</author>
<published>2018-03-21T08:59:59Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/atf/commit/?id=fd1718a2ff27ba44b1662673580828da615f6402'/>
<id>urn:sha1:fd1718a2ff27ba44b1662673580828da615f6402</id>
<content type='text'>
This patch enables handling PMU overflow IRQ by GIC SPI's
directly in EL3. Also implement additional SMC routine,
which can disable the solution on demand in runtime.

Since it is possible to configure PMU interrupt trigger type
in the MADT ACPI table, it is enough to set it only once in EL3
during initialization.

Change-Id: Ie76aa62ccc4fd7cabfec9e3d5ed9970ada1c1b2a
Signed-off-by: Marcin Wojtas &lt;mw@semihalf.com&gt;
Reviewed-by: Kostya Porotchkin &lt;kostap@marvell.com&gt;
</content>
</entry>
<entry>
<title>plat: marvell: rename common include file</title>
<updated>2018-09-02T11:10:47Z</updated>
<author>
<name>Konstantin Porotchkin</name>
</author>
<published>2018-07-29T10:30:51Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/atf/commit/?id=94d6dd677bd2b0837810909af80f8e9702bbd841'/>
<id>urn:sha1:94d6dd677bd2b0837810909af80f8e9702bbd841</id>
<content type='text'>
Rename a8k_common.h to armada_common.h to keep the same header
name across all other Marvell Armada platforms.
This is especially useful since various Marvell platforms may
use common platform files and share the driver modules.

Change-Id: I7262105201123d54ccddef9aad4097518f1e38ef
Signed-off-by: Konstantin Porotchkin &lt;kostap@marvell.com&gt;
</content>
</entry>
<entry>
<title>plat: marvell: bl31: Update the early platform setup API</title>
<updated>2018-08-19T07:11:24Z</updated>
<author>
<name>Konstantin Porotchkin</name>
</author>
<published>2018-08-19T07:07:35Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/atf/commit/?id=bbaa712ee933386f753fb68302e9a2002f4d2d1f'/>
<id>urn:sha1:bbaa712ee933386f753fb68302e9a2002f4d2d1f</id>
<content type='text'>
Move from bl31_early_platform_setup to bl31_early_platform_setup2

Signed-off-by: Konstantin Porotchkin &lt;kostap@marvell.com&gt;
</content>
</entry>
</feed>
