<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/board/qualcomm, branch v2018.07</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/board/qualcomm?h=v2018.07</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/board/qualcomm?h=v2018.07'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2018-06-04T15:25:30Z</updated>
<entry>
<title>MAINTAINERS: Take over DB410c maintainership</title>
<updated>2018-06-04T15:25:30Z</updated>
<author>
<name>Ramon Fried</name>
<email>ramon.fried@gmail.com</email>
</author>
<published>2018-05-31T18:24:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=35ada864decc17ac59b4ee43699e0a55d09dea48'/>
<id>urn:sha1:35ada864decc17ac59b4ee43699e0a55d09dea48</id>
<content type='text'>
Signed-off-by: Ramon Fried &lt;ramon.fried@gmail.com&gt;
</content>
</entry>
<entry>
<title>SPDX: Convert all of our single license tags to Linux Kernel style</title>
<updated>2018-05-07T13:34:12Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2018-05-06T21:58:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=83d290c56fab2d38cd1ab4c4cc7099559c1d5046'/>
<id>urn:sha1:83d290c56fab2d38cd1ab4c4cc7099559c1d5046</id>
<content type='text'>
When U-Boot started using SPDX tags we were among the early adopters and
there weren't a lot of other examples to borrow from.  So we picked the
area of the file that usually had a full license text and replaced it
with an appropriate SPDX-License-Identifier: entry.  Since then, the
Linux Kernel has adopted SPDX tags and they place it as the very first
line in a file (except where shebangs are used, then it's second line)
and with slightly different comment styles than us.

In part due to community overlap, in part due to better tag visibility
and in part for other minor reasons, switch over to that style.

This commit changes all instances where we have a single declared
license in the tag as both the before and after are identical in tag
contents.  There's also a few places where I found we did not have a tag
and have introduced one.

Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>MAINTAINERS: board: qcom: db410c, db820c: update email.</title>
<updated>2018-02-05T03:55:34Z</updated>
<author>
<name>Jorge Ramirez-Ortiz</name>
<email>jramirez@baylibre.com</email>
</author>
<published>2018-02-04T09:35:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=7e13f1d08fa85af97d11d9d13d506efdabd3db4d'/>
<id>urn:sha1:7e13f1d08fa85af97d11d9d13d506efdabd3db4d</id>
<content type='text'>
Update email address.

Signed-off-by: Jorge Ramirez-Ortiz &lt;jramirez@baylibre.com&gt;
</content>
</entry>
<entry>
<title>db410c: use the device tree parsed by the lk loader.</title>
<updated>2018-01-15T21:29:03Z</updated>
<author>
<name>Jorge Ramirez-Ortiz</name>
<email>jorge.ramirez-ortiz@linaro.org</email>
</author>
<published>2018-01-10T10:34:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=9337dfb4342a7bf2164405cdcb9c92b857ea0974'/>
<id>urn:sha1:9337dfb4342a7bf2164405cdcb9c92b857ea0974</id>
<content type='text'>
We dont need to keep copies of the properties that we are going to
fixup since we will be using the dtb provided by the firmware.

Signed-off-by: Jorge Ramirez-Ortiz &lt;jorge.ramirez-ortiz@linaro.org&gt;
</content>
</entry>
<entry>
<title>db410c: replace reset driver with psci</title>
<updated>2018-01-15T21:29:03Z</updated>
<author>
<name>Jorge Ramirez-Ortiz</name>
<email>jorge.ramirez-ortiz@linaro.org</email>
</author>
<published>2018-01-10T10:34:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=0689eb74700178d6e95b4c780a36473db8901453'/>
<id>urn:sha1:0689eb74700178d6e95b4c780a36473db8901453</id>
<content type='text'>
this should be the norm for armv8 platforms.

Signed-off-by: Jorge Ramirez-Ortiz &lt;jorge.ramirez-ortiz@linaro.org&gt;
</content>
</entry>
<entry>
<title>db410c: update wlan and bt mac addresses from firmware</title>
<updated>2018-01-15T21:29:03Z</updated>
<author>
<name>Jorge Ramirez-Ortiz</name>
<email>jorge.ramirez-ortiz@linaro.org</email>
</author>
<published>2018-01-10T10:34:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=e2beb872f7aea055114073218650a1c6234a1cff'/>
<id>urn:sha1:e2beb872f7aea055114073218650a1c6234a1cff</id>
<content type='text'>
The firmware that runs before u-boot modifies u-boot's device tree
adding the local-mac-address and local-bd-address properties for the
compatibles "qcom,wcnss-bt" and "qcom,wcnss-wlan".

This commit reads that firmware, retrieves the properties and fixups
the device tree that is passed to the kernel before booting.

Signed-off-by: Jorge Ramirez-Ortiz &lt;jorge.ramirez-ortiz@linaro.org&gt;
</content>
</entry>
<entry>
<title>db820c: stop autoboot when vol- pressed</title>
<updated>2018-01-15T21:29:02Z</updated>
<author>
<name>Jorge Ramirez-Ortiz</name>
<email>jorge.ramirez-ortiz@linaro.org</email>
</author>
<published>2018-01-10T10:33:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=100fb0bd9989d1722c75d83baaf08d5285e7a62c'/>
<id>urn:sha1:100fb0bd9989d1722c75d83baaf08d5285e7a62c</id>
<content type='text'>
Signed-off-by: Jorge Ramirez-Ortiz &lt;jorge.ramirez-ortiz@linaro.org&gt;
</content>
</entry>
<entry>
<title>db820c: add qualcomm dragonboard 820C support</title>
<updated>2018-01-15T21:29:02Z</updated>
<author>
<name>Jorge Ramirez-Ortiz</name>
<email>jorge.ramirez-ortiz@linaro.org</email>
</author>
<published>2018-01-10T10:33:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=4b684a6b82572654b7398d871aa138398c2b18c7'/>
<id>urn:sha1:4b684a6b82572654b7398d871aa138398c2b18c7</id>
<content type='text'>
This commit adds support for 96Boards Dragonboard820C.

The board is based on APQ8086 Qualcomm Soc, complying with the
96Boards specification.

Features
 - 4x Kyro CPU (64 bit) up to 2.15GHz
 - USB2.0
 - USB3.0
 - ISP
 - Qualcomm Hexagon DSP
 - SD 3.0 (UHS-I)
 - UFS 2.0
 - Qualcomm Adreno 530 GPU
 - GPS
 - BT 4.2
 - Wi-Fi 2.4GHz, 5GHz (802.11ac)
 - PCIe 2.0
 - MIPI-CSI, MIPI-DSI
 - I2S

U-Boot boots chained from LK (LK implements the fastboot protocol) in
64-bit mode.

For detailed build instructions see readme.txt in the board directory.

Signed-off-by: Jorge Ramirez-Ortiz &lt;jorge.ramirez-ortiz@linaro.org&gt;
</content>
</entry>
<entry>
<title>MAINTAINERS: board: qcom: db410c: Maintainer changed</title>
<updated>2017-09-11T17:34:31Z</updated>
<author>
<name>Jorge Ramirez-Ortiz</name>
<email>jorge.ramirez-ortiz@linaro.org</email>
</author>
<published>2017-09-11T14:07:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=bbfbdb5722ea3bc6f600d315ed3e539bb74615d5'/>
<id>urn:sha1:bbfbdb5722ea3bc6f600d315ed3e539bb74615d5</id>
<content type='text'>
Replacing original author Mateusz Kulikowski
&lt;mateusz.kulikowski@gmail.com&gt; as db410c maintainer

Signed-off-by: Jorge Ramirez-Ortiz &lt;jorge.ramirez-ortiz@linaro.org&gt;
</content>
</entry>
<entry>
<title>env: Rename setenv() to env_set()</title>
<updated>2017-08-16T12:22:18Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2017-08-03T18:22:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=382bee57f19b4454e2015bc19a010bc2d0ab9337'/>
<id>urn:sha1:382bee57f19b4454e2015bc19a010bc2d0ab9337</id>
<content type='text'>
We are now using an env_ prefix for environment functions. Rename setenv()
for consistency. Also add function comments in common.h.

Suggested-by: Wolfgang Denk &lt;wd@denx.de&gt;
Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
</feed>
