<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/arch, branch v2020.10-rc4</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/arch?h=v2020.10-rc4</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/arch?h=v2020.10-rc4'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2020-09-03T13:48:28Z</updated>
<entry>
<title>Merge branch 'master' of git://git.denx.de/u-boot-usb</title>
<updated>2020-09-03T13:48:28Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2020-09-03T13:48:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=9bfb567e5f1bfe7de8eb41f8c6d00f49d2b9a426'/>
<id>urn:sha1:9bfb567e5f1bfe7de8eb41f8c6d00f49d2b9a426</id>
<content type='text'>
- Mostly DFU fixes and r8152 fixes
</content>
</entry>
<entry>
<title>arm: socfpga: soc64: Check FPGA Config status register before bridge reset</title>
<updated>2020-09-03T03:26:07Z</updated>
<author>
<name>Chee Hong Ang</name>
<email>chee.hong.ang@intel.com</email>
</author>
<published>2020-08-06T03:56:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=6b6307ed22121a38c5b1a5198e737e78b7135312'/>
<id>urn:sha1:6b6307ed22121a38c5b1a5198e737e78b7135312</id>
<content type='text'>
Instead of querying SDM for FPGA configuration status through mailbox
messages, U-Boot now checks System Manager's FPGA Config status register
for FPGA configuration status before resetting bridge.

Signed-off-by: Chee Hong Ang &lt;chee.hong.ang@intel.com&gt;
Reviewed-by: Ley Foon Tan &lt;ley.foon.tan@intel.com&gt;
</content>
</entry>
<entry>
<title>spl: add g_dnl_get_board_bcd_device_number</title>
<updated>2020-09-01T12:47:43Z</updated>
<author>
<name>Peng Fan</name>
<email>peng.fan@nxp.com</email>
</author>
<published>2020-08-18T10:16:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=27c803848b29ec89e4d1561a509b6bcd95c896b7'/>
<id>urn:sha1:27c803848b29ec89e4d1561a509b6bcd95c896b7</id>
<content type='text'>
Add g_dnl_get_board_bcd_device_number, the new BCD value is used by uuu to distinguish
if the SPL supports the SDPV.

Signed-off-by: Peng Fan &lt;peng.fan@nxp.com&gt;
Reviewed-by: Lukasz Majewski &lt;lukma@denx.de&gt;
</content>
</entry>
<entry>
<title>fastboot: Extend fastboot_set_reboot_flag with reboot reason</title>
<updated>2020-09-01T12:47:43Z</updated>
<author>
<name>Roman Kovalivskyi</name>
<email>roman.kovalivskyi@globallogic.com</email>
</author>
<published>2020-07-28T20:35:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=851737ab8922742732bea5f70407cb95cafcb3ee'/>
<id>urn:sha1:851737ab8922742732bea5f70407cb95cafcb3ee</id>
<content type='text'>
Extend fastboot_set_reboot_flag arguments with reboot reason so that
it could handle different reboot cases in future.

Signed-off-by: Roman Kovalivskyi &lt;roman.kovalivskyi@globallogic.com&gt;
</content>
</entry>
<entry>
<title>x86: Drop nhlt_serialise()</title>
<updated>2020-09-01T09:00:28Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2020-08-29T21:23:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=1150a0b6bd70084eb5c8b9ecfc60100cb7a768e2'/>
<id>urn:sha1:1150a0b6bd70084eb5c8b9ecfc60100cb7a768e2</id>
<content type='text'>
This function is not actually used in U-Boot. Drop it.

Suggested-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;
Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
Reviewed-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;
</content>
</entry>
<entry>
<title>x86: Introduce USE_EARLY_BOARD_INIT option</title>
<updated>2020-09-01T05:38:31Z</updated>
<author>
<name>Andy Shevchenko</name>
<email>andriy.shevchenko@linux.intel.com</email>
</author>
<published>2020-08-20T10:02:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=1d01d0c2f0962e26a3661a2a7d497afa3fc1ed34'/>
<id>urn:sha1:1d01d0c2f0962e26a3661a2a7d497afa3fc1ed34</id>
<content type='text'>
Introduce USE_EARLY_BOARD_INIT option and select it by the actual users.

Cc: George McCollister &lt;george.mccollister@gmail.com&gt;
Signed-off-by: Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;
Reviewed-by: Stefan Roese &lt;sr@denx.de&gt;
Reviewed-by: Aiden Park &lt;aiden.park@intel.com&gt;
Reviewed-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;
</content>
</entry>
<entry>
<title>Merge tag 'ti-v2020.10-rc4' of https://gitlab.denx.de/u-boot/custodians/u-boot-ti</title>
<updated>2020-08-31T17:06:26Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2020-08-31T17:06:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=6ade057e37507e7f46c66c9c3264535f49928f2b'/>
<id>urn:sha1:6ade057e37507e7f46c66c9c3264535f49928f2b</id>
<content type='text'>
- Update to ABI 3.0
- Fix i2c write in eeprom driver
</content>
</entry>
<entry>
<title>arm: dts: a37x0: enable sd card support on espressobin</title>
<updated>2020-08-31T12:45:53Z</updated>
<author>
<name>Wilson Ding</name>
<email>dingwei@marvell.com</email>
</author>
<published>2020-08-19T14:19:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=96fa3c4fda5cad85b05b086bed3855d4037d1639'/>
<id>urn:sha1:96fa3c4fda5cad85b05b086bed3855d4037d1639</id>
<content type='text'>
Enabled SDIO slot 0 (south bridge) for SD card on
Espressobin board.

Change-Id: I51a2debf9fba276b9c4a2bc6da91328d47f443e3
Signed-off-by: Wilson Ding &lt;dingwei@marvell.com&gt;
Signed-off-by: Konstantin Porotchkin &lt;kostap@marvell.com&gt;
Reviewed-on: http://vgitil04.il.marvell.com:8080/60945
Tested-by: iSoC Platform CI &lt;ykjenk@marvell.com&gt;
Reviewed-by: Igal Liberman &lt;igall@marvell.com&gt;
[pali: Define cd-gpios and enable CONFIG_DM_REGULATOR_GPIO]
Signed-off-by: Pali Rohár &lt;pali@kernel.org&gt;
Reviewed-by: Konstantin Porotchkin &lt;kostap@marvell.com&gt;
Reviewed-by: Stefan Roese &lt;sr@denx.de&gt;
Tested-by: Andre Heider &lt;a.heider@gmail.com&gt;
</content>
</entry>
<entry>
<title>arm64: a37xx: pci: Make PCIe Reset GPIO DT compatible with Linux kernel DT</title>
<updated>2020-08-31T12:45:53Z</updated>
<author>
<name>Pali Rohár</name>
<email>pali@kernel.org</email>
</author>
<published>2020-08-19T13:57:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=563b85bd88772c8949d10f7fa8e39a20280b1aac'/>
<id>urn:sha1:563b85bd88772c8949d10f7fa8e39a20280b1aac</id>
<content type='text'>
Change active-high to active-low and change DT property name from
reset-gpio to reset-gpios. This format of gpio reset is used by
pci-aardvark driver in Linux kernel.

Signed-off-by: Pali Rohár &lt;pali@kernel.org&gt;
Reviewed-by: Stefan Roese &lt;sr@denx.de&gt;
Reviewed-by: Konstantin Porotchkin &lt;kostap@marvell.com&gt;
Tested-by: Andre Heider &lt;a.heider@gmail.com&gt;
</content>
</entry>
<entry>
<title>arm64: dts: armada-3720-espressobin: fix COMPHY nodes</title>
<updated>2020-08-31T12:45:53Z</updated>
<author>
<name>Marek Behún</name>
<email>marek.behun@nic.cz</email>
</author>
<published>2020-08-19T09:57:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=545591132aa701ff1262bb309fbcd0c3ff0acd75'/>
<id>urn:sha1:545591132aa701ff1262bb309fbcd0c3ff0acd75</id>
<content type='text'>
This commit fixes initialization of COMPHY on EspressoBin.

Commit 22f418935be4 ("phy: marvell: a3700: Use comphy_mux on Armada
37xx.") introduced usage of comphy_mux on Armada 37xx comphy driver.
The lanes are defined in comphy_a3700.c as described in functional
specification, that is:
  lane 0 is SGMII1 or USB3
  lane 1 is PCIe or SGMII0
  lane 2 is SATA or USB3

But the DTS for EspressoBin configures PCIe on lane 0 and USB3 on
lane 1, which is wrong in the sense of the specification and doesn't
work with the comphy_mux code, which is 2 years now (the aardvark driver
causes synchronous abort in U-Boot).

It worked till the above mentioned commit, because the code for powering
up PCIe PHY doesn't work with lane number at all, and the code for
powering up USB3 PHY works differently only if USB3 is on lane 2, ie.
the check goes like:
  if (lane == 2)
    something
  else
    something else
so it does not differentiate between lanes 0 and 1.

In the future I shall post patches that remove the comphy_a3700 driver
and add comphy driver which uses calls to ATF, like Linux' driver does.
This will have the advantage of same DTS bindings as Linux', but till
this is done, we need this patch.

Signed-off-by: Marek Behún &lt;marek.behun@nic.cz&gt;
Tested-by: Pali Rohár &lt;pali@kernel.org&gt;
Cc: Stefan Roese &lt;sr@denx.de&gt;
Reviewed-by: Stefan Roese &lt;sr@denx.de&gt;
Tested-by: Andre Heider &lt;a.heider@gmail.com&gt;
</content>
</entry>
</feed>
