<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/include/configs, branch v2018.07-rc1</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=v2018.07-rc1</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/include/configs?h=v2018.07-rc1'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2018-06-04T15:25:30Z</updated>
<entry>
<title>Inherit default value for bootdelay from distro_bootcmd on odroid-xu3.</title>
<updated>2018-06-04T15:25:30Z</updated>
<author>
<name>Vagrant Cascadian</name>
<email>vagrant@debian.org</email>
</author>
<published>2018-06-03T18:56:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=38cad04e2d07d5833114831d6f92c759a9253fe7'/>
<id>urn:sha1:38cad04e2d07d5833114831d6f92c759a9253fe7</id>
<content type='text'>
The default value with distro_bootcmd is 2 seconds, which is
reasonably fast, and provides a consistent experience across platforms
supporting distro_bootcmd.

The current bootdelay value of 0 seconds is a bit challenging to
interrupt when desired.

Signed-off-by: Vagrant Cascadian &lt;vagrant@debian.org&gt;
Acked-by: Heinrich Schuchardt &lt;xypron.glpk@gmx.de&gt;
Acked-by: Marek Vasut &lt;marex@denx.de&gt;
</content>
</entry>
<entry>
<title>rpi: Fix fdt_high &amp; initrd_high for 64-bit builds</title>
<updated>2018-06-03T13:31:32Z</updated>
<author>
<name>Tuomas Tynkkynen</name>
<email>tuomas@tuxera.com</email>
</author>
<published>2018-04-20T10:03:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=722742598bb1402caa0c4a6139d7b30ad856a0f2'/>
<id>urn:sha1:722742598bb1402caa0c4a6139d7b30ad856a0f2</id>
<content type='text'>
The magic value that disables relocation is dependent on the CPU word
size, so the current 'ffffffff' is doing the wrong thing on aarch64.

Signed-off-by: Tuomas Tynkkynen &lt;tuomas@tuxera.com&gt;
Signed-off-by: Alexander Graf &lt;agraf@suse.de&gt;
</content>
</entry>
<entry>
<title>Merge branch 'master' of git://git.denx.de/u-boot-sh</title>
<updated>2018-06-02T20:58:27Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2018-06-02T01:10:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=040b2583c3a87c83606b3df64ea653ccaf3aea62'/>
<id>urn:sha1:040b2583c3a87c83606b3df64ea653ccaf3aea62</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge tag 'xilinx-for-v2018.07-2' of git://www.denx.de/git/u-boot-microblaze</title>
<updated>2018-06-01T17:50:15Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2018-06-01T17:50:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=582d97b6d37ed1bfce575c32d3847a42fc633b8e'/>
<id>urn:sha1:582d97b6d37ed1bfce575c32d3847a42fc633b8e</id>
<content type='text'>
Xilinx changes for v2018.07 second pull

zynqmp:
- Show reset reason
- Remove emulation platform
- Update pmufw version
- Simplify mmc bootmode
- Remove dc2 useless configuration file
- Cleanup mini config
- Defconfig syncup
- zcu100, zcu104 and zcu111 dts fixes

xilinx:
- Use live-tree functions in some drivers
- Add support for Avnet Minized and Antminer S9

fpga:
- Add secure bitstream loading support

mmc:
- Add hs200 mode support

usb xhci:
- Header fix
</content>
</entry>
<entry>
<title>ARM: renesas: Add R8A77990 E3 Ebisu board</title>
<updated>2018-06-01T07:47:21Z</updated>
<author>
<name>Marek Vasut</name>
<email>marek.vasut+renesas@gmail.com</email>
</author>
<published>2018-04-26T11:31:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=63e22517a39046d62b86ebf0f7fe6e0db575f339'/>
<id>urn:sha1:63e22517a39046d62b86ebf0f7fe6e0db575f339</id>
<content type='text'>
Add support for the R8A77990 Ebisu board.

Signed-off-by: Marek Vasut &lt;marek.vasut+renesas@gmail.com&gt;
Cc: Nobuhiro Iwamatsu &lt;iwamatsu@nigauri.org&gt;
</content>
</entry>
<entry>
<title>ARM: rmobile: Enable MTD partitioning on Gen2 with SF</title>
<updated>2018-06-01T07:42:12Z</updated>
<author>
<name>Marek Vasut</name>
<email>marek.vasut+renesas@gmail.com</email>
</author>
<published>2018-05-31T12:42:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=20fccb944b987877b5a372c0d0641cf7aafff066'/>
<id>urn:sha1:20fccb944b987877b5a372c0d0641cf7aafff066</id>
<content type='text'>
Enable MTD partitioning support on Gen2 boards with SPI NORs.

Signed-off-by: Marek Vasut &lt;marek.vasut+renesas@gmail.com&gt;
Cc: Nobuhiro Iwamatsu &lt;iwamatsu@nigauri.org&gt;
</content>
</entry>
<entry>
<title>Merge tag 'arc-updates-for-2018.07-rc1' of git://git.denx.de/u-boot-arc</title>
<updated>2018-05-31T18:17:36Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2018-05-31T18:17:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=c90c43cda8c376f949266f920bbb49119aef0b00'/>
<id>urn:sha1:c90c43cda8c376f949266f920bbb49119aef0b00</id>
<content type='text'>
Here we do a couple of minor fixes like:
 - Move .ivt section to the very beginning of the image
   by default which allows us to use that image put right
   at reset vector (usually 0x0)

 - Improve relocation fix-up which became required once
   we moved .ivt and understood a problem with existing implementation
   where we relied on a particular placement of sections.
   Now we don't care about placement because we just explicitly
   check for .text and in case of ARCompact .ivt sections

 - Re-implemnt do_reset() such that it calls reset_cpu() which
   could implmented for a particular board

And hte most important part we introduce support for yet another
devboard from Synopsys - EMDK.
</content>
</entry>
<entry>
<title>ARC: Add support for EM Development Kit board</title>
<updated>2018-05-31T17:13:29Z</updated>
<author>
<name>Alexey Brodkin</name>
<email>abrodkin@synopsys.com</email>
</author>
<published>2018-05-28T12:27:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=2c3f9261c80e8171ba813f8baef958c1edac3f0d'/>
<id>urn:sha1:2c3f9261c80e8171ba813f8baef958c1edac3f0d</id>
<content type='text'>
Synopsys DesignWare ARC EM Development Kit (ARC EMDK) is
an FPGA-based development platform from Synopsys aimed to speed-up
development of software for ARC EM cores and entire subsystems based on
ARC EM like Data Fusion, Secure and Sensor &amp; Control subsystems.

U-Boot is supposed to be used as a primary bootloader on EMDK allowing
users to easily load and start their application from micro-SD card.

Signed-off-by: Alexey Brodkin &lt;abrodkin@synopsys.com&gt;
</content>
</entry>
<entry>
<title>arm: zynq: Add support for Bitmain Antminer S9 control board</title>
<updated>2018-05-31T11:50:39Z</updated>
<author>
<name>Ezequiel Garcia</name>
<email>ezequiel@vanguardiasur.com.ar</email>
</author>
<published>2018-01-12T15:33:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=c66f5620e6a63b1912c017781c7eec6400dde292'/>
<id>urn:sha1:c66f5620e6a63b1912c017781c7eec6400dde292</id>
<content type='text'>
This is control board on Bitmain Antminer S9.
There are 3 board variables with 256MB, 512MB and 1024MB DDR.
DDR memory is automatically detected with using get_with using
get_ram_size().

Bitmain is using 16MB space for FPGA which is handled via
reserved-memory. Also U-Boot is allocating 16B for storing bootcounts.
Watchdog is started but never service in U-Boot.

SPL MMC is working. SPL NAND is not working because it is not supported
as of now.

Signed-off-by: Ezequiel Garcia &lt;ezequiel@vanguardiasur.com.ar&gt;
Signed-off-by: Michal Simek &lt;monstr@monstr.eu&gt;
Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;
</content>
</entry>
<entry>
<title>arm64: zynqmp: Remove CMD_UNZIP for mini configuration</title>
<updated>2018-05-31T11:50:39Z</updated>
<author>
<name>Michal Simek</name>
<email>michal.simek@xilinx.com</email>
</author>
<published>2018-05-21T11:33:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=95d565fdc246ba43de8f51aa799e33b0811d2823'/>
<id>urn:sha1:95d565fdc246ba43de8f51aa799e33b0811d2823</id>
<content type='text'>
CMD_UNZIP is already disabled via Kconfig.

Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;
</content>
</entry>
</feed>
