<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm63xx/u-boot/board/logicpd, 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>ARM: imx6logic: Stop overwriting fdt_file if manually set</title>
<updated>2019-06-11T08:42:48Z</updated>
<author>
<name>Adam Ford</name>
</author>
<published>2019-03-13T15:49:22Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=a9bcf937c9809d3a5e664f851543269812d8864f'/>
<id>urn:sha1:a9bcf937c9809d3a5e664f851543269812d8864f</id>
<content type='text'>
The board file uses the processor type to determine what dtb file
is set.  Unfortunately, if the user wants to manually set this,
it get gets overwritten upon boot.  This patch adds a check to
see if the value is already set and only changes it if the value
is empty.

Signed-off-by: Adam Ford &lt;aford173@gmail.com&gt;
</content>
</entry>
<entry>
<title>ARM: am3517_evm: Add spl_start_uboot for Falcon Mode</title>
<updated>2019-04-12T12:05:56Z</updated>
<author>
<name>Adam Ford</name>
</author>
<published>2019-03-31T14:18:29Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=86034a959a91fbb09fb02af708764a544161df9b'/>
<id>urn:sha1:86034a959a91fbb09fb02af708764a544161df9b</id>
<content type='text'>
When booting the am3517-evm, the following message appears:
SPL: Please implement spl_start_uboot() for your board
SPL: Direct Linux boot not active!

This patch implements spl_start_uboot to clear this message
and allow device to know if it should boot U-Boot or kernel.

Fixes: 1c6b6f383a41 ("ARM: am3517_evm: Enable Falcon Mode")

Signed-off-by: Adam Ford &lt;aford173@gmail.com&gt;
</content>
</entry>
<entry>
<title>ARM: omap3_logic: Enable SPL booting device tree</title>
<updated>2019-02-19T21:58:23Z</updated>
<author>
<name>Adam Ford</name>
</author>
<published>2019-02-16T19:31:24Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=0cd9465c0bf41b75ebd58b72c3bcf888486521e9'/>
<id>urn:sha1:0cd9465c0bf41b75ebd58b72c3bcf888486521e9</id>
<content type='text'>
With the generic omap3-u-boot.dtsi file available, this patch
increased the memory of the various incarnations of the omap3_logic
board, and points their respective u-boot.dtsi files to the newly
created generic one, and removes the PLATDATA from the board file.

These are all done at once because the're all utilizing the same
omap3logic.c board file.

Signed-off-by: Adam Ford &lt;aford173@gmail.com&gt;
</content>
</entry>
<entry>
<title>ARM: imx6q_logic: Correct phy fixup for broken ethernet</title>
<updated>2019-02-15T11:40:34Z</updated>
<author>
<name>Adam Ford</name>
</author>
<published>2019-01-12T23:32:00Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=8dd0dff2695cd6f6f863af37a53a042724f5b263'/>
<id>urn:sha1:8dd0dff2695cd6f6f863af37a53a042724f5b263</id>
<content type='text'>
The Ethernet has been broken for some time.  This patch unifies
this board with a few others that use a similar approach to
enabling phy.  This fixes ar8031 Ethernet controller so it works.

Signed-off-by: Adam Ford &lt;aford173@gmail.com&gt;
</content>
</entry>
<entry>
<title>ARM: imx6q_logic: Enable Falcon Mode and fatwrite</title>
<updated>2019-01-28T20:11:14Z</updated>
<author>
<name>Adam Ford</name>
</author>
<published>2018-12-28T16:24:15Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=6d69e535116ba9d6d3b8e4dc57cf3543301b59df'/>
<id>urn:sha1:6d69e535116ba9d6d3b8e4dc57cf3543301b59df</id>
<content type='text'>
This patch enables Falcon Mode by default and updates the README
file to show instructions on how to run from the micro SD card
or eMMC.  This patch also enables fatwrite to help assist with
writing the 'args' to the microSD card.

Signed-off-by: Adam Ford &lt;aford173@gmail.com&gt;
</content>
</entry>
<entry>
<title>ARM: DTS: imx6q-logicpd: Update DTS/DTSI files</title>
<updated>2019-01-28T20:09:44Z</updated>
<author>
<name>Adam Ford</name>
</author>
<published>2018-12-28T14:55:41Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=b64b5ad11505b79fc9212fa04124addd34792f65'/>
<id>urn:sha1:b64b5ad11505b79fc9212fa04124addd34792f65</id>
<content type='text'>
The i.MX6 SOM and development kits have undergone significant
updates and changes over the past few months.  This re-sync's
the U-Boot with Logic PD's BSP.

Signed-off-by: Adam Ford &lt;aford173@gmail.com&gt;
</content>
</entry>
<entry>
<title>imx6q_logic: Enable MMC booting from SPL</title>
<updated>2019-01-28T20:09:14Z</updated>
<author>
<name>Adam Ford</name>
</author>
<published>2018-12-28T14:47:40Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=79ae06ff58c9049073ecae15dd55927d32ad5fda'/>
<id>urn:sha1:79ae06ff58c9049073ecae15dd55927d32ad5fda</id>
<content type='text'>
The MMC booting wasn't previously fitting into the codespace.
This patch enables MMC booting from the baseboard by reducing
some DM overhead during SPL.

Signed-off-by: Adam Ford &lt;aford173@gmail.com&gt;
</content>
</entry>
<entry>
<title>ARM: omap3logic: Remove legacy USB code in favor of DM_USB</title>
<updated>2018-12-12T17:14:24Z</updated>
<author>
<name>Adam Ford</name>
</author>
<published>2018-12-07T23:28:03Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=76f6d52e61a1968702af69d6cea463b9d9332a96'/>
<id>urn:sha1:76f6d52e61a1968702af69d6cea463b9d9332a96</id>
<content type='text'>
With the defconfig options enabling DM_USB, the legacy code
can be removed.

Signed-off-by: Adam Ford &lt;aford173@gmail.com&gt;
</content>
</entry>
<entry>
<title>ARM: omap3_logic: Add NOR Flash Support for SOM-LV</title>
<updated>2018-10-22T13:18:49Z</updated>
<author>
<name>Adam Ford</name>
</author>
<published>2018-10-14T20:53:17Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=290097fe2736dd23bfb926658d188db533b59779'/>
<id>urn:sha1:290097fe2736dd23bfb926658d188db533b59779</id>
<content type='text'>
The DM37 and OMAP35 SOM-LV SOM-LV products both support a NOR
flash part connected to CS2 in addition to the NAND part on CS0.
This patch setups the GPMC timings for the MT28 NOR Flash and
enables the CFI-Flash driver now that the CFI stuff is in Kconfig

Signed-off-by: Adam Ford &lt;aford173@gmail.com&gt;
</content>
</entry>
<entry>
<title>ARM: omap3logic: Fix MMC name</title>
<updated>2018-10-22T13:18:49Z</updated>
<author>
<name>Adam Ford</name>
</author>
<published>2018-10-07T22:47:50Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=6482095de6d0a21e150fbce86ba351ce225afe03'/>
<id>urn:sha1:6482095de6d0a21e150fbce86ba351ce225afe03</id>
<content type='text'>
In my haste to migrate SPL to DM, I copied the wrong name.
While it really doesn't matter, I'd prefer the name to match
the board, so am335x_mmc0 is now called omap3_logic_mmc0

Signed-off-by: Adam Ford &lt;aford173@gmail.com&gt;
</content>
</entry>
</feed>
