<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm63xx/u-boot/board/davinci, 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-05T16:14:02Z</updated>
<entry>
<title>ARM: da850evm: Fix reading MAC from SPI</title>
<updated>2019-06-05T16:14:02Z</updated>
<author>
<name>Adam Ford</name>
</author>
<published>2019-05-29T14:36:58Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=4fde31e482db4a9ef047869abfaa331288652a15'/>
<id>urn:sha1:4fde31e482db4a9ef047869abfaa331288652a15</id>
<content type='text'>
The MAC address is located at at the last 64K of SPI Flash, and
it's 6 bytes long.  This patch corrects both the length and
starting byte of the MAC address.

Signed-off-by: Adam Ford &lt;aford173@gmail.com&gt;
</content>
</entry>
<entry>
<title>ARM: davinci: omal138_lcdk: fix MMC boot breakage due to driver model conversion</title>
<updated>2019-06-05T16:13:46Z</updated>
<author>
<name>Sekhar Nori</name>
</author>
<published>2019-05-30T13:34:54Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=4fddaf2b7d4ab23ec829bb208c892789447779e0'/>
<id>urn:sha1:4fddaf2b7d4ab23ec829bb208c892789447779e0</id>
<content type='text'>
commit 21af33ed0319 ("ARM: davinci: omapl138_lcdk: Enable DM_MMC")
wanted to enable DM_MMC only for U-Boot and not for SPL.

But CONFIG_DM_MMC is defined for SPL build too. Because of this
MMC device was not getting registered for SPL causing MMC/SD
boot breakage.

Instead use CONFIG_IS_ENABLED(DM_MMC) which will remain false until
CONFIG_SPL_DM_MMC is defined.

Tested-by: Adam Ford &lt;aford173@gmail.com&gt; #da850evm
Signed-off-by: Sekhar Nori &lt;nsekhar@ti.com&gt;
Tested-by: Peter Howard &lt;phoward@gme.net.au&gt; #omapl138_lcdk
</content>
</entry>
<entry>
<title>ea20: remove board</title>
<updated>2019-05-28T17:58:06Z</updated>
<author>
<name>Bartosz Golaszewski</name>
</author>
<published>2019-05-17T09:17:14Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=7a2b51e36fdbec48f818107f495d8c91f6f5db25'/>
<id>urn:sha1:7a2b51e36fdbec48f818107f495d8c91f6f5db25</id>
<content type='text'>
This board still doesn't select CONFIG_DM and seems to be umaintained.
As it makes progress on modernizing several DaVinci drivers more
difficult and the maintainer has not expressed interest in updating
it, this patch proposes to remove it.

Signed-off-by: Bartosz Golaszewski &lt;bgolaszewski@baylibre.com&gt;
Acked-by: Stefano Babic &lt;sbabic@denx.de&gt;
</content>
</entry>
<entry>
<title>ARM: da850evm: Remove legacy MMC code</title>
<updated>2019-04-23T21:57:23Z</updated>
<author>
<name>Adam Ford</name>
</author>
<published>2019-03-15T19:29:20Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=248b873541d0d62f45b3a08bffeb0523c2746f4c'/>
<id>urn:sha1:248b873541d0d62f45b3a08bffeb0523c2746f4c</id>
<content type='text'>
With the migration to DM in SPL and the DT support, the
old legacy code is no longer neaded, so this patch removes it

Signed-off-by: Adam Ford &lt;aford173@gmail.com&gt;
</content>
</entry>
<entry>
<title>ARM: davinci: da850evm: Enable SPL_OF_CONTROL without PLATDATA</title>
<updated>2019-04-12T12:05:49Z</updated>
<author>
<name>Adam Ford</name>
</author>
<published>2019-02-26T03:53:47Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=f7c1d53605d9ec528abacda9ba1763c67221fc88'/>
<id>urn:sha1:f7c1d53605d9ec528abacda9ba1763c67221fc88</id>
<content type='text'>
With the memory mapping giving us some more avialable RAM, this
updates the da850-evm-u-boot.dtsi to include the serial port, SPI
and Flash nodes along with some dependent nodes in the SPL dtb.
This also removes the platform data initialization code for the
serial port and SPI Flash.

Signed-off-by: Adam Ford &lt;aford173@gmail.com&gt;
</content>
</entry>
<entry>
<title>davinci: da850evm/omapl138-lcdk: Move BSS to SDRAM because SRAM is full</title>
<updated>2019-04-12T12:05:49Z</updated>
<author>
<name>Adam Ford</name>
</author>
<published>2019-02-26T03:53:46Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=15b8c7505819fa48dd99fb51e91b9536f341fde1'/>
<id>urn:sha1:15b8c7505819fa48dd99fb51e91b9536f341fde1</id>
<content type='text'>
In order to fully support SPL_OF_CONTROL, we need BSS to be a bit
larger. This patch relocates BSS to SDRAM instead of SRAM which
is similar to how ARMv7 boards (like OMAP2+) do it.

This means two new variables are required:
CONFIG_SPL_BSS_START_ADDR  set to DAVINCI_DDR_EMIF_DATA_BASE
CONFIG_SPL_BSS_MAX_SIZE is set to 0x1080000 which is 1 byte
before the location where U-Boot will load.

Signed-off-by: Adam Ford &lt;aford173@gmail.com&gt;
</content>
</entry>
<entry>
<title>ARM: da8xxevm: Add NAND instructions for da850-evm to README</title>
<updated>2019-02-19T13:55:43Z</updated>
<author>
<name>Adam Ford</name>
</author>
<published>2019-02-15T02:13:53Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=57ade0792c2806cb60b6d730860d0df1697b5413'/>
<id>urn:sha1:57ade0792c2806cb60b6d730860d0df1697b5413</id>
<content type='text'>
The README.da850 file continues information on how to burn NAND
for the LCDK, but not the DA850-EVM.  This patch adds both the
commands and dip switch instructions for burning and booting
NAND.

Signed-off-by: Adam Ford &lt;aford173@gmail.com&gt;
</content>
</entry>
<entry>
<title>linker: Modify linker scripts to be more generic</title>
<updated>2019-01-27T03:55:53Z</updated>
<author>
<name>Tom Rini</name>
</author>
<published>2019-01-22T22:09:26Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=2f41ade79e5969ebea03a7dcadbeae8e03787d7e'/>
<id>urn:sha1:2f41ade79e5969ebea03a7dcadbeae8e03787d7e</id>
<content type='text'>
Make use of "IMAGE_MAX_SIZE" and "IMAGE_TEXT_BASE" rather than
CONFIG_SPL_MAX_SIZE and CONFIG_SPL_TEXT_BASE.  This lets us re-use the
same script for both SPL and TPL.  Add logic to scripts/Makefile.spl to
pass in the right value when preprocessing the script.

Cc: Stefano Babic &lt;sbabic@denx.de&gt;
Cc: Fabio Estevam &lt;fabio.estevam@nxp.com&gt;
Cc: Jagan Teki &lt;jagan@openedev.com&gt;
Cc: Maxime Ripard &lt;maxime.ripard@bootlin.com&gt;
Cc: Andreas Bießmann &lt;andreas@biessmann.org&gt;
Cc: Philipp Tomsich &lt;philipp.tomsich@theobroma-systems.com&gt;
Cc: Michal Simek &lt;monstr@monstr.eu&gt;
Cc: Daniel Schwierzeck &lt;daniel.schwierzeck@gmail.com&gt;
Cc: York Sun &lt;york.sun@nxp.com&gt;
Cc: Bin Meng &lt;bmeng.cn@gmail.com&gt;
Cc: Heiko Schocher &lt;hs@denx.de&gt;
Cc: Adam Ford &lt;aford173@gmail.com&gt;
Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
Reviewed-by: Daniel Schwierzeck &lt;daniel.schwierzeck@gmail.com&gt;
Tested-by: Daniel Schwierzeck &lt;daniel.schwierzeck@gmail.com&gt;
Tested-by: Adam Ford &lt;aford173@gmail.com&gt; #da850evm &amp; omap3_logic_somlv
Reviewed-by: Simon Goldschmidt &lt;simon.k.r.goldschmidt@gmail.com&gt;
</content>
</entry>
<entry>
<title>ARM: davinci: Orphan Spectrum Digital AM18xx EVM</title>
<updated>2018-12-11T13:57:42Z</updated>
<author>
<name>Adam Ford</name>
</author>
<published>2018-12-11T13:41:03Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=286a5c44e6bda72e80f7f845f7c5b7fdd5cdf884'/>
<id>urn:sha1:286a5c44e6bda72e80f7f845f7c5b7fdd5cdf884</id>
<content type='text'>
I had requested the da850 boards because their previous maintainer
had an invalid e-mail address.  I work at Logic PD who makes
the da850-evm kits, so I have access to various boards of theirs.

The Spectrum Digital AM18xx board is based on the Logic PD
da850 EVM, but it's not the same company.  Since I don't have the
hardware to test/verify changes, I would prefer to not be
responsible for this board.

Signed-off-by: Adam Ford &lt;aford173@gmail.com&gt;
</content>
</entry>
<entry>
<title>board: da8xxevm: Add SPL DM for serial, spi</title>
<updated>2018-10-10T06:23:55Z</updated>
<author>
<name>Jagan Teki</name>
</author>
<published>2018-09-03T17:30:24Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=cb19c29398cb84e72236ab6bae3763028fce5d44'/>
<id>urn:sha1:cb19c29398cb84e72236ab6bae3763028fce5d44</id>
<content type='text'>
This patch add SPL DM support for da8xxevm boards
with SPL serial, SPI drivers supported via platdata.

Cc: Adam Ford &lt;aford173@gmail.com&gt;
Signed-off-by: Jagan Teki &lt;jagan@amarulasolutions.com&gt;
Tested-by: Adam Ford &lt;aford173@gmail.com&gt; #da850evm
</content>
</entry>
</feed>
