<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm63xx/atf/drivers/synopsys, 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-16T10:11:27Z</updated>
<entry>
<title>Merge changes from topic "jc/shift-overflow" into integration</title>
<updated>2019-07-16T10:11:27Z</updated>
<author>
<name>Soby Mathew</name>
</author>
<published>2019-07-16T10:11:27Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/atf/commit/?id=d0d0f171643a22bbc3d06f5b6dde40cc1d9d5d11'/>
<id>urn:sha1:d0d0f171643a22bbc3d06f5b6dde40cc1d9d5d11</id>
<content type='text'>
* changes:
  Enable -Wshift-overflow=2 to check for undefined shift behavior
  Update base code to not rely on undefined overflow behaviour
  Update hisilicon drivers to not rely on undefined overflow behaviour
  Update synopsys drivers to not rely on undefined overflow behaviour
  Update imx platform to not rely on undefined overflow behaviour
  Update mediatek platform to not rely on undefined overflow behaviour
  Update layerscape platform to not rely on undefined overflow behaviour
  Update intel platform to not rely on undefined overflow behaviour
  Update rockchip platform to not rely on undefined overflow behaviour
  Update renesas platform to not rely on undefined overflow behaviour
  Update meson platform to not rely on undefined overflow behaviour
  Update marvell platform to not rely on undefined overflow behaviour
</content>
</entry>
<entry>
<title>Update synopsys drivers to not rely on undefined overflow behaviour</title>
<updated>2019-07-12T08:12:19Z</updated>
<author>
<name>Justin Chadwell</name>
</author>
<published>2019-07-03T13:14:46Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/atf/commit/?id=9264f0876e7b085597c2da9fa850c8e6be1823f8'/>
<id>urn:sha1:9264f0876e7b085597c2da9fa850c8e6be1823f8</id>
<content type='text'>
This consists of ensuring that the left operand of each shift is
unsigned when the operation might overflow into the sign bit.

Change-Id: I54560fe290e7dc52d364d0fe1c81a16f4c8d9a7b
Signed-off-by: Justin Chadwell &lt;justin.chadwell@arm.com&gt;
</content>
</entry>
<entry>
<title>driver: synopsys: emmc: Do not change FIFO TH as this breaks some platforms</title>
<updated>2019-07-11T09:55:31Z</updated>
<author>
<name>Tien Hock, Loh</name>
</author>
<published>2019-06-04T02:47:21Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/atf/commit/?id=9ce41ec59b0a4700b878f94c5d139889dc621ad2'/>
<id>urn:sha1:9ce41ec59b0a4700b878f94c5d139889dc621ad2</id>
<content type='text'>
Designware MMC DMA FIFO threshold shouldn't be changed as it broke
Poplar platform's uboot MMC

Signed-off-by: Tien Hock, Loh &lt;tien.hock.loh@intel.com&gt;
Change-Id: I87ec9d5a78e1bf45119cb73797e402b25a914c13
</content>
</entry>
<entry>
<title>driver: synosys: Fix SD MMC not initializing correctly</title>
<updated>2019-03-22T04:54:31Z</updated>
<author>
<name>Tien Hock, Loh</name>
</author>
<published>2019-03-22T04:54:31Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/atf/commit/?id=2baa7270111eb25430e860fdeb0cbd220a958a53'/>
<id>urn:sha1:2baa7270111eb25430e860fdeb0cbd220a958a53</id>
<content type='text'>
dw_params.mmc_dev_type should be assigned before mmc_init, otherwise SDMMC
initialization will fail as the initialization treats the device as EMMC
instead of SD.

Signed-off-by: Tien Hock, Loh &lt;tien.hock.loh@intel.com&gt;
</content>
</entry>
<entry>
<title>drivers: synopsys: Fix synopsys MMC driver</title>
<updated>2019-03-12T06:39:50Z</updated>
<author>
<name>Tien Hock, Loh</name>
</author>
<published>2019-03-12T06:36:19Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/atf/commit/?id=3d0f30bb544a6b4a0c4766a6c31169419db4090e'/>
<id>urn:sha1:3d0f30bb544a6b4a0c4766a6c31169419db4090e</id>
<content type='text'>
There are some issues with synopsys MMC driver:
- CMD8 should not expect data (for SD)
- ACMD51 should expect data (Send SCR for SD)
- dw_prepare should not dictate size to be MMC_BLOCK_SIZE, block size is
now handled in the dw_prepare function
- after the CMD completes, when doing dw_read, we need to invalidate cache
and wait for the data transfer to complete
- Need to set FIFO threshold, otherwise DMA might never get the interrupt
to read or write

Signed-off-by: Tien Hock, Loh &lt;tien.hock.loh@intel.com&gt;
</content>
</entry>
<entry>
<title>Change some vars and functions to be static.</title>
<updated>2019-01-27T13:30:12Z</updated>
<author>
<name>Florian La Roche</name>
</author>
<published>2019-01-27T13:30:12Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/atf/commit/?id=9822852967919819a6c5f4c47436379742d8aad5'/>
<id>urn:sha1:9822852967919819a6c5f4c47436379742d8aad5</id>
<content type='text'>
Signed-off-by: Florian La Roche &lt;Florian.LaRoche@gmail.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>mmc: Update framework to use standard response type</title>
<updated>2018-09-28T14:48:37Z</updated>
<author>
<name>Yann Gautier</name>
</author>
<published>2018-09-28T14:48:37Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/atf/commit/?id=97d5db8c5cb95c7ce69ff4d36bcda2aeda143576'/>
<id>urn:sha1:97d5db8c5cb95c7ce69ff4d36bcda2aeda143576</id>
<content type='text'>
Respect official response type and update response to follow
official specification.
All the MMC_RESPONSE_R(_x) are replaced with each corresponding define.

Partly revert 2a82a9c95f6c06079f58d69315544a6b49cf64a4 for dw_mmc.c:
Responses R1, R1B and R5 have CRC.

Signed-off-by: Lionel Debieve &lt;lionel.debieve@st.com&gt;
Signed-off-by: Yann Gautier &lt;yann.gautier@st.com&gt;
</content>
</entry>
<entry>
<title>drivers: emmc: dw_mmc: Add response flag into response ID definition</title>
<updated>2018-09-04T11:35:21Z</updated>
<author>
<name>Jun Nie</name>
</author>
<published>2018-06-28T08:38:00Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/atf/commit/?id=2a82a9c95f6c06079f58d69315544a6b49cf64a4'/>
<id>urn:sha1:2a82a9c95f6c06079f58d69315544a6b49cf64a4</id>
<content type='text'>
Add response flag into ID definition so that driver does not
need to handle it again.

Signed-off-by: Jun Nie &lt;jun.nie@linaro.org&gt;
Signed-off-by: Bryan O'Donoghue &lt;bryan.odonoghue@linaro.org&gt;
</content>
</entry>
<entry>
<title>drivers/dw_mmc: migrate to mmc framework</title>
<updated>2018-08-10T09:11:12Z</updated>
<author>
<name>Haojian Zhuang</name>
</author>
<published>2018-08-04T10:06:52Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/atf/commit/?id=7a8b4830674d3d4f59035f5940fcb54a843e3069'/>
<id>urn:sha1:7a8b4830674d3d4f59035f5940fcb54a843e3069</id>
<content type='text'>
Migrate dw_mmc driver from emmc framework to mmc framework. The
emmc framework will be abandoned.

Signed-off-by: Haojian Zhuang &lt;haojian.zhuang@linaro.org&gt;
</content>
</entry>
</feed>
