<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/include/configs/guruplug.h, branch v2016.09</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<entry>
<title>include/configs: Whitespace fixup</title>
<updated>2016-04-25T19:09:46+00:00</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2016-04-24T14:24:59+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=cb04db155f4e7ccaec1b961d8a84e1a1b9524594'/>
<id>cb04db155f4e7ccaec1b961d8a84e1a1b9524594</id>
<content type='text'>
A number of moveconfig.py runs have left a instances of multiple empty
lines in a row.  Correct this to a single empty line.

Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A number of moveconfig.py runs have left a instances of multiple empty
lines in a row.  Correct this to a single empty line.

Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>arm: kirkwood: Move common definitions into common file</title>
<updated>2015-11-17T22:41:41+00:00</updated>
<author>
<name>Quentin Armitage</name>
<email>quentin@armitage.org.uk</email>
</author>
<published>2015-10-28T00:47:21+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=38c0e864d3f411470093fd5e9dc6ed0c05818212'/>
<id>38c0e864d3f411470093fd5e9dc6ed0c05818212</id>
<content type='text'>
Create include/configs/mv-plug-common.h for common definitions
for Sheevaplug, Guruplug and Dreamplug. This will make it easier
to ensure the built u-boots stay in track with each other

Signed-off-by: Quentin Armitage &lt;quentin@armitage.org.uk&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Create include/configs/mv-plug-common.h for common definitions
for Sheevaplug, Guruplug and Dreamplug. This will make it easier
to ensure the built u-boots stay in track with each other

Signed-off-by: Quentin Armitage &lt;quentin@armitage.org.uk&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>arm: kirkwood: Use common definition for filesystems</title>
<updated>2015-11-17T22:41:41+00:00</updated>
<author>
<name>Quentin Armitage</name>
<email>quentin@armitage.org.uk</email>
</author>
<published>2015-10-28T00:47:18+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=ea944003d57e9ac68774742b98bb15ca6a9b6d9c'/>
<id>ea944003d57e9ac68774742b98bb15ca6a9b6d9c</id>
<content type='text'>
include/configs/mv-common.h brings in the required filesystems if
CONFIG_SYS_MVFS is defined, so use it for Sheevaplug and Guruplug.

Signed-off-by: Quentin Armitage &lt;quentin@armitage.org.uk&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
include/configs/mv-common.h brings in the required filesystems if
CONFIG_SYS_MVFS is defined, so use it for Sheevaplug and Guruplug.

Signed-off-by: Quentin Armitage &lt;quentin@armitage.org.uk&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>arm: kirkwood: Move configuration of some commands to _defconfig files</title>
<updated>2015-11-17T22:41:41+00:00</updated>
<author>
<name>Quentin Armitage</name>
<email>quentin@armitage.org.uk</email>
</author>
<published>2015-10-28T00:47:17+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=5e69947f51d72a2f75f2132c2cc8bae3f0ebcdef'/>
<id>5e69947f51d72a2f75f2132c2cc8bae3f0ebcdef</id>
<content type='text'>
For Marvell plugs, move the configuration of DHCP, NAND/SF, PING
and USB commands, and HUSH_PARSER into the _defconfig file, rather
than the include/configs/*plug.h files.

This avoids compiler warnings of duplicate definitions if the
option is selected in the .config, but also defined in the
include/configs/*plug.h file.

Signed-off-by: Quentin Armitage &lt;quentin@armitage.org.uk&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For Marvell plugs, move the configuration of DHCP, NAND/SF, PING
and USB commands, and HUSH_PARSER into the _defconfig file, rather
than the include/configs/*plug.h files.

This avoids compiler warnings of duplicate definitions if the
option is selected in the .config, but also defined in the
include/configs/*plug.h file.

Signed-off-by: Quentin Armitage &lt;quentin@armitage.org.uk&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>arm: kirkwood: Remove duplicate definition of CONFIG_CMD_FAT</title>
<updated>2015-11-17T22:41:41+00:00</updated>
<author>
<name>Quentin Armitage</name>
<email>quentin@armitage.org.uk</email>
</author>
<published>2015-10-28T00:47:16+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=82a19de3d2d5430ce401b6933dbfce39a45bb26c'/>
<id>82a19de3d2d5430ce401b6933dbfce39a45bb26c</id>
<content type='text'>
include/configs/guruplug.h defined CONFIG_CMD_FAT twice.

Signed-off-by: Quentin Armitage &lt;quentin@armitage.org.uk&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
include/configs/guruplug.h defined CONFIG_CMD_FAT twice.

Signed-off-by: Quentin Armitage &lt;quentin@armitage.org.uk&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>arm: kirkwood: standardise the configuration</title>
<updated>2015-11-17T22:41:41+00:00</updated>
<author>
<name>Quentin Armitage</name>
<email>quentin@armitage.org.uk</email>
</author>
<published>2015-10-28T00:47:15+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=64561639080a30aad055e6024612ffe9b2a38baa'/>
<id>64561639080a30aad055e6024612ffe9b2a38baa</id>
<content type='text'>
The Marvell plugs are very similar systems, and so it makes sense
for their u-boots to have the same commands/configuration.

Add EXT4 and MII to Dreamplug, DATE to Guruplug and Sheevaplug.
Add CONFIG_SYS_ALT_MEMTEST to Sheevaplug.
There are still command differences around NAND, SPI/NOR.

Also default to building u-boot.kwb for Sheevaplug and Guruplug.

Signed-off-by: Quentin Armitage &lt;quentin@armitage.org.uk&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The Marvell plugs are very similar systems, and so it makes sense
for their u-boots to have the same commands/configuration.

Add EXT4 and MII to Dreamplug, DATE to Guruplug and Sheevaplug.
Add CONFIG_SYS_ALT_MEMTEST to Sheevaplug.
There are still command differences around NAND, SPI/NOR.

Also default to building u-boot.kwb for Sheevaplug and Guruplug.

Signed-off-by: Quentin Armitage &lt;quentin@armitage.org.uk&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>arm, powerpc: select SYS_GENERIC_BOARD</title>
<updated>2015-10-24T17:50:38+00:00</updated>
<author>
<name>Masahiro Yamada</name>
<email>yamada.masahiro@socionext.com</email>
</author>
<published>2015-10-20T12:09:06+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=09f3ca3dd53b671b009ddc4e1dad669c280094f0'/>
<id>09f3ca3dd53b671b009ddc4e1dad669c280094f0</id>
<content type='text'>
We have finished Generic Board conversion for ARM and PowerPC, i.e.
all the boards have been converted except OpenRISC, SuperH, SPARC,
which have not supported Generic Board framework yet.

Select SYS_GENERIC_BOARD in arch/Kconfig and delete all the macro
defines in include/configs/*.h.

Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We have finished Generic Board conversion for ARM and PowerPC, i.e.
all the boards have been converted except OpenRISC, SuperH, SPARC,
which have not supported Generic Board framework yet.

Select SYS_GENERIC_BOARD in arch/Kconfig and delete all the macro
defines in include/configs/*.h.

Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Move defaults from config_cmd_default.h to Kconfig</title>
<updated>2015-06-26T02:18:34+00:00</updated>
<author>
<name>Joe Hershberger</name>
<email>joe.hershberger@ni.com</email>
</author>
<published>2015-06-22T21:15:30+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=ef0f2f57524ec85fb9058a23298f2c4995e0d950'/>
<id>ef0f2f57524ec85fb9058a23298f2c4995e0d950</id>
<content type='text'>
This sets the default commands Kconfig to match
include/config_cmd_default.h commands in the common/Kconfig and removes
them from include/configs.

Signed-off-by: Joe Hershberger &lt;joe.hershberger@ni.com&gt;
[trini: rastaban, am43xx_evm_usbhost_boot, am43xx_evm_ethboot updates]
Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This sets the default commands Kconfig to match
include/config_cmd_default.h commands in the common/Kconfig and removes
them from include/configs.

Signed-off-by: Joe Hershberger &lt;joe.hershberger@ni.com&gt;
[trini: rastaban, am43xx_evm_usbhost_boot, am43xx_evm_ethboot updates]
Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>marvell: kirkwood: guruplug refresh for newer kernel</title>
<updated>2015-01-25T23:25:29+00:00</updated>
<author>
<name>Gerald Kerma</name>
<email>drEagle@doukki.net</email>
</author>
<published>2014-12-19T07:13:09+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=361b3d8613f57e137a9048ef69e58e9bcaf51b78'/>
<id>361b3d8613f57e137a9048ef69e58e9bcaf51b78</id>
<content type='text'>
Refresh for newer kernel.
Prepare ENV settings for sheevaplugs to be OpenWRT ready.

    +----------+
    | UBOOT    | &gt;&gt; 896 Kb (7x128)  = uboot
    +----------+
    | ENV      | &gt;&gt; 128 Kb          = uboot_env
    +----------+
    | ROOT(FS) | &gt;&gt; 511 Mb @ 1 Mb   = root -&gt; rootfs (ubifs)
    +----------+

With (CC) TRUNK OpenWRT build (QUICK HOWTO) :

    &lt;INTERRUPT&gt;
    Marvell&gt;&gt; nand erase.part root
    Marvell&gt;&gt; ubi part root
    Marvell&gt;&gt; ubi remove rootfs
    Marvell&gt;&gt; ubi create rootfs
    Marvell&gt;&gt; usb reset
    Marvell&gt;&gt; fatload usb 2:1 0x800000 guruplug/openwrt/openwrt-kirkwood-guruplug-rootfs.ubifs
    Marvell&gt;&gt; ubi write 0x800000 rootfs ${filesize}
    Marvell&gt;&gt; reset

Changes in v1:
- ADD generic board define
- ADD FDT support
- ADD HUSH interpreter
- Define new NAND partition mapping

Signed-off-by: Gerald Kerma &lt;dreagle@doukki.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Refresh for newer kernel.
Prepare ENV settings for sheevaplugs to be OpenWRT ready.

    +----------+
    | UBOOT    | &gt;&gt; 896 Kb (7x128)  = uboot
    +----------+
    | ENV      | &gt;&gt; 128 Kb          = uboot_env
    +----------+
    | ROOT(FS) | &gt;&gt; 511 Mb @ 1 Mb   = root -&gt; rootfs (ubifs)
    +----------+

With (CC) TRUNK OpenWRT build (QUICK HOWTO) :

    &lt;INTERRUPT&gt;
    Marvell&gt;&gt; nand erase.part root
    Marvell&gt;&gt; ubi part root
    Marvell&gt;&gt; ubi remove rootfs
    Marvell&gt;&gt; ubi create rootfs
    Marvell&gt;&gt; usb reset
    Marvell&gt;&gt; fatload usb 2:1 0x800000 guruplug/openwrt/openwrt-kirkwood-guruplug-rootfs.ubifs
    Marvell&gt;&gt; ubi write 0x800000 rootfs ${filesize}
    Marvell&gt;&gt; reset

Changes in v1:
- ADD generic board define
- ADD FDT support
- ADD HUSH interpreter
- Define new NAND partition mapping

Signed-off-by: Gerald Kerma &lt;dreagle@doukki.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>kirkwood: kconfig: refactor Kconfig and defconfig</title>
<updated>2014-08-31T01:21:21+00:00</updated>
<author>
<name>Masahiro Yamada</name>
<email>yamada.m@jp.panasonic.com</email>
</author>
<published>2014-08-30T22:10:59+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=47539e2317276ab7e31b47f75e52981c4473dbbd'/>
<id>47539e2317276ab7e31b47f75e52981c4473dbbd</id>
<content type='text'>
Becuase the board select menu in arch/arm/Kconfig is too big,
move the KirkWood board select menu to kirkwood/Kconfig.

Consolidate also common settings (CONFIG_SYS_CPU="arm926ejs" and
CONFIG_SYS_SOC="kirkwood").

Signed-off-by: Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;
Acked-by: Prafulla Wadasdkar &lt;prafulla@marvell.com&gt;
Cc: Luka Perkov &lt;luka@openwrt.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Becuase the board select menu in arch/arm/Kconfig is too big,
move the KirkWood board select menu to kirkwood/Kconfig.

Consolidate also common settings (CONFIG_SYS_CPU="arm926ejs" and
CONFIG_SYS_SOC="kirkwood").

Signed-off-by: Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;
Acked-by: Prafulla Wadasdkar &lt;prafulla@marvell.com&gt;
Cc: Luka Perkov &lt;luka@openwrt.org&gt;
</pre>
</div>
</content>
</entry>
</feed>
