<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm63xx/atf/plat/intel/soc/stratix10/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-08-13T10:20:53Z</updated>
<entry>
<title>intel: stratix10: Fix reliance on hard coded clock information</title>
<updated>2019-08-13T10:20:53Z</updated>
<author>
<name>Hadi Asyrafi</name>
</author>
<published>2019-07-30T14:18:17Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/atf/commit/?id=fea24b88e40e899bb7d0e15362c46a7154b76b71'/>
<id>urn:sha1:fea24b88e40e899bb7d0e15362c46a7154b76b71</id>
<content type='text'>
Extract clock information for UART, MMC &amp; Watchdog from the platform
rather than hard code it

Signed-off-by: Hadi Asyrafi &lt;muhammad.hadi.asyrafi.abdul.halim@intel.com&gt;
Change-Id: I2582bd34a6da97bd75d5ccba5f93840e65f26b03
</content>
</entry>
<entry>
<title>intel: Platform common code refactor</title>
<updated>2019-08-07T12:19:11Z</updated>
<author>
<name>Hadi Asyrafi</name>
</author>
<published>2019-08-01T06:48:39Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/atf/commit/?id=3f7b1490dc0022ea10e2c0c0e26f4ab8dad56846'/>
<id>urn:sha1:3f7b1490dc0022ea10e2c0c0e26f4ab8dad56846</id>
<content type='text'>
Pull out common code from aarch64 and include

Signed-off-by: Hadi Asyrafi &lt;muhammad.hadi.asyrafi.abdul.halim@intel.com&gt;
Change-Id: I4d0f5e1bb01bcdacbedf8e6c359de594239b645f
</content>
</entry>
<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 intel platform to not rely on undefined overflow behaviour</title>
<updated>2019-07-11T11:10:58Z</updated>
<author>
<name>Justin Chadwell</name>
</author>
<published>2019-07-03T13:12:25Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/atf/commit/?id=36cfbf3ca28be833116a1ac7c7c1b98da50db95a'/>
<id>urn:sha1:36cfbf3ca28be833116a1ac7c7c1b98da50db95a</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: I4c7a315cb18b3bbe623e7a7a998d2dac869638a7
Signed-off-by: Justin Chadwell &lt;justin.chadwell@arm.com&gt;
</content>
</entry>
<entry>
<title>plat/intel: Fix SMPLSEL for MMC</title>
<updated>2019-07-10T03:39:03Z</updated>
<author>
<name>Tien Hock, Loh</name>
</author>
<published>2019-07-09T05:17:04Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/atf/commit/?id=0943ea379f0380c0e95a606320768d63cb55b566'/>
<id>urn:sha1:0943ea379f0380c0e95a606320768d63cb55b566</id>
<content type='text'>
MMC sample select needs to be set properly so that DWMMC clock can be
driven to 50Mhz

Signed-off-by: Tien Hock, Loh &lt;tien.hock.loh@intel.com&gt;
Change-Id: I4a1dde4f6a1e78a36940c57a7a5b162be0bd443a
</content>
</entry>
<entry>
<title>intel: Enable watchdog timer on Intel S10 platform</title>
<updated>2019-03-21T02:35:24Z</updated>
<author>
<name>Muhammad Hadi Asyrafi Abdul Halim</name>
</author>
<published>2019-03-19T09:59:06Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/atf/commit/?id=10e70f87e0ebf2ac204b6a08b07b7a50859d3003'/>
<id>urn:sha1:10e70f87e0ebf2ac204b6a08b07b7a50859d3003</id>
<content type='text'>
Watchdog driver support &amp; enablement during platform setup

Signed-off-by: Muhammad Hadi Asyrafi Abdul Halim &lt;muhammad.hadi.asyrafi.abdul.halim@intel.com&gt;
</content>
</entry>
<entry>
<title>plat: intel: Add BL31 support to Intel Stratix10 SoCFPGA platform</title>
<updated>2019-02-26T01:25:14Z</updated>
<author>
<name>Tien Hock, Loh</name>
</author>
<published>2019-02-26T01:25:14Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/atf/commit/?id=1cf55aba4902d43c95e5a24acf6d85de96923dc0'/>
<id>urn:sha1:1cf55aba4902d43c95e5a24acf6d85de96923dc0</id>
<content type='text'>
This adds BL31 support to Intel Stratix10 SoCFPGA platform. BL31 in TF-A
supports:
- PSCI calls to enable 4 CPU cores
- PSCI mailbox calls for FPGA reconfiguration

Signed-off-by: Loh Tien Hock &lt;tien.hock.loh@intel.com&gt;
</content>
</entry>
<entry>
<title>plat: intel: Fix faulty DDR calibration value</title>
<updated>2019-02-13T06:39:31Z</updated>
<author>
<name>Loh Tien Hock</name>
</author>
<published>2019-02-13T06:39:31Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/atf/commit/?id=51f366ac85c22bc2a3a729192acba7cb7a2cbb13'/>
<id>urn:sha1:51f366ac85c22bc2a3a729192acba7cb7a2cbb13</id>
<content type='text'>
A DDR calibration value is missing write mask, causing ECC DDR calibration
to fail. This patch addresses the issue. ECC should also be scrubbed before
MMU initializes, thus the scrubbing is moved to ddr intialization phase.

Signed-off-by: Loh Tien Hock &lt;tien.hock.loh@intel.com&gt;
</content>
</entry>
<entry>
<title>plat: intel: Add BL2 support for Stratix 10 SoC</title>
<updated>2019-02-04T08:17:24Z</updated>
<author>
<name>Loh Tien Hock</name>
</author>
<published>2019-02-04T08:17:24Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/atf/commit/?id=9d82ef26c657fda9ee21806817c7a16547b0b605'/>
<id>urn:sha1:9d82ef26c657fda9ee21806817c7a16547b0b605</id>
<content type='text'>
This adds BL2 support for Intel Stratix 10 SoC FPGA.
Functionality includes:
- Release and setup peripherals from reset
- Calibrate DDR
- ECC DDR Scrubbing
- Load FIP (bl31 and bl33)

Signed-off-by: Loh Tien Hock &lt;tien.hock.loh@intel.com&gt;
</content>
</entry>
</feed>
