<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm63xx/u-boot/arch/mips/mach-ath79/include, branch master</title>
<subtitle>Broadcom-s U-Boot</subtitle>
<id>https://git.openwrt.org/project/bcm63xx/u-boot/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/project/bcm63xx/u-boot/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/'/>
<updated>2019-04-12T15:32:50Z</updated>
<entry>
<title>mips: add initial support for qca956x referenced board</title>
<updated>2019-04-12T15:32:50Z</updated>
<author>
<name>Rosy Song</name>
</author>
<published>2019-03-16T01:24:44Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=61290fb52c38655d2d92f80bdfd7a62bd54aaebf'/>
<id>urn:sha1:61290fb52c38655d2d92f80bdfd7a62bd54aaebf</id>
<content type='text'>
QCA9563 is CPU used on AP152 board :

    Clock speed : 750 MHz ,
    Arch :  Mips 74Kc,
    Eth : SGMII interface,
    MIMO config : 3 * 3 450M,
    2 * USB 2.0,

Signed-off-by: Rosy Song &lt;rosysong@rosinson.com&gt;

Changes for v2:
   - coding style cleanup
   - remove ununsed flash chip in defconfig
   - enable automatic icache / dcache size in defconfig

Changes for v3:
   - add detailed information for qca956x in commit message

Changes for v4:
   - remove pre-configured network settings in ap152.h

Changes for v5:
   - coding style cleanup
</content>
</entry>
<entry>
<title>mips: fix erros on registers macros of pll-ddr-config1-nfrac for QCA956X</title>
<updated>2019-04-12T15:32:50Z</updated>
<author>
<name>Rosy Song</name>
</author>
<published>2019-03-16T01:24:37Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=fda1bb057441a8ec1b0f52e24933694ddd78cef4'/>
<id>urn:sha1:fda1bb057441a8ec1b0f52e24933694ddd78cef4</id>
<content type='text'>
See details in chapter 8.6.2 and 8.6.4 (page 140-141) of qca9563 datasheet,

   NFRAC[17:0]

So the mask of [17:5] is 0x1fff not 0x3fff.

Signed-off-by: Rosy Song &lt;rosysong@rosinson.com&gt;

Changes for v2-v3:
   - add more information for this commit

Changes for v4-v5:
   - coding style cleanup
</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>
</author>
<published>2018-05-06T21:58:06Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/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>mips: ath79: Use AR933X_PLL_SWITCH_CLOCK_CONTROL_REG macro define</title>
<updated>2016-05-31T08:17:54Z</updated>
<author>
<name>Wills Wang</name>
</author>
<published>2016-05-30T14:54:54Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=ca09e66b04cd2b80f95d5acc1cc7f61487034faf'/>
<id>urn:sha1:ca09e66b04cd2b80f95d5acc1cc7f61487034faf</id>
<content type='text'>
Add AR933X_PLL_SWITCH_CLOCK_CONTROL_REG define for ar933x chip.

Signed-off-by: Wills Wang &lt;wills.wang@live.com&gt;
</content>
</entry>
<entry>
<title>mips: ath79: Rename get_bootstrap into ath79_get_bootstrap</title>
<updated>2016-05-31T08:17:54Z</updated>
<author>
<name>Wills Wang</name>
</author>
<published>2016-05-30T14:54:50Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=375239174c6bc6a9966db333fa79f578154828f5'/>
<id>urn:sha1:375239174c6bc6a9966db333fa79f578154828f5</id>
<content type='text'>
Add a platform prefix for function name in order to make more readable,
and move it into ath79.h

Signed-off-by: Wills Wang &lt;wills.wang@live.com&gt;
Acked-by: Marek Vasut &lt;marex@denx.de&gt;
</content>
</entry>
<entry>
<title>mips: ath79: ar933x: Fix ethernet PHY mismatch</title>
<updated>2016-05-25T23:34:14Z</updated>
<author>
<name>Wills Wang</name>
</author>
<published>2016-05-22T03:59:50Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=42a3f3e6ebbac4d93892d2b870502743d7308988'/>
<id>urn:sha1:42a3f3e6ebbac4d93892d2b870502743d7308988</id>
<content type='text'>
We need reset the Ethernet Switch analog part before operation,
or the build-in Ethernet PHY don't work.

Signed-off-by: Wills Wang &lt;wills.wang@live.com&gt;
Acked-by: Marek Vasut &lt;marex@denx.de&gt;
</content>
</entry>
<entry>
<title>mips: ath79: Add AR934x support</title>
<updated>2016-05-20T23:36:39Z</updated>
<author>
<name>Marek Vasut</name>
</author>
<published>2016-05-06T18:10:40Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=e08539b791336c45ca05ebdf55137a26baaba95e'/>
<id>urn:sha1:e08539b791336c45ca05ebdf55137a26baaba95e</id>
<content type='text'>
Add support for the Atheros AR934x WiSoCs. This patchs adds complete
system init, including PLL and DRAM init, both of which happen from
full C environment, since the AR934x has proper SRAM.

Signed-off-by: Marek Vasut &lt;marex@denx.de&gt;
Cc: Daniel Schwierzeck &lt;daniel.schwierzeck@gmail.com&gt;
Cc: Wills Wang &lt;wills.wang@live.com&gt;
</content>
</entry>
<entry>
<title>mips: ath79: Add support for ungating ethernet on ar933x and ar934x</title>
<updated>2016-05-20T23:36:38Z</updated>
<author>
<name>Marek Vasut</name>
</author>
<published>2016-05-06T18:10:39Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=4771bbee5d7f7857de47794e9636783d55c438f6'/>
<id>urn:sha1:4771bbee5d7f7857de47794e9636783d55c438f6</id>
<content type='text'>
Add code to ungate the ethernet controller on ar933x and ar934x .

Signed-off-by: Marek Vasut &lt;marex@denx.de&gt;
Cc: Daniel Schwierzeck &lt;daniel.schwierzeck@gmail.com&gt;
Cc: Wills Wang &lt;wills.wang@live.com&gt;
</content>
</entry>
<entry>
<title>mips: ath79: Add support for ungating USB on ar933x and ar934x</title>
<updated>2016-05-20T23:36:38Z</updated>
<author>
<name>Marek Vasut</name>
</author>
<published>2016-05-06T18:10:37Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=6b699742d4795804d553deaf5163a0923bd27274'/>
<id>urn:sha1:6b699742d4795804d553deaf5163a0923bd27274</id>
<content type='text'>
Add code to ungate the USB controller on ar933x and ar934x .

Signed-off-by: Marek Vasut &lt;marex@denx.de&gt;
Cc: Daniel Schwierzeck &lt;daniel.schwierzeck@gmail.com&gt;
Cc: Wills Wang &lt;wills.wang@live.com&gt;
</content>
</entry>
<entry>
<title>mips: ath79: Fix ar71xx_regs.h indent</title>
<updated>2016-05-20T23:36:38Z</updated>
<author>
<name>Marek Vasut</name>
</author>
<published>2016-05-06T18:10:34Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=0a6767efabedbddc2351d14695aa3a7d63657e2c'/>
<id>urn:sha1:0a6767efabedbddc2351d14695aa3a7d63657e2c</id>
<content type='text'>
The indent in this file triggers my OCD, so fix it. Replace multiple
spaces with tabs and align the values in one column.

Signed-off-by: Marek Vasut &lt;marex@denx.de&gt;
Cc: Daniel Schwierzeck &lt;daniel.schwierzeck@gmail.com&gt;
Cc: Wills Wang &lt;wills.wang@live.com&gt;
</content>
</entry>
</feed>
