<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/include/configs, 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/include/configs?h=v2019.10-rc2</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/include/configs?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: da850-evm: Increase environment NOR partition offset</title>
<updated>2019-08-12T17:33:42Z</updated>
<author>
<name>Adam Ford</name>
<email>aford173@gmail.com</email>
</author>
<published>2019-08-02T12:03:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=d2c30190ee69869164c3bfafaed5143b0c316983'/>
<id>urn:sha1:d2c30190ee69869164c3bfafaed5143b0c316983</id>
<content type='text'>
The current size allocated to U-Boot is 384k, but U-Boot has grown
to 436K which means that saving the environmental variables wipes
out part of the U-Boot source and the board ceases to function.
Due to the sector and erase size for the NOR part and a desire to
not have to change partition sizes often, this patch moves the
U-Boot environmental variables to an offset of 1M so saveenv
does not brick the board.  This patch also sets up MTDIDS and
MTDPARTS to clearly show where U-Boot and U-Boot's environmental
variables are located.

Signed-off-by: Adam Ford &lt;aford173@gmail.com&gt;
</content>
</entry>
<entry>
<title>ARM: da850-evm: Fix Lowlevel init</title>
<updated>2019-08-12T17:33:41Z</updated>
<author>
<name>Adam Ford</name>
<email>aford173@gmail.com</email>
</author>
<published>2019-08-01T13:47:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=66e2637b19ed49ee4038dd9d440ce6357587b38c'/>
<id>urn:sha1:66e2637b19ed49ee4038dd9d440ce6357587b38c</id>
<content type='text'>
A previous patch for enabling the NAND config set a flag called
CONFIG_SKIP_LOWLEVEL_INIT when it should have been called
CONFIG_SKIP_LOWLEVEL_INIT_ONLY.  The affect this had was creating
a delay on startup for the NOR version which is XIP and doesn't have
SPL, so the lowlevel initialization functions need to operate.
This delay was not really noticeable at first, but the delays have been
getting longer, finally reached the point of nearly seven seconds
before the board would appear to start.

This patch sets the CONFIG_SKIP_LOWLEVEL_INIT_ONLY instead which means
"The normal CP15 init (such as enabling the instruction cache) is still
performed" per the README.  It doesn't appear to have any adverse
behavior on the SPI Flash or the NAND flash boards which use SPL.

Fixes: 93f3362762f0 ("ARM: configs: Add da850evm_nand to boot from NAND")

Signed-off-by: Adam Ford &lt;aford173@gmail.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>boards: meson: add g12a sei510</title>
<updated>2019-08-12T08:04:03Z</updated>
<author>
<name>Jerome Brunet</name>
<email>jbrunet@baylibre.com</email>
</author>
<published>2019-02-15T12:53:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=09983675156dfa310d07362934e97d7a6b4588f3'/>
<id>urn:sha1:09983675156dfa310d07362934e97d7a6b4588f3</id>
<content type='text'>
The SEI510 board is based on the Amlogic S905X2 SoC
from the Amlogic G12A SoC family.

The board has the following specifications :
- Amlogic S905X2 ARM Cortex-A53 quad-core SoC
- XGB DDR4 SDRAM
- 10/100 Ethernet (Internal PHY)
- 1 x USB 3.0 Host
- eMMC
- SDcard
- Infrared receiver
- SDIO WiFi Module

The board default behaviour is for booting Android and triggers
fastboot on recovery or reboot mode.

USB vendor ID (used by fastboot) is 0x18d1 (Google) for
default udev rules for existing android users work out of the box.

Signed-off-by: Kevin Hilman &lt;khilman@baylibre.com&gt;
Signed-off-by: Jerome Brunet &lt;jbrunet@baylibre.com&gt;
Signed-off-by: Guillaume La Roque &lt;glaroque@baylibre.com&gt;
Signed-off-by: Neil Armstrong &lt;narmstrong@baylibre.com&gt;
</content>
</entry>
<entry>
<title>configs: meson64: permit redefining ENV_SIZE</title>
<updated>2019-08-12T08:02:30Z</updated>
<author>
<name>Neil Armstrong</name>
<email>narmstrong@baylibre.com</email>
</author>
<published>2019-02-19T12:42:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=191a374e65ef9c333263677538753188703dd94e'/>
<id>urn:sha1:191a374e65ef9c333263677538753188703dd94e</id>
<content type='text'>
Permit redefining ENV_SIZE for board specific configs.

Signed-off-by: Neil Armstrong &lt;narmstrong@baylibre.com&gt;
</content>
</entry>
<entry>
<title>powerpc/km: remove unmaintained board KMLION1</title>
<updated>2019-08-12T07:12:38Z</updated>
<author>
<name>Holger Brunck</name>
<email>holger.brunck@ch.abb.com</email>
</author>
<published>2019-07-09T07:30:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=00f9baf8eb7ec1dd55ac9be55bfe1cfe4528f9ad'/>
<id>urn:sha1:00f9baf8eb7ec1dd55ac9be55bfe1cfe4528f9ad</id>
<content type='text'>
This board is unmaintained and can be removed. This also allows us to
remove kmp204x-common.h and integrate it in kmp204x.h.

Signed-off-by: Valentin Longchamp &lt;valentin.longchamp@ch.abb.com&gt;
Signed-off-by: Holger Brunck &lt;holger.brunck@ch.abb.com&gt;
Signed-off-by: Stefan Roese &lt;sr@denx.de&gt;
</content>
</entry>
<entry>
<title>powerpc/km: remove unmaintained target KMVECT1</title>
<updated>2019-08-12T07:12:38Z</updated>
<author>
<name>Holger Brunck</name>
<email>holger.brunck@ch.abb.com</email>
</author>
<published>2019-07-09T07:30:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=7b472733d880ea7957537b566c0251ffdc5cb8d0'/>
<id>urn:sha1:7b472733d880ea7957537b566c0251ffdc5cb8d0</id>
<content type='text'>
Signed-off-by: Valentin Longchamp &lt;valentin.longchamp@ch.abb.com&gt;
Signed-off-by: Holger Brunck &lt;holger.brunck@ch.abb.com&gt;
Signed-off-by: Stefan Roese &lt;sr@denx.de&gt;
</content>
</entry>
</feed>
