<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm63xx/u-boot/board/phytec, 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-06-11T08:42:48Z</updated>
<entry>
<title>imx: Extend PCL063 support for phyCORE-i.MX6ULL SOM</title>
<updated>2019-06-11T08:42:48Z</updated>
<author>
<name>Parthiban Nallathambi</name>
</author>
<published>2019-04-10T14:35:32Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=d2d1191843e4265a1228a2f2b319f9cd31854de2'/>
<id>urn:sha1:d2d1191843e4265a1228a2f2b319f9cd31854de2</id>
<content type='text'>
Extend PHYTEC phyBOARD-i.MX6UL for phyCORE-i.MX6UL SoM (PCL063)
with eMMC on SoM.

CPU:   Freescale i.MX6ULL rev1.0 792 MHz (running at 396 MHz)
CPU:   Industrial temperature grade (-40C to 105C) at 38C
Reset cause: POR
Model: Phytec phyBOARD-i.MX6ULL-Segin SBC
Board: PHYTEC phyCORE-i.MX6ULL
DRAM:  256 MiB
MMC:   FSL_SDHC: 0, FSL_SDHC: 1
In:    serial@02020000
Out:   serial@02020000
Err:   serial@02020000
Net:   FEC0

Working:
 - Eth0
 - i2C
 - MMC/SD
 - eMMC
 - UART (1 &amp; 5)
 - USB (host &amp; otg)

Signed-off-by: Parthiban Nallathambi &lt;parthitce@gmail.com&gt;
</content>
</entry>
<entry>
<title>ARM: dts: i.MX6ULL: U-Boot specific dts for u-boot, dm-spl</title>
<updated>2019-06-11T08:42:48Z</updated>
<author>
<name>Parthiban Nallathambi</name>
</author>
<published>2019-04-07T18:32:42Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=a443c8212c204372ac1c374010055f6690ede7b9'/>
<id>urn:sha1:a443c8212c204372ac1c374010055f6690ede7b9</id>
<content type='text'>
u-boot,dm-spl property is specific to U-Boot, so created one
for i.MX6ULL platforms.

Signed-off-by: Parthiban Nallathambi &lt;parthitce@gmail.com&gt;
</content>
</entry>
<entry>
<title>pcm052: bk4: Add board_phy_config() for BK4 to setup ksz8081 phy</title>
<updated>2019-04-13T18:30:08Z</updated>
<author>
<name>Lukasz Majewski</name>
</author>
<published>2019-02-13T21:46:59Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=bdc9fefcbf9c2b8c9b2db84de696ec894bc66341'/>
<id>urn:sha1:bdc9fefcbf9c2b8c9b2db84de696ec894bc66341</id>
<content type='text'>
BK4 requires setup of 50MHz reference clock for its KSZ8081 PHY devices.

Signed-off-by: Lukasz Majewski &lt;lukma@denx.de&gt;
Acked-by: Joe Hershberger &lt;joe.hershberger@ni.com&gt;
</content>
</entry>
<entry>
<title>pcm052: mac: Provide board specific imx_get_mac_from_fuse() function</title>
<updated>2019-04-13T18:30:08Z</updated>
<author>
<name>Lukasz Majewski</name>
</author>
<published>2019-02-13T21:46:58Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=15a445690358462226df8038fe34e295d23b5319'/>
<id>urn:sha1:15a445690358462226df8038fe34e295d23b5319</id>
<content type='text'>
This commit introduces the board specific function to read fused mac
address.

Signed-off-by: Lukasz Majewski &lt;lukma@denx.de&gt;
</content>
</entry>
<entry>
<title>pcm052: board: Add code to setup LED default states</title>
<updated>2019-04-13T18:30:08Z</updated>
<author>
<name>Lukasz Majewski</name>
</author>
<published>2019-02-13T21:46:57Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=379255f1ee12c2ddbeaba745a36e1803a5b01fcd'/>
<id>urn:sha1:379255f1ee12c2ddbeaba745a36e1803a5b01fcd</id>
<content type='text'>
As one has moved to DM based LEDs, this code is required to setup the
default state.

Signed-off-by: Lukasz Majewski &lt;lukma@denx.de&gt;
</content>
</entry>
<entry>
<title>pcm052: bk4: sdcard: Add support for SD card booting/recovery</title>
<updated>2019-04-13T18:30:08Z</updated>
<author>
<name>Lukasz Majewski</name>
</author>
<published>2019-02-13T21:46:56Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=e5b345f30cc717706cd45cb18291cb607c3b1d4d'/>
<id>urn:sha1:e5b345f30cc717706cd45cb18291cb607c3b1d4d</id>
<content type='text'>
This code allows reusing the default u-boot as in the late board init, the
default envs are restored and proper recovery scripts executed.

Signed-off-by: Lukasz Majewski &lt;lukma@denx.de&gt;
</content>
</entry>
<entry>
<title>pcm052: board: Remove in-board setup code (it is now replaced by DM setup)</title>
<updated>2019-04-13T18:30:08Z</updated>
<author>
<name>Lukasz Majewski</name>
</author>
<published>2019-02-13T21:46:53Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=27e15e533cc498aee90360c5f34c3832f466b8a2'/>
<id>urn:sha1:27e15e533cc498aee90360c5f34c3832f466b8a2</id>
<content type='text'>
This commit cleans up the pcm052.c file to remove dead code after moving to
DTS and DM.

Signed-off-by: Lukasz Majewski &lt;lukma@denx.de&gt;
</content>
</entry>
<entry>
<title>pcm052: board: cosmetic: Add copyright notice to pcm052.c</title>
<updated>2019-04-13T18:30:08Z</updated>
<author>
<name>Lukasz Majewski</name>
</author>
<published>2019-02-13T21:46:47Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=fbe114aa4b2f906f48c30fe3590fc5c1a1886eff'/>
<id>urn:sha1:fbe114aa4b2f906f48c30fe3590fc5c1a1886eff</id>
<content type='text'>
Signed-off-by: Lukasz Majewski &lt;lukma@denx.de&gt;
</content>
</entry>
<entry>
<title>pcm052: board: vybrid: Update the board name for BK4 device</title>
<updated>2019-04-13T18:30:08Z</updated>
<author>
<name>Lukasz Majewski</name>
</author>
<published>2019-02-13T21:46:45Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=5f1588acc2a2888c7932a7ef2080497cd8174059'/>
<id>urn:sha1:5f1588acc2a2888c7932a7ef2080497cd8174059</id>
<content type='text'>
This commit provides distinction between PCM052 and BK4.

Signed-off-by: Lukasz Majewski &lt;lukma@denx.de&gt;
</content>
</entry>
<entry>
<title>pcm052: board: Remove "m4go" command as it is superseded by "bootaux"</title>
<updated>2019-04-13T18:30:08Z</updated>
<author>
<name>Lukasz Majewski</name>
</author>
<published>2019-02-13T21:46:44Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=fea63a5d7df09968635562959f1fcb403a37d1c5'/>
<id>urn:sha1:fea63a5d7df09968635562959f1fcb403a37d1c5</id>
<content type='text'>
The "m4go" provides exactly the same functionality as the IMX generic
"bootaux" command. Remove it to not duplicate the code.

Signed-off-by: Lukasz Majewski &lt;lukma@denx.de&gt;
</content>
</entry>
</feed>
