<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/arch, branch v2019.10-rc2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/arch?h=v2019.10-rc2</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/arch?h=v2019.10-rc2'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2019-08-13T03:03:44Z</updated>
<entry>
<title>Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell</title>
<updated>2019-08-13T03:03:44Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2019-08-13T03:03:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=88c7a0a8c2ce6b503ff5d5509effb2a9f844993e'/>
<id>urn:sha1:88c7a0a8c2ce6b503ff5d5509effb2a9f844993e</id>
<content type='text'>
- Various improvements to Keymile boards - mostly DT conversation
  (Pascal &amp; Holger)
- Removal of now unsupported Keymile boards (Pascal &amp; Holger)
- Small MVEBU PCI fix (Marek)
- Turris Omnia defconfig update (Marek)
- Misc Allied Telesis defconfig updates (Chris)
</content>
</entry>
<entry>
<title>Merge tag 'u-boot-amlogic-20190812' of https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic</title>
<updated>2019-08-13T03:03:35Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2019-08-12T22:48:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=60f38d82c45fef55ac04ee52b234e6dd07e31935'/>
<id>urn:sha1:60f38d82c45fef55ac04ee52b234e6dd07e31935</id>
<content type='text'>
- amlogic: add support for the SEI Robotic SEI510
</content>
</entry>
<entry>
<title>Merge branch '2019-08-11-ti-imports'</title>
<updated>2019-08-12T22:47:53Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2019-08-12T22:47:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=9c6115822e894ead72fa4c094bf718eaabb9e103'/>
<id>urn:sha1:9c6115822e894ead72fa4c094bf718eaabb9e103</id>
<content type='text'>
- More DaVinci updates and fixes
- PCIe support on am65x
- Watchdog converted to DM
- Assorted other bugfixes
</content>
</entry>
<entry>
<title>arm: K3: sysfw-loader: Do not require full printf() for version info</title>
<updated>2019-08-12T17:33:43Z</updated>
<author>
<name>Andreas Dannenberg</name>
<email>dannenberg@ti.com</email>
</author>
<published>2019-08-05T18:46:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=0805fe151d8c47cfbcfddf71c0891ed4f3c10b56'/>
<id>urn:sha1:0805fe151d8c47cfbcfddf71c0891ed4f3c10b56</id>
<content type='text'>
A previous commit...

commit 2a51e16bd57a ("configs: Make USE_TINY_PRINTF depend on SPL||TPL and be default")

...causes the System Firmware version string during SPL boot to no longer
getting printed to the console as expected. To fix this issue rework the
handling of that string to only use basic printf() syntax rather than
for example disabling CONFIG_USE_TINY_PRINTF on affected devices, this
way maintaining most of the memory size benefit the initial patch brings
when it comes to SPL.

Signed-off-by: Andreas Dannenberg &lt;dannenberg@ti.com&gt;
Reviewed-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>arm: dts: k3-am65: add support for PCIe and SERDES</title>
<updated>2019-08-12T17:33:40Z</updated>
<author>
<name>Sekhar Nori</name>
<email>nsekhar@ti.com</email>
</author>
<published>2019-08-01T13:43:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=476e991452433b72f280147c93435ccd9423639f'/>
<id>urn:sha1:476e991452433b72f280147c93435ccd9423639f</id>
<content type='text'>
Add needed device-tree nodes to support PCIe 0
and SERDES on AM65x SoC. The nodes are kept
disabled by default.

Signed-off-by: Sekhar Nori &lt;nsekhar@ti.com&gt;
</content>
</entry>
<entry>
<title>board/BuR/brsmarc1: initial commit</title>
<updated>2019-08-12T17:33:37Z</updated>
<author>
<name>Hannes Schmelzer</name>
<email>hannes.schmelzer@br-automation.com</email>
</author>
<published>2019-08-01T05:04:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=60df809f626016d9992a7e894799a675c61d4d4b'/>
<id>urn:sha1:60df809f626016d9992a7e894799a675c61d4d4b</id>
<content type='text'>
This commit adds support for the B&amp;R brsmarc1 SoM.

The SoM is based on TI's AM335x SoC.
Mainly vxWorks 6.9.4.x is running on the board,
doing some PLC stuff on various carrier boards.

Signed-off-by: Hannes Schmelzer &lt;hannes.schmelzer@br-automation.com&gt;
</content>
</entry>
<entry>
<title>watchdog: omap_wdt: Disable DM watchdog support in SPL</title>
<updated>2019-08-12T17:27:55Z</updated>
<author>
<name>Suniel Mahesh</name>
<email>sunil.m@techveda.org</email>
</author>
<published>2019-07-31T16:24:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=6912f2a8ae9d98203cb2470c472d3f2fde78357b'/>
<id>urn:sha1:6912f2a8ae9d98203cb2470c472d3f2fde78357b</id>
<content type='text'>
This patch disables DM watchdog support for SPL builds and uses
the legacy omap watchdog driver on TI AM335x chipsets.

The following build error is reported if DM watchdog support was
enabled in SPL:

  CC      spl/drivers/usb/gadget/rndis.o
  LD      spl/drivers/usb/gadget/built-in.o
  LD      spl/drivers/usb/musb-new/built-in.o
  LD      spl/drivers/built-in.o
  LD      spl/u-boot-spl
arm-linux-ld.bfd: u-boot-spl section .u_boot_list will not fit in region .sram
arm-linux-ld.bfd: region .sram overflowed by 440 bytes
make[1]: *** [spl/u-boot-spl] Error 1
make: *** [spl/u-boot-spl] Error 2

Adjusted WATCHDOG_RESET macro accordingly. Earlier it was pointing
to hw_watchdog_reset. Since CONFIG_WATCHDOG replaces CONFIG_HW_WATCHDOG,
now WATCHDOG_RESET macro points to watchdog_reset. This watchdog_reset
is not defined anywhere for am33xx/omap2 and needs to be defined. Fixed
this by simply calling hw_watchdog_reset in watchdog_reset.

Built and tested on AM335x device (BeagleboneBlack), compile tested for
all other AM33xx/omap2 based boards.

Signed-off-by: Suniel Mahesh &lt;sunil.m@techveda.org&gt;
[trini: Fix watchdog.h logic]
Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>watchdog: omap_wdt: Convert watchdog driver to use DT and DM</title>
<updated>2019-08-12T11:25:22Z</updated>
<author>
<name>Suniel Mahesh</name>
<email>sunil.m@techveda.org</email>
</author>
<published>2019-07-31T16:24:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=7659ea32a6e99c4880ee38df90522876490788ad'/>
<id>urn:sha1:7659ea32a6e99c4880ee38df90522876490788ad</id>
<content type='text'>
This patch adds device tree and driver model watchdog support,
converts the legacy omap watchdog driver to driver model for
TI AM335x chipsets. The following compile warning is removed:

===================== WARNING ======================
This board does not use CONFIG_WDT (DM watchdog support).
Please update the board to use CONFIG_WDT before the
v2019.10 release.
Failure to update by the deadline may result in board removal.
See doc/driver-model/MIGRATION.txt for more info.
====================================================

CONFIG_HW_WATCHDOG is no more a default option for AM33XX devices
after DT/DM conversion, adjusted kconfig accordingly.

DM watchdog support is enabled by default in SPL. The SPL image
doesn't fit into SRAM because of size constraints and build breaks
with an overflow. For this reason DM watchdog support should be
disabled in SPL, driver code should be adjusted accordingly to serve
this purpose.
Built and tested on AM335x device (BeagleboneBlack), compile tested
for all other AM33xx based boards.

Signed-off-by: Suniel Mahesh &lt;sunil.m@techveda.org&gt;
</content>
</entry>
<entry>
<title>ARM: meson: Add support for fastboot_set_reboot_flag()</title>
<updated>2019-08-12T08:05:10Z</updated>
<author>
<name>Neil Armstrong</name>
<email>narmstrong@baylibre.com</email>
</author>
<published>2019-05-22T11:30:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=9a34dedfae0ebb031a45324c2fed8c39b2c6fcf2'/>
<id>urn:sha1:9a34dedfae0ebb031a45324c2fed8c39b2c6fcf2</id>
<content type='text'>
Add support for fastboot_set_reboot_flag() by storing the reboot
flag in the common code to be used by the custom PSCI reboot handler.

Signed-off-by: Neil Armstrong &lt;narmstrong@baylibre.com&gt;
</content>
</entry>
<entry>
<title>arm: meson: add sm command to retrieve the reboot reason</title>
<updated>2019-08-12T08:02:30Z</updated>
<author>
<name>Neil Armstrong</name>
<email>narmstrong@baylibre.com</email>
</author>
<published>2019-08-06T15:28:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b1dd7debeaf5b55f0d6091406ea4e767e4fdaaac'/>
<id>urn:sha1:b1dd7debeaf5b55f0d6091406ea4e767e4fdaaac</id>
<content type='text'>
The Secure Monitor offers multiple services, like returning the
SoC unique serial number, and can provide the "reboot reason" as
set by the previous booted system.

This extends the Amlogic specific "sm" cmd with a "reboot_reason" subcommand
to print or set a specified environment variable with the reboot reason in
human readable format.

Signed-off-by: Neil Armstrong &lt;narmstrong@baylibre.com&gt;
</content>
</entry>
</feed>
